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
28 changes: 7 additions & 21 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 @@ -75,7 +75,7 @@
"@types/node": "^20.10.6",
"@types/simple-mock": "^0.8.6",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-unused-imports": "^4.4.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.

🟡 MEDIUM RISK

This major version bump (v3 to v4) introduces a rewrite that stops the unused-imports/no-unused-vars rule from automatically inheriting settings from the base ESLint no-unused-vars rule. You must manually sync any custom configurations to the new rule. Try running the following prompt in your coding agent: > Update the ESLint configuration to explicitly define options for unused-imports/no-unused-vars, mirroring any existing settings in the base no-unused-vars rule.

"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"mocha": "^10.2.0",
Expand Down
Loading