Skip to content

chore(deps-dev): bump the vite-and-vitest group across 1 directory with 6 updates - #6939

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-and-vitest-9559088306
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-and-vitest-9559088306

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 28, 2026

Copy link
Copy Markdown
Contributor

Bumps the vite-and-vitest group with 6 updates in the / directory:

Package From To
@vitejs/plugin-vue 5.2.4 6.0.8
@vitest/coverage-v8 3.1.4 5.0.0
vite 6.4.1 8.3.0
vite-plugin-graphql-loader 4.0.4 5.1.1
vite-svg-loader 5.1.0 5.1.3
vitest 3.1.4 5.0.0

Updates @vitejs/plugin-vue from 5.2.4 to 6.0.8

Release notes

Sourced from @​vitejs/plugin-vue's releases.

plugin-vue@6.0.8

Please refer to CHANGELOG.md for details.

plugin-vue@6.0.7

Please refer to CHANGELOG.md for details.

plugin-vue@6.0.6

Please refer to CHANGELOG.md for details.

plugin-vue@6.0.5

Please refer to CHANGELOG.md for details.

plugin-vue@6.0.4

Please refer to CHANGELOG.md for details.

plugin-vue@6.0.3

Please refer to CHANGELOG.md for details.

plugin-vue@6.0.2

Please refer to CHANGELOG.md for details.

plugin-vue@6.0.1

Please refer to CHANGELOG.md for details.

plugin-vue@6.0.0

Please refer to CHANGELOG.md for details.

plugin-vue@6.0.0-beta.2

Please refer to CHANGELOG.md for details.

plugin-vue@6.0.0-beta.1

Please refer to CHANGELOG.md for details.

plugin-vue@6.0.0-beta.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vitejs/plugin-vue's changelog.

6.0.8 (2026-07-14)

