-
Notifications
You must be signed in to change notification settings - Fork 25k
chore(deps): upgrade jest to v27 #33543
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
Conversation
|
Base commit: 8adedfe |
|
28 is out, fwiw. (@rickhanlonii any idea who to ping to move this forward? Perhaps @robhogan as he was very helpful with #33576?) That said, I know in the past a jest upgrade has been an internal thing hard to contribute from the outside |
| "eslint-plugin-eslint-comments": "^3.2.0", | ||
| "eslint-plugin-flowtype": "^7.0.0", | ||
| "eslint-plugin-jest": "^25.2.4", | ||
| "eslint-plugin-jest": "^26.1.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lint plugin should be separate from jest itself, they are not connected by major version
|
as far as I know, Jest won't be upgraded to v27 for this repo because it needs to match what's used internally and they are still on 26.x |
That's correct. The bump will have to be done as we migrate the whole codebase to the new version of Jest. |
I'm closing this for now. This will have to be driven from internally. Thanks for sending it over though @F3n67u 🙏 |
Summary
bump jest to v27
Changelog
[Internal] [Changed] - upgrade jest to v27
Test Plan