-
Notifications
You must be signed in to change notification settings - Fork 204
chore: update devDependencies and peerDependencies #370
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 devDependencies and peerDependencies #370
Conversation
- Bump @semantic-release/changelog from 5.0.0 to 6.0.0 - Bump @semantic-release/git from 9.0.0 to 10.0.0 - Downgrade eslint-config-amex from 7.0.0 to 6.0.0 - Bump jest and jest-snapshot from 29.x to 30.x - Bump semantic-release from 17.0.4 to 24.2.5 - Update peerDependency for jest to ^30.0.0
|
|
|
The goal of this pull request is to upgrade dependencies, specifically to enable upgrading to Jest 30 in the project. Currently, it's not possible to upgrade to Jest 30 due to the existing constraint This is a breaking change because Jest 30 introduces changes to testing methods, which required modifications to the existing tests that were not compatible with version 20.x. The test updates were necessary to ensure compatibility with the new Jest version. |
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.
Please reword your commit message to include the BREAKING CHANGE: line as specified below:
<type>(<scope>): <subject>
<BLANK LINE>
<body>
<BLANK LINE>
BREAKING CHANGE: <description>
|
any update on this? |
1 similar comment
|
any update on this? |
Description
Motivation and Context
How Has This Been Tested?
Types of Changes
Checklist:
What is the Impact to Developers Using Jest-Image-Snapshot?