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
31 changes: 26 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@commitlint/cli": "^20.4.1",
"@commitlint/config-conventional": "^20.4.1",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@eslint/js": "^10.0.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Incompatible major version bump without matching eslint upgrade

High Severity

@eslint/js is bumped to ^10.0.1 while eslint remains at ^9.39.2. The v10 package declares a peer dependency on eslint: ^10.0.0. The ESLint config (eslint.config.mjs) imports js.configs.recommended from the top-level @eslint/js v10, but the ESLint v9 engine runs the linting. The v10 recommended config was significantly updated and may reference rules or options unavailable in v9, likely causing lint failures at runtime.

Additional Locations (1)

Fix in Cursor Fix in Web

"@yao-pkg/pkg": "^6.14.1",
"babel-plugin-module-resolver": "^5.0.2",
"chai": "^6.2.0",
Expand Down
Loading