Skip to content

Bump the all-npm group across 1 directory with 24 updates#88

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/all-npm-3d98bd7cee
Open

Bump the all-npm group across 1 directory with 24 updates#88
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/all-npm-3d98bd7cee

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 15, 2026

Bumps the all-npm group with 24 updates in the / directory:

Package From To
@antfu/eslint-config 4.19.0 8.2.0
@openapitools/openapi-generator-cli 2.31.0 2.31.1
eslint 9.39.4 10.2.0
lint-staged 15.5.2 16.4.0
prettier 3.8.1 3.8.3
typescript 5.9.3 6.0.2
pinia 2.3.1 3.0.4
primevue 4.5.4 4.5.5
vue 3.5.31 3.5.32
vue-router 4.6.4 5.0.4
zod 3.25.76 4.3.6
@playwright/test 1.58.2 1.59.1
@stryker-mutator/core 8.7.1 9.6.1
@stryker-mutator/vitest-runner 8.7.1 9.6.1
@vitejs/plugin-vue 5.2.4 6.0.6
@vitest/coverage-v8 3.2.4 4.1.4
dependency-cruiser 16.10.4 17.3.10
jsdom 26.1.0 29.0.2
msw 2.12.14 2.13.3
vite 6.4.1 8.0.8
vitest 3.2.4 4.1.4
vue-tsc 2.2.12 3.2.6
@iconify-json/simple-icons 1.2.75 1.2.78
vue-i18n 11.3.0 11.3.2

Updates @antfu/eslint-config from 4.19.0 to 8.2.0

Release notes

Sourced from @​antfu/eslint-config's releases.

v8.2.0

   🐞 Bug Fixes

    View changes on GitHub

v8.1.1

   🐞 Bug Fixes

    View changes on GitHub

v8.1.0

   🐞 Bug Fixes

    View changes on GitHub

v8.0.0

   🚨 Breaking Changes

   🚀 Features

    View changes on GitHub

v7.7.3

   🐞 Bug Fixes

    View changes on GitHub

v7.7.2

   🐞 Bug Fixes

    View changes on GitHub

v7.7.0

   🚀 Features

... (truncated)

Commits
Maintainer changes

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


Updates @openapitools/openapi-generator-cli from 2.31.0 to 2.31.1

Release notes

Sourced from @​openapitools/openapi-generator-cli's releases.

v2.31.1

2.31.1 (2026-04-07)

