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 @@ -43,7 +43,7 @@
"common-shakeify": "~1.1.2",
"eclint": "^2.8.1",
"es-value-fixtures": "^1.4.2",
"eslint": "8.57.0",
"eslint": "9.26.0",

Choose a reason for hiding this comment

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

critical

Upgrading eslint to a new major version (from 8.x to 9.x) introduces significant breaking changes. ESLint v9 uses a new configuration file (eslint.config.js) by default and has deprecated the .eslintrc format. The project's dependency @ljharb/eslint-config at version ^21.1.1 is not compatible with ESLint v9, which will cause the lint script to fail.

To resolve this, the ESLint configuration must be migrated to the new format, and all related plugins and configurations must be updated to versions compatible with ESLint v9 before this change can be merged.

"evalmd": "^0.0.19",
"for-each": "^0.3.3",
"glob": "10.5.0",
Expand Down
Loading