Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ts-jest to the latest version 🚀 #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented May 6, 2017

Version 20.0.0 of ts-jest just got published.

Dependency ts-jest
Current Version 19.0.14
Type devDependency

The version 20.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of ts-jest.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 21 commits0.

  • 96e799c Merge pull request #200 from kulshekhar/jest-20
  • 043e9b6 Update test to exclude path separator
  • cabebde Add a note on using jest for coverage reports
  • 0dfc7bf Remove unused dependencies
  • 1f15b87 Remove all remnants of coverageprocessor
  • b2f535e remove 'fit' from a test
  • 4be7a18 Update use strict test to only check for line numbers
  • 4448613 Update coverage related tests to use jest for coverage info
  • 42a92bb Remove test for coverage directory
  • d6e9947 Remove tests for remapped coverage
  • 9f5569e Remove test for long paths since we're not remapping anymore
  • 7414f49 Remove references to coverage processor from readme
  • 8c31e52 Remove coverage processor
  • bd52569 Use pkg-dir to get root directory
  • 78f45df Update Jest. Add new dependency

There are 21 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

greenkeeper bot added a commit that referenced this pull request May 8, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 8, 2017

Version 20.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits0.

  • 3b3aa6a Merge pull request #202 from joscha/joscha/fix-201
  • a504320 refactor: remove if
  • 814b4c9 Merge pull request #203 from joscha/patch-1
  • cb08128 fix: peer dependency against Typescript 2.x
  • c076956 fix: remove outDir when collecting coverage

false

See the full diff

greenkeeper bot added a commit that referenced this pull request May 9, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 9, 2017

Version 20.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits0.

  • c81a59a Merge pull request #204 from kulshekhar/collect-coverage-flag
  • 193e756 Use Jest Config to obtain collectCoverage value

false

See the full diff

greenkeeper bot added a commit that referenced this pull request May 10, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 10, 2017

Version 20.0.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits0.

  • 29b4b7c Merge pull request #208 from kulshekhar/fix-collect-coverage
  • ad3460d Set a default value for transformOptions
  • 3143465 Use 'instrument' as proxy for 'collectCoverage'

false

See the full diff

greenkeeper bot added a commit that referenced this pull request May 18, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 18, 2017

Version 20.0.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • e171294 Merge pull request #220 from kulshekhar/skip-babel
  • 55ddcb7 Bump version to 20.0.4
  • 436ceb9 Add a skipBabel flag
  • bc8476c Update AUTHORS
  • 25571a7 Merge pull request #216 from GeeWee/master
  • 51072a0 updated readme

See the full diff

greenkeeper bot added a commit that referenced this pull request May 30, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 30, 2017

Version 20.0.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 23 commits.

  • 29f7dd4 fix old version of ts-jest in yarn.lock
  • 86a669f Merge pull request #236 from kulshekhar/new-pipeline
  • 83b9983 bumped version
  • fd61f89 Merge remote-tracking branch 'origin/new-pipeline' into new-pipeline
  • c3c87bb Remove the 'js' suffix that was added for babel jest
  • 9cab228 Add link to current version of babel jest
  • 54ca687 removed dep
  • 1ad7e5f I made the hook architecture a bit more modular
  • 9229c4d I renamed a thing
  • 36df4be cleanup of cruft
  • b2a5afd first import of babel. Added json to resolve
  • 42864e1 Merge pull request #232 from kulshekhar/tsconfig-caching
  • 759f0f0 Add tests for getCacheKey
  • 9b9d686 Standardize the type of 'path'
  • c92e7a1 Remove unnecessary step from the hashing process

There are 23 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 9, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 9, 2017

Version 20.0.6 just got published.

Update to this version instead 🚀

Commits

The new version differs by 31 commits.

  • 5345cfb Bump version to 20.0.6
  • 8fe1808 Merge pull request #241 from kulshekhar/kulshekhar-patch-1
  • 0d23e0a Update appveyor.yml
  • c21b525 Update .travis.yml
  • deef466 Merge pull request #239 from kulshekhar/hoist-mock-calls
  • 03c841e Fix typo in a comment
  • 73ad65b Set sourceMaps for babel during declaration of the options
  • 541f407 Add column numbers to the hoist test
  • 467a853 Force babel to generate inline sourcemaps
  • 45da28a Update the expected line numbers in the test for hoisting.
  • 31c9014 Remove the mock calls from the test application file
  • f251ca9 commit failing test
  • 4179926 Merge remote-tracking branch 'origin/master' into hoist-mock-calls
  • 7e927e3 format
  • 609b533 format

There are 31 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 7, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 7, 2017

Version 20.0.7 just got published.

Update to this version instead 🚀

Commits

The new version differs by 60 commits.

  • 964ff56 Increment version to 20.0.7
  • ce63506 Add @morajabi to author list
  • a72627f Merge pull request #263 from morajabi/master
  • 37c75a0 Add test for deprecation warning
  • 6c7c90d Remove tsConfig from warning
  • a3f3ae3 Remove unused import
  • 1224b4d Fix unnecessary if condition
  • 567156a Remove tsConfig direct config
  • 2cb5f68 Fix tslint error
  • f065714 Remove tsConfig related tests
  • 33bf5b9 Remove tsConfig option
  • d4bfff3 Remove tsConfig option
  • d195130 Update TS_CONFIG warning
  • 9875b38 Fix tslint error
  • bb1d59f Reslove tslint related #262 conflicit

There are 60 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 4, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 4, 2017

Version 20.0.8 just got published.

Update to this version instead 🚀

Release Notes 20.0.8

Cache tsconfig to improve performance (#286)

Commits

The new version differs by 29 commits.

  • c04e3bd Merge pull request #286 from tvald-contrib/bugfix/cache-tsconfig
  • 7d9aea9 Added comment explaining use of JSON.stringify() to generate cache keys.
  • a7fc1ae bump patch version to 20.0.8
  • e404b34 Add Tony Valderrama to contributors list.
  • a6d1dd2 Cache result within getTSConfig, keyed by relevant parameters.
  • 5564fdb Revert "Cache tsconfig when generating per-file cache key."
  • a8de326 Cache tsconfig when generating per-file cache key.
  • 95bd323 Merge pull request #277 from kulshekhar/greenkeeper/@types/fs-extra-4.0.0
  • 9fbaab4 chore(package): update @types/fs-extra to version 4.0.0
  • 4f2f784 Merge pull request #274 from kulshekhar/collab-guidelines
  • bd6553f add bcruddy to the authors file and contributors section (#275)
  • 4457dd0 Create the initial collaborator guidelines
  • 3365c25 Merge pull request #271 from kulshekhar/revert-270-master
  • 35edcda Use a general term to refer to the Jest configuration
  • d063469 Explicitly state where the useBabelrc flag is

There are 29 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 4, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 4, 2017

Version 20.0.9 just got published.

Update to this version instead 🚀

Release Notes 20.0.9

Fix typo: commmonjs -> commonjs (#285)

Commits

The new version differs by 3 commits.

  • 7e36477 20.0.9
  • 93c0c88 Merge pull request #285 from lijunle/patch-1
  • 66e88e7 Fix typo: commmonjs -> commonjs

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 6, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 6, 2017

Version 20.0.10 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • d61429f 20.0.10
  • 2671d31 Let sourcemaps be cached (#292)
  • 254f495 Move @types/babel to dev dependencies (#291)
  • 81b5307 Explicitly invalidate cache key when transform options change (#288)
  • 8368e21 Update docs to include json in moduleFileExtensions (#290)

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 29, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 29, 2017

Version 20.0.11 just got published.

Update to this version instead 🚀

Release Notes 20.0.11

Added a fix to get ts-jest to work with projects containing long paths (#300)

Commits

The new version differs by 12 commits ahead by 12, behind by 1.

  • d8e03d6 Bump version to 20.0.11 (#305)
  • a413a04 Bugfix/long file paths (#300)
  • 2815a09 Merge pull request #295 from kulshekhar/prettier
  • 744f66e updated test line numbers
  • f00557f format commit
  • a089e23 es5 commas for js and all for ts
  • 866ec36 only es5 trailing commas
  • 5c86aa5 turned off style rule from tslint
  • ae6bbf5 project wide prettier commit
  • e423be7 tweaked prettier settings
  • abaa1b4 added prettier && test commit
  • 1a5c5cd Added prettier changes

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 30, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 30, 2017

Version 20.0.12 just got published.

Update to this version instead 🚀

Release Notes 20.0.12

Support prerelease version of Jest 21 (#304)

Commits

The new version differs by 1 commits.

  • 8c437f4 Support prerelease version of Jest 21 (#304)

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 30, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 30, 2017

Version 20.0.13 just got published.

Update to this version instead 🚀

Release Notes 20.0.13

Always set inlineSources and inlineSourceMap to true. This should make debugging in editors a bit simpler

Commits

The new version differs by 1 commits.

  • a67fa3e Always set inlineSources and inlineSourceMap to true (#306)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 1, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 1, 2017

Version 20.0.14 just got published.

Update to this version instead 🚀

Release Notes 20.0.14

Always remove outDir while computing TypeScript Config for transpiling. This was done to fix the behaviour of breakpoints in the project files when using VS Code (#309)

Commits

The new version differs by 4 commits.

  • 27a205b Always remove outDir while computing TypeScript Config for transpiling (#311)
  • 64bbc6e Add jsx to moduleFileExtensions in the documentation
  • 0772e12 Add note re const enum to README (#308)
  • 9cb6f86 docs: unify pkg name styling (#307) & rm VS Code limitation (#212)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 18, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 18, 2019

  • The devDependency ts-jest was updated from 19.0.14 to 24.0.0.

Update to this version instead 🚀

Commits

The new version differs by 30 commits.

  • 1ac501a chore: changelog
  • 61d31b4 Merge pull request #957 from thymikee/feat/jest24
  • 0a2f533 chore: remove jest-config-resolver
  • eb2fc8a fix: test path for windows (attempt 2)
  • 6824ac4 fix: test path for windows (attempt 1)
  • 108b08b fix: remove unused snapshots
  • 16fd6b5 chore: merge master
  • fb53685 Merge pull request #978 from kulshekhar/fix-updates
  • 9ff4f88 chore(deps): updated major dependencies
  • a0da54c chore(deps): updated major dependencies
  • 6092020 chore(deps): update more dependencies
  • d8f0de0 chore(deps): make the build work on windows
  • 999f889 fix: module tests and some snapshots
  • 8372b5e fix: test command
  • 1d67101 fix: cli test

There are 30 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 30, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 30, 2019

  • The devDependency ts-jest was updated from 19.0.14 to 24.0.1.

Update to this version instead 🚀

Commits

The new version differs by 23 commits.

  • b43b3c1 chore(release): 24.0.1
  • 2d91a37 chore: update package-lock
  • 485d3f7 build(deps): bump semver from 5.6.0 to 5.7.0 (#1043)
  • 2bd2534 build(deps-dev): bump @types/node from 10.14.3 to 10.14.4 (#1041)
  • bdba560 build(deps-dev): bump @types/node from 10.14.2 to 10.14.3 (#1038)
  • 08766bf build(deps-dev): bump @types/node from 10.14.1 to 10.14.2 (#1036)
  • 5f92fd2 build(deps-dev): bump js-yaml from 3.12.2 to 3.13.0 (#1034)
  • a9c79e9 build(deps-dev): bump @types/yargs from 12.0.9 to 12.0.10 (#1032)
  • 245ab29 build(deps-dev): bump eslint from 5.15.2 to 5.15.3 (#1031)
  • 4e72e59 build(deps-dev): bump eslint from 5.15.1 to 5.15.2 (#1030)
  • fb7dd55 feat(config): specify package.json location (#823) (#1013)
  • 279edcd build(deps-dev): bump tslint from 5.13.1 to 5.14.0 (#1028)
  • 8b93228 build(deps-dev): bump @types/node from 10.12.30 to 10.14.1 (#1027)
  • b825c7f build(deps-dev): bump @types/lodash.memoize from 4.1.4 to 4.1.6 (#1014)
  • 6f0ab80 build(deps-dev): bump @types/lodash.merge from 4.6.5 to 4.6.6 (#1015)

There are 23 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 5, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 5, 2019

  • The devDependency ts-jest was updated from 19.0.14 to 24.0.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 12, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 12, 2019

  • The devDependency ts-jest was updated from 19.0.14 to 24.1.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 22, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 22, 2019

  • The devDependency ts-jest was updated from 19.0.14 to 24.2.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 30, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 30, 2020

  • The devDependency ts-jest was updated from 19.0.14 to 25.1.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 3, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 3, 2020

  • The devDependency ts-jest was updated from 19.0.14 to 25.2.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 19, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 19, 2020

  • The devDependency ts-jest was updated from 19.0.14 to 25.2.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 30, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 30, 2020

  • The devDependency ts-jest was updated from 19.0.14 to 25.3.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 3, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 3, 2020

  • The devDependency ts-jest was updated from 19.0.14 to 25.3.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 17, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 17, 2020

  • The devDependency ts-jest was updated from 19.0.14 to 25.4.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 6, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 6, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency ts-jest was updated from 19.0.14 to 25.5.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 9, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 9, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency ts-jest was updated from 19.0.14 to 25.5.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 15, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 15, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency ts-jest was updated from 19.0.14 to 26.0.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 30, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 30, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency ts-jest was updated from 19.0.14 to 26.1.0.

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants