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 @@ -59,7 +59,7 @@
"@vue/language-plugin-pug": "2.0.7",
"browserlist": "latest",
"c8": "9.1.0",
"eslint": "8.57.0",
"eslint": "9.26.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

critical

Upgrading to ESLint v9 is a major change that introduces breaking changes. This will likely break your linting setup because other ESLint-related packages are no longer compatible.

For example:

  • eslint-plugin-vue requires ^9.25.0 for ESLint v9.
  • eslint-plugin-n needs to be upgraded to v17.
  • Other packages like eslint-config-standard, eslint-plugin-cypress, and eslint-plugin-import must also be checked for compatibility and upgraded.

Additionally, the eslint dependency in playwright/package.json is still at version 8.57.0 and should be updated as well to maintain consistency.

Due to the complexity of this major version upgrade, I recommend either updating all related packages in this PR or handling the upgrade manually to ensure a smooth transition.

"eslint-config-standard": "17.1.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "2.29.1",
Expand Down
Loading