Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2026

Bumps the build-tools group with 13 updates in the / directory:

Package From To
@typescript-eslint/eslint-plugin 8.52.0 8.53.1
@typescript-eslint/parser 8.52.0 8.53.1
@typescript-eslint/rule-tester 8.53.0 8.53.1
@typescript-eslint/utils 8.52.0 8.53.1
eslint-plugin-jsdoc 62.0.0 62.3.1
eslint-plugin-n 17.23.1 17.23.2
eslint-plugin-perfectionist 5.3.1 5.4.0
eslint-plugin-playwright 2.4.1 2.5.0
eslint-plugin-prettier 5.5.4 5.5.5
eslint-plugin-regexp 2.10.0 3.0.0
eslint-plugin-yml 1.19.1 3.0.0
typescript-eslint 8.52.0 8.53.1
eslint-plugin-storybook 10.1.11 10.2.0

Updates @typescript-eslint/eslint-plugin from 8.52.0 to 8.53.1

Release notes

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

v8.53.1

8.53.1 (2026-01-19)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)
  • utils: make RuleCreator root defaultOptions optional (#11956)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.53.0

8.53.0 (2026-01-12)

🚀 Features

  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#11922)
  • eslint-plugin: add rule [strict-void-return] (#9707)
  • project-service: allow passing Partial<ts.server.ServerHost> to project service (#11932)

🩹 Fixes

  • eslint-plugin: replace unclear "error typed" with more helpful description (#11704)
  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#11916)
  • typescript-estree: forbid type-only import with both default and named specifiers (#11930)
  • typescript-estree: fix syntax check for using declaration (#11910)
  • typescript-estree: forbid invalid class implements (#11934)
  • typescript-estree: forbid invalid "import equals" declaration (#11936)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#11935)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.53.1 (2026-01-19)

🩹 Fixes

  • utils: make RuleCreator root defaultOptions optional (#11956)
  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.53.0 (2026-01-12)

🚀 Features

  • eslint-plugin: add rule [strict-void-return] (#9707)
  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#11922)

🩹 Fixes

  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#11916)
  • eslint-plugin: replace unclear "error typed" with more helpful description (#11704)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#11935)
  • typescript-estree: forbid invalid class implements (#11934)
  • typescript-estree: forbid type-only import with both default and named specifiers (#11930)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits
  • 9940e53 chore(release): publish 8.53.1
  • e0f2a01 fix(utils): make RuleCreator root defaultOptions optional (#11956)
  • 76f8ff7 fix(eslint-plugin): [consistent-indexed-object-style] skip fixer if interface...
  • 3021ede chore(release): publish 8.53.0
  • 722ab62 fix(eslint-plugin): [no-useless-default-assignment] fix false positive for pa...
  • 92fcf3e feat(eslint-plugin): add rule [strict-void-return] (#9707)
  • 3fb0381 docs(eslint-plugin): [no-useless-default-assignment] fix misformatted link (#...
  • 62ee26e feat(eslint-plugin): [no-unused-vars] add a fixer to remove unused imports (#...
  • c4d5a56 fix(eslint-plugin): replace unclear "error typed" with more helpful descrip...
  • 3ac7735 fix(typescript-estree): forbid invalid extends and implements in interfac...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.52.0 to 8.53.1

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.53.1

8.53.1 (2026-01-19)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)
  • utils: make RuleCreator root defaultOptions optional (#11956)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.53.0

8.53.0 (2026-01-12)

🚀 Features

  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#11922)
  • eslint-plugin: add rule [strict-void-return] (#9707)
  • project-service: allow passing Partial<ts.server.ServerHost> to project service (#11932)

🩹 Fixes

  • eslint-plugin: replace unclear "error typed" with more helpful description (#11704)
  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#11916)
  • typescript-estree: forbid type-only import with both default and named specifiers (#11930)
  • typescript-estree: fix syntax check for using declaration (#11910)
  • typescript-estree: forbid invalid class implements (#11934)
  • typescript-estree: forbid invalid "import equals" declaration (#11936)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#11935)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.53.1 (2026-01-19)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.53.0 (2026-01-12)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates @typescript-eslint/rule-tester from 8.53.0 to 8.53.1

Release notes

Sourced from @​typescript-eslint/rule-tester's releases.

v8.53.1

8.53.1 (2026-01-19)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)
  • utils: make RuleCreator root defaultOptions optional (#11956)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/rule-tester's changelog.

8.53.1 (2026-01-19)

This was a version bump only for rule-tester to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates @typescript-eslint/utils from 8.52.0 to 8.53.1

Release notes

Sourced from @​typescript-eslint/utils's releases.

v8.53.1

8.53.1 (2026-01-19)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)
  • utils: make RuleCreator root defaultOptions optional (#11956)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.53.0

8.53.0 (2026-01-12)

🚀 Features

  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#11922)
  • eslint-plugin: add rule [strict-void-return] (#9707)
  • project-service: allow passing Partial<ts.server.ServerHost> to project service (#11932)

🩹 Fixes

  • eslint-plugin: replace unclear "error typed" with more helpful description (#11704)
  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#11916)
  • typescript-estree: forbid type-only import with both default and named specifiers (#11930)
  • typescript-estree: fix syntax check for using declaration (#11910)
  • typescript-estree: forbid invalid class implements (#11934)
  • typescript-estree: forbid invalid "import equals" declaration (#11936)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#11935)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/utils's changelog.

8.53.1 (2026-01-19)

🩹 Fixes

  • utils: make RuleCreator root defaultOptions optional (#11956)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.53.0 (2026-01-12)

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates eslint-plugin-jsdoc from 62.0.0 to 62.3.1

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v62.3.1

62.3.1 (2026-01-22)

Bug Fixes

v62.3.0

62.3.0 (2026-01-20)

Features

  • type-formatting: add objectTypeBracketSpacing option; fixes #1615 (#1632) (78b6980)

v62.2.0

62.2.0 (2026-01-19)

Features

  • no-undefined-types: support strict validation for TS namespaces (#1616) (ed260c5)

v62.1.0

62.1.0 (2026-01-17)

Features

v62.0.1

62.0.1 (2026-01-17)

Bug Fixes

  • require-template: treat infer statement types as defined; fixes #1628 (e63dc23)
Commits
  • f443986 fix: update comment-parser, devDeps (#1637)
  • 78b6980 feat(type-formatting): add objectTypeBracketSpacing option; fixes #1615 (...
  • ed260c5 feat(no-undefined-types): support strict validation for TS namespaces (#1616)
  • 0170773 feat: update comment-parser; fixes #1116 ; fixes #1348
  • e63dc23 fix(require-template): treat infer statement types as defined; fixes #1628
  • See full diff in compare view

Updates eslint-plugin-n from 17.23.1 to 17.23.2

Release notes

Sourced from eslint-plugin-n's releases.

v17.23.2

17.23.2 (2026-01-13)

🩹 Fixes

  • avoid any type for no-top-level-await listener node (build issue) (#498) (f071703)
  • file-extension-in-import: handle directory index imports (#499) (754a1a6)
  • file-extension-in-import: handle files with dots in basename (#506) (600f3f2)
  • no-sync: resolve full typed names for ignores (#501) (047301a)

📚 Documentation

  • safely disable no-unpublished-bin npm v10+ (#487) (8af9c86)

🧹 Chores

  • no-missing-import: align fixture message with latest resolver output (#500) (a3719d2)
Changelog

Sourced from eslint-plugin-n's changelog.

17.23.2 (2026-01-13)

🩹 Fixes

  • avoid any type for no-top-level-await listener node (build issue) (#498) (f071703)
  • file-extension-in-import: handle directory index imports (#499) (754a1a6)
  • file-extension-in-import: handle files with dots in basename (#506) (600f3f2)
  • no-sync: resolve full typed names for ignores (#501) (047301a)

📚 Documentation

  • safely disable no-unpublished-bin npm v10+ (#487) (8af9c86)

🧹 Chores

  • no-missing-import: align fixture message with latest resolver output (#500) (a3719d2)
Commits
  • 7541d64 chore(master): release 17.23.2 (#488)
  • 600f3f2 fix(file-extension-in-import): handle files with dots in basename (#506)
  • 754a1a6 fix(file-extension-in-import): handle directory index imports (#499)
  • 047301a fix(no-sync): resolve full typed names for ignores (#501)
  • f071703 fix: avoid any type for no-top-level-await listener node (build issue) (#498)
  • a3719d2 test(no-missing-import): align fixture message with latest resolver output (#...
  • d27b585 ci: trusted publishing (#492)
  • 8af9c86 docs: safely disable no-unpublished-bin npm v10+ (#487)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-n since your current version.


Updates eslint-plugin-perfectionist from 5.3.1 to 5.4.0

Release notes

Sourced from eslint-plugin-perfectionist's releases.

v5.4.0

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Changelog

Sourced from eslint-plugin-perfectionist's changelog.

v5.4.0

compare changes

🚀 Features

  • sort-objects: Allow sorting by name and value (2622a734)
  • Improve dependency detection algorithm (a80d8105)

🏎 Performance Improvements

  • Cache group options and improve subgroup-order coverage (858076c7)
  • Avoid accumulating spreads in hot paths (2c964ae0)

🐞 Bug Fixes

  • sort-modules: Enable fallback sorting for usage mode (a2b898e4)
  • sort-modules: Fix error loop due to overload signatures with sort-usages (2dcdb687)
  • sort-modules: Add support for overload signatures (d760ae7a)
  • sort-modules: Avoid deprecated enum members access (a0a7d478)

❤️ Contributors

Commits
  • d0b5dfd build: publish v5.4.0
  • 9f67f57 chore: update dependencies
  • a0a7d47 fix(sort-modules): avoid deprecated enum members access
  • 2c964ae perf: avoid accumulating spreads in hot paths
  • a80d810 feat: improve dependency detection algorithm
  • 2622a73 feat(sort-objects): allow sorting by name and value
  • f1edae5 docs: fix default group names in sort-imports
  • d760ae7 fix(sort-modules): add support for overload signatures
  • 2dcdb68 fix(sort-modules): fix error loop due to overload signatures with sort-usages
  • 858076c perf: cache group options and improve subgroup-order coverage
  • Additional commits viewable in compare view

Updates eslint-plugin-playwright from 2.4.1 to 2.5.0

Release notes

Sourced from eslint-plugin-playwright's releases.

v2.5.0

2.5.0 (2026-01-12)

Bug Fixes

Features

  • Add enforce-consistent-spacing-between-blocks rule (#411) (a9b78d5)
  • Add no-restricted-locators rule (a65200b), closes #407
  • prefer-web-first-assertions: Support allInnerTexts() and allTextContents() (36917a8), closes #362
Commits
  • 36917a8 feat(prefer-web-first-assertions): Support allInnerTexts() and `allTextCont...
  • 5f4d2f2 chore: Format with oxfmt
  • 9b6671e test(consistent-spacing-between-blocks): Add tests for same line
  • 461b7d0 chore: Update scheduled release
  • a9b78d5 feat: Add enforce-consistent-spacing-between-blocks rule (#411)
  • 4e8461d fix: Fix lint
  • af7d870 fix: Fix TypeScript types
  • 66f13f4 Fix typo
  • a154877 chore: Update URLs
  • a65200b feat: Add no-restricted-locators rule
  • Additional commits viewable in compare view

Updates eslint-plugin-prettier from 5.5.4 to 5.5.5

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.5.5

Patch Changes

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.5.5

Patch Changes

Commits
  • e2c154a chore: release eslint-plugin-prettier (#773)
  • 6795c1a build(deps): Bump the actions group across 1 directory with 2 updates (#774)
  • 77651a3 fix: bump synckit for yarn PnP ESM issue (#776)
  • 7264ed0 chore: bump prettier-linter-helpers to v1.0.1 (#772)
  • e11a5b7 build(deps): Bump the actions group across 1 directory with 3 updates (#769)
  • befda88 ci: enable trusted publishing (#757)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-prettier since your current version.


Updates eslint-plugin-regexp from 2.10.0 to 3.0.0

Release notes

Sourced from eslint-plugin-regexp's releases.

v3.0.0

Major Changes

  • Drop support for ESLint v8. The minimum supported ESLint version is now v9.38.0 and above. (#917)

  • Drop support for ESLint Legacy Config (.eslintrc). Only Flat Config (eslint.config.js) is now supported. The recommended and all config exports now provide Flat Config. The flat/recommended and flat/all exports are kept for backwards compatibility. (#917)

  • Drop support for Node.js 18. The minimum supported Node.js version is now 20.19.0, 22.13.0, or 24.0.0 and above. (#915)

  • Change to ESM package (#913)

Minor Changes

  • feat: update jsdoc-type-pratt-parser (#919)

  • feat: enhance jsdoc type parsing (#919)

Changelog

Sourced from eslint-plugin-regexp's changelog.

3.0.0

Major Changes

  • Drop support for ESLint v8. The minimum supported ESLint version is now v9.38.0 and above. (#917)

  • Drop support for ESLint Legacy Config (.eslintrc). Only Flat Config (eslint.config.js) is now supported. The recommended and all config exports now provide Flat Config. The flat/recommended and flat/all exports are kept for backwards compatibility. (#917)

  • Drop support for Node.js 18. The minimum supported Node.js version is now 20.19.0, 22.13.0, or 24.0.0 and above. (#915)

  • Change to ESM package (#913)

Minor Changes

  • feat: update jsdoc-type-pratt-parser (#919)

  • feat: enhance jsdoc type parsing (#919)

Commits
  • 400eece chore: release eslint-plugin-regexp (#918)
  • 836e4c5 chore(deps): update dependency eslint-plugin-yml to v3 (#928)
  • e9e7600 chore(deps): update dependency tsdown to ^0.19.0 (#931)
  • da25d77 chore(deps): bump lodash from 4.17.21 to 4.17.23 (#930)
  • e4c0819 fix: support esm (#913)
  • 44f2bf3 chore(deps): update dependency eslint-plugin-json-schema-validator to v6 (#929)
  • 143b39d chore(deps): update dependency eslint-plugin-yml to v2 (#927)
  • b5fd664 chore(deps): update dependency stylelint-config-recommended to v18 (#926)
  • 0854c49 chore(deps): update dependency stylelint to v17 (#925)
  • b0dfcc8 chore(deps): update dependency prettier to ~3.8.0 (#924)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-regexp since your current version.


Updates eslint-plugin-yml from 1.19.1 to 3.0.0

Release notes

Sourced from eslint-plugin-yml's releases.

v3.0.0

Major Changes

  • #543 12df7f4 Thanks @​copilot-swe-agent! - Use language config in shareable configs. The shareable configs now use the new ESLint v9 language config API (language: "yml/yaml") instead of the legacy parser approach (languageOptions: { parser }). This is a breaking change that aligns with ESLint's language plugin architecture.

v2.0.2

Patch Changes

v2.0.1

Patch Changes

v2.0.0

Major Changes

Changelog

Sourced from eslint-plugin-yml's changelog.

3.0.0

Major Changes

  • #543 12df7f4 Thanks @​copilot-swe-agent! - Use language config in shareable configs. The shareable configs now use the new ESLint v9 language config API (language: "yml/yaml") instead of the legacy parser approach (languageOptions: { parser }). This is a breaking change that aligns with ESLint's language plugin architecture.

2.0.2

Patch Changes

2.0.1

Patch Changes

2.0.0

Major Changes

…3 updates

Bumps the build-tools group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.52.0` | `8.53.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.52.0` | `8.53.1` |
| [@typescript-eslint/rule-tester](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/rule-tester) | `8.53.0` | `8.53.1` |
| [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) | `8.52.0` | `8.53.1` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `62.0.0` | `62.3.1` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.23.1` | `17.23.2` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `5.3.1` | `5.4.0` |
| [eslint-plugin-playwright](https://github.com/mskelton/eslint-plugin-playwright) | `2.4.1` | `2.5.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.4` | `5.5.5` |
| [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp) | `2.10.0` | `3.0.0` |
| [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) | `1.19.1` | `3.0.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.52.0` | `8.53.1` |
| [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) | `10.1.11` | `10.2.0` |



Updates `@typescript-eslint/eslint-plugin` from 8.52.0 to 8.53.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.52.0 to 8.53.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.1/packages/parser)

Updates `@typescript-eslint/rule-tester` from 8.53.0 to 8.53.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/rule-tester/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.1/packages/rule-tester)

Updates `@typescript-eslint/utils` from 8.52.0 to 8.53.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.1/packages/utils)

Updates `eslint-plugin-jsdoc` from 62.0.0 to 62.3.1
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v62.0.0...v62.3.1)

Updates `eslint-plugin-n` from 17.23.1 to 17.23.2
- [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.23.1...v17.23.2)

Updates `eslint-plugin-perfectionist` from 5.3.1 to 5.4.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.3.1...v5.4.0)

Updates `eslint-plugin-playwright` from 2.4.1 to 2.5.0
- [Release notes](https://github.com/mskelton/eslint-plugin-playwright/releases)
- [Changelog](https://github.com/mskelton/eslint-plugin-playwright/blob/main/CHANGELOG.md)
- [Commits](mskelton/eslint-plugin-playwright@v2.4.1...v2.5.0)

Updates `eslint-plugin-prettier` from 5.5.4 to 5.5.5
- [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.4...v5.5.5)

Updates `eslint-plugin-regexp` from 2.10.0 to 3.0.0
- [Release notes](https://github.com/ota-meshi/eslint-plugin-regexp/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-regexp/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-regexp@v2.10.0...v3.0.0)

Updates `eslint-plugin-yml` from 1.19.1 to 3.0.0
- [Release notes](https://github.com/ota-meshi/eslint-plugin-yml/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-yml/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-yml@v1.19.1...v3.0.0)

Updates `typescript-eslint` from 8.52.0 to 8.53.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.1/packages/typescript-eslint)

Updates `eslint-plugin-storybook` from 10.1.11 to 10.2.0
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.0/code/lib/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.53.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-tools
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.53.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-tools
- dependency-name: "@typescript-eslint/rule-tester"
  dependency-version: 8.53.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build-tools
- dependency-name: "@typescript-eslint/utils"
  dependency-version: 8.53.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-tools
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 62.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-tools
- dependency-name: eslint-plugin-n
  dependency-version: 17.23.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build-tools
- dependency-name: eslint-plugin-perfectionist
  dependency-version: 5.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-tools
- dependency-name: eslint-plugin-playwright
  dependency-version: 2.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-tools
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build-tools
- dependency-name: eslint-plugin-regexp
  dependency-version: 3.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: build-tools
- dependency-name: eslint-plugin-yml
  dependency-version: 3.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: build-tools
- dependency-name: typescript-eslint
  dependency-version: 8.53.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-tools
- dependency-name: eslint-plugin-storybook
  dependency-version: 10.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-tools
...

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 Jan 23, 2026
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.

1 participant