-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
chore: Update Jest to v29 #9454
Conversation
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@types/jest@28.1.8, npm/babel-jest@28.1.3, npm/jest@28.1.3 |
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. Ignoring: Next stepsTake a deeper look at the dependencyTake a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev. Remove the packageIf you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency. Mark a package as acceptable riskTo ignore an alert, reply with a comment starting with |
836d88c
to
e26bbb5
Compare
new author ok |
b9c75c0
to
a2f0d8f
Compare
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
d309ed4
to
a2a8882
Compare
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.
LGTM!
Jest has been updated to v29, along with related dependencies. This change comes with a number of new features, such as the new `jest.replaceProperty()` function. The only breaking change affecting us is a change to the snapshot format. All snapshots have been updated. See here for the migration guide: https://jest-archive-august-2023.netlify.app/docs/upgrading-to-jest29/ See here for a full list of changes: https://github.com/jestjs/jest/blob/main/CHANGELOG.md#2900
81d4edf
to
e34768d
Compare
Quality Gate passedIssues Measures |
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.
Code LGTM, let's wait until e2e passes to merge
Bitrise✅✅✅ Commit hash: e34768d Note
|
This is #7160 rebased on
main
with changes to snapshots reappliedJest has been updated to v29, along with related dependencies. This change comes with a number of new features, such as the new
jest.replaceProperty()
function.The only breaking change affecting us is a change to the snapshot format. All snapshots have been updated.
See here for the migration guide: https://jest-archive-august-2023.netlify.app/docs/upgrading-to-jest29/
See here for a full list of changes: https://github.com/jestjs/jest/blob/main/CHANGELOG.md#2900
Description
Related issues
Blocked by
@babel/core
to^7.24.5
#9459Blocking
Previously
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist