Skip to content
Open
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/node": "^22.9.3",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@vitest/coverage-istanbul": "^3.1.1",
"@vitest/coverage-istanbul": "^4.0.0",

Choose a reason for hiding this comment

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

high

This major version upgrade of @vitest/coverage-istanbul from v3 to v4 could introduce breaking changes, as indicated by Snyk (isBreakingChange:true). The vitest package in your project is at version ^3.1.1, which might be incompatible with this new version of the coverage plugin. Please verify compatibility and test thoroughly to ensure test coverage reporting still works as expected. You may need to upgrade vitest and other related dependencies as well.

"@vitest/eslint-plugin": "^1.1.36",
"cpy-cli": "^5.0.0",
"esbuild-plugin-file-path-extensions": "^2.1.4",
Expand Down