Skip to content
Closed
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
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/react-dom": "^19.0.0",
"@types/sanitize-html": "^2.16.1",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^9.39.4",
"eslint": "^10.5.0",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

WARNING: ESLint 10 compatibility constraints are not satisfied

eslint-plugin-vitest@0.5.4 only declares peer support for eslint: ^8.57.0 || ^9.0.0, while this PR installs ESLint 10.5.0. ESLint 10.5.0 also requires Node ^20.19.0 || ^22.13.0 || >=24, but the root package.json still allows Node >=20.0.0. This can cause peer dependency conflicts, lint failures, or installs on unsupported Node versions.

Reply with @kilocode-bot fix it to have Kilo Code address this issue.

"eslint-config-next": "^16.2.3",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-vitest": "^0.5.4",
Expand Down
Loading
Loading