Skip to content

chore(deps): bump the eslint-plugins group across 1 directory with 8 updates#145

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

chore(deps): bump the eslint-plugins group across 1 directory with 8 updates#145
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/eslint-plugins-eb39d78b33

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the eslint-plugins group with 8 updates in the / directory:

Package From To
@vitest/eslint-plugin 1.6.16 1.6.17
eslint-plugin-eslint-plugin 7.3.2 7.3.3
eslint-plugin-n 17.24.0 18.0.1
eslint-plugin-package-json 0.91.1 0.91.2
eslint-plugin-perfectionist 5.8.0 5.9.0
@e18e/eslint-plugin 0.3.0 0.4.1
eslint-plugin-react-dom 4.2.3 5.7.7
eslint-plugin-react-x 4.2.3 5.7.7

Updates @vitest/eslint-plugin from 1.6.16 to 1.6.17

Release notes

Sourced from @​vitest/eslint-plugin's releases.

v1.6.17

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 789966e chore: release v1.6.17
  • a4bcdf5 fix: recommend toBeTypeOf instead of expectTypeOf in `prefer-expect-type-...
  • fd8eb3c fix(no-standalone-expect): allow expect inside vi.defineHelper callbacks (#894)
  • dbf423c refactor: simplify ParsedGeneralVitestFnCall type exclusion (#895)
  • See full diff in compare view

Updates eslint-plugin-eslint-plugin from 7.3.2 to 7.3.3

Release notes

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

v7.3.3

7.3.3 (2026-04-30)

Bug Fixes

  • update error message for invalid meta.fixable property (#615) (5ee5dea)

Chores

  • enable no-meta-schema-default for rule schemas (#611) (d511a9f)
  • update dependency markdownlint-cli to ^0.48.0 (#513) (55365f2)
  • update dependency prettier to v3.8.2 (#613) (33efd06)
  • update dependency prettier to v3.8.3 (#617) (1aa9e47)
  • update eslint (#606) (4f1f326)
  • update eslint-doc-generator to v3.3.2 (#610) (e632023)
  • update googleapis/release-please-action digest to 5c625bf (#612) (7d98966)
  • update prettier to v3.8.1 (#609) (102a7b2)
  • update typescript-eslint monorepo to v8.58.1 (#581) (ad5469d)
  • update typescript-eslint monorepo to v8.59.0 (#616) (5860b7c)
Changelog

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

7.3.3 (2026-04-30)

Bug Fixes

  • update error message for invalid meta.fixable property (#615) (5ee5dea)

Chores

  • enable no-meta-schema-default for rule schemas (#611) (d511a9f)
  • update dependency markdownlint-cli to ^0.48.0 (#513) (55365f2)
  • update dependency prettier to v3.8.2 (#613) (33efd06)
  • update dependency prettier to v3.8.3 (#617) (1aa9e47)
  • update eslint (#606) (4f1f326)
  • update eslint-doc-generator to v3.3.2 (#610) (e632023)
  • update googleapis/release-please-action digest to 5c625bf (#612) (7d98966)
  • update prettier to v3.8.1 (#609) (102a7b2)
  • update typescript-eslint monorepo to v8.58.1 (#581) (ad5469d)
  • update typescript-eslint monorepo to v8.59.0 (#616) (5860b7c)
Commits
  • 9ddb181 chore(main): release 7.3.3 (#608)
  • 5860b7c chore: update typescript-eslint monorepo to v8.59.0 (#616)
  • 7d98966 chore: update googleapis/release-please-action digest to 5c625bf (#612)
  • 1aa9e47 chore: update dependency prettier to v3.8.3 (#617)
  • 55365f2 chore: update dependency markdownlint-cli to ^0.48.0 (#513)
  • ad5469d chore: update typescript-eslint monorepo to v8.58.1 (#581)
  • 33efd06 chore: update dependency prettier to v3.8.2 (#613)
  • 5ee5dea fix: update error message for invalid meta.fixable property (#615)
  • d511a9f chore: enable no-meta-schema-default for rule schemas (#611)
  • e632023 chore: update eslint-doc-generator to v3.3.2 (#610)
  • Additional commits viewable in compare view

Updates eslint-plugin-n from 17.24.0 to 18.0.1

Release notes

Sourced from eslint-plugin-n's releases.

v18.0.1

18.0.1 (2026-05-05)

🩹 Fixes

  • Update TypeScript peer dependency version constraint (8906195)

v18.0.0

18.0.0 (2026-05-04)

⚠ BREAKING CHANGES

  • migrate commonjs to esm (#510)
  • no-sync: move ts-declaration-location to peerDependencies
  • no-unpublished-bin: disallow extra properties in options (#456)
  • remove no-unpublished-bin from recommended (#485)
  • requires node.js >=20 & eslint >= 8.57.1 (#503)

🌟 Features

  • migrate commonjs to esm (#510) (db64bd1)
  • no-sync: move ts-declaration-location to peerDependencies (4729438)
  • node-builtins: add support data for Node.js 22.20–22.21 and 24.0–24.12 (#496) (e8e0b00)
  • requires node.js >=20 & eslint >= 8.57.1 (#503) (1d6770e)

🩹 Fixes

  • Add explicit mapping for TypeScript extensions (#521) (1ad05c5)
  • no-unpublished-bin: disallow extra properties in options (#456) (6da92b1)
  • prefer-promises/fs: add missing fs.promises APIs (#519) (2164cd5)
  • prefer-promises/fs: add missing fs.promises APIs (cp, glob, lutimes, opendir, rm, statfs) (#522) (2de9f06)
  • remove no-unpublished-bin from recommended (#485) (f95aae7)

📚 Documentation

  • update README for new ESLint config usage and examples (4daac0c)

🧹 Chores

  • adopt deprecated: DeprecatedInfo meta rule option (df9878a)
  • dedupe prefer-global/timers trace map (#516) (9d8d3cb)
  • fix ts errors (2a6f77b)
  • remove unnecessary type properties from error objects in rule tests (f3d02b0)
  • rm eslint-compat.js (#513) (235a6d7)
  • simplify valid patterns handling in no-unsupported-features tests (52664e6)

... (truncated)

Changelog

Sourced from eslint-plugin-n's changelog.

18.0.1 (2026-05-05)

🩹 Fixes

  • Update TypeScript peer dependency version constraint (8906195)

18.0.0 (2026-05-04)

⚠ BREAKING CHANGES

  • migrate commonjs to esm (#510)
  • no-sync: move ts-declaration-location to peerDependencies
  • no-unpublished-bin: disallow extra properties in options (#456)
  • remove no-unpublished-bin from recommended (#485)
  • requires node.js >=20 & eslint >= 8.57.1 (#503)

🌟 Features

  • migrate commonjs to esm (#510) (db64bd1)
  • no-sync: move ts-declaration-location to peerDependencies (4729438)
  • node-builtins: add support data for Node.js 22.20–22.21 and 24.0–24.12 (#496) (e8e0b00)
  • requires node.js >=20 & eslint >= 8.57.1 (#503) (1d6770e)

🩹 Fixes

  • Add explicit mapping for TypeScript extensions (#521) (1ad05c5)
  • no-unpublished-bin: disallow extra properties in options (#456) (6da92b1)
  • prefer-promises/fs: add missing fs.promises APIs (#519) (2164cd5)
  • prefer-promises/fs: add missing fs.promises APIs (cp, glob, lutimes, opendir, rm, statfs) (#522) (2de9f06)
  • remove no-unpublished-bin from recommended (#485) (f95aae7)

📚 Documentation

  • update README for new ESLint config usage and examples (4daac0c)

🧹 Chores

  • adopt deprecated: DeprecatedInfo meta rule option (df9878a)
  • dedupe prefer-global/timers trace map (#516) (9d8d3cb)
  • fix ts errors (2a6f77b)
  • remove unnecessary type properties from error objects in rule tests (f3d02b0)
  • rm eslint-compat.js (#513) (235a6d7)
  • simplify valid patterns handling in no-unsupported-features tests (52664e6)
  • test on eslint v10 (59d827c)
  • test on eslint v10 (2c7c0c1)
Commits
  • 4a6b76a chore(master): release 18.0.1 (#525)
  • 8906195 fix: Update TypeScript peer dependency version constraint
  • b23ef66 chore(master): release 18.0.0 (#517)
  • 2a6f77b chore: fix ts errors
  • df9878a chore: adopt deprecated: DeprecatedInfo meta rule option
  • 3c3344f ci: fix ci error (#523)
  • 59d827c chore: test on eslint v10
  • 2c7c0c1 chore: test on eslint v10
  • 2de9f06 fix(prefer-promises/fs): add missing fs.promises APIs (cp, glob, lutimes, ope...
  • f3d02b0 refactor: remove unnecessary type properties from error objects in rule tests
  • Additional commits viewable in compare view

Updates eslint-plugin-package-json from 0.91.1 to 0.91.2

Release notes

Sourced from eslint-plugin-package-json's releases.

v0.91.2

0.91.2 (2026-04-28)

🚀 Features

🩹 Bug Fixes

  • valid-dependencies: dependencies should be able to use disttags (#1749) (316b253)
Changelog

Sourced from eslint-plugin-package-json's changelog.

0.91.2 (2026-04-28)

🚀 Features

🩹 Bug Fixes

  • valid-dependencies: dependencies should be able to use disttags (#1749) (316b253)

1.0.0-beta.4 (2026-04-06)

⚠ BREAKING CHANGES

  • order-properties: remove legacy order option
  • remove valid-package-definition rule (#1707)

🚀 Features

  • order-properties: remove legacy order option (935f6dc)
  • remove valid-package-definition rule (#1707) (a4a5b86)

1.0.0-beta.3 (2026-04-05)

🩹 Bug Fixes

  • no-empty-fields: Allow files to be an empty list (#1682) (4311f74)
Commits

Updates eslint-plugin-perfectionist from 5.8.0 to 5.9.0

Release notes

Sourced from eslint-plugin-perfectionist's releases.

v5.9.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Changelog

Sourced from eslint-plugin-perfectionist's changelog.

v5.9.0

compare changes

🚀 Features

  • Export class option types (b98c82d9)
  • Support configurable spacing between overload signatures (a4b425db)

🐞 Bug Fixes

  • sort-imports: Add submodule imports as internal patterns (c05d1b14)
  • Preserve uncased character positions (3d75ce26)

❤️ Contributors

Commits
  • fafddd6 build: publish v5.9.0
  • 422e8f2 chore: update dependencies
  • 3d75ce2 fix: preserve uncased character positions
  • f03c6ad chore: update github actions
  • a4b425d feat: support configurable spacing between overload signatures
  • 05b2819 chore: update dependencies
  • c05d1b1 fix(sort-imports): add submodule imports as internal patterns
  • b98c82d feat: export class option types
  • See full diff in compare view

Updates @e18e/eslint-plugin from 0.3.0 to 0.4.1

Release notes

Sourced from @​e18e/eslint-plugin's releases.

0.4.1

What's Changed

Full Changelog: e18e/eslint-plugin@0.4.0...0.4.1

0.4.0

What's Changed

New Contributors

Full Changelog: e18e/eslint-plugin@0.3.0...0.4.0

Commits
  • fa56ae7 chore: fix npm (#104)
  • 790f695 chore: improve descriptions of ban-dependencies rule (#103)
  • a5a6602 chore(deps-dev): bump the development-dependencies group with 6 updates (#102)
  • 0548529 chore(deps): bump module-replacements from 3.0.0-beta.4 to 3.0.0-beta.7 in th...
  • 53c3eff chore(deps): bump actions/setup-node in the github-actions group (#99)
  • 3303df9 chore(deps-dev): bump the development-dependencies group with 7 updates (#101)
  • 2c5db15 feat: adopt ban-dependencies rule (#98)
  • 61b5363 chore(deps-dev): bump the development-dependencies group with 8 updates (#97)
  • c4b1e5f chore(deps-dev): bump the development-dependencies group with 9 updates (#96)
  • 9f22521 fix: default untyped elements as non-aarays (#94)
  • Additional commits viewable in compare view

Updates eslint-plugin-react-dom from 4.2.3 to 5.7.7

Release notes

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

v5.7.7 (2026-05-12)

What's Changed

🐞 Fixes

  • Fixed the rule documentation URLs returned by eslint-plugin-react-jsx and eslint-plugin-react-rsc to include the jsx- / rsc- prefixes so editor Open documentation links resolve correctly (#1757) — by @​kasmacioma.

🏗️ Internal

  • Bumped @types/node from 25.6.2 to 25.7.0.
  • Bumped pnpm from 11.0.9 to 11.1.0.
  • Bumped mermaid from 11.14.0 to 11.15.0 and pinned it via pnpm-workspace.yaml overrides, dropping the transitive chevrotain@12.0.0 chain in favor of @chevrotain/types@11.1.2.
  • Enabled trustPolicy: "no-downgrade" in pnpm-workspace.yaml.

New Contributors

Full Changelog: Rel1cx/eslint-react@v5.7.6...v5.7.7

v5.7.6 (2026-05-12)

What's Changed

📝 Documentation

  • Migrated the website to the fumadocs solar theme; removed the WIP Frutiger Aero variant and consolidated theme overrides.
  • Each rule documentation page now lists prior versions in a Versions accordion sourced from per-rule CHANGELOG.md.
  • Added the mikoto project to the community showcase.
  • Updated README badges to use @eslint-react/core.

🏗️ Internal

  • Bumped @typescript-eslint packages from 8.59.2 to 8.59.3.
  • Bumped fumadocs-core and fumadocs-ui from 16.8.7 to 16.8.10.
  • Bumped fumadocs-mdx from 14.3.2 to 15.0.3.
  • Bumped tailwindcss and @tailwindcss/postcss from 4.2.4 to 4.3.0.
  • Bumped tailwind-merge from 3.5.0 to 3.6.0.
  • Bumped vitest from 4.1.5 to 4.1.6.
  • Bumped ansis from 4.2.0 to 4.3.0.
  • Bumped semver from 7.7.4 to 7.8.0.
  • Bumped pnpm from 11.0.8 to 11.0.9.
  • Upgraded dprint biome plugin from 0.12.10 to 0.12.11.
  • Reverted nx from a 23.0.0 canary back to 22.7.1 stable.
  • Renamed the verify:rule-docs script to verify:docs.
  • Removed unused assets/logo.html and assets/react-icon.html (#1755, #1756).
  • Updated Sentrux baseline metrics.

Full Changelog: Rel1cx/eslint-react@v5.7.5...v5.7.6

v5.7.5 (2026-05-08)

... (truncated)

Changelog

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

v5.7.7 (2026-05-12)

🐞 Fixes

  • Fixed the rule documentation URLs returned by eslint-plugin-react-jsx and eslint-plugin-react-rsc to include the jsx- / rsc- prefixes so editor Open documentation links resolve correctly (#1757) — by @​kasmacioma.

🏗️ Internal

  • Bumped @types/node from 25.6.2 to 25.7.0.
  • Bumped pnpm from 11.0.9 to 11.1.0.
  • Bumped mermaid from 11.14.0 to 11.15.0 and pinned it via pnpm-workspace.yaml overrides, dropping the transitive chevrotain@12.0.0 chain in favor of @chevrotain/types@11.1.2.
  • Enabled trustPolicy: "no-downgrade" in pnpm-workspace.yaml.

New Contributors

Full Changelog: Rel1cx/eslint-react@v5.7.6...v5.7.7

v5.7.6 (2026-05-12)

📝 Documentation

  • Migrated the website to the fumadocs solar theme; removed the WIP Frutiger Aero variant and consolidated theme overrides.
  • Each rule documentation page now lists prior versions in a Versions accordion sourced from per-rule CHANGELOG.md.
  • Added the mikoto project to the community showcase.
  • Updated README badges to use @eslint-react/core.

🏗️ Internal

  • Bumped @typescript-eslint packages from 8.59.2 to 8.59.3.
  • Bumped fumadocs-core and fumadocs-ui from 16.8.7 to 16.8.10.
  • Bumped fumadocs-mdx from 14.3.2 to 15.0.3.
  • Bumped tailwindcss and @tailwindcss/postcss from 4.2.4 to 4.3.0.
  • Bumped tailwind-merge from 3.5.0 to 3.6.0.
  • Bumped vitest from 4.1.5 to 4.1.6.
  • Bumped ansis from 4.2.0 to 4.3.0.
  • Bumped semver from 7.7.4 to 7.8.0.
  • Bumped pnpm from 11.0.8 to 11.0.9.
  • Upgraded dprint biome plugin from 0.12.10 to 0.12.11.
  • Reverted nx from a 23.0.0 canary back to 22.7.1 stable.
  • Renamed the verify:rule-docs script to verify:docs.
  • Removed unused assets/logo.html and assets/react-icon.html (#1755, #1756).
  • Updated Sentrux baseline metrics.

Full Changelog: Rel1cx/eslint-react@v5.7.5...v5.7.6

v5.7.5 (2026-05-08)

🏗️ Internal

... (truncated)

Commits

Updates eslint-plugin-react-x from 4.2.3 to 5.7.7

Release notes

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

v5.7.7 (2026-05-12)

What's Changed

🐞 Fixes

  • Fixed the rule documentation URLs returned by eslint-plugin-react-jsx and eslint-plugin-react-rsc to include the jsx- / rsc- prefixes so editor Open documentation links resolve correctly (#1757) — by @​kasmacioma.

🏗️ Internal

  • Bumped @types/node from 25.6.2 to 25.7.0.
  • Bumped pnpm from 11.0.9 to 11.1.0.
  • Bumped mermaid from 11.14.0 to 11.15.0 and pinned it via pnpm-workspace.yaml overrides, dropping the transitive chevrotain@12.0.0 chain in favor of @chevrotain/types@11.1.2.
  • Enabled trustPolicy: "no-downgrade" in pnpm-workspace.yaml.

New Contributors

Full Changelog: Rel1cx/eslint-react@v5.7.6...v5.7.7

v5.7.6 (2026-05-12)

What's Changed

📝 Documentation

  • Migrated the website to the fumadocs solar theme; removed the WIP Frutiger Aero variant and consolidated theme overrides.
  • Each rule documentation page now lists prior versions in a Versions accordion sourced from per-rule CHANGELOG.md.
  • Added the mikoto project to the community showcase.
  • Updated README badges to use @eslint-react/core.

🏗️ Internal

  • Bumped @typescript-eslint packages from 8.59.2 to 8.59.3.
  • Bumped fumadocs-core and fumadocs-ui from 16.8.7 to 16.8.10.
  • Bumped fumadocs-mdx from 14.3.2 to 15.0.3.
  • Bumped tailwindcss and @tailwindcss/postcss from 4.2.4 to 4.3.0.
  • Bumped tailwind-merge from 3.5.0 to 3.6.0.
  • Bumped vitest from 4.1.5 to 4.1.6.
  • Bumped ansis from 4.2.0 to 4.3.0.
  • Bumped semver from 7.7.4 to 7.8.0.
  • Bumped pnpm from 11.0.8 to 11.0.9.
  • Upgraded dprint biome plugin from 0.12.10 to 0.12.11.
  • Reverted nx from a 23.0.0 canary back to 22.7.1 stable.
  • Renamed the verify:rule-docs script to verify:docs.
  • Removed unused assets/logo.html and assets/react-icon.html (#1755, #1756).
  • Updated Sentrux baseline metrics.

Full Changelog: Rel1cx/eslint-react@v5.7.5...v5.7.6

v5.7.5 (2026-05-08)

... (truncated)

Changelog

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

v5.7.7 (2026-05-12)

🐞 Fixes

  • Fixed the rule documentation URLs returned by eslint-plugin-react-jsx and eslint-plugin-react-rsc to include the jsx- / rsc- prefixes so editor Open documentation links resolve correctly (#1757) — by @​kasmacioma.

🏗️ Internal

  • Bumped @types/node from 25.6.2 to 25.7.0.
  • Bumped pnpm from 11.0.9 to 11.1.0.
  • Bumped mermaid from 11.14.0 to 11.15.0 and pinned it via pnpm-workspace.yaml overrides, dropping the transitive chevrotain@12.0.0 chain in favor of @chevrotain/types@11.1.2.
  • Enabled trustPolicy: "no-downgrade" in pnpm-workspace.yaml.

New Contributors

Full Changelog: Rel1cx/eslint-react@v5.7.6...v5.7.7

v5.7.6 (2026-05-12)

📝 Documentation

  • Migrated the website to the fumadocs solar theme; removed the WIP Frutiger Aero variant and consolidated theme overrides.
  • Each rule documentation page now lists prior versions in a Versions accordion sourced from per-rule CHANGELOG.md.
  • Added the mikoto project to the community showcase.
  • Updated README badges to use @eslint-react/core.

🏗️ Internal

  • Bumped @typescript-eslint packages from 8.59.2 to 8.59.3.
  • Bumped fumadocs-core and fumadocs-ui from 16.8.7 to 16.8.10.
  • Bumped fumadocs-mdx from 14.3.2 to 15.0.3.
  • Bumped tailwindcss and @tailwindcss/postcss from 4.2.4 to 4.3.0.
  • Bumped tailwind-merge from 3.5.0 to 3.6.0.
  • Bumped vitest from 4.1.5 to 4.1.6.
  • Bumped ansis from 4.2.0 to 4.3.0.
  • Bumped semver from 7.7.4 to 7.8.0.
  • Bumped pnpm from 11.0.8 to 11.0.9.
  • Upgraded dprint biome plugin from 0.12.10 to 0.12.11.
  • Reverted nx from a 23.0.0 canary back to 22.7.1 stable.
  • Renamed the verify:rule-docs script to verify:docs.
  • Removed unused assets/logo.html and assets/react-icon.html (#1755, #1756).
  • Updated Sentrux baseline metrics.

Full Changelog: Rel1cx/eslint-react@v5.7.5...v5.7.6

v5.7.5 (2026-05-08)

🏗️ Internal

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 15, 2026
@dependabot dependabot Bot requested a review from mchevestrier as a code owner May 15, 2026 15:33
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 15, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-plugins-eb39d78b33 branch 3 times, most recently from f94cee8 to fe593e2 Compare May 16, 2026 22:36
…updates

Bumps the eslint-plugins group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.6.16` | `1.6.17` |
| [eslint-plugin-eslint-plugin](https://github.com/eslint-community/eslint-plugin-eslint-plugin) | `7.3.2` | `7.3.3` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.24.0` | `18.0.1` |
| [eslint-plugin-package-json](https://github.com/michaelfaith/eslint-plugin-package-json) | `0.91.1` | `0.91.2` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `5.8.0` | `5.9.0` |
| [@e18e/eslint-plugin](https://github.com/e18e/eslint-plugin) | `0.3.0` | `0.4.1` |
| [eslint-plugin-react-dom](https://github.com/Rel1cx/eslint-react/tree/HEAD/plugins/eslint-plugin-react-dom) | `4.2.3` | `5.7.7` |
| [eslint-plugin-react-x](https://github.com/Rel1cx/eslint-react/tree/HEAD/plugins/eslint-plugin-react-x) | `4.2.3` | `5.7.7` |



Updates `@vitest/eslint-plugin` from 1.6.16 to 1.6.17
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v1.6.16...v1.6.17)

Updates `eslint-plugin-eslint-plugin` from 7.3.2 to 7.3.3
- [Release notes](https://github.com/eslint-community/eslint-plugin-eslint-plugin/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-eslint-plugin/blob/main/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-eslint-plugin@v7.3.2...v7.3.3)

Updates `eslint-plugin-n` from 17.24.0 to 18.0.1
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@v17.24.0...v18.0.1)

Updates `eslint-plugin-package-json` from 0.91.1 to 0.91.2
- [Release notes](https://github.com/michaelfaith/eslint-plugin-package-json/releases)
- [Changelog](https://github.com/michaelfaith/eslint-plugin-package-json/blob/main/CHANGELOG.md)
- [Commits](michaelfaith/eslint-plugin-package-json@v0.91.1...v0.91.2)

Updates `eslint-plugin-perfectionist` from 5.8.0 to 5.9.0
- [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases)
- [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md)
- [Commits](azat-io/eslint-plugin-perfectionist@v5.8.0...v5.9.0)

Updates `@e18e/eslint-plugin` from 0.3.0 to 0.4.1
- [Release notes](https://github.com/e18e/eslint-plugin/releases)
- [Commits](e18e/eslint-plugin@0.3.0...0.4.1)

Updates `eslint-plugin-react-dom` from 4.2.3 to 5.7.7
- [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.7.7/plugins/eslint-plugin-react-dom)

Updates `eslint-plugin-react-x` from 4.2.3 to 5.7.7
- [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.7.7/plugins/eslint-plugin-react-x)

---
updated-dependencies:
- dependency-name: "@e18e/eslint-plugin"
  dependency-version: 0.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint-plugins
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.6.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eslint-plugins
- dependency-name: eslint-plugin-eslint-plugin
  dependency-version: 7.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eslint-plugins
- dependency-name: eslint-plugin-n
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: eslint-plugins
- dependency-name: eslint-plugin-package-json
  dependency-version: 0.91.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eslint-plugins
- dependency-name: eslint-plugin-perfectionist
  dependency-version: 5.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: eslint-plugins
- dependency-name: eslint-plugin-react-dom
  dependency-version: 5.7.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint-plugins
- dependency-name: eslint-plugin-react-x
  dependency-version: 5.7.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint-plugins
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-plugins-eb39d78b33 branch from fe593e2 to 2bac0ea Compare May 19, 2026 12:29
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