Skip to content

chore(deps): update dependency @eslint-react/eslint-plugin to 2.9.4 - #53

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

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

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.9.4 age adoption passing confidence

Release Notes

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

1.41.0 -> 2.9.4

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*

### [`v2.9.2`](https://github.com/Rel1cx/eslint-react/releases/tag/v2.9.2)

[Compare Source](https://github.com/Rel1cx/eslint-react/compare/v1.41.0...v2.9.4)

## What's Changed

### 🐞 Fixes

- Fix directives checks by [Rel1cx](https://github.com/Rel1cx) in https://github.com/Rel1cx/eslint-react/pull/1461
- Add missing rsc plugin to `all` config, closes #1462 by [Rel1cx](https://github.com/Rel1cx) in https://github.com/Rel1cx/eslint-react/pull/1463

### 🪄 Improvements

- Separate message ids for `rsc/function-definition` by [SukkaW](https://github.com/SukkaW) in https://github.com/Rel1cx/eslint-react/pull/1460

**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v2.9.0...v2.9.2

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

</details>

---

### 📊 Package Statistics

- **@eslint-react/eslint-plugin**: 560,806 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-1770276490079 branch February 5, 2026 07:40
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