Closed greenkeeper[bot] closed 7 years ago
Update to this version instead 🚀
Allow the user to pass a jest.globals.babelConfig option (#287)
Update to this version instead 🚀
IMPORTANT NOTE: When using React 16 with Node version 8, you might see wrong line numbers for errors originating from tsx files. See #334
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
Update to this version instead 🚀
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
Update to this version instead 🚀
Enable using "ts-jest" package name directly (#363):
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
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
Update to this version instead 🚀
Revert breaking changes from 21.2.0
Update to this version instead 🚀
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
Version 21.0.0 of ts-jest just got published.
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.0Upgrade to Jest v21
Users can also use prerelease versions of jest in the
21.1.0
and22.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: