Dependabot tried to bump @eslint/js to v10 in #50. ESLint 10.8.0 is now available, but the upgrade remains blocked by two plugins whose latest stable releases still cap peer support at ESLint 9.
Remaining upstream blockers
Do not force these peer ranges. Wait for stable releases declaring ESLint 10 support.
Compatible prerequisites
Project preparation
Final ESLint 10 upgrade
Once both upstream blockers release compatible versions:
- Land any remaining project preparation above.
- Bump
eslint, @eslint/js, eslint-plugin-react, and eslint-plugin-jsx-a11y together.
- Run clean install, lint, typecheck, tests, formatting, build, and dependency audit.
- Close this issue when the ESLint 10 change is merged.
Dependabot tried to bump
@eslint/jsto v10 in #50. ESLint 10.8.0 is now available, but the upgrade remains blocked by two plugins whose latest stable releases still cap peer support at ESLint 9.Remaining upstream blockers
eslint-plugin-react— 7.37.5 supports only^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7eslint-plugin-jsx-a11y— 6.10.2 supports only^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9Do not force these peer ranges. Wait for stable releases declaring ESLint 10 support.
Compatible prerequisites
eslint-plugin-react-hooks7.1.1 supports ESLint 10@tanstack/eslint-plugin-query5.101.4 supports ESLint 10eslint-plugin-react-refresh0.5.3 supports ESLint 10@typescript-eslint/*8.58+ supports ESLint 10eslint-plugin-import-x4.16+ supports ESLint 10eslint-plugin-testing-library7.16+ supports ESLint 10eslint-config-prettier10.1+ supports ESLint 10eslint-import-resolver-typescript4.4+ supports ESLint 10@vitest/eslint-plugin1.6.24 is available as the maintained replacement for abandonedeslint-plugin-vitestProject preparation
eslint-plugin-vitestwith@vitest/eslint-plugineslint-plugin-react-hooksto 7.1.1eslint-plugin-react-refreshto 0.5.3Final ESLint 10 upgrade
Once both upstream blockers release compatible versions:
eslint,@eslint/js,eslint-plugin-react, andeslint-plugin-jsx-a11ytogether.