Bug Fixes

  • custom generators: prioritize custom generator JAR when provided (#1189) (4c6ff56)
Commits
  • 4c6ff56 fix(custom generators): prioritize custom generator JAR when provided (#1189)
  • 7991687 chore(deps): update dependency @​nestjs/core to v11.1.18 [security] (#1187)
  • 2d681f8 chore(deps): update dependency ts-jest to v29.4.9 (#1185)
  • 974af52 chore(deps): update dependency axios to v1.14.0 (#1184)
  • 13d1cfb chore(deps): update dependency @​nestjs/schematics to v11.0.10 (#1183)
  • See full diff in compare view

Updates eslint from 9.39.4 to 10.2.0

Release notes

Sourced from eslint's releases.

v10.2.0

Features

  • 586ec2f feat: Add meta.languages support to rules (#20571) (Copilot)
  • 14207de feat: add Temporal to no-obj-calls (#20675) (Pixel998)
  • bbb2c93 feat: add Temporal to ES2026 globals (#20672) (Pixel998)

Bug Fixes

  • 542cb3e fix: update first-party dependencies (#20714) (Francesco Trotta)

Documentation

  • a2af743 docs: add language to configuration objects (#20712) (Francesco Trotta)
  • 845f23f docs: Update README (GitHub Actions Bot)
  • 5fbcf59 docs: remove sourceType from ts playground link (#20477) (Tanuj Kanti)
  • 8702a47 docs: Update README (GitHub Actions Bot)
  • ddeaded docs: Update README (GitHub Actions Bot)
  • 2b44966 docs: add Major Releases section to Manage Releases (#20269) (Milos Djermanovic)
  • eab65c7 docs: update eslint versions in examples (#20664) (루밀LuMir)
  • 3e4a299 docs: update ESM Dependencies policies with note for own-usage packages (#20660) (Milos Djermanovic)

Chores

  • 8120e30 refactor: extract no unmodified loop condition (#20679) (kuldeep kumar)
  • 46e8469 chore: update dependency markdownlint-cli2 to ^0.22.0 (#20697) (renovate[bot])
  • 01ed3aa test: add unit tests for unicode utilities (#20622) (Manish chaudhary)
  • 811f493 ci: remove --legacy-peer-deps from types integration tests (#20667) (Milos Djermanovic)
  • 6b86fcf chore: update dependency npm-run-all2 to v8 (#20663) (renovate[bot])
  • 632c4f8 chore: add prettier update commit to .git-blame-ignore-revs (#20662) (루밀LuMir)
  • b0b0f21 chore: update dependency eslint-plugin-regexp to ^3.1.0 (#20659) (Milos Djermanovic)
  • 228a2dd chore: update dependency eslint-plugin-eslint-plugin to ^7.3.2 (#20661) (Milos Djermanovic)
  • 3ab4d7e test: Add tests for eslintrc-style keys (#20645) (kuldeep kumar)

v10.1.0

Features

  • ff4382b feat: apply fix for no-var in TSModuleBlock (#20638) (Tanuj Kanti)
  • 0916995 feat: Implement api support for bulk-suppressions (#20565) (Blake Sager)

Bug Fixes

  • 2b8824e fix: Prevent no-var autofix when a variable is used before declaration (#20464) (Amaresh S M)
  • e58b4bf fix: update eslint (#20597) (renovate[bot])

Documentation

  • b7b57fe docs: use correct JSDoc link in require-jsdoc.md (#20641) (mkemna-clb)
  • 58e4cfc docs: add deprecation notice partial (#20639) (Milos Djermanovic)
  • 7143dbf docs: update v9 migration guide for @eslint/js usage (#20540) (fnx)
  • 035fc4f docs: note that globalReturn applies only with sourceType: "script" (#20630) (Milos Djermanovic)
  • e972c88 docs: merge ESLint option descriptions into type definitions (#20608) (Francesco Trotta)
  • 7f10d84 docs: Update README (GitHub Actions Bot)
  • aeed007 docs: open playground link in new tab (#20602) (Tanuj Kanti)
  • a0d1a37 docs: Add AI Usage Policy (#20510) (Nicholas C. Zakas)

Chores

... (truncated)

Commits

Updates lint-staged from 15.5.2 to 16.4.0

Release notes

Sourced from lint-staged's releases.

v16.4.0

Minor Changes

v16.3.4

Patch Changes

v16.3.3

Patch Changes

  • #1740 0109e8d Thanks @​iiroj! - Make sure Git's warning about CRLF line-endings doesn't interfere with creating initial backup stash.

v16.3.2

Patch Changes

  • #1735 2adaf6c Thanks @​iiroj! - Hide the extra cmd window on Windows by spawning tasks without the detached option.

v16.3.1

Patch Changes

  • #1729 cd5d762 Thanks @​iiroj! - Remove nano-spawn as a dependency from package.json as it was replaced with tinyexec and is no longer used.

v16.3.0

Minor Changes

  • #1698 feda37a Thanks @​iiroj! - Run external processes with tinyexec instead of nano-spawn. nano-spawn replaced execa in lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hope tinyexec improves the situation.

  • #1699 1346d16 Thanks @​iiroj! - Remove pidtree as a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and the taskkill command on Windows.

Patch Changes

  • #1726 87467aa Thanks @​iiroj! - Incorrect brace expansions like *.{js} (nothing to expand) are detected exhaustively, instead of just a single pass.

v16.2.7

Patch Changes

  • #1711 ef74c8d Thanks @​iiroj! - Do not display a "failed to spawn" error message when a task fails normally. This message is reserved for when the task didn't run because spawning it failed.

v16.2.6

Patch Changes

  • #1693 33d4502 Thanks @​Adrian-Baran-GY! - Fix problems with --continue-on-error option, where tasks might have still been killed (SIGINT) when one of them failed.

v16.2.5

Patch Changes

  • #1687 9e02d9d Thanks @​iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn, lint-staged also failed and the backup stash might not have been automatically restored.

... (truncated)

Changelog

Sourced from lint-staged's changelog.

16.4.0

Minor Changes

16.3.4

Patch Changes

16.3.3

Patch Changes

  • #1740 0109e8d Thanks @​iiroj! - Make sure Git's warning about CRLF line-endings doesn't interfere with creating initial backup stash.

16.3.2

Patch Changes

  • #1735 2adaf6c Thanks @​iiroj! - Hide the extra cmd window on Windows by spawning tasks without the detached option.

16.3.1

Patch Changes

  • #1729 cd5d762 Thanks @​iiroj! - Remove nano-spawn as a dependency from package.json as it was replaced with tinyexec and is no longer used.

16.3.0

Minor Changes

  • #1698 feda37a Thanks @​iiroj! - Run external processes with tinyexec instead of nano-spawn. nano-spawn replaced execa in lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hope tinyexec improves the situation.

  • #1699 1346d16 Thanks @​iiroj! - Remove pidtree as a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and the taskkill command on Windows.

Patch Changes

  • #1726 87467aa Thanks @​iiroj! - Incorrect brace expansions like *.{js} (nothing to expand) are detected exhaustively, instead of just a single pass.

16.2.7

Patch Changes

  • #1711 ef74c8d Thanks @​iiroj! - Do not display a "failed to spawn" error message when a task fails normally. This message is reserved for when the task didn't run because spawning it failed.

16.2.6

... (truncated)

Commits
  • 445f9dd chore(changeset): release
  • d91be60 docs: update readme to use picomatch
  • b392a9f refactor: extract matchFiles and add unit tests
  • 687fc90 refactor: replace micromatch with picomatch
  • 26dadf9 chore(changeset): release
  • 9d6e827 build(deps): update dependencies
  • 8aea986 chore(changeset): release
  • 0109e8d fix: strip Git CRLF warning from output
  • dfd6a7a chore(changeset): release
  • 2adaf6c fix(Windows): do not spawn tasks as detached since it opens a cmd window on ...
  • 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 lint-staged since your current version.


Updates prettier from 3.8.1 to 3.8.3

Release notes

Sourced from prettier's releases.

3.8.3

🔗 Changelog

3.8.2

  • Support Angular v21.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
);
// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

3.8.2

diff

Angular: Support Angular v21.2 (#18722, #19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@switch (foo) {
  @case (1) {}
  @default never;
}
<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @ character, you should use the "&#64;" HTML entity instead. (3:3)
<!-- Prettier 3.8.2 -->
@​switch (foo) {
@​case (1) {}
@​default never;
}

arrow function and instanceof expressions.

</tr></table> 

... (truncated)

Commits

Updates typescript from 5.9.3 to 6.0.2

Release notes

Sourced from typescript's releases.

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits

Updates pinia from 2.3.1 to 3.0.4

Commits

Updates primevue from 4.5.4 to 4.5.5

Release notes

Sourced from primevue's releases.

PrimeVue 4.5.5

What's Changed

New Contributors

Full Changelog: primefaces/primevue@4.5.4...4.5.5

Changelog

Sourced from primevue's changelog.

4.5.5 (2026-04-08)

Full Changelog

Implemented New Features and Enhancements:

  • Timeline: use ordered list for Timeline component to improve accessibility #8155

Fixed bugs:

  • Tree: add filteredNodes to Tree filter event and forward filter event in TreeSelect #8525
  • PrimeIcons: Missing EXPAND key in PrimeIcons #8524
  • broken zIndex with global primevue zIndex undefined #8523
  • Galleria ZIndex Clear throws error when container is unmounted in fullscreen #8519
  • Splitter does not re-initialize when SplitterPanel :size prop changes reactively #8517
  • AutoComplete enter key behavior #8516
  • TieredMenu: popup menu does not reposition when triggered from different elements #8509
  • Select: option selection can run when overlay is already hidden #8508
  • Date column filters cannot take in strings to compare #8506
  • DataTable cannot handle sparse arrays #8503
  • Tooltip elements are not being removed from the DOM when hideDelay is active #8480
  • Splitter does not initialize panels added dynamically via v-if after mount #8477
  • Tab: TabPanel slot types missing scope when asChild is true #8470
  • DatePicker Range throws TypeError on days before 12/1/1969 #8469
  • DatePicker manual input fails when using custom AM/PM locale labels #8462
  • DataTable Column Filter Overlay requires double click to close after internal interaction #8460
  • Autocomplete's clear event not emitted when clicking the clear X button #8459
  • MultiSelect with optionValue object and display="chip" removes 2 chips instead of 1 #8456
  • DatePicker: externally updated modelValue can open with incorrect header year #8455
  • InputNumber: Cursor freezes after first digit when using currency="PYG" and locale="es-PY" #8453
  • DataTable/VirtualScroller: Table errors when virtual loading true and no loading slot provided #8451
  • DatePicker throws error when v-model is initialized with string value #8450
  • DatePicker: year-change event emits inconsistent month values depending on navigation method #8436
  • Select options still selectable after dropdown is hidden #8431
  • Select - Filter - Only able to type one character when Input is not focused #8427
  • FileUpload: TypeError on drag events when component unmounts #8424
  • FormField.d.ts exports duplicate FormEmits type colliding with Form #8420
  • TreeTable: missing types #8419
  • ScrollPanel: horizontal scroll bar goes outside the content div when scrollXRatio is too small #8415
  • Datepicker overlay loses focus capture when selecting different month or year #8402
  • InputOTP allows paste when readonly #8401
  • TieredMenu: hasSubmenu holds items (array) instead of boolean #8397
  • InputNumber allows paste input when disabled #8391
  • Splitter seperator role should be on gutter-handle not gutter #8381
  • Step and StepPanel not reactive after mount #8377
  • SpeedDial: MenuItem disabled not working at all #8375
  • TreeTable: TreeNode children are not sorted #8361
  • Tree: Expose dropPosition or relativePosition in node-drop event #8360
  • Tree Drag and Drop Does Not Prevent Dropping a Node Into Itself or Descendants #8353
  • Wrong step values in nested Stepper (Horizontal in Vertical) #8310

... (truncated)

Commits
  • 66dde67 chore: version 4.5.5 released
  • 625bab0 fix: nested splitter calc defects
  • 83c2750 Fixed #8265 - DataTable writes to localStorage on every reactive change in he...
  • 489913a Fixed #8278 - DataTable row expansion remains open on page change
  • cebb8ed Fixed #8280 - Select an option in MultiSelect/DatePicker within DataTable not...
  • e96df81 Fixed #8288 - AutoComplete doesnt accept mouse selections inside Datatables
  • f4a0100 Fixed #8523 - broken zIndex with global primevue zIndex undefined
  • f8511e0 Fixed #8519 - Galleria ZIndex Clear throws error when container is unmounted ...
  • 103fd6b Fixed #8178 - Password always has aria-haspopup set to true
  • 8ef1a67 Fixed #8218 - DataTable: fixing tabindex initialization with initial selectio...
  • Additional commits viewable in compare view

Updates vue from 3.5.31 to 3.5.32

Release notes

Sourced from vue's releases.

v3.5.32

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.32 (2026-04-03)

Bug Fixes

Reverts

Commits
  • 9a2eb53 release: v3.5.32
  • 32b44f1 fix(teleport): handle updates before deferred mount (#14642)
  • f166353 fix(runtime-core): prevent currentInstance leak into sibling render during as...
  • 302c47a fix(types): use private branding for shallowReactive (#14641)
  • e20ddb0 fix(types): allow customRef to have different getter/setter types (#14639)
  • 219d83b Revert "fix(server-renderer): cleanup component effect scopes after SSR rende...
  • fa23116 chore: fix typos in changelogs (#14653)
  • See full diff in compare view

Updates vue-router from 4.6.4 to 5.0.4

Release notes

Sourced from vue-router's releases.

v5.0.4

   🐞 Bug Fixes

    View changes on GitHub

v5.0.3

   🚨 Breaking Changes

   🚀 Features

Bumps the all-npm group with 24 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@antfu/eslint-config](https://github.com/antfu/eslint-config) | `4.19.0` | `8.2.0` |
| [@openapitools/openapi-generator-cli](https://github.com/OpenAPITools/openapi-generator-cli) | `2.31.0` | `2.31.1` |
| [eslint](https://github.com/eslint/eslint) | `9.39.4` | `10.2.0` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.5.2` | `16.4.0` |
| [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.3` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.2` |
| [pinia](https://github.com/vuejs/pinia) | `2.3.1` | `3.0.4` |
| [primevue](https://github.com/primefaces/primevue/tree/HEAD/packages/primevue) | `4.5.4` | `4.5.5` |
| [vue](https://github.com/vuejs/core) | `3.5.31` | `3.5.32` |
| [vue-router](https://github.com/vuejs/router) | `4.6.4` | `5.0.4` |
| [zod](https://github.com/colinhacks/zod) | `3.25.76` | `4.3.6` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.58.2` | `1.59.1` |
| [@stryker-mutator/core](https://github.com/stryker-mutator/stryker-js/tree/HEAD/packages/core) | `8.7.1` | `9.6.1` |
| [@stryker-mutator/vitest-runner](https://github.com/stryker-mutator/stryker-js/tree/HEAD/packages/vitest-runner) | `8.7.1` | `9.6.1` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `5.2.4` | `6.0.6` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.2.4` | `4.1.4` |
| [dependency-cruiser](https://github.com/sverweij/dependency-cruiser) | `16.10.4` | `17.3.10` |
| [jsdom](https://github.com/jsdom/jsdom) | `26.1.0` | `29.0.2` |
| [msw](https://github.com/mswjs/msw) | `2.12.14` | `2.13.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.4.1` | `8.0.8` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.2.4` | `4.1.4` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `2.2.12` | `3.2.6` |
| [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) | `1.2.75` | `1.2.78` |
| [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) | `11.3.0` | `11.3.2` |



Updates `@antfu/eslint-config` from 4.19.0 to 8.2.0
- [Release notes](https://github.com/antfu/eslint-config/releases)
- [Commits](antfu/eslint-config@v4.19.0...v8.2.0)

Updates `@openapitools/openapi-generator-cli` from 2.31.0 to 2.31.1
- [Release notes](https://github.com/OpenAPITools/openapi-generator-cli/releases)
- [Commits](OpenAPITools/openapi-generator-cli@v2.31.0...v2.31.1)

Updates `eslint` from 9.39.4 to 10.2.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.4...v10.2.0)

Updates `lint-staged` from 15.5.2 to 16.4.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.5.2...v16.4.0)

Updates `prettier` from 3.8.1 to 3.8.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.1...3.8.3)

Updates `typescript` from 5.9.3 to 6.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.2)

Updates `pinia` from 2.3.1 to 3.0.4
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](vuejs/pinia@v2.3.1...v3.0.4)

Updates `primevue` from 4.5.4 to 4.5.5
- [Release notes](https://github.com/primefaces/primevue/releases)
- [Changelog](https://github.com/primefaces/primevue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/primefaces/primevue/commits/4.5.5/packages/primevue)

Updates `vue` from 3.5.31 to 3.5.32
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.31...v3.5.32)

Updates `vue-router` from 4.6.4 to 5.0.4
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.6.4...v5.0.4)

Updates `zod` from 3.25.76 to 4.3.6
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v3.25.76...v4.3.6)

Updates `@playwright/test` from 1.58.2 to 1.59.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.58.2...v1.59.1)

Updates `@stryker-mutator/core` from 8.7.1 to 9.6.1
- [Release notes](https://github.com/stryker-mutator/stryker-js/releases)
- [Changelog](https://github.com/stryker-mutator/stryker-js/blob/master/packages/core/CHANGELOG.md)
- [Commits](https://github.com/stryker-mutator/stryker-js/commits/v9.6.1/packages/core)

Updates `@stryker-mutator/vitest-runner` from 8.7.1 to 9.6.1
- [Release notes](https://github.com/stryker-mutator/stryker-js/releases)
- [Changelog](https://github.com/stryker-mutator/stryker-js/blob/master/packages/vitest-runner/CHANGELOG.md)
- [Commits](https://github.com/stryker-mutator/stryker-js/commits/v9.6.1/packages/vitest-runner)

Updates `@vitejs/plugin-vue` from 5.2.4 to 6.0.6
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@6.0.6/packages/plugin-vue)

Updates `@vitest/coverage-v8` from 3.2.4 to 4.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/coverage-v8)

Updates `dependency-cruiser` from 16.10.4 to 17.3.10
- [Release notes](https://github.com/sverweij/dependency-cruiser/releases)
- [Changelog](https://github.com/sverweij/dependency-cruiser/blob/main/CHANGELOG.md)
- [Commits](sverweij/dependency-cruiser@v16.10.4...v17.3.10)

Updates `jsdom` from 26.1.0 to 29.0.2
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Commits](jsdom/jsdom@v26.1.0...v29.0.2)

Updates `msw` from 2.12.14 to 2.13.3
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.12.14...v2.13.3)

Updates `vite` from 6.4.1 to 8.0.8
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.8/packages/vite)

Updates `vitest` from 3.2.4 to 4.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest)

Updates `vue-tsc` from 2.2.12 to 3.2.6
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v3.2.6/packages/tsc)

Updates `@iconify-json/simple-icons` from 1.2.75 to 1.2.78
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `vue-i18n` from 11.3.0 to 11.3.2
- [Release notes](https://github.com/intlify/vue-i18n/releases)
- [Changelog](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/intlify/vue-i18n/commits/v11.3.2/packages/vue-i18n)

---
updated-dependencies:
- dependency-name: "@antfu/eslint-config"
  dependency-version: 8.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: "@openapitools/openapi-generator-cli"
  dependency-version: 2.31.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: eslint
  dependency-version: 10.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: lint-staged
  dependency-version: 16.4.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: pinia
  dependency-version: 3.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: primevue
  dependency-version: 4.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: vue
  dependency-version: 3.5.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: vue-router
  dependency-version: 5.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: zod
  dependency-version: 4.3.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: "@playwright/test"
  dependency-version: 1.59.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: "@stryker-mutator/core"
  dependency-version: 9.6.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: "@stryker-mutator/vitest-runner"
  dependency-version: 9.6.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: "@vitejs/plugin-vue"
  dependency-version: 6.0.6
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: dependency-cruiser
  dependency-version: 17.3.10
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: jsdom
  dependency-version: 29.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: msw
  dependency-version: 2.13.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm
- dependency-name: vite
  dependency-version: 8.0.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: vitest
  dependency-version: 4.1.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: vue-tsc
  dependency-version: 3.2.6
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm
- dependency-name: "@iconify-json/simple-icons"
  dependency-version: 1.2.78
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-npm
- dependency-name: vue-i18n
  dependency-version: 11.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-npm
...

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 Apr 15, 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.

0 participants