ctco / nodejs-graphql-template

Template project for Node.js® GraphQL APIs
MIT License
14 stars 3 forks source link

Update ts-jest to the latest version 🚀 #147

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 21.1.0 of ts-jest was just published.

Dependency ts-jest
Current Version 21.0.1
Type devDependency

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

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of ts-jest.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes 21.1.0
  • Using Jest ^21.1.0

IMPORTANT NOTE: When using React 16 with Node version 8, you might see wrong line numbers for errors originating from tsx files. See #334

Commits

The new version differs by 27 commits.

  • 63f85f3 Merge pull request #333 from jimthedev/jest-config-uses-ESM
  • 534b595 Fix expected line numbers (due to the dummy interface)
  • f804902 Merge branch 'master' into jest-config-uses-ESM
  • b8c1c2b dummy commit
  • c035dab Add a placeholder interface in a test file
  • e52bbaa Merge pull request #337 from kulshekhar/greenkeeper/source-map-support-0.5.0
  • c9fa267 chore(package): update lockfile
  • f0aab12 fix(package): update source-map-support to version 0.5.0
  • 41174a6 Remove package-lock.json
  • 305a759 Fix line number in another test
  • bc3247f Fix a line number in the tsx-error test
  • a7b7d77 Drop the tsx error test only for node versions >= 8 and react versions >=16
  • d07d6d4 Drop the tsx error test only for node versions >= 8
  • cc8594e Disable tsx error test
  • 0067197 Update AUTHORS

There are 27 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree: