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 @@ -40,7 +40,7 @@
"@types/node": "^26.1.2",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"eslint": "^9.39.5",
"eslint": "^10.8.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep ESLint below the unsupported major

This bumps the web app to ESLint 10 while apps/web/eslint.config.mjs loads eslint-config-next/core-web-vitals; the new lockfile still resolves that config through eslint-plugin-react@7.37.5 and eslint-plugin-jsx-a11y@6.10.2, whose peer ranges only allow ESLint 9.x. With this combination the CI Web lint step (cd apps/web && bun run lint) can abort in the React/a11y rules before linting project files, so this dependency bump needs to stay on ESLint 9 or update the Next/react lint stack to versions that declare ESLint 10 support.

Useful? React with 👍 / 👎.

"eslint-config-next": "^16.2.12",
"postcss": "^8.5.25",
"tailwindcss": "^4.1.13",
Expand Down
56 changes: 10 additions & 46 deletions bun.lock

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

Loading