Skip to content

chore(deps): update dependency @eslint-react/eslint-plugin to 2.10.0 - #74

Closed
chrisbbreuer wants to merge 1 commit into
mainfrom
buddy-bot/update-major-update---@eslint-react/eslint-plugin-1770305204234
Closed

chore(deps): update dependency @eslint-react/eslint-plugin to 2.10.0#74
chrisbbreuer wants to merge 1 commit into
mainfrom
buddy-bot/update-major-update---@eslint-react/eslint-plugin-1770305204234

Conversation

@chrisbbreuer

Copy link
Copy Markdown
Member

This PR contains the following updates:

npm

Package Change Age Adoption Passing Confidence
@eslint-react/eslint-plugin (source) 1.41.0 -> 2.10.0 age adoption passing confidence

Release Notes

Rel1cx/eslint-react (@eslint-react/eslint-plugin)

1.41.0 -> 2.10.0

v2.10.0

Compare Source

What's Changed

📝 Changes you should be aware of

The no-implicit-key rule has been updated to use type checking and moved from recommended to type-checked presets.
The no-unnecessary-use-ref rule 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.4

Compare 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.3

Compare 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-props
  • no-prop-types
  • no-string-refs

For legacy codebases, use no-restricted-syntax as an alternative:

{
    files: ['**/*.jsx', '**/*.tsx'],
    rules: {
        "no-restricted-syntax": [
            "error",
            {
                "selector": "AssignmentExpression[operator='='][left.property.name='defaultProps']",
                "message": "[Deprecated] Use ES6 default parameters instead."
            },
            {
                "selector": "AssignmentExpression[operator='='][left.property.name='propTypes']",
                "message": "[Deprecated] Use TypeScript or another type-checking solution instead."
            },
            {
                "selector": "JSXAttribute[name.name='ref'][value.type='Literal']",
                "me...

*[View full release notes]*

*Released by [Rel1cx](https://github.com/Rel1cx) on 2/2/2026*

</details>

---

### 📊 Package Statistics

- **@eslint-react/eslint-plugin**: 553,211 weekly downloads

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

 **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Buddy](https://github.com/stacksjs/buddy-bot) 🤖

@github-actions github-actions Bot closed this Feb 5, 2026
@github-actions
github-actions Bot deleted the buddy-bot/update-major-update---@eslint-react/eslint-plugin-1770305204234 branch February 5, 2026 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant