Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/eslint-aab3f37e97
Open

build(deps-dev): bump the eslint group across 1 directory with 4 updates#138
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/eslint-aab3f37e97

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Updates @eslint/compat from 2.0.5 to 2.1.0

Release notes

Sourced from @​eslint/compat's releases.

compat: v2.1.0

2.1.0 (2026-05-08)

Features

  • Add new includeIgnoreFile() to config-helpers (#430) (9b51352)

migrate-config: v2.1.0

2.1.0 (2026-05-08)

Features

  • Add new includeIgnoreFile() to config-helpers (#430) (9b51352)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/config-helpers bumped from ^0.5.5 to ^0.6.0

migrate-config: v2.0.7

2.0.7 (2026-05-01)

Bug Fixes

migrate-config: v2.0.6

2.0.6 (2026-04-08)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^2.0.4 to ^2.0.5
    • devDependencies
      • @​eslint/core bumped from ^1.2.0 to ^1.2.1
Changelog

Sourced from @​eslint/compat's changelog.

2.1.0 (2026-05-08)

Features

  • Add new includeIgnoreFile() to config-helpers (#430) (9b51352)
Commits

Updates eslint from 10.3.0 to 10.4.0

Release notes

Sourced from eslint's releases.

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)

Chores

  • 6616856 chore: upgrade knip to v6 (#20875) (Pixel998)
  • d13b084 ci: ensure auto-created PRs run CI (#20860) (lumir)
  • e71c7af ci: bump pnpm/action-setup from 6.0.5 to 6.0.7 (#20862) (dependabot[bot])
  • d84393d test: add unit tests for SuppressionsService.applySuppressions() (#20863) (kuldeep kumar)
  • 24db8cb test: add tests for SuppressionsService.save() (#20802) (kuldeep kumar)
  • 2ef0549 chore: update ecosystem plugins (#20857) (github-actions[bot])
  • a429791 ci: remove eslint-webpack-plugin types integration test (#20668) (Milos Djermanovic)
  • 9e37386 chore: replace recast with range approach in code-sample-minimizer (#20682) (Copilot)
  • 0dd1f9f test: disable warning for vm.constants.USE_MAIN_CONTEXT_DEFAULT_LOADER (#20845) (Francesco Trotta)
  • 9da3c7b refactor: remove deprecated meta.language and migrate meta.dialects (#20716) (Pixel998)
  • 2099ed1 refactor: add meta.defaultOptions to more rules, enable linting (#20800) (xbinaryx)
  • f1dfbc9 chore: update ecosystem plugins (#20836) (github-actions[bot])
  • c759413 ci: bump pnpm/action-setup from 6.0.3 to 6.0.5 (#20843) (dependabot[bot])
  • 5b817d6 test: add unit tests for lib/shared/ast-utils (#20838) (kuldeep kumar)
  • 1c13ae3 test: add unit tests for lib/shared/severity (#20835) (kuldeep kumar)
Commits

Updates eslint-plugin-react-dom from 5.7.4 to 5.8.3

Release notes

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

v5.8.3 (2026-05-20)

What's Changed

🐞 Fixes

  • react-dom/no-unknown-property: Added React 19 precedence and blocking attributes to the known property allowlist with version-gated tag checks, preventing false positives on <style>, <link>, and <script> elements (#1789, #1790).

Full Changelog: Rel1cx/eslint-react@v5.8.2...v5.8.3

v5.8.2 (2026-05-20)

What's Changed

📝 Documentation

  • Added React 19 use hook guidance to error-boundaries, rules-of-hooks, and no-use-context docs.
  • Added migration examples and corrected rule descriptions for class-component-related rules.
  • Improved eslint-plugin-react-x rule documentation with scenario-based examples, Troubleshooting sections, and Further Reading links across 48 rule docs (#1786).
  • Removed inline ESLint error annotations (^^^) from documentation examples for better readability (#1785).
  • Updated migration guide for eslint-plugin-react with additional details.

🏗️ Internal

  • Set up textlint and fixed inappropriate wording in documentation (#1787).
  • Bumped dependencies across workspace packages (#1788).
  • Updated pnpm-lock.yaml: bumped nx to 22.7.2 and brace-expansion to 5.0.5.

Full Changelog: Rel1cx/eslint-react@v5.8.1...v5.8.2

v5.8.1 (2026-05-18)

What's Changed

📝 Documentation

  • Restructured rule documentation across all plugins from the Common Violations / Invalid / Valid format to the new Examples / scenario-based / Troubleshooting / Further Reading format (#1784).
  • Updated README tagline and description, removed the Benchmark section, and fixed migration guide links (#1783).
  • Updated website recipe docs, FAQ, and third-party plugins page (#1783).

🏗️ Internal

  • Updated scripts/scaffold-rule.ts and the rule request issue template to match the new documentation structure (#1782).

Full Changelog: Rel1cx/eslint-react@v5.8.0...v5.8.1

v5.8.0 (2026-05-17)

What's Changed

🪄 Improvements

  • react-jsx/no-children-prop, react-jsx/no-children-prop-with-children: Added support for createElement calls in addition to JSX elements (#1780).

... (truncated)

Changelog

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

v5.8.3 (2026-05-20)

🐞 Fixes

  • react-dom/no-unknown-property: Added React 19 precedence and blocking attributes to the known property allowlist with version-gated tag checks, preventing false positives on <style>, <link>, and <script> elements (#1789, #1790).

Full Changelog: Rel1cx/eslint-react@v5.8.2...v5.8.3

v5.8.2 (2026-05-20)

📝 Documentation

  • Added React 19 use hook guidance to error-boundaries, rules-of-hooks, and no-use-context docs.
  • Added migration examples and corrected rule descriptions for class-component-related rules.
  • Improved eslint-plugin-react-x rule documentation with scenario-based examples, Troubleshooting sections, and Further Reading links across 48 rule docs (#1786).
  • Removed inline ESLint error annotations (^^^) from documentation examples for better readability (#1785).
  • Updated migration guide for eslint-plugin-react with additional details.

🏗️ Internal

  • Set up textlint and fixed inappropriate wording in documentation (#1787).
  • Bumped dependencies across workspace packages (#1788).
  • Updated pnpm-lock.yaml: bumped nx to 22.7.2 and brace-expansion to 5.0.5.

Full Changelog: Rel1cx/eslint-react@v5.8.1...v5.8.2

v5.8.1 (2026-05-18)

📝 Documentation

  • Restructured rule documentation across all plugins (eslint-plugin-react-x, eslint-plugin-react-dom, eslint-plugin-react-jsx, eslint-plugin-react-web-api, eslint-plugin-react-naming-convention, eslint-plugin-react-debug, eslint-plugin-react-rsc) from the Common Violations / Invalid / Valid format to the new Examples / scenario-based / Troubleshooting / Further Reading format (#1784).
  • Updated README tagline and description, removed the Benchmark section, and fixed migration guide links (#1783).
  • Updated website recipe docs, FAQ, and third-party plugins page (#1783).

🏗️ Internal

  • Updated scripts/scaffold-rule.ts and the rule request issue template to match the new documentation structure (#1782).

Full Changelog: Rel1cx/eslint-react@v5.8.0...v5.8.1

v5.8.0 (2026-05-17)

🪄 Improvements

  • react-jsx/no-children-prop, react-jsx/no-children-prop-with-children: Added support for createElement calls in addition to JSX elements (#1780).

📝 Documentation

  • Added eslint-plugin-perfectionist to the third-party plugins documentation page (#1778).

... (truncated)

Commits

Updates eslint-plugin-react-x from 5.7.4 to 5.8.3

Release notes

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

v5.8.3 (2026-05-20)

What's Changed

🐞 Fixes

  • react-dom/no-unknown-property: Added React 19 precedence and blocking attributes to the known property allowlist with version-gated tag checks, preventing false positives on <style>, <link>, and <script> elements (#1789, #1790).

Full Changelog: Rel1cx/eslint-react@v5.8.2...v5.8.3

v5.8.2 (2026-05-20)

What's Changed

📝 Documentation

  • Added React 19 use hook guidance to error-boundaries, rules-of-hooks, and no-use-context docs.
  • Added migration examples and corrected rule descriptions for class-component-related rules.
  • Improved eslint-plugin-react-x rule documentation with scenario-based examples, Troubleshooting sections, and Further Reading links across 48 rule docs (#1786).
  • Removed inline ESLint error annotations (^^^) from documentation examples for better readability (#1785).
  • Updated migration guide for eslint-plugin-react with additional details.

🏗️ Internal

  • Set up textlint and fixed inappropriate wording in documentation (#1787).
  • Bumped dependencies across workspace packages (#1788).
  • Updated pnpm-lock.yaml: bumped nx to 22.7.2 and brace-expansion to 5.0.5.

Full Changelog: Rel1cx/eslint-react@v5.8.1...v5.8.2

v5.8.1 (2026-05-18)

What's Changed

📝 Documentation

  • Restructured rule documentation across all plugins from the Common Violations / Invalid / Valid format to the new Examples / scenario-based / Troubleshooting / Further Reading format (#1784).
  • Updated README tagline and description, removed the Benchmark section, and fixed migration guide links (#1783).
  • Updated website recipe docs, FAQ, and third-party plugins page (#1783).

🏗️ Internal

  • Updated scripts/scaffold-rule.ts and the rule request issue template to match the new documentation structure (#1782).

Full Changelog: Rel1cx/eslint-react@v5.8.0...v5.8.1

v5.8.0 (2026-05-17)

What's Changed

🪄 Improvements

  • react-jsx/no-children-prop, react-jsx/no-children-prop-with-children: Added support for createElement calls in addition to JSX elements (#1780).

... (truncated)

Changelog

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

v5.8.3 (2026-05-20)

🐞 Fixes

  • react-dom/no-unknown-property: Added React 19 precedence and blocking attributes to the known property allowlist with version-gated tag checks, preventing false positives on <style>, <link>, and <script> elements (#1789, #1790).

Full Changelog: Rel1cx/eslint-react@v5.8.2...v5.8.3

v5.8.2 (2026-05-20)

📝 Documentation

  • Added React 19 use hook guidance to error-boundaries, rules-of-hooks, and no-use-context docs.
  • Added migration examples and corrected rule descriptions for class-component-related rules.
  • Improved eslint-plugin-react-x rule documentation with scenario-based examples, Troubleshooting sections, and Further Reading links across 48 rule docs (#1786).
  • Removed inline ESLint error annotations (^^^) from documentation examples for better readability (#1785).
  • Updated migration guide for eslint-plugin-react with additional details.

🏗️ Internal

  • Set up textlint and fixed inappropriate wording in documentation (#1787).
  • Bumped dependencies across workspace packages (#1788).
  • Updated pnpm-lock.yaml: bumped nx to 22.7.2 and brace-expansion to 5.0.5.

Full Changelog: Rel1cx/eslint-react@v5.8.1...v5.8.2

v5.8.1 (2026-05-18)

📝 Documentation

  • Restructured rule documentation across all plugins (eslint-plugin-react-x, eslint-plugin-react-dom, eslint-plugin-react-jsx, eslint-plugin-react-web-api, eslint-plugin-react-naming-convention, eslint-plugin-react-debug, eslint-plugin-react-rsc) from the Common Violations / Invalid / Valid format to the new Examples / scenario-based / Troubleshooting / Further Reading format (#1784).
  • Updated README tagline and description, removed the Benchmark section, and fixed migration guide links (#1783).
  • Updated website recipe docs, FAQ, and third-party plugins page (#1783).

🏗️ Internal

  • Updated scripts/scaffold-rule.ts and the rule request issue template to match the new documentation structure (#1782).

Full Changelog: Rel1cx/eslint-react@v5.8.0...v5.8.1

v5.8.0 (2026-05-17)

🪄 Improvements

  • react-jsx/no-children-prop, react-jsx/no-children-prop-with-children: Added support for createElement calls in addition to JSX elements (#1780).

📝 Documentation

  • Added eslint-plugin-perfectionist to the third-party plugins documentation page (#1778).

... (truncated)

Commits
  • 3588de1 release: 5.8.3
  • 7c3ee27 release: 5.8.2
  • 9837759 chore: bump dependencies (#1788)
  • 97c3c94 chore: setup textlint and fix inappropriate wording in docs (#1787)
  • 312d46a docs: update rule descriptions for exhaustive-deps, rules-of-hooks, and use-memo
  • a42ef2b docs: improve eslint-plugin-react-x rule documentation (#1786)
  • 19e8444 docs: remove inline ESLint error annotations from examples (#1785)
  • 94549a1 release: 5.8.1
  • 2821bb1 docs: restructure rule documentation to new Examples-based format (#1784)
  • 4317c31 release: 5.8.0
  • 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 18, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (69a3f03) to head (937788c).

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #138   +/-   ##
=========================================
  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.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-aab3f37e97 branch 2 times, most recently from 804ad3c to abb8551 Compare May 20, 2026 17:16
Bumps the eslint group with 4 updates in the / directory: [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat), [eslint](https://github.com/eslint/eslint), [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/compat` from 2.0.5 to 2.1.0
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/compat-v2.1.0/packages/compat)

Updates `eslint` from 10.3.0 to 10.4.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.3.0...v10.4.0)

Updates `eslint-plugin-react-dom` from 5.7.4 to 5.8.3
- [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.3/plugins/eslint-plugin-react-dom)

Updates `eslint-plugin-react-x` from 5.7.4 to 5.8.3
- [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.3/plugins/eslint-plugin-react-x)

---
updated-dependencies:
- dependency-name: "@eslint/compat"
  dependency-version: 2.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint
  dependency-version: 10.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-react-dom
  dependency-version: 5.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-react-x
  dependency-version: 5.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-aab3f37e97 branch from abb8551 to 937788c Compare May 20, 2026 17:23
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