Skip to content

build(deps-dev): bump the eslint group with 2 updates#110

Merged
mergify[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/eslint-2605d99cc2
May 1, 2026
Merged

build(deps-dev): bump the eslint group with 2 updates#110
mergify[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/eslint-2605d99cc2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the eslint group with 2 updates: eslint-plugin-react-dom and eslint-plugin-react-x.

Updates eslint-plugin-react-dom from 5.6.2 to 5.6.6

Release notes

Sourced from eslint-plugin-react-dom'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

Changelog

Sourced from eslint-plugin-react-dom'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

Commits

Updates eslint-plugin-react-x from 5.6.2 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

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

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 will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the eslint group with 2 updates: [eslint-plugin-react-dom](https://github.com/Rel1cx/eslint-react/tree/HEAD/plugins/eslint-plugin-react-dom) and [eslint-plugin-react-x](https://github.com/Rel1cx/eslint-react/tree/HEAD/plugins/eslint-plugin-react-x).


Updates `eslint-plugin-react-dom` from 5.6.2 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-dom)

Updates `eslint-plugin-react-x` from 5.6.2 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-dom
  dependency-version: 5.6.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: eslint-plugin-react-x
  dependency-version: 5.6.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 1, 2026
@mergify mergify Bot merged commit c3c2584 into master May 1, 2026
10 checks passed
@mergify mergify Bot deleted the dependabot/npm_and_yarn/eslint-2605d99cc2 branch May 1, 2026 13:05
@codecov
Copy link
Copy Markdown

codecov Bot commented May 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (b517a39) to head (146a7e0).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #110   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           17        17           
  Lines          282       282           
  Branches        71        71           
=========================================
  Hits           282       282           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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