Features

  • plugin-vue: add forced vapor mode option (#766) (d59c3c0)

Bug Fixes

  • deps: update all non-major dependencies (#781) (d369e5a)

6.0.7 (2026-05-15)

Features

  • use carets for @rolldown/pluginutils version (#776) (941b651)

Bug Fixes

  • deps: update all non-major dependencies (#762) (9e825b8)
  • deps: update all non-major dependencies (#774) (77dc8bc)

6.0.6 (2026-04-13)

Features

  • plugin-vue: propagate multiRoot for template-only vapor components (#745) (9e07ae9)

Bug Fixes

  • deps: update all non-major dependencies (#738) (050c996)

Miscellaneous Chores

6.0.5 (2026-03-12)

Miscellaneous Chores

  • remove Vite 8 beta from supported range (#746) (b3f23e4)

6.0.4 (2026-02-02)

Bug Fixes

  • deps: update all non-major dependencies (#709) (924b28e)
  • deps: update all non-major dependencies (#722) (8a95809)
  • deps: update all non-major dependencies (#726) (e69d751)

Miscellaneous Chores

... (truncated)

Commits
  • d8ff7d0 release: plugin-vue@6.0.8
  • d59c3c0 feat(plugin-vue): add forced vapor mode option (#766)
  • d369e5a fix(deps): update all non-major dependencies (#781)
  • f93aceb release: plugin-vue@6.0.7
  • 941b651 feat: use carets for @rolldown/pluginutils version (#776)
  • 77dc8bc fix(deps): update all non-major dependencies (#774)
  • 9e825b8 fix(deps): update all non-major dependencies (#762)
  • 51dbf4b release: plugin-vue@6.0.6
  • 9e07ae9 feat(plugin-vue): propagate multiRoot for template-only vapor components (#745)
  • 050c996 fix(deps): update all non-major dependencies (#738)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @vitest/coverage-v8 from 3.1.4 to 5.0.0

Release notes

Sourced from @​vitest/coverage-v8's releases.

v5.0.0

Vitest 5 is officially out! This release focuses on performance and brings a lot of new features while fixing long-standing bugs. See our blog post for the official announcement.

   🚨 Breaking Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​vitest/coverage-v8 since your current version.


Updates vite from 6.4.1 to 8.3.0

Release notes

Sourced from vite's releases.

create-vite@8.3.0

Please refer to CHANGELOG.md for details.

v8.3.0

Features

  • build: avoid settling seen preload dependencies for performance (#23446) (e6f6b3e)

Bug Fixes

  • handle CRLF line endings in code frame positions (#23219) (9913672)
  • only treat whole node_modules path segments as dependencies (fix #17467) (#23437) (ef0dc17)

Performance Improvements

  • proxy: pre-compile context matchers at server creation (#23263) (8abf700)

v8.3.0-beta.1

Features

Bug Fixes

  • build: keep hash placeholders as-is in resolveFileUrl hook (#23422) (e8d6a4d)
  • bundled-dev: mark payload delivered on client report (#23373) (a6d43bc)
  • deps: update all non-major dependencies (#23445) (fc7c104)
  • html: don't inline preload link targets (fix #13355) (#23387) (12e709c)
  • resolve the actual package root in findNearestMainPackageData for nested package.json (#23356) (8492422)
  • shortcuts extend error (#23447) (4ec58d1)

Miscellaneous Chores

v8.3.0-beta.0

Features

  • accept Rolldown watch options in server.watch (#23133) (1b5cfe3)
  • add closeServer and closePreviewServer hooks (#23110) (e17d2d5)
  • add top-level tsconfig option (#23310) (93164c3)
  • add warning for unsupported hooks in plugin returned from applyToEnvironment hook (#23191) (fdef04f)
  • cli: support naming the CPU profile via --profile [name] (#23042) (a500dee)
  • config: warn on named imports from JSON modules (#23378) (472385e)
  • css: minify style tag (#23183) (8156684)
  • searched params attached to workers are now preserved (#22280) (517b97f)
  • support subpath imports in dynamic import statements (#23185) (b78e2f1)
  • use import.meta.ROLLDOWN_FILE_URL_* for assets in JS (#22888) (4366ac4)
  • use import.meta.ROLLDOWN_FILE_URL_* for other plugins (#22894) (e38f29e)

... (truncated)

Changelog

Sourced from vite's changelog.

8.3.0 (2026-09-10)

Features

  • build: avoid settling seen preload dependencies for performance (#23446) (e6f6b3e)
  • devtools: enable dev server integration (#23333) (68aeb8a)
  • accept Rolldown watch options in server.watch (#23133) (1b5cfe3)
  • add closeServer and closePreviewServer hooks (#23110) (e17d2d5)
  • add top-level tsconfig option (#23310) (93164c3)
  • add warning for unsupported hooks in plugin returned from applyToEnvironment hook (#23191) (fdef04f)
  • cli: support naming the CPU profile via --profile [name] (#23042) (a500dee)
  • config: warn on named imports from JSON modules (#23378) (472385e)
  • css: minify style tag (#23183) (8156684)
  • searched params attached to workers are now preserved (#22280) (517b97f)
  • support subpath imports in dynamic import statements (#23185) (b78e2f1)
  • use import.meta.ROLLDOWN_FILE_URL_* for assets in JS (#22888) (4366ac4)
  • use import.meta.ROLLDOWN_FILE_URL_* for other plugins (#22894) (e38f29e)
  • worker: remove worker chunk if it's detected that it's not referenced (#22473) (924997a)

Bug Fixes

  • handle CRLF line endings in code frame positions (#23219) (9913672)
  • only treat whole node_modules path segments as dependencies (fix #17467) (#23437) (ef0dc17)
  • build: keep hash placeholders as-is in resolveFileUrl hook (#23422) (e8d6a4d)
  • bundled-dev: mark payload delivered on client report (#23373) (a6d43bc)
  • deps: update all non-major dependencies (#23445) (fc7c104)
  • html: don't inline preload link targets (fix #13355) (#23387) (12e709c)
  • resolve the actual package root in findNearestMainPackageData for nested package.json (#23356) (8492422)
  • shortcuts extend error (#23447) (4ec58d1)
  • config: close bundles when generation fails (#23256) (6bacc95)
  • css: keep newline-separated srcset candidates intact (#23265) (4f9d2f4)
  • deps: update all non-major dependencies (#23337) (d550815)
  • deps: update all non-major dependencies (#23404) (238ad81)
  • deps: update rolldown-related dependencies (#23338) (76e8082)
  • deps: update rolldown-related dependencies (#23405) (b882566)
  • dev: run closeBundle after buildEnd failure (#23165) (8cb872e)
  • hmr: handle import.meta.hot.invalidate in virtual module (#23171) (6162968)
  • utils: handle dot in srcset density descriptor (#23346) (b50e1b4)
  • utils: match timestamp query parameter with proper delimiters (#23364) (41f3c6f)

Performance Improvements

  • proxy: pre-compile context matchers at server creation (#23263) (8abf700)

Miscellaneous Chores

... (truncated)

Commits

Updates vite-plugin-graphql-loader from 4.0.4 to 5.1.1

Release notes

Sourced from vite-plugin-graphql-loader's releases.

v5.1.1

Full Changelog: 0x31/vite-plugin-graphql-loader@v5.1.0...v5.1.1

Changelog:

  • Fix: escape backslashes in the source before backticks and ${ so loc.source.body round-trips a GraphQL document containing \ characters (e.g. a String default with a \n escape). Previously the emitted template literal interpreted the backslash sequences and body !== source.
  • Fix: use Object.create(null) for the deduplication map in vitePluginGraphqlLoaderUniqueChecker and for definitionRefs in vitePluginGraphqlLoaderExtractQuery. A fragment named constructor, toString, or any other Object.prototype property name was previously dropped on first occurrence because the plain-object lookup returned a truthy inherited value.
  • Fix: throw a clear error at transform time when a definition uses a reserved identifier name (_gql_doc, _gql_source, _queries, _fragments). Previously these names emitted duplicate const declarations and the module failed to load at runtime.
  • Release workflow now runs format:check and the integration test, matching the regular CI matrix.
  • Drop redundant .npmignore (package.json#files whitelist is authoritative) and dead package:bump / package:publish scripts (superseded by the tag-driven release workflow).

v5.0.0

Full Changelog: 0x31/vite-plugin-graphql-loader@v4.0.4...v5.0.0

[!IMPORTANT]
Breaking: graphql is now a peer dependency. If you don't already have it installed, run npm i graphql.

Changelog:

  • graphql is now a peer dependency instead of a dependency
  • Added vite as a peer dependency with support for vite 5, 6, 7, and 8.
  • Switched build tooling to tsgo (TypeScript 7 native compiler), oxlint, and oxfmt.
  • Updated all dependencies to latest versions.
  • Added integration test suite covering all import styles and query patterns.
  • Fixed named import syntax (#import ... from ...) not being published in v4.0.4 (fixes #12).
Commits
  • 36f5275 ci: bump release runner to Node 24 (ships with npm 11.x; avoids in-place upgr...
  • 109ae42 ci: upgrade npm before publish (Trusted Publishing needs npm >=11.5.1)
  • 1ca966c fix: v5.1.1 — prototype-safe dedup, backslash round-trip, reserved name guard
  • 0512242 test: add regression tests for v5.1.0 fixes
  • 4d2d801 chore: v5.1.0 — security/sourcemap fixes, Plugin types, CI/release workflows
  • 889cda4 v5.0.1
  • 5db6790 chore: update README
  • 70ef7a7 v5.0.0
  • 7ba6fb3 feat: update dependencies, move vite/graphql to peer deps, add integration-te...
  • 33d6c85 Update README.md
  • Additional commits viewable in compare view
Maintainer changes

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


Updates vite-svg-loader from 5.1.0 to 5.1.3

Release notes

Sourced from vite-svg-loader's releases.

5.1.3

What's Changed

Full Changelog: jpkleemans/vite-svg-loader@5.1.2...5.1.3

5.1.2

What's Changed

New Contributors

Full Changelog: jpkleemans/vite-svg-loader@5.1.1...5.1.2

5.1.1

Commits
  • 8ca0de2 5.1.3
  • 77519b5 Update svgo to ^3.3.5
  • f2cbcfd 5.1.2
  • 93d1a66 Update package-lock.json peer flags for newer npm
  • 4d34509 create-vue no longer scaffolds JavaScript projects; the default preset is Typ...
  • de8d767 Fix tests with new vite boilerplate
  • 47606fb Merge pull request #170 from awdr74100/bump-svgo-3.3.4
  • 629f519 Bump svgo to ^3.3.4
  • b6b5e73 Update svgo dependency
  • 9aa85d9 Vite 8 is currently the same as vite@latest
  • Additional commits viewable in compare view

Updates vitest from 3.1.4 to 5.0.0

Release notes

Sourced from vitest's releases.

v5.0.0

Vitest 5 is officially out! This release focuses on performance and brings a lot of new features while fixing long-standing bugs. See our blog post for the official announcement.

   🚨 Breaking 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 vite-and-vitest group with 6 updates build(deps-dev): bump the vite-and-vitest group across 1 directory with 6 updates May 29, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vite-and-vitest-9559088306 branch 2 times, most recently from b21f550 to 950e5ca Compare June 2, 2026 13:57
@dependabot dependabot Bot changed the title build(deps-dev): bump the vite-and-vitest group across 1 directory with 6 updates chore(deps-dev): bump the vite-and-vitest group across 1 directory with 6 updates Jun 3, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vite-and-vitest-9559088306 branch 5 times, most recently from bfb3a15 to 6218c04 Compare June 10, 2026 13:05
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vite-and-vitest-9559088306 branch 5 times, most recently from 4fb3371 to a7ef139 Compare June 17, 2026 13:05
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vite-and-vitest-9559088306 branch 3 times, most recently from 46d74f9 to b5a33cc Compare June 23, 2026 13:04
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vite-and-vitest-9559088306 branch 5 times, most recently from 4491c72 to 3d4f303 Compare July 23, 2026 13:04
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vite-and-vitest-9559088306 branch from 3d4f303 to 74d5b10 Compare July 24, 2026 13:05
@eddieferrer

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vite-and-vitest-9559088306 branch from 74d5b10 to b7b8368 Compare July 24, 2026 17:53
@eddieferrer

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vite-and-vitest-9559088306 branch 6 times, most recently from 12d7bfe to c0e04ad Compare July 31, 2026 13:05
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vite-and-vitest-9559088306 branch 6 times, most recently from ae07247 to 8ea4afe Compare August 10, 2026 13:05
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vite-and-vitest-9559088306 branch 6 times, most recently from c0f9d8a to a2f1a60 Compare August 18, 2026 13:05
…th 6 updates

Bumps the vite-and-vitest group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `5.2.4` | `6.0.8` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.1.4` | `5.0.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.4.1` | `8.3.0` |
| [vite-plugin-graphql-loader](https://github.com/0x31/vite-plugin-graphql-loader) | `4.0.4` | `5.1.1` |
| [vite-svg-loader](https://github.com/jpkleemans/vite-svg-loader) | `5.1.0` | `5.1.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.1.4` | `5.0.0` |



Updates `@vitejs/plugin-vue` from 5.2.4 to 6.0.8
- [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.8/packages/plugin-vue)

Updates `@vitest/coverage-v8` from 3.1.4 to 5.0.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v5.0.0/packages/coverage-v8)

Updates `vite` from 6.4.1 to 8.3.0
- [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/create-vite@8.3.0/packages/vite)

Updates `vite-plugin-graphql-loader` from 4.0.4 to 5.1.1
- [Release notes](https://github.com/0x31/vite-plugin-graphql-loader/releases)
- [Commits](0x31/vite-plugin-graphql-loader@v4.0.4...v5.1.1)

Updates `vite-svg-loader` from 5.1.0 to 5.1.3
- [Release notes](https://github.com/jpkleemans/vite-svg-loader/releases)
- [Commits](jpkleemans/vite-svg-loader@5.1.0...5.1.3)

Updates `vitest` from 3.1.4 to 5.0.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v5.0.0/packages/vitest)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-vue"
  dependency-version: 6.0.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vite-and-vitest
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vite-and-vitest
- dependency-name: vite
  dependency-version: 8.0.14
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vite-and-vitest
- dependency-name: vite-plugin-graphql-loader
  dependency-version: 5.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vite-and-vitest
- dependency-name: vite-svg-loader
  dependency-version: 5.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vite-and-vitest
- dependency-name: vitest
  dependency-version: 4.1.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vite-and-vitest
...

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