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 🚀 #153

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 21.1.3 of ts-jest was just published.

Dependency ts-jest
Current Version 21.1.2
Type devDependency

The version 21.1.3 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.


Commits

The new version differs by 5 commits.

  • 0643b03 Merge pull request #348 from Bnaya/start-dir-cwd
  • c19b7e1 v21.1.3
  • ef4ad18 Update contributors list
  • d5c48ee Remove the column number from the check
  • 4037a83 Set config lookup point to cwd

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:

greenkeeper[bot] commented 6 years ago

Version 21.1.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 16 commits.

  • 2b13c2e Merge pull request #354 from richsilv/fix-missing-plugins
  • 26295d3 bump version and add richsilv to AUTHORS
  • f307884 fix postprocess bug when babel plugins not specified
  • ab98396 Merge pull request #345 from mgambati/master
  • e6f694e Merge branch 'master' into master
  • 44b42b1 Merge pull request #352 from kulshekhar/greenkeeper/yargs-10.0.3
  • f32bafa Install rimraf globally on appveyor
  • 384d92c Use yarn test instead of npm test in appveyor
  • 764efc7 Update appveyor.yml
  • 6c25f44 Set PATH for yarn in appveyor
  • 3a0bf53 chore(package): update lockfile
  • 5cdf969 fix(package): update yargs to version 10.0.3
  • 80dfb1e Merge branch 'master' into master
  • cf74ca1 Update AUTHORS
  • 0724fee removed path mappings examples

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.2.0 just got published.

Update to this version instead 🚀

Release Notes 21.2.0

Enable using "ts-jest" package name directly (#363):

  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
Commits

The new version differs by 7 commits.

  • ce41e53 Merge pull request #363 from martijnthe/change-entry-to-preprocessor.js
  • da25825 Allow pre-release Jest in the next minor range
  • 36e5f9c Merge branch 'master' into change-entry-to-preprocessor.js
  • a4e32df Merge pull request #360 from totopsy/master
  • 8cf2d46 Update AUTHORS
  • bad01ec Change the package entry point to preprocessor.js itself
  • 7c24d0d FIX - README.md 2 times the same line

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.2.1 just got published.

Update to this version instead 🚀

Release Notes 21.2.1

Revert breaking changes from 21.2.0

Commits

The new version differs by 3 commits.

  • c7e917d Merge pull request #368 from kulshekhar/revert-363-change-entry-to-preprocessor.js
  • 9609086 Bump version patch
  • 46e15da Revert "Change the package entry point to preprocessor.js itself"

See the full diff