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

chore(deps-dev): bump the eslint group across 1 directory with 5 updates#6937
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.8.1
eslint-plugin-import 2.29.1 2.32.0
eslint-plugin-storybook 0.12.0 10.5.7
eslint-plugin-vitest-globals 1.5.0 1.6.1
eslint-plugin-vue 9.26.0 10.10.0

Updates eslint from 8.57.0 to 10.8.1

Release notes

Sourced from eslint's releases.

v10.8.1

Bug Fixes

  • 18eb0a7 fix: prevent ASI hazard in no-unused-labels autofix (#21173) (dongkyu lee)
  • 151ba3f fix: false positives in getter-return and accessor-pairs (#21163) (Grit)
  • 6898df9 fix: ignore meta-property names in id-denylist (#21166) (Pixel)
  • 4d7db66 fix: ignore meta-property names in id-match (#21167) (Pixel)
  • 677214e fix: handle ASI hazards in no-unused-vars removeVar suggestion (#20935) (kuldeep kumar)

Documentation

  • 7d0cbf8 docs: Update README (GitHub Actions Bot)
  • 0a05812 docs: add missing backticks to no-duplicate-imports.js (#21183) (Lee Daeun)
  • 678c90b docs: Update README (GitHub Actions Bot)
  • 8a10424 docs: Update README (GitHub Actions Bot)
  • 69bb948 docs: Update README (GitHub Actions Bot)

Chores

  • 0a14800 chore: update github/codeql-action action to v4.37.4 (#21196) (renovate[bot])
  • 05adcb1 test: fix failing ecosystem test for eslint-plugin-unicorn (#21191) (Lazizbek Ergashev)
  • 5611035 test: add error locations info to no-void (#21185) (Lee Daeun)
  • ee47333 ci: bump github/codeql-action from 4 to 4.37.3 (#21176) (dependabot[bot])
  • f131c03 chore: improve ecosystem test failure reporting (#20937) (crimsonjay0)
  • 1f6edde chore: update ecosystem plugins (#21182) (ESLint Bot)
  • d3266fb chore: unpin webpack dependency (#21172) (Francesco Trotta)
  • 65a6519 chore: add allowScripts field to package.json (#21092) (GiHoon Noh)
  • 22e5256 ci: add triage:no label to Dependabot PRs (#21141) (lumir)
  • 55c9038 ci: bump actions/labeler from 6 to 7 (#21159) (dependabot[bot])
  • 7280e78 chore: update dependency prettier to v3.9.6 (#21162) (renovate[bot])
  • eddbad6 test: fix failing ecosystem test for eslint-plugin-unicorn (#21156) (Francesco Trotta)
  • 60a178d chore: update ecosystem plugins (#21150) (ESLint Bot)
  • f9f61dc test: add error locations to no-unreachable (#21151) (JIYEON)
  • d086293 test: add error locations to no-undef (#21147) (JIYEON)
  • cc01b67 test: add error locations to no-useless-catch (#21144) (devoil)
  • 688e75e chore: add missing backticks in JSDoc (#21143) (Bo Hyun Kim)
  • 7c1e175 test: add error locations to require-await (#21145) (Grit)
  • 588a26d test: add error locations to no-extra-label (#21139) (dongkyu lee)
  • 059aa89 test: add error locations to no-useless-concat (#21140) (dongkyu lee)
  • 5a452a8 test: add error locations to no-const-assign (#21138) (dongkyu lee)

v10.8.0

Features

  • 2fee9bb feat: export ConfigObject from eslint/config (#21082) (sethamus)

Bug Fixes

  • 6b8d2f7 fix: escape reserved characters in rule id in html formatter (#21129) (Francesco Trotta)
  • 9091071 fix: prevent no-unreachable-loop crash when all loop types are ignored (#21116) (Pixel)
  • e23fafe fix: prefer-object-spread add semicolon when adding parenthesis (#21081) (synthex-byte)
  • 20b5ad0 fix: quadratic-time regex in prefer-template (#21096) (Milos Djermanovic)
  • 8b6f6c0 fix: apply ignore configs to computed methods in class-methods-use-this (#21094) (Pixel)
  • b2c608c fix: NewExpression with parenthesized callee in preserve-caught-error (#21083) (Francesco Trotta)

... (truncated)

Commits

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.5.7

Release notes

Sourced from eslint-plugin-storybook's releases.

v10.5.7

10.5.7

v10.5.6

10.5.6

v10.5.5

10.5.5

v10.5.4

10.5.4

v10.5.3

10.5.3

v10.5.2

10.5.2

v10.5.1

10.5.1

... (truncated)

Changelog

Sourced from eslint-plugin-storybook's changelog.

10.5.7

10.5.6

10.5.5

10.5.4

10.5.3

10.5.2

  • TanStack: Fix createServerFn validator mock - #35185, thanks @​sjh9714!
  • TanStack: Support pathless layout routes (id-only) in story routing - #35465, thanks @​unpunnyfuns!
  • Tanstack-react: Add missing Hydrate export - #35111, thanks @​arun-357!
  • Tanstack-react: Keep JSX-only component references during dead-code elimination - #35206, thanks @​yatishgoel!
  • Vitest: Fix coverage toggle crash on Vite 6 by clearing closed Vitest instance on restart - #35461, thanks @​yannbf!

10.5.1

10.5.0

Foundational changes for new AI workflows

Storybook 10.5 contains hundreds of fixes and improvements:

... (truncated)

Commits
  • 7c6fb3a Bump version from "10.5.6" to "10.5.7" [skip ci]
  • b90d14d Merge pull request #35341 from storybookjs/valentin/rolldown-dts
  • 3126f0a Bump version from "10.5.5" to "10.5.6" [skip ci]
  • c8bdb23 Merge pull request #35655 from storybookjs/yann/eslint-plugin-meta
  • 05a52b7 Bump version from "10.5.4" to "10.5.5" [skip ci]
  • 3327dc4 Bump version from "10.5.3" to "10.5.4" [skip ci]
  • 9ac2739 Bump version from "10.5.2" to "10.5.3" [skip ci]
  • b4b00f2 Merge pull request #34971 from storybookjs/valentin/upgrade-typescript-6
  • 518f711 Bump version from "10.5.1" to "10.5.2" [skip ci]
  • c253a06 Bump version from "10.5.0" to "10.5.1" [skip ci]
  • 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.10.0

Release notes

Sourced from eslint-plugin-vue's releases.

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

v10.8.0

Minor Changes

... (truncated)

Changelog

Sourced from eslint-plugin-vue's changelog.

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

10.9.0

Minor Changes

Patch Changes

10.8.0

Minor Changes

... (truncated)

Commits
Maintainer changes

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


Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@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 4 times, most recently from dcd030d to 724a879 Compare July 8, 2026 13:04
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-1e6c3765cc branch 6 times, most recently from 38e09a3 to d89ea26 Compare July 16, 2026 13:04
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-1e6c3765cc branch 5 times, most recently from 26d034f to f648edd Compare July 23, 2026 13:04
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-1e6c3765cc branch 6 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 2 times, most recently from 555835f to 68eab6e Compare August 11, 2026 13:05
Bumps the eslint group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `10.8.1` |
| [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.5.7` |
| [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.10.0` |



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

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.5.7
- [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.5.7/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.10.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.10.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>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-1e6c3765cc branch from 68eab6e to f3b0f77 Compare August 12, 2026 13:04
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