Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the eslint group with 5 updates in the / directory:

Package From To
@eslint/compat 2.0.5 2.1.0
eslint 10.3.0 10.4.1
eslint-plugin-prettier 5.5.5 5.5.6
eslint-plugin-react-dom 5.7.4 5.8.16
eslint-plugin-react-x 5.7.4 5.8.16

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.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-prettier from 5.5.5 to 5.5.6

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.5.6

Patch Changes

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.5.6

Patch Changes

Commits

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

Release notes

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

v5.8.16 (2026-06-07)

What's Changed

🐞 Fixes

  • Aligned dependency versions across monorepo (#1853).

Full Changelog: Rel1cx/eslint-react@v5.8.15...v5.8.16

Attestation

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

v5.8.15 (2026-06-07)

What's Changed

📝 Documentation

  • Added under-construction callouts and refined kit pages on the website (#1850, #1851).
  • Removed AGENTS.md and CONTRIBUTING.md documents and references (#1848).
  • Updated home and third-party plugins pages on the website.
  • Updated issue template guidance and labels.

🏗️ Internal

  • Bumped @types/* dependencies (#1852).
  • Relaxed checklist requirements in issue templates (#1849).

Full Changelog: Rel1cx/eslint-react@v5.8.13...v5.8.15

Attestation

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

v5.8.13 (2026-06-07)

What's Changed

📝 Documentation

  • Added GoogleCloudPlatform/gke-mcp and removed archived antfu/shiki-stream from community projects on the website.
  • Improved RSC Directives wording in documentation.
  • Removed the no-multiple-children-in-title recipe from the website.
  • Removed the kit beta banner from the website (#1846).

🏗️ Internal

... (truncated)

Changelog

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

v5.8.16 (2026-06-07)

🐞 Fixes

  • Aligned dependency versions across monorepo (#1853).

Full Changelog: Rel1cx/eslint-react@v5.8.15...v5.8.16

v5.8.15 (2026-06-07)

📝 Documentation

  • Added under-construction callouts and refined kit pages on the website (#1850, #1851).
  • Removed AGENTS.md and CONTRIBUTING.md documents and references (#1848).
  • Updated home and third-party plugins pages on the website.
  • Updated issue template guidance and labels.

🏗️ Internal

  • Bumped @types/* dependencies (#1852).
  • Relaxed checklist requirements in issue templates (#1849).

Full Changelog: Rel1cx/eslint-react@v5.8.13...v5.8.15

v5.8.13 (2026-06-06)

📝 Documentation

  • Added GoogleCloudPlatform/gke-mcp and removed archived antfu/shiki-stream from community projects on the website.
  • Improved RSC Directives wording in documentation.
  • Removed the no-multiple-children-in-title recipe from the website.
  • Removed the kit beta banner from the website (#1846).

🏗️ Internal

  • Added RuleListener return type to all rule create functions (#1845).
  • Added boundary and edge case tests for react-dom rules, JSX rules, and naming-convention rules (context-name, id-name, ref-name).
  • Added identifier resolution tests for react-x/no-leaked-conditional-rendering (#1844).
  • Bumped pnpm and updated lockfile.
  • Bumped tsdown to 0.22.2 and updated dependencies.
  • Removed redundant single-argument merge() calls in rules (#1843).
  • Switched GitHub workflows to ubuntu-latest.
  • Updated website brand assets and icons.

Full Changelog: Rel1cx/eslint-react@v5.8.12...v5.8.13

v5.8.12 (2026-06-05)

🪄 Improvements

... (truncated)

Commits
  • f9e9754 release: 5.8.16
  • 8719df2 release: 5.8.15
  • 1022e49 release: 5.8.14
  • 81cdcc9 chore(deps): bump @types/* dependencies (#1852)
  • 5199a72 docs(website): add under construction callouts and refine pages (#1851)
  • e2920e3 release: 5.8.13
  • e8fbada test(naming-convention): add boundary tests for context-name, id-name and ref...
  • e9a5607 test: add boundary and edge case tests for react-dom rules
  • 354a909 refactor: add RuleListener return type to all rule create functions (#1845)
  • a180161 refactor: remove redundant single-argument merge() calls in rules (#1843)
  • Additional commits viewable in compare view

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

Release notes

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

v5.8.16 (2026-06-07)

What's Changed

🐞 Fixes

  • Aligned dependency versions across monorepo (#1853).

Full Changelog: Rel1cx/eslint-react@v5.8.15...v5.8.16

Attestation

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

v5.8.15 (2026-06-07)

What's Changed

📝 Documentation

  • Added under-construction callouts and refined kit pages on the website (#1850, #1851).
  • Removed AGENTS.md and CONTRIBUTING.md documents and references (#1848).
  • Updated home and third-party plugins pages on the website.
  • Updated issue template guidance and labels.

🏗️ Internal

  • Bumped @types/* dependencies (#1852).
  • Relaxed checklist requirements in issue templates (#1849).

Full Changelog: Rel1cx/eslint-react@v5.8.13...v5.8.15

Attestation

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

v5.8.13 (2026-06-07)

What's Changed

📝 Documentation

  • Added GoogleCloudPlatform/gke-mcp and removed archived antfu/shiki-stream from community projects on the website.
  • Improved RSC Directives wording in documentation.
  • Removed the no-multiple-children-in-title recipe from the website.
  • Removed the kit beta banner from the website (#1846).

🏗️ Internal

... (truncated)

Changelog

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

v5.8.16 (2026-06-07)

🐞 Fixes

  • Aligned dependency versions across monorepo (#1853).

Full Changelog: Rel1cx/eslint-react@v5.8.15...v5.8.16

v5.8.15 (2026-06-07)

📝 Documentation

  • Added under-construction callouts and refined kit pages on the website (#1850, #1851).
  • Removed AGENTS.md and CONTRIBUTING.md documents and references (#1848).
  • Updated home and third-party plugins pages on the website.
  • Updated issue template guidance and labels.

🏗️ Internal

  • Bumped @types/* dependencies (#1852).
  • Relaxed checklist requirements in issue templates (#1849).

Full Changelog: Rel1cx/eslint-react@v5.8.13...v5.8.15

v5.8.13 (2026-06-06)

📝 Documentation

  • Added GoogleCloudPlatform/gke-mcp and removed archived antfu/shiki-stream from community projects on the website.
  • Improved RSC Directives wording in documentation.
  • Removed the no-multiple-children-in-title recipe from the website.
  • Removed the kit beta banner from the website (#1846).

🏗️ Internal

  • Added RuleListener return type to all rule create functions (#1845).
  • Added boundary and edge case tests for react-dom rules, JSX rules, and naming-convention rules (context-name, id-name, ref-name).
  • Added identifier resolution tests for react-x/no-leaked-conditional-rendering (#1844).
  • Bumped pnpm and updated lockfile.
  • Bumped tsdown to 0.22.2 and updated dependencies.
  • Removed redundant single-argument merge() calls in rules (#1843).
  • Switched GitHub workflows to ubuntu-latest.
  • Updated website brand assets and icons.

Full Changelog: Rel1cx/eslint-react@v5.8.12...v5.8.13

v5.8.12 (2026-06-05)

🪄 Improvements

... (truncated)

Commits
  • f9e9754 release: 5.8.16
  • 8719df2 release: 5.8.15
  • 1022e49 release: 5.8.14
  • 81cdcc9 chore(deps): bump @types/* dependencies (#1852)
  • 5199a72 docs(website): add under construction callouts and refine pages (#1851)
  • e2920e3 release: 5.8.13
  • e8fbada test(naming-convention): add boundary tests for context-name, id-name and ref...
  • b456cb7 test: add identifier resolution tests for no-leaked-conditional-rendering (#1...
  • 354a909 refactor: add RuleListener return type to all rule create functions (#1845)
  • a180161 refactor: remove redundant single-argument merge() calls in rules (#1843)
  • 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 28, 2026
@codecov

codecov Bot commented May 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (f0838bc) to head (a4423b6).

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

☔ View full report in Codecov by Harness.
📢 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-31df59867a branch 3 times, most recently from 7771dc4 to 61eb17d Compare June 2, 2026 09:05
Bumps the eslint group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `2.0.5` | `2.1.0` |
| [eslint](https://github.com/eslint/eslint) | `10.3.0` | `10.4.1` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.5` | `5.5.6` |
| [eslint-plugin-react-dom](https://github.com/Rel1cx/eslint-react/tree/HEAD/plugins/eslint-plugin-react-dom) | `5.7.4` | `5.8.16` |
| [eslint-plugin-react-x](https://github.com/Rel1cx/eslint-react/tree/HEAD/plugins/eslint-plugin-react-x) | `5.7.4` | `5.8.16` |



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.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.3.0...v10.4.1)

Updates `eslint-plugin-prettier` from 5.5.5 to 5.5.6
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.5.5...v5.5.6)

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

Updates `eslint-plugin-react-x` from 5.7.4 to 5.8.16
- [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.16/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-prettier
  dependency-version: 5.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: eslint-plugin-react-dom
  dependency-version: 5.8.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-react-x
  dependency-version: 5.8.6
  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-31df59867a branch from 61eb17d to a4423b6 Compare June 9, 2026 11:14
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