Skip to content

chore(deps-dev): bump the eslint group across 1 directory with 4 updates#364

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/eslint-c4504d7a5e
Open

chore(deps-dev): bump the eslint group across 1 directory with 4 updates#364
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/eslint-c4504d7a5e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps the eslint group with 4 updates in the / directory: eslint, eslint-plugin-react-dom, eslint-plugin-react-hooks and eslint-plugin-react-x.

Updates eslint from 10.0.3 to 10.4.1

Release notes

Sourced from eslint's releases.

v10.4.1

Bug Fixes

  • e557467 fix: update @eslint/plugin-kit version to 0.7.2 (#20930) (Francesco Trotta)
  • d4ce898 fix: propagate failures from delegated commands (#20917) (Minh Vu)
  • f4f3507 fix: prefer-arrow-callback invalid autofix with newline after async (#20916) (kuldeep kumar)
  • c5bc78b fix: false positive for reference in finally block (#20655) (Tanuj Kanti)
  • 27538c0 fix: add missing CodePath and CodePathSegment types (#20853) (Pixel998)

Documentation

  • 61b0add docs: remove deprecated rule from related rules of max-params (#20921) (Tanuj Kanti)
  • 305d5b9 docs: remove deprecated rules from related rules section (#20911) (Tanuj Kanti)
  • 49b0202 docs: fix display: none of ad (#20901) (Tanuj Kanti)
  • 9067f94 docs: switch build to Node.js 24 (#20893) (Milos Djermanovic)
  • c91b041 docs: Update README (GitHub Actions Bot)
  • e349265 docs: clarify semver strings in rule deprecation objects (#20885) (Milos Djermanovic)

Chores

  • b0e466b test: add data property to invalid tests cases for rules (#20924) (Tanuj Kanti)
  • f78838b test: add CodePath type coverage (#20904) (Pixel998)
  • 1daa4bd chore: update eslint-plugin-eslint-comments test data to latest commit (#20922) (Francesco Trotta)
  • 002942c ci: declare contents:read on update-readme workflow (#20919) (Arpit Jain)
  • 64bca24 chore: update ecosystem plugins (#20912) (ESLint Bot)
  • 6d7c832 chore: ignore fflate updates in renovate (#20908) (Pixel998)
  • b2c8638 ci: bump pnpm/action-setup from 6.0.7 to 6.0.8 (#20889) (dependabot[bot])
  • a9b8d7f chore: increase maxBuffer for ecosystem tests (#20881) (sethamus)
  • b702ead chore: update ecosystem update PR settings (#20884) (Pixel998)
  • 507f60e chore: update ecosystem plugins (#20882) (ESLint Bot)
  • 92f5c5b test: add unit test for message-count (#20878) (kuldeep kumar)
  • df32108 chore: add @​eslint/markdown and typescript-eslint ecosystem tests (#20837) (sethamus)
  • 327f91d chore: use includeIgnoreFile internally (#20876) (Kirk Waiblinger)
  • f0dc4bd chore: pin fflate@0.8.2 (#20877) (Milos Djermanovic)
  • 0f4bd25 ci: run Discord alert for ecosystem test failures (#20873) (Copilot)

v10.4.0

Features

  • 1a45ec5 feat: check sequence expressions in for-direction (#20701) (kuldeep kumar)
  • 450040b feat: add includeIgnoreFile() to eslint/config (#20735) (Kirk Waiblinger)

Bug Fixes

  • 544c0c3 fix: escape code path DOT labels in debug output (#20866) (Pixel998)
  • 6799431 fix: update dependency @​eslint/config-helpers to ^0.6.0 (#20850) (renovate[bot])
  • f078fef fix: handle non-array deprecated rule replacements (#20825) (xbinaryx)

Documentation

  • 7e52a71 docs: add mention of @eslint-react/eslint-plugin (#20869) (Pavel)
  • db3468b docs: tweak wording around ambiguous CJS-vs-ESM config (#20865) (Kirk Waiblinger)
  • 9084664 docs: Update README (GitHub Actions Bot)
  • 9cc7387 docs: Update README (GitHub Actions Bot)
  • 3d7b548 docs: Update README (GitHub Actions Bot)
  • 191ec3c docs: Update README (GitHub Actions Bot)

... (truncated)

Commits
  • 4a3d15a 10.4.1
  • 43e7e2b Build: changelog update for 10.4.1
  • e557467 fix: update @eslint/plugin-kit version to 0.7.2 (#20930)
  • b0e466b test: add data property to invalid tests cases for rules (#20924)
  • d4ce898 fix: propagate failures from delegated commands (#20917)
  • f4f3507 fix: prefer-arrow-callback invalid autofix with newline after async (#20916)
  • f78838b test: add CodePath type coverage (#20904)
  • 61b0add docs: remove deprecated rule from related rules of max-params (#20921)
  • 1daa4bd chore: update eslint-plugin-eslint-comments test data to latest commit (#20...
  • 002942c ci: declare contents:read on update-readme workflow (#20919)
  • Additional commits viewable in compare view

Updates eslint-plugin-react-dom from 2.13.0 to 5.8.10

Release notes

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

v5.8.10 (2026-06-02)

What's Changed

🐞 Fixes

  • react-dom/no-unused-class-component-members: Aligned preset details in rule documentation (#1825).
  • react-dom/no-unsafe-iframe-sandbox, react-x/context-name, react-x/id-name, react-x/ref-name, react-x/no-unnecessary-use-prefix, react-x/no-string-style-prop: Fixed missing or incorrect presets in rule documentation (#1826).

📝 Documentation

  • naming-convention: Expanded examples and annotated Ok cases for context-name, id-name, and ref-name rules (#1819).
  • Recipes: Refactored MyComponent examples to Button component in custom rules of props and function component definition recipes (#1823).
  • Community: Added azat-io eslint-config to the community presets list.

🏗️ Internal

  • jsx: Consolidated whitespace child predicates and added isEmptyStringExpression to the public API (#1820).
  • Verification: Added preset verification to verify-docs.ts (#1822).
  • Monorepo: Added AGENTS.md guide for AI coding agents (#1824).
  • Monorepo: Normalized local package metadata in .pkgs/*.
  • Deps: Bumped vite to ^8.0.15 and ansis to ^4.3.1 across workspace packages.

New Contributors

Full Changelog: Rel1cx/eslint-react@v5.8.9...v5.8.10

Attestation

https://github.com/Rel1cx/eslint-react/attestations/29493891

v5.8.9 (2026-06-01)

What's Changed

🐞 Fixes

  • react-x/no-direct-mutation-state: Detect nested state mutations and member expressions in assignment expressions (#1818).

📝 Documentation

  • Updated contributing guide and monorepo structure documentation.

🏗️ Internal

  • Examples: Removed .vscode directories from all examples, added missing engines.node to Preact examples, cleaned up redundant .config/*.ts from tsconfig.node.json, and updated .gitignore.
  • Website: Cleaned up configs and docs.

... (truncated)

Changelog

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

v5.8.10 (2026-06-02)

🐞 Fixes

  • react-dom/no-unused-class-component-members: Aligned preset details in rule documentation (#1825).
  • react-dom/no-unsafe-iframe-sandbox, react-x/context-name, react-x/id-name, react-x/ref-name, react-x/no-unnecessary-use-prefix, react-x/no-string-style-prop: Fixed missing or incorrect presets in rule documentation (#1826).

📝 Documentation

  • naming-convention: Expanded examples and annotated Ok cases for context-name, id-name, and ref-name rules (#1819).
  • Recipes: Refactored MyComponent examples to Button component in custom rules of props and function component definition recipes (#1823).
  • Community: Added azat-io eslint-config to the community presets list.

🏗️ Internal

  • jsx: Consolidated whitespace child predicates and added isEmptyStringExpression to the public API (#1820).
  • Verification: Added preset verification to verify-docs.ts (#1822).
  • Monorepo: Added AGENTS.md guide for AI coding agents (#1824).
  • Monorepo: Normalized local package metadata in .pkgs/*.
  • Deps: Bumped vite to ^8.0.15 and ansis to ^4.3.1 across workspace packages.

New Contributors

Full Changelog: Rel1cx/eslint-react@v5.8.9...v5.8.10

v5.8.9 (2026-06-01)

🐞 Fixes

  • react-x/no-direct-mutation-state: Detect nested state mutations and member expressions in assignment expressions (#1818).

📝 Documentation

  • Updated contributing guide and monorepo structure documentation.

🏗️ Internal

  • Examples: Removed .vscode directories from all examples, added missing engines.node to Preact examples, cleaned up redundant .config/*.ts from tsconfig.node.json, and updated .gitignore.
  • Website: Cleaned up configs and docs.
  • Deps: Patch bumped eslint, tinyglobby, and tsdown across workspace packages; added @fontsource/iosevka-aile to the website; reordered CSS imports in layout.tsx.
  • Updated .sentrux baseline timestamp.

Full Changelog: Rel1cx/eslint-react@v5.8.8...v5.8.9

v5.8.8 (2026-05-31)

📝 Documentation

... (truncated)

Commits

Updates eslint-plugin-react-hooks from 7.0.1 to 7.1.1

Release notes

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

eslint-plugin-react-hooks@7.1.1 (April 17, 2026)

Note: 7.1.0 accidentally removed the component-hook-factories rule, causing errors for users who referenced it in their ESLint config. This is now fixed.

  • Add deprecated no-op component-hook-factories rule for backwards compatibility. (@​mofeiZ in #36307)

eslint-plugin-react-hooks@7.1.0 (April 16, 2026)

This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better set-state-in-effect detection, improved ref validation, and more helpful error reporting.

Changelog

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

7.1.1

Note: 7.1.0 accidentally removed the component-hook-factories rule, causing errors for users who referenced it in their ESLint config. This is now fixed.

  • Add deprecated no-op component-hook-factories rule for backwards compatibility. (@​mofeiZ in #36307)

7.1.0

This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better set-state-in-effect detection, improved ref validation, and more helpful error reporting.

Commits

Updates eslint-plugin-react-x from 2.13.0 to 5.8.10

Release notes

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

v5.8.10 (2026-06-02)

What's Changed

🐞 Fixes

  • react-dom/no-unused-class-component-members: Aligned preset details in rule documentation (#1825).
  • react-dom/no-unsafe-iframe-sandbox, react-x/context-name, react-x/id-name, react-x/ref-name, react-x/no-unnecessary-use-prefix, react-x/no-string-style-prop: Fixed missing or incorrect presets in rule documentation (#1826).

📝 Documentation

  • naming-convention: Expanded examples and annotated Ok cases for context-name, id-name, and ref-name rules (#1819).
  • Recipes: Refactored MyComponent examples to Button component in custom rules of props and function component definition recipes (#1823).
  • Community: Added azat-io eslint-config to the community presets list.

🏗️ Internal

  • jsx: Consolidated whitespace child predicates and added isEmptyStringExpression to the public API (#1820).
  • Verification: Added preset verification to verify-docs.ts (#1822).
  • Monorepo: Added AGENTS.md guide for AI coding agents (#1824).
  • Monorepo: Normalized local package metadata in .pkgs/*.
  • Deps: Bumped vite to ^8.0.15 and ansis to ^4.3.1 across workspace packages.

New Contributors

Full Changelog: Rel1cx/eslint-react@v5.8.9...v5.8.10

Attestation

https://github.com/Rel1cx/eslint-react/attestations/29493891

v5.8.9 (2026-06-01)

What's Changed

🐞 Fixes

  • react-x/no-direct-mutation-state: Detect nested state mutations and member expressions in assignment expressions (#1818).

📝 Documentation

  • Updated contributing guide and monorepo structure documentation.

🏗️ Internal

  • Examples: Removed .vscode directories from all examples, added missing engines.node to Preact examples, cleaned up redundant .config/*.ts from tsconfig.node.json, and updated .gitignore.
  • Website: Cleaned up configs and docs.

... (truncated)

Changelog

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

v5.8.10 (2026-06-02)

🐞 Fixes

  • react-dom/no-unused-class-component-members: Aligned preset details in rule documentation (#1825).
  • react-dom/no-unsafe-iframe-sandbox, react-x/context-name, react-x/id-name, react-x/ref-name, react-x/no-unnecessary-use-prefix, react-x/no-string-style-prop: Fixed missing or incorrect presets in rule documentation (#1826).

📝 Documentation

  • naming-convention: Expanded examples and annotated Ok cases for context-name, id-name, and ref-name rules (#1819).
  • Recipes: Refactored MyComponent examples to Button component in custom rules of props and function component definition recipes (#1823).
  • Community: Added azat-io eslint-config to the community presets list.

🏗️ Internal

  • jsx: Consolidated whitespace child predicates and added isEmptyStringExpression to the public API (#1820).
  • Verification: Added preset verification to verify-docs.ts (#1822).
  • Monorepo: Added AGENTS.md guide for AI coding agents (#1824).
  • Monorepo: Normalized local package metadata in .pkgs/*.
  • Deps: Bumped vite to ^8.0.15 and ansis to ^4.3.1 across workspace packages.

New Contributors

Full Changelog: Rel1cx/eslint-react@v5.8.9...v5.8.10

v5.8.9 (2026-06-01)

🐞 Fixes

  • react-x/no-direct-mutation-state: Detect nested state mutations and member expressions in assignment expressions (#1818).

📝 Documentation

  • Updated contributing guide and monorepo structure documentation.

🏗️ Internal

  • Examples: Removed .vscode directories from all examples, added missing engines.node to Preact examples, cleaned up redundant .config/*.ts from tsconfig.node.json, and updated .gitignore.
  • Website: Cleaned up configs and docs.
  • Deps: Patch bumped eslint, tinyglobby, and tsdown across workspace packages; added @fontsource/iosevka-aile to the website; reordered CSS imports in layout.tsx.
  • Updated .sentrux baseline timestamp.

Full Changelog: Rel1cx/eslint-react@v5.8.8...v5.8.9

v5.8.8 (2026-05-31)

📝 Documentation

... (truncated)

Commits
  • f023663 release: 5.8.10
  • 39a9b30 docs: fix missing presets in rule documentation (#1826)
  • f4f5510 docs: align presets details for no-unused-class-component-members closes #1...
  • ff9258d release: 5.8.9
  • f3afd13 fix(rules/no-direct-mutation-state): detect nested state mutations an… (#1818)
  • 60e2514 release: 5.8.8
  • 6788f13 docs: rework status emoji indicators across docs and examples (#1816)
  • 5b62a42 Update baseline timestamp and bump eslint to 10.4.1
  • c2e40bd Enable no-downgrade trustPolicy and release age
  • 54deb4e chore: fix monorepo config issues
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot requested a review from choffmann as a code owner April 20, 2026 15:10
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/main/eslint-c4504d7a5e branch 5 times, most recently from 7d799d2 to 29f46ca Compare April 27, 2026 06:42
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/main/eslint-c4504d7a5e branch 2 times, most recently from 80a6db1 to 2ac39eb Compare May 18, 2026 06:56
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/main/eslint-c4504d7a5e branch 5 times, most recently from 74bfd42 to b8ea14a Compare May 25, 2026 19:14
@lzueva lzueva force-pushed the dependabot/npm_and_yarn/main/eslint-c4504d7a5e branch from b94efb7 to 06c58c9 Compare May 28, 2026 07:20
@lzueva
Copy link
Copy Markdown
Contributor

lzueva commented May 28, 2026

@dependabot recreate

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/main/eslint-c4504d7a5e branch from 06c58c9 to 7d69924 Compare May 28, 2026 07:26
Bumps the eslint group with 4 updates in the / directory: [eslint](https://github.com/eslint/eslint), [eslint-plugin-react-dom](https://github.com/Rel1cx/eslint-react/tree/HEAD/plugins/eslint-plugin-react-dom), [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) and [eslint-plugin-react-x](https://github.com/Rel1cx/eslint-react/tree/HEAD/plugins/eslint-plugin-react-x).


Updates `eslint` from 10.0.3 to 10.4.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.0.3...v10.4.1)

Updates `eslint-plugin-react-dom` from 2.13.0 to 5.8.10
- [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.8.10/plugins/eslint-plugin-react-dom)

Updates `eslint-plugin-react-hooks` from 7.0.1 to 7.1.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/eslint-plugin-react-hooks@7.1.1/packages/eslint-plugin-react-hooks)

Updates `eslint-plugin-react-x` from 2.13.0 to 5.8.10
- [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.8.10/plugins/eslint-plugin-react-x)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-react-dom
  dependency-version: 4.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-react-hooks
  dependency-version: 7.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-react-x
  dependency-version: 4.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/main/eslint-c4504d7a5e branch from 7d69924 to 1e70927 Compare June 2, 2026 14:25
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