Skip to content
Open
Show file tree
Hide file tree
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
145 changes: 74 additions & 71 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"copy-webpack-plugin": "14.0.0",
"css-loader": "7.1.4",
"css-minimizer-webpack-plugin": "8.0.0",
"eslint": "9.39.4",
"eslint": "10.0.3",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@dependabot [medium] ESLint 10 is a major version with breaking changes — it drops Node 18 support, removes bundled @eslint/js, bumps internal packages to new majors (eslint-scope 9, espree 11, eslint-visitor-keys 5), and drops chalk/lodash.merge. The project still has @eslint/js pinned at 9.39.4 and the ESLint config relies on it (import js from '@eslint/js'). These companion packages need to be updated in lockstep, and the config may need changes for ESLint 10 compatibility. CI is already failing on the client build.

🤖 Prompt for AI agents

In client/package.json, ESLint was bumped from 9 to 10 but companion packages (@eslint/js, @eslint/eslintrc, @eslint/compat) were not updated. Bump @eslint/js to 10.x, update @eslint/eslintrc and @eslint/compat to their latest compatible versions, then run npm install and npx eslint src/ to verify the config still works. Check the ESLint 10 migration guide for any config changes needed in eslint.config.mjs.

"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-react": "7.37.5",
Expand Down
Loading