Skip to main content
GoodFirstPicks
DashboardIssuesReposLeaderboard

GoodFirstPicks by Leaveitblank © 2026

CreatorRequest a RepoPrivacy PolicyTerms of Service
Bug: eslint-plugin-react-hooks does not support ESLint 10 in peerDependencies | GoodFirstPicks

Bug: eslint-plugin-react-hooks does not support ESLint 10 in peerDependencies

facebook/react 14 comments 1mo ago
View on GitHub
lowopenScope: clearSkill match: yesReactJavaScriptTypeScript

Why this is a good first issue

The issue requires updating peerDependencies to support ESLint 10.

AI Summary

The issue reports that eslint-plugin-react-hooks does not support ESLint 10 in its peerDependencies. The fix involves updating the peerDependencies field to include ESLint 10. There are no apparent blockers as the change is straightforward.

Issue Description

React version: 19.x

Steps To Reproduce

  1. Create a React project with [email protected]
  2. Upgrade ESLint to version 10.0.0
  3. Run npm install

Link to code example:

{
  "devDependencies": {
    "eslint": "^10.0.0",
    "eslint-plugin-react-hooks": "^7.0.1"
  }
}

The current behavior

npm error ERESOLVE could not resolve npm error Could not resolve dependency: npm error peer eslint@"^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0" from [email protected]

The expected behavior

"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0"

GitHub Labels

Status: Unconfirmed

Want to work on this?

Claim this issue to let others know you're working on it. You'll earn 10 points when you complete it!

Risk Flags

  • peerDependencies update
Loading labels...

Details

Points10 pts
Difficultylow
Scopeclear
Skill Matchyes
Test Focusedno