chore: ignore ESLint 10 major version in dependabot#1060
Merged
serikjensen merged 2 commits intomainfrom Feb 10, 2026
Merged
Conversation
ESLint 10 was released but the plugin ecosystem does not yet support it. Key plugins (typescript-eslint, eslint-plugin-react, eslint-plugin-react-hooks, eslint-plugin-jsx-a11y, eslint-plugin-import) have not published ESLint 10- compatible releases, and eslint-plugin-react crashes at runtime due to removed APIs. Ignore major version bumps for eslint and @eslint/js until the ecosystem catches up. Tracked in SDK-380. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
jeffredodd
approved these changes
Feb 9, 2026
auto-merge was automatically disabled
February 9, 2026 19:21
Pull Request is not mergeable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
eslintand@eslint/jsto the dependabot ignore list for major version upgradesContext
ESLint 10.0.0 was released but the plugin ecosystem is not ready. Testing locally confirmed:
eslint-plugin-react@7.37.5callscontext.getFilename()which ESLint 10 removed →TypeError: contextOrFilename.getFilename is not a functiontypescript-eslint,eslint-plugin-react-hooks,eslint-plugin-jsx-a11y, andeslint-plugin-importall declare peer deps capped at ESLint 9--force/--legacy-peer-deps, and even with those flags the plugins crashTracked in SDK-380 for when the ecosystem catches up.
🤖 Generated with Claude Code