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 @@ -15,7 +15,7 @@
"API"
],
"devDependencies": {
"eslint": "8.18.0",
"eslint": "9.15.0",

Choose a reason for hiding this comment

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

medium

This upgrade to ESLint v9.15.0 is a major version change (from v8.18.0), which Snyk's metadata also flags as a breaking change (isBreakingChange:true). Major versions can introduce incompatibilities with existing configurations, custom rules, or plugins.

Could you please ensure that after updating package-lock.json (which is a critical step, as noted in the general PR feedback), the linting process is thoroughly tested to confirm everything works as expected and that no new linting errors or configuration issues arise?

"eslint-config-google": "0.14.0",
"eslint-plugin-googleappsscript": "1.0.4"
},
Expand Down