Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@
"eslint-plugin-unicorn": "^57.0.0",
"expect-type": "1.2.1",
"globals": "16.3.0",
"jest": "30.0.4",
"jest": "30.2.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "30.0.4",
"jest-environment-jsdom": "30.2.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Jest Version Drift Causes Instability

The jest and jest-environment-jsdom packages were updated to 30.2.0, but babel-jest remains at 30.0.4 (line 201), creating a version mismatch within the Jest ecosystem. Jest packages from the same major version are designed to work together and should be kept in sync to avoid compatibility issues, test failures, or unexpected behavior during test execution.

Fix in Cursor Fix in Web

"jest-fail-on-console": "3.3.1",
"jest-junit": "16.0.0",
"knip": "5.64.0",
Expand Down
Loading
Loading