Context
Dependabot tried to bump eslint and @eslint/js from v9 to v10 in PR #269, but eslint-plugin-react@7.37.5 only supports eslint up to v9.x:
peer eslint@"^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7" from eslint-plugin-react@7.37.5
We told dependabot to ignore major versions for both packages:
@dependabot ignore eslint major version
@dependabot ignore @eslint/js major version
Action needed
When eslint-plugin-react releases a version with eslint 10 support:
- Run
@dependabot unignore eslint and @dependabot unignore @eslint/js on any open PR (or create a new one)
- Or manually bump both in
package.json:
"@eslint/js": "^10.x",
"eslint": "^10.x",
- Run
npm install and verify npx eslint . --ext .ts,.tsx passes
How to check
Context
Dependabot tried to bump
eslintand@eslint/jsfrom v9 to v10 in PR #269, buteslint-plugin-react@7.37.5only supports eslint up to v9.x:We told dependabot to ignore major versions for both packages:
@dependabot ignore eslint major version@dependabot ignore @eslint/js major versionAction needed
When
eslint-plugin-reactreleases a version with eslint 10 support:@dependabot unignore eslintand@dependabot unignore @eslint/json any open PR (or create a new one)package.json:npm installand verifynpx eslint . --ext .ts,.tsxpassesHow to check
npm info eslint-plugin-react peerDependencies