Skip to content

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

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

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-1e6c3765cc

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 8.57.0 10.10.0
eslint-plugin-import 2.29.1 2.32.0
eslint-plugin-storybook 0.12.0 10.6.0
eslint-plugin-vitest-globals 1.5.0 1.6.1
eslint-plugin-vue 9.26.0 10.11.0

Updates eslint from 8.57.0 to 10.10.0

Release notes

Sourced from eslint's releases.

v10.10.0

Features

  • 264b434 feat: add d and v flags to no-unexpected-multiline (#21305) (Gihyeon Jeong / 정기현)
  • c6cc6c5 feat: check Object.prototype property names in new-cap (#21269) (crimsonjay0)
  • 5661fa6 feat: no-extra-bind false negatives with class fields and static blocks (#21260) (synthex-byte)

Bug Fixes

  • bb47dc6 fix: update dependency file-entry-cache to v11 (#20801) (Milos Djermanovic)
  • 427ac0a fix: use format strings in debug calls (#21247) (Francesco Trotta)
  • 9d81532 fix: support __proto__ in /* exported */ comments (#21261) (sethamus)
  • 87e0a08 fix: prefer-object-has-own autofix breaks when Object is shadowed (#21282) (김채영)
  • 8e2cb14 fix: new-cap false positive for UTC calls with properties: false (#21275) (Pixel)
  • 9f4a364 fix: Ignore static imports in no-unreachable (#21276) (Taha Kotil)

Documentation

  • 2417cad docs: Update README (GitHub Actions Bot)
  • 9cecb8a docs: document \c control letter escapes in no-control-regex (#21286) (한국)
  • 8724829 docs: update compat table links (#21263) (fnx)
  • 5634542 docs: Clarify eqeqeq suggestion behavior (#21256) (Müslüm Yılmaz)

Chores

  • b3d876b chore: disable npm audit in ecosystem tests (#21306) (Francesco Trotta)
  • 1696682 ci: restore EMFILE test on Node.js 26 (#21297) (Marry (Subin Yang))
  • 2c7f5d6 chore: update github/codeql-action action to v4.37.9 (#21296) (renovate[bot])
  • 3c753f1 chore: update eslint (#21289) (renovate[bot])
  • 1c73469 chore: update ecosystem plugins (#21280) (ESLint Bot)
  • 08a02be test: add error locations to no-extra-boolean-cast (#21266) (lumir)
  • 77bb1db chore: update github/codeql-action action to v4.37.8 (#21270) (renovate[bot])
  • 007e81a ci: skip EMFILE test on Node.js 26 (#21265) (lumir)
  • 0430280 chore: improve ecosystem tests compatibility on Windows (#21178) (crimsonjay0)

v10.9.1

Bug Fixes

  • 1e641c9 fix: no-loss-of-precision false positive with trailing decimal point (#21251) (Aleksandr Shoronov)

Documentation

  • ad74a8d docs: add deprecation steps for EOL package versions (#21248) (Francesco Trotta)

Chores

v10.9.0

Features

  • 08de88e feat: handle underflow in no-loss-of-precision (#21218) (Rithish S)
  • 55db479 feat: add checkConditionalExpressions to no-unmodified-loop-condition (#21175) (sethamus)

Bug Fixes

  • 2ba3025 fix: prevent unsafe no-var autofix with hoisted functions (#21213) (sethamus)
  • 8e69622 fix: Prevent no-var autofix when var is shadowed by catch parameter (#21204) (Yang Hyeonjong)
  • 684b579 fix: prefer-template invalid autofix creates a tagged template call (#21207) (김채영)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by eslintbot, a new releaser for eslint since your current version.


Updates eslint-plugin-import from 2.29.1 to 2.32.0

Release notes

Sourced from eslint-plugin-import's releases.

v2.32.0

Added

Fixed

Changed

... (truncated)

Changelog

Sourced from eslint-plugin-import's changelog.

[2.32.0] - 2025-06-20

Added

  • add [enforce-node-protocol-usage] rule and import/node-version setting (#3024, thanks [@​GoldStrikeArch] and [@​sevenc-nanashi])
  • add TypeScript types (#3097, thanks [@​G-Rath])
  • [extensions]: add `pathGroupOverrides to allow enforcement decision overrides based on specifier (#3105, thanks [@​Xunnamius])
  • [order]: add sortTypesGroup option to allow intragroup sorting of type-only imports (#3104, thanks [@​Xunnamius])
  • [order]: add newlines-between-types option to control intragroup sorting of type-only imports (#3127, thanks [@​Xunnamius])
  • [order]: add consolidateIslands option to collapse excess spacing for aesthetically pleasing imports (#3129, thanks [@​Xunnamius])

Fixed

  • [no-unused-modules]: provide more meaningful error message when no .eslintrc is present (#3116, thanks [@​michaelfaith])
  • configs: added missing name attribute for eslint config inspector (#3151, thanks [@​NishargShah])
  • [order]: ensure arcane imports do not cause undefined behavior (#3128, thanks [@​Xunnamius])
  • [order]: resolve undefined property access issue when using named ordering (#3166, thanks [@​Xunnamius])
  • [enforce-node-protocol-usage]: avoid a crash with some TS code (#3173, thanks [@​ljharb])
  • [order]: codify invariants from docs into config schema (#3152, thanks [@​Xunnamius])

Changed

[2.31.0] - 2024-10-03

Added

Fixed

  • ExportMap / flat config: include languageOptions in context (#3052, thanks [@​michaelfaith])
  • [no-named-as-default]: Allow using an identifier if the export is both a named and a default export (#3032, thanks [@​akwodkiewicz])
  • [export]: False positive for exported overloaded functions in TS (#3065, thanks [@​liuxingbaoyu])
  • exportMap: export map cache is tainted by unreliable parse results (#3062, thanks [@​michaelfaith])
  • exportMap: improve cacheKey when using flat config (#3072, thanks [@​michaelfaith])
  • adjust "is source type module" checks for flat config (#2996, thanks [@​G-Rath])

Changed

... (truncated)

Commits
  • 01c9eb0 v2.32.0
  • ae57cc1 [Deps] update array-includes, array.prototype.findlastindex, `eslint-modu...
  • 9e1ad6b [Fix] order: codify invariants from docs into config schema
  • f017790 [Docs] no-restricted-paths: clarify wording and fix errors
  • 7d83a57 [Docs] no-unused-modules: add missing double quote
  • 519eb94 [utils] v2.12.1
  • 71ad145 [actions] split out tests into new vs old eslint
  • 9b096c4 [utils] [dev deps] update @arethetypeswrong/cli, @ljharb/tsconfig, `@type...
  • da5f6ec [Fix] enforce-node-protocol-usage: avoid a crash with some TS code
  • 6e49a58 [Refactor] order: remove unnecessary negative check
  • Additional commits viewable in compare view

Updates eslint-plugin-storybook from 0.12.0 to 10.6.0

Release notes

Sourced from eslint-plugin-storybook's releases.

v10.6.0

10.6.0

New skills architecture for agentic workflows

Storybook 10.6 contains hundreds of fixes and improvements:

  • 💻 CLI bindings for agent tools/skills
  • 🅰️ Angular-Vite MCP/skills support and improved docgen/snippets (experimental)
  • 🟢 Vue MCP/skills support and improved docgen/snippets (experimental)
  • 🧩 Tanstack / NextJS-Vite framework bugfixes
  • ⚡ Improved performance and reduced bundle size

... (truncated)

Changelog

Sourced from eslint-plugin-storybook's changelog.

10.6.0

New skills architecture for agentic workflows

Storybook 10.6 contains hundreds of fixes and improvements:

  • 💻 CLI bindings for agent tools/skills
  • 🅰️ Angular-Vite MCP/skills support and improved docgen/snippets (experimental)
  • 🟢 Vue MCP/skills support and improved docgen/snippets (experimental)
  • 🧩 Tanstack / NextJS-Vite framework bugfixes
  • ⚡ Improved performance and reduced bundle size

... (truncated)

Commits
  • a777773 Bump version from "10.6.0-beta.3" to "10.6.0" [skip ci]
  • f32b366 Bump version from "10.6.0-beta.2" to "10.6.0-beta.3" [skip ci]
  • 0ad1336 Bump version from "10.6.0-beta.1" to "10.6.0-beta.2" [skip ci]
  • 16359ee Bump version from "10.6.0-beta.0" to "10.6.0-beta.1" [skip ci]
  • 2e0e2f6 Bump version from "10.6.0-alpha.9" to "10.6.0-beta.0" [skip ci]
  • 6a6dec2 Bump version from "10.6.0-alpha.8" to "10.6.0-alpha.9" [skip ci]
  • cd2d163 Bump version from "10.6.0-alpha.7" to "10.6.0-alpha.8" [skip ci]
  • 898f0ce Bump version from "10.6.0-alpha.6" to "10.6.0-alpha.7" [skip ci]
  • 71af1eb ESLint Plugin: Restore Node types after cross-package CSF imports
  • 5c8a210 ESLint Plugin: Import CSF export helpers from a narrow module
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for eslint-plugin-storybook since your current version.


Updates eslint-plugin-vitest-globals from 1.5.0 to 1.6.1

Release notes

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

v1.6.1

some docs work

Full Changelog: saqqdy/eslint-plugin-vitest-globals@1.6.0...1.6.1

v1.6.0

Features

  • Add ESLint 9+ Flat Config support (flat/recommended, flat/base configs)
  • Add TypeScript type definitions (index.d.ts)
  • Add new Vitest globals: bench, benchmark, xtest, xit, xdescribe

Improvements

  • Add unit tests with vitest (14 test cases)
  • Add GitHub Actions CI/CD workflow
  • Add .npmignore for cleaner package publishing
  • Improve package.json: add exports field, types, engines
  • Improve publish scripts with better error handling
  • Update README with detailed usage examples for all config types
  • Fix ESM export compatibility for ESLint v9

Security

  • Fix all security vulnerabilities in dev dependencies via pnpm overrides

Full Changelog: saqqdy/eslint-plugin-vitest-globals@1.5.0...1.6.0

Changelog

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

2026.03.13 v1.6.1

  • docs work

2026.03.13 v1.6.0

Features

  • Add ESLint 9+ Flat Config support (flat/recommended, flat/base configs)
  • Add TypeScript type definitions (index.d.ts)
  • Add new Vitest globals: bench, benchmark, xtest, xit, xdescribe

Improvements

  • Add unit tests with vitest (14 test cases)
  • Add GitHub Actions CI/CD workflow
  • Add .npmignore for cleaner package publishing
  • Improve package.json: add exports field, types, engines
  • Improve publish scripts with better error handling
  • Update README with detailed usage examples for all config types
  • Fix ESM export compatibility for ESLint v9

Security

  • Fix all security vulnerabilities in dev dependencies via pnpm overrides
Commits
  • 0a7bb7c v1.6.1
  • e73291d docs: fix README documentation
  • b4d92bb v1.6.0
  • 94b8f01 docs: update CHANGELOG for v1.6.0
  • 88434e2 release: v1.6.0
  • 29048ac fix: resolve security vulnerabilities in dev dependencies
  • bb514b1 feat: add ESLint v9 support, TypeScript types, and comprehensive documentation
  • See full diff in compare view

Updates eslint-plugin-vue from 9.26.0 to 10.11.0

Release notes

Sourced from eslint-plugin-vue's releases.

v10.11.0

Minor Changes

Patch Changes

  • Fixed vue/use-v-on-exact to avoid reporting @keydown.stop when paired with an exact key-specific listener (#3082)
  • Specified explicit items policies for array rule option schemas (#3112)
  • Updated resources (HTML elements) (#3132 and #3133)

v10.10.0

Minor Changes

Patch Changes

  • Updated @eslint-community/eslint-utils, semver and xml-name-validator dependencies (#3094)

v10.9.2

Patch Changes

v10.9.1

Patch Changes

v10.9.0

Minor Changes

Patch Changes

... (truncated)

Changelog

Sourced from eslint-plugin-vue's changelog.

10.11.0

Minor Changes

Patch Changes

  • Fixed vue/use-v-on-exact to avoid reporting @keydown.stop when paired with an exact key-specific listener (#3082)
  • Specified explicit items policies for array rule option schemas (#3112)
  • Updated resources (HTML elements) (#3132 and #3133)

10.10.0

Minor Changes

Patch Changes

  • Updated @eslint-community/eslint-utils, semver and xml-name-validator dependencies (#3094)

10.9.2

Patch Changes

10.9.1

Patch Changes

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 28, 2026
@dependabot dependabot Bot changed the title build(deps-dev): bump the eslint group with 5 updates build(deps-dev): bump the eslint group across 1 directory with 5 updates May 29, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-1e6c3765cc branch 2 times, most recently from 56395f8 to c08f8fb Compare June 2, 2026 13:57
@dependabot dependabot Bot changed the title build(deps-dev): bump the eslint group across 1 directory with 5 updates chore(deps-dev): bump the eslint group across 1 directory with 5 updates Jun 3, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-1e6c3765cc branch 5 times, most recently from edad67b to 1c3a1ec Compare June 10, 2026 13:05
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-1e6c3765cc branch 5 times, most recently from 43ab11a to 0808901 Compare June 17, 2026 13:05
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-1e6c3765cc branch 3 times, most recently from fb28707 to fbfab44 Compare June 23, 2026 13:04
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-1e6c3765cc branch 5 times, most recently from d89ea26 to a962241 Compare July 17, 2026 13:04
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-1e6c3765cc branch 5 times, most recently from f648edd to c72550c Compare July 24, 2026 13:04
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-1e6c3765cc branch 5 times, most recently from 8dffee6 to c47e473 Compare July 31, 2026 13:04
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-1e6c3765cc branch 5 times, most recently from 29a55f3 to 94098a4 Compare August 7, 2026 13:04
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-1e6c3765cc branch 6 times, most recently from 7620859 to 5dd5a9c Compare August 17, 2026 13:04
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-1e6c3765cc branch 3 times, most recently from 8a2d98c to c6826d1 Compare August 20, 2026 13:04
Bumps the eslint group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `10.10.0` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.32.0` |
| [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) | `0.12.0` | `10.6.0` |
| [eslint-plugin-vitest-globals](https://github.com/saqqdy/eslint-plugin-vitest-globals) | `1.5.0` | `1.6.1` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `9.26.0` | `10.11.0` |



Updates `eslint` from 8.57.0 to 10.10.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v8.57.0...v10.10.0)

Updates `eslint-plugin-import` from 2.29.1 to 2.32.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.29.1...v2.32.0)

Updates `eslint-plugin-storybook` from 0.12.0 to 10.6.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.6.0/code/lib/eslint-plugin)

Updates `eslint-plugin-vitest-globals` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/saqqdy/eslint-plugin-vitest-globals/releases)
- [Changelog](https://github.com/saqqdy/eslint-plugin-vitest-globals/blob/master/CHANGELOG.md)
- [Commits](saqqdy/eslint-plugin-vitest-globals@1.5.0...1.6.1)

Updates `eslint-plugin-vue` from 9.26.0 to 10.11.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Changelog](https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md)
- [Commits](vuejs/eslint-plugin-vue@v9.26.0...v10.11.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.4.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-import
  dependency-version: 2.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-storybook
  dependency-version: 10.4.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-vitest-globals
  dependency-version: 1.6.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-vue
  dependency-version: 10.9.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
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.

8 participants