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.5.0
eslint-plugin-import 2.29.1 2.32.0
eslint-plugin-storybook 0.12.0 10.4.6
eslint-plugin-vitest-globals 1.5.0 1.6.1
eslint-plugin-vue 9.26.0 10.9.2

Updates eslint from 8.57.0 to 10.5.0

Release notes

Sourced from eslint's releases.

v10.5.0

Features

  • 5ca8c52 feat: correct stack tracking in max-nested-callbacks (#20973) (Pixel998)
  • b565783 feat: report no-with violations at the with keyword (#20971) (Pixel998)
  • 2ce032f feat: report max-lines-per-function violations at function head (#20966) (Pixel998)
  • 732cb3e feat: report max-nested-callbacks violations at function head (#20967) (Pixel998)
  • f9c138a feat: report max-depth violations on keywords (#20943) (Pixel998)
  • bdb496c feat: correct max-depth handling for else-if chains (#20944) (Pixel998)
  • c296873 feat: update error loc in max-statements to function header (#20907) (Taejin Kim)

Documentation

  • 8ae1b5b docs: Update README (GitHub Actions Bot)
  • ca7eb90 docs: update Node.js prerequisites to include ICU support (#20962) (Francesco Trotta)
  • f99b47a docs: Update README (GitHub Actions Bot)
  • acf03d4 docs: clarify precedence of parserOptions over languageOptions (#20926) (sethamus)

Chores

  • b18bf58 chore: update ecosystem plugins (#20959) (ESLint Bot)
  • c2d1444 refactor: replace areAllSegmentsUnreachable with !isAnySegmentReachable (#20951) (Taejin Kim)
  • 243b8c5 chore: enhance config-rule to support oneOf, anyOf, and nested schemas (#20788) (kuldeep kumar)
  • 217b2a9 test: add unit tests for ParserService (#20949) (Taejin Kim)
  • 72003e7 test: add location information to error messages in max-statements (#20945) (lumir)
  • 7797c26 refactor: deduplicate isAnySegmentReachable across rules (#20890) (Taejin Kim)
  • 67c46fa chore: update ecosystem plugins (#20938) (ESLint Bot)
  • 95d8c7a chore: update dependency @​eslint/json to v2 (#20934) (renovate[bot])
  • cf9e496 chore: update @​arethetypeswrong/cli to 0.18.3 (#20933) (Pixel998)
  • fb6d396 test: run type tests with TypeScript 7 (#20868) (sethamus)

v10.4.1

Bug Fixes

  • e557467 fix: update @eslint/plugin-kit version to 0.7.2 (#20930) (Francesco Trotta)
  • d4ce898 fix: propagate failures from delegated commands (#20917) (Minh Vu)
  • f4f3507 fix: prefer-arrow-callback invalid autofix with newline after async (#20916) (kuldeep kumar)
  • c5bc78b fix: false positive for reference in finally block (#20655) (Tanuj Kanti)
  • 27538c0 fix: add missing CodePath and CodePathSegment types (#20853) (Pixel998)

Documentation

  • 61b0add docs: remove deprecated rule from related rules of max-params (#20921) (Tanuj Kanti)
  • 305d5b9 docs: remove deprecated rules from related rules section (#20911) (Tanuj Kanti)
  • 49b0202 docs: fix display: none of ad (#20901) (Tanuj Kanti)
  • 9067f94 docs: switch build to Node.js 24 (#20893) (Milos Djermanovic)
  • c91b041 docs: Update README (GitHub Actions Bot)
  • e349265 docs: clarify semver strings in rule deprecation objects (#20885) (Milos Djermanovic)

Chores

  • b0e466b test: add data property to invalid tests cases for rules (#20924) (Tanuj Kanti)
  • f78838b test: add CodePath type coverage (#20904) (Pixel998)
  • 1daa4bd chore: update eslint-plugin-eslint-comments test data to latest commit (#20922) (Francesco Trotta)
  • 002942c ci: declare contents:read on update-readme workflow (#20919) (Arpit Jain)
  • 64bca24 chore: update ecosystem plugins (#20912) (ESLint Bot)

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

Release notes

Sourced from eslint-plugin-storybook's releases.

v10.4.6

10.4.6

v10.4.5

10.4.5

v10.4.4

10.4.4

  • Telemetry: Add timeout to event-log POST to prevent build hang - #35085, thanks @​badams!

v10.4.3

10.4.3

v10.4.2

10.4.2

v10.4.1

10.4.1

v10.4.0

10.4.0

AI-assisted setup, change-aware review, and stronger framework support

Storybook 10.4 contains hundreds of fixes and improvements including:

... (truncated)

Changelog

Sourced from eslint-plugin-storybook's changelog.

10.4.6

10.4.5

10.4.4

  • Telemetry: Add timeout to event-log POST to prevent build hang - #35085, thanks @​badams!

10.4.3

10.4.2

10.4.1

10.4.0

AI-assisted setup, change-aware review, and stronger framework support

Storybook 10.4 contains hundreds of fixes and improvements including:

  • 🤖 Agentic Setup: New CLI workflow for AI-assisted Storybook setup and onboarding
  • 🔍 Change review: Sidebar filtering to highlight new, modified, and related stories based on git changes
  • 🧭 Sidebar review tools: Status filtering, URL-persisted filters, and clearer review signals in the sidebar
  • ⚛️ TanStack React: New @storybook/tanstack-react framework with routing and server function support
  • 🧩 React MCP: Faster, more accurate component docgen powered by the TypeScript Language Server
  • 📱 React Native: Zero config RN project initialization
  • 🤝 Sharing: Easily publish and share your local Storybook with teammates, powered by Chromatic

... (truncated)

Commits
  • 5496a42 Bump version from "10.4.5" to "10.4.6" [skip ci]
  • 48e7b20 Bump version from "10.4.4" to "10.4.5" [skip ci]
  • 5adebe7 Bump version from "10.4.3" to "10.4.4" [skip ci]
  • 624e618 Bump version from "10.4.2" to "10.4.3" [skip ci]
  • 298dea2 Bump version from "10.4.1" to "10.4.2" [skip ci]
  • cc19ae1 Bump version from "10.4.0" to "10.4.1" [skip ci]
  • f8c16d1 Bump version from "10.4.0-beta.0" to "10.4.0" [skip ci]
  • e02da0b Bump version from "10.4.0-alpha.19" to "10.4.0-beta.0" [skip ci]
  • 429fb3e Bump version from "10.4.0-alpha.18" to "10.4.0-alpha.19" [skip ci]
  • 488dd08 Bump version from "10.4.0-alpha.17" to "10.4.0-alpha.18" [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.9.2

Release notes

Sourced from eslint-plugin-vue's releases.

v10.9.2

Patch Changes

v10.9.1

Patch Changes

v10.9.0

Minor Changes

Patch Changes

v10.8.0

Minor Changes

Patch Changes

v10.7.0

Minor Changes

... (truncated)

Changelog

Sourced from eslint-plugin-vue's changelog.

10.9.2

Patch Changes

10.9.1

Patch Changes

10.9.0

Minor Changes

Patch Changes

10.8.0

Minor Changes

Patch Changes

10.7.0

... (truncated)

Commits
  • 9aa463a Version Packages (#3080)
  • 517347c Add error positions (#3085)
  • b582b7e fix: false positive for returns in exhaustive switch (#3067)
  • 91a136c fix(one-component-per-file): Ignore members imported from elsewhere (#3063)
  • d37d17b fix(prefer-import-from-vue): don't report names not exported by vue (#3081)
  • 836aa95 fix(custom-event-name-casing): check segments of colon-separated names (#3079)
  • 8a2129e Version Packages (#3077)
  • fe776a9 fix: require correct peerDep version for vue-eslint-parser (#3075)
  • 73f3ef4 docs: update ESLint version requirement to include ^10.0.0 (#3074)
  • 333008a Fixed changelog formatting/order for v10.8.0
  • Additional commits viewable in compare view
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 3 times, most recently from 1b815d8 to d14f898 Compare June 15, 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.5.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.4.6` |
| [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.9.2` |



Updates `eslint` from 8.57.0 to 10.5.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v8.57.0...v10.5.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.4.6
- [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.4.6/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.9.2
- [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.9.2)

---
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] <[email protected]>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-1e6c3765cc branch from d14f898 to 43ab11a Compare June 16, 2026 13:05
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