chore(deps): update dependency @eslint-react/eslint-plugin to 2.10.0 - #74
Closed
chrisbbreuer wants to merge 1 commit into
Closed
Conversation
github-actions
Bot
deleted the
buddy-bot/update-major-update---@eslint-react/eslint-plugin-1770305204234
branch
February 5, 2026 21:29
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.
This PR contains the following updates:
1.41.0->2.10.0Release Notes
Rel1cx/eslint-react (@eslint-react/eslint-plugin)
1.41.0 -> 2.10.0
v2.10.0Compare Source
What's Changed
no-implicit-keyrule to use type checking by Rel1cx in Refactorno-implicit-keyrule to use type checking Rel1cx/eslint-react#1466no-unnecessary-use-refto removed rules, closes #1417 by Rel1cx in Moveno-unnecessary-use-refto removed rules, closes #1417 Rel1cx/eslint-react#1471📝 Changes you should be aware of
The
no-implicit-keyrule has been updated to use type checking and moved fromrecommendedtotype-checkedpresets.The
no-unnecessary-use-refrule has been moved to removed rules, because the rule is hard to get right.Full Changelog: Rel1cx/eslint-react@v2.9.4...v2.10.0
Released by Rel1cx on 2/5/2026
v2.9.4Compare Source
What's Changed
🐞 Fixes
Full Changelog: Rel1cx/eslint-react@v2.9.3...v2.9.4
Released by Rel1cx on 2/3/2026
v2.9.3Compare Source
What's Changed
📝 Changes you should be aware of
The following rules have been deprecated and will be removed in the next major version:
no-default-propsno-prop-typesno-string-refsFor legacy codebases, use
no-restricted-syntaxas an alternative: