ckaznocha / simple-variants

Simple application variants for node.js
MIT License
0 stars 0 forks source link

Update ts-jest to the latest version šŸš€ #6

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

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](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

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] commented 7 years ago

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] commented 7 years ago

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] commented 7 years ago

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] commented 7 years ago

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] commented 7 years ago

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

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.4%) to 96.0% when pulling facefb6e20a445cb8ee2c743feb4a8dfa947231b on greenkeeper/ts-jest-20.0.0 into e77d841936bbf17ad5e8f82729e65598829a8231 on master.