-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jest 25 #8862
Conversation
* chore: upgrade to micromatch v4 * fix anymatch namespace issue * use match instead of some * add explicit check for length 0 * more length boolean checks
Codecov Report
@@ Coverage Diff @@
## master #8862 +/- ##
==========================================
- Coverage 63.87% 63.79% -0.08%
==========================================
Files 274 274
Lines 11627 11591 -36
Branches 2854 2842 -12
==========================================
- Hits 7427 7395 -32
+ Misses 3569 3566 -3
+ Partials 631 630 -1
Continue to review full report at Codecov.
|
Jest has released version 25 under the `next` dist-tag: - https://www.npmjs.com/package/jest/v/25.0.0 - jestjs/jest#8862 See breaking changes at https://github.com/facebook/jest/blob/6c0a16ab2f88ea645c04880a5491b3a8c2dfc66b/CHANGELOG.md The maintainer promised no more user facing breaking changes planned jestjs/jest#8956 (comment) Considering Vue CLI does not bump the major version often, we need to use the latest possible version. Currently there will be warnings from ts-jest. Once this PR gets merged kulshekhar/ts-jest#1232 the warnings will be eliminated.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Make sure to use "rebase and merge" rather than squash merging this
For consumers, the only breaking changes should be dropped Node 6 and upgraded JSDOM. I think that's a nice major version, and we can land more of the planned breaking changes in Jest 26. Thoughts on that?
I can put together a small blog post as well.
Note that this branch is available as
jest@next
onnpm
.Test plan
Green CI