Update dependency @types/jest to v25.2.3#574
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json |
e577399 to
49270cc
Compare
49270cc to
e66252c
Compare
e66252c to
8b3a966
Compare
JiwaniZakir
left a comment
There was a problem hiding this comment.
The PR title describes this as a simple patch bump of @types/jest from 25.2.1 → 25.2.3, but the package-lock.json changes pull in considerably larger minor version jumps for transitive dependencies — @jest/types, jest-diff, and pretty-format all jump from 25.2.x to 25.5.0. That's worth calling out explicitly in the PR description so reviewers aren't misled about the scope of the update.
The fast-deep-equal change is also structurally significant: the top-level v2.0.1 entry (around line 8822) is removed entirely and replaced with a v3.1.3 entry scoped under ajv's nested dependencies. This is a major version bump for that package (2→3), and since fast-deep-equal v3 drops support for some edge cases with NaN and typed arrays compared to v2, it's worth verifying whether any code paths in this project that rely on ajv's deep-equality behavior could be affected.
The removal of @types/color-name as a required peer of ansi-styles (dropped in 4.3.0) is benign since it was a type-only dependency, but it would be good to confirm no custom color-name type augmentations elsewhere in the project relied on that being present in the dependency tree.
This PR contains the following updates:
25.2.1→25.2.3Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.