Skip to content

build(deps-dev): bump eslint-plugin-react-x from 2.13.0 to 5.6.6#101

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-plugin-react-x-5.6.6
Open

build(deps-dev): bump eslint-plugin-react-x from 2.13.0 to 5.6.6#101
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-plugin-react-x-5.6.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps eslint-plugin-react-x from 2.13.0 to 5.6.6.

Release notes

Sourced from eslint-plugin-react-x's releases.

v5.6.6 (2026-05-01)

What's Changed

✨ New

  • react-x/no-unused-state: Re-add the react-x/no-unused-state rule that was removed in 5.0.0 as a no-op rule for detecting unused state in function components in a future release.

Full Changelog: Rel1cx/eslint-react@v5.6.4...v5.6.6

v5.6.4 (2026-05-01)

What's Changed

✨ New

  • react-x/no-unused-class-component-members: Now flags shouldComponentUpdate methods defined in classes extending PureComponent as unused, since PureComponent implements its own shouldComponentUpdate with shallow prop and state comparison (#1738).

📝 Documentation

  • Added jsx preset documentation to multiple rule docs.
  • Removed empty Presets sections from rule documentation.

🏗️ Internal

  • ast: Added an optional stop predicate to findParent utility for more control over ancestor traversal (#1736).
  • Replaced skott with sentrux for architecture linting.
  • Updated sentrux rules and baseline metrics.

Full Changelog: Rel1cx/eslint-react@v5.6.3-beta.0...v5.6.4

v5.6.3-beta.0 (2026-04-30)

What's Changed

🏗️ Internal

  • JSX detection utilities moved to @eslint-react/core: isJsxLike, JsxConfig, JsxDetectionHint, and related types now import from @eslint-react/core. The old @eslint-react/jsx module no longer re-exports these symbols. isJsxText and JsxEmit have been removed in favor of core equivalents.
  • Added Nx and set up project graph caching.
  • Added architectural boundaries for app and package dependencies.
  • Added devtools verification script.
  • Added sentrux layer architecture and dependency rules.
  • Updated sentrux baseline timestamps.
  • Upgraded zod from 4.3.6 to 4.4.1.

Full Changelog: Rel1cx/eslint-react@v5.6.2...v5.6.3-beta.0

v5.6.2 (2026-04-30)

What's Changed

🐞 Fixes

  • react-x/use-memo: Fixed false positives in useMemo dependency analysis by using reference/definition analysis (#1735).

... (truncated)

Changelog

Sourced from eslint-plugin-react-x's changelog.

v5.6.6 (2026-05-01)

✨ New

  • react-x/no-unused-state: Re-add the react-x/no-unused-state rule that was removed in 5.0.0 as a no-op rule for detecting unused state in function components in a future release.

Full Changelog: Rel1cx/eslint-react@v5.6.4...v5.6.6

v5.6.4 (2026-05-01)

✨ New

  • react-x/no-unused-class-component-members: Now flags shouldComponentUpdate methods defined in classes extending PureComponent as unused, since PureComponent implements its own shouldComponentUpdate with shallow prop and state comparison (#1738).

📝 Documentation

  • Added jsx preset documentation to multiple rule docs.
  • Removed empty Presets sections from rule documentation.

🏗️ Internal

  • ast: Added an optional stop predicate to findParent utility for more control over ancestor traversal (#1736).
  • Replaced skott with sentrux for architecture linting.
  • Updated sentrux rules and baseline metrics.

Full Changelog: Rel1cx/eslint-react@v5.6.3-beta.0...v5.6.4

v5.6.3-beta.0 (2026-04-30)

🏗️ Internal

  • JSX detection utilities moved to @eslint-react/core: isJsxLike, JsxConfig, JsxDetectionHint, and related types now import from @eslint-react/core. The old @eslint-react/jsx module no longer re-exports these symbols. isJsxText and JsxEmit have been removed in favor of core equivalents.
  • Added Nx and set up project graph caching.
  • Added architectural boundaries for app and package dependencies.
  • Added devtools verification script.
  • Added sentrux layer architecture and dependency rules.
  • Updated sentrux baseline timestamps.
  • Upgraded zod from 4.3.6 to 4.4.1.

Full Changelog: Rel1cx/eslint-react@v5.6.2...v5.6.3-beta.0

v5.6.2 (2026-04-30)

🐞 Fixes

  • react-x/use-memo: Fixed false positives in useMemo dependency analysis by using reference/definition analysis (#1735).

📝 Documentation

  • Added anchor links to rule names in recipe docs.

... (truncated)

Commits
  • aefbdd0 release: 5.6.6
  • d169eb7 release: 5.6.6-beta.0
  • fcca8dc release: 5.6.6-next.0
  • ad4e1f8 release: 5.6.5
  • f1abebe release: 5.6.4
  • 17c913c feat(no-unused-class-component-members): flag shouldComponentUpdate i… (#1738)
  • 51c8a4b Remove empty Presets sections from rule documentation
  • cd8bf32 release: 5.6.4-beta.0
  • cb66216 release: 5.6.4-next.0
  • bb00d86 feat(ast): add stop predicate to findParent and refactor callers (#1736)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 1, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-react-x-5.6.6 branch 2 times, most recently from 0907138 to d87e00d Compare May 1, 2026 06:09
Bumps [eslint-plugin-react-x](https://github.com/Rel1cx/eslint-react/tree/HEAD/plugins/eslint-plugin-react-x) from 2.13.0 to 5.6.6.
- [Release notes](https://github.com/Rel1cx/eslint-react/releases)
- [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Rel1cx/eslint-react/commits/v5.6.6/plugins/eslint-plugin-react-x)

---
updated-dependencies:
- dependency-name: eslint-plugin-react-x
  dependency-version: 5.6.6
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-react-x-5.6.6 branch from d87e00d to 22ba115 Compare May 1, 2026 06:10
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants