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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"chai-as-promised": "*",
"chalk": "^4.1.2",
"cypress": "^9.7.0",
"eslint": "^8.33.0",
"eslint": "^9.0.0",
"eslint-plugin-vue": "^9.9.0",
"jest": "^27.5.1",
"mocha": "^9.2.2",
"mocha": "^10.6.0",
Comment on lines +47 to +50

Choose a reason for hiding this comment

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

critical

These major version upgrades for eslint and mocha are breaking changes. As noted in the pull request description, yarn.lock has not been updated, which is a critical issue. Before merging, please run yarn install to regenerate the yarn.lock file and commit the changes. After updating, a full test run is necessary to ensure these breaking changes don't negatively impact your project. You may also need to update your ESLint configuration to be compatible with v9.

"postcss": "^8.4.21",
"postcss-scss": "^4.0.6",
"recursive-readdir": "^2.2.3",
Expand Down