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 @@ -28,7 +28,7 @@
"@userscripters/stackexchange-global-types": "^2.4.0",
"@userscripters/storage": "^0.1.2",
"chai": "^4.3.7",
"eslint": "^8.39.0",
"eslint": "^9.36.0",

Choose a reason for hiding this comment

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

critical

While the eslint version is correctly updated here, the package-lock.json file has not been updated. This will lead to inconsistencies and likely cause CI builds that use npm ci to fail. Please run npm install and commit the updated package-lock.json file.

Additionally, this is a major version upgrade from ESLint v8 to v9, which introduces significant breaking changes. Your project's ESLint configuration will need to be migrated to the new 'flat config' format. You can find instructions in the ESLint v9 migration guide.

"jQuery": "^1.7.4",
"jsdom-global": "3.0.2",
"mocha": "^10.2.0"
Expand Down