Skip to content

Update dependency @eslint-react/eslint-plugin to v2.11.2#343

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/eslint-react-eslint-plugin-2.x-lockfile
Open

Update dependency @eslint-react/eslint-plugin to v2.11.2#343
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/eslint-react-eslint-plugin-2.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 5, 2026

This PR contains the following updates:

Package Change Age Confidence
@eslint-react/eslint-plugin (source) 2.9.02.11.2 age confidence

Release Notes

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

v2.11.2

Compare Source

🐞 Fixes
  • Implement a more robust check to handle cases that getFullyQualifiedName cannot handle in no-implicit-key, closes #​1476 by @​Rel1cx in #​1480
🪄 Improvements
  • Bump esbuild, node types, jsdoc plugin

Full Changelog: Rel1cx/eslint-react@v2.11.1...v2.11.2

v2.11.1

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v2.11.0...v2.11.1

v2.11.0

Compare Source

✨ New

Full Changelog: Rel1cx/eslint-react@v2.10.1...v2.11.0

v2.10.1

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v2.10.0...v2.10.1

v2.10.0

Compare Source

📝 Changes you should be aware of
  1. The no-implicit-key rule has been updated to use type checking and moved from recommended to type-checked presets.
  2. 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

v2.9.4

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v2.9.3...v2.9.4

v2.9.3

Compare Source

📝 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']",
                "message": "[Deprecated] Use callback refs instead."
            }
        ]
    }
}

Full Changelog: Rel1cx/eslint-react@v2.9.2...v2.9.3

v2.9.2

🐞 Fixes
🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v2.9.0...v2.9.2


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 becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 5, 2026
@renovate renovate bot assigned gjong Feb 5, 2026
@github-actions
Copy link

github-actions bot commented Feb 5, 2026

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 10.28% 296 / 2877
🔵 Statements 10.15% 310 / 3054
🔵 Functions 7.01% 105 / 1497
🔵 Branches 10.56% 118 / 1117
File CoverageNo changed files found.
Generated in workflow #1417 for commit cf0271c by the Vitest Coverage Report Action

@renovate renovate bot force-pushed the renovate/eslint-react-eslint-plugin-2.x-lockfile branch from 83ba86a to 82d1709 Compare February 5, 2026 20:34
@renovate renovate bot changed the title Update dependency @eslint-react/eslint-plugin to v2.10.0 Update dependency @eslint-react/eslint-plugin to v2.11.0 Feb 5, 2026
@renovate renovate bot force-pushed the renovate/eslint-react-eslint-plugin-2.x-lockfile branch from 82d1709 to cf0271c Compare February 6, 2026 18:04
@renovate renovate bot changed the title Update dependency @eslint-react/eslint-plugin to v2.11.0 Update dependency @eslint-react/eslint-plugin to v2.11.1 Feb 6, 2026
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 6, 2026

@renovate renovate bot changed the title Update dependency @eslint-react/eslint-plugin to v2.11.1 Update dependency @eslint-react/eslint-plugin to v2.11.2 Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant