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. |
|
any update on this? |
1 similar comment
|
any update on this? |
|
FYI merged #373 did the jest upgrade part of this. |
Description
Motivation and Context
How Has This Been Tested?
Types of Changes
Checklist:
What is the Impact to Developers Using Jest-Image-Snapshot?