You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dependabot cannot update jest because the versions of the jest extensions we are currently using require jest 27. So we need to upgrade the whole jest ecosystem at the same time.
Checking if jest 27.5.1 needs updating
Latest version is 28.1.0
Requirements to unlock update_not_possible
Requirements update strategy bump_versions
No update possible for jest 27.5.1
✔️ jest-image-snapshot: supported with v5.0.0. Notice that v5.1.0 allow to store the actual image in case of diff. This will let us remove our custom configuration to manage it. See the new storeReceivedOnFailure option
Version 28 introduces some breaking changes. See https://jestjs.io/blog/2022/04/25/jest-28
Dependabot cannot update jest because the versions of the jest extensions we are currently using require jest 27. So we need to upgrade the whole jest ecosystem at the same time.
Extensions that must support jest 28
storeReceivedOnFailure
optionSome breaking changes that will impact the configuration
See https://jestjs.io/blog/2022/04/25/jest-28, at least
Other information
Once implemented, we will be able to bump Jest to v29: #2317
The text was updated successfully, but these errors were encountered: