-
-
Notifications
You must be signed in to change notification settings - Fork 256
chore: Update ts-jest
#7170
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
base: main
Are you sure you want to change the base?
chore: Update ts-jest
#7170
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning MetaMask internal reviewing guidelines:
Ignoring alerts on:
|
dd11f8d to
2d6186a
Compare
|
@SocketSecurity ignore npm/tr46@3.0.0 "new author" from 3 years ago is not a concern. Also this is a well known maintainer |
Update Jest related packages to ^28. This resolves a peer dependency warning from `ts-jest` about the version of `typescript` we're using being too high. Here are the relevant changelogs: * `ts-jest`: https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md#2800-2022-05-02 * None of the breaking changes impacted us here * `jest`: https://github.com/jestjs/jest/releases/tag/v28.0.0 * Blog post: https://jestjs.io/blog/2022/04/25/jest-28 * Migration guide: https://jest-archive-august-2023.netlify.app/docs/28.x/upgrading-to-jest28/
2d6186a to
6f4bdf0
Compare
Explanation
Update
ts-jestto resolve peer dependency warning about the version oftypescriptwe're using being too high.The changelogs for the two breaking changes of
ts-jestare here:None of the breaking changes seem to impact us.
References
N/A
Checklist