reactive-react / xreact

reactive x react = xreact
https://xreact.oyanglul.us
Other
560 stars 25 forks source link

Update ts-jest to the latest version 🚀 #43

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 21.0.0 of ts-jest just got published.

Dependency ts-jest
Current Version 20.0.14
Type devDependency

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


Release Notes 21.0.0

Upgrade to Jest v21

Users can also use prerelease versions of jest in the 21.1.0 and 22.0.0 range (at their own risk)

Commits

The new version differs by 3 commits.

  • 86476d3 Upgrade jest and deps to v21 (#320)
  • 653fab3 Revert "Adding info about limitations in debugger statements in README (#313)" (#315)
  • 95132fa Adding info about limitations in debugger statements in README (#313)

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 21.0.1 just got published.

Update to this version instead 🚀

Release Notes 21.0.1

Allow the user to pass a jest.globals.babelConfig option (#287)

Commits

The new version differs by 3 commits.

  • fde77ca Bump version to 21.0.1 (#325)
  • 3039ef3 Allow a babelConfig option (#287)
  • fee6771 Use "canonical" Jest configuration (#312)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 21.1.0 just got published.

Update to this version instead 🚀

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

greenkeeper[bot] commented 7 years ago

Version 21.1.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • d33d311 Merge pull request #342 from kulshekhar/fix-238
  • f98651c Use different current directories for internal tests
  • 051a2d3 Bump version patch
  • 2c034bc Traverse up to find first tsconfig.json

See the full diff

greenkeeper[bot] commented 7 years ago

Version 21.1.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 7b15180 Merge pull request #344 from misantronic/master
  • 4d32d51 Use path.join instead of concatenating strings
  • eb0c98c Bump version to 21.1.2
  • 89240c9 Update AUTHORS
  • eed5311 fix: add startDir to if-clause

See the full diff

greenkeeper[bot] commented 7 years ago

Version 21.1.3 just got published.

Update to this version instead 🚀

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

greenkeeper[bot] commented 7 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 7 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 7 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

greenkeeper[bot] commented 7 years ago

Version 21.2.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 12 commits.

  • 36875a4 Merge pull request #370 from GoodForOneFare/fix-commonjs-transform-assignment
  • 20fadf2 Add author info & bump patch version
  • 549ea0b Don't accumulate commonjs module transforms
  • 7334fb6 Merge pull request #369 from kulshekhar/greenkeeper/lint-staged-5.0.0
  • 291a19f chore(package): update lockfile
  • 70b8f0c chore(package): update lint-staged to version 5.0.0
  • aa64cd0 Merge pull request #366 from kulshekhar/test-renderer
  • f3ba44e Fix line number in a test
  • 6de1b25 Add a link to the issue for the renderer
  • 2f291b0 Merge branch 'master' into test-renderer
  • ba9ba33 Use shallow renderer in tsx test to avoid skipping it with node8/react16
  • 4985d5d Update yarn.lock

See the full diff