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.9.1
eslint-plugin-import 2.29.1 2.32.0
eslint-plugin-storybook 0.12.0 10.5.10
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.9.1

Release notes

Sourced from eslint's releases.

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) (김채영)

Documentation

  • 9ef407a docs: use eslint.config.* wherever config file names are listed (#21216) (Marry (Subin Yang))
  • 87f66f4 docs: Update README (GitHub Actions Bot)
  • 585ef37 docs: update architecture documentation (#21112) (Francesco Trotta)
  • f3993b0 docs: Update README (GitHub Actions Bot)
  • ffc87d6 docs: fix broken links in Further Reading sections (#21203) (Minsu)
  • 1a761e1 docs: update moved JSX specification links (#21198) (Imran Mustafa)
  • 4d00ca4 docs: update ESLint peer dependency to ^10.0.0 in shareable configs (#21202) (lumir)
  • 510d1a2 docs: Update README (GitHub Actions Bot)

Chores

  • 899dbf1 chore: update github/codeql-action action to v4.37.7 (#21243) (renovate[bot])
  • 9aa3873 chore: update ecosystem plugins (#21235) (ESLint Bot)
  • dc1e7a8 chore: update ecosystem plugins (#21208) (ESLint Bot)
  • f878d21 ci: bump pnpm/action-setup from 6.0.9 to 6.0.10 (#21200) (dependabot[bot])
  • 4891e50 ci: bump github/codeql-action from 4.37.4 to 4.37.6 (#21199) (dependabot[bot])

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)

... (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.5.10

Release notes

Sourced from eslint-plugin-storybook's releases.

v10.5.10

10.5.10

v10.5.9

10.5.9

v10.5.8

10.5.8

v10.5.7

10.5.7

v10.5.6

10.5.6

v10.5.5

10.5.5

... (truncated)

Changelog

Sourced from eslint-plugin-storybook's changelog.

10.5.10

10.5.9

10.5.8

10.5.7

10.5.6

10.5.5

10.5.4

... (truncated)

Commits
  • a2db752 Bump version from "10.5.9" to "10.5.10" [skip ci]
  • 2148cdd Merge pull request #35950 from storybookjs/fix/eslint-plugin-bundle-csf
  • 8f56104 Bump version from "10.5.8" to "10.5.9" [skip ci]
  • 6ef7d1a Bump version from "10.5.7" to "10.5.8" [skip ci]
  • 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]
  • 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.


@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.9.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.10` |
| [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.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v8.57.0...v10.9.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.10
- [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.10/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>
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