Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitejs/plugin-vue (source) ^5.2.1 -> ^6.0.3 age adoption passing confidence

Release Notes

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v6.0.3

Features
Bug Fixes
Performance Improvements
Miscellaneous Chores

v6.0.2

Bug Fixes
Miscellaneous Chores

v6.0.1

Bug Fixes
Performance Improvements
Miscellaneous Chores
Build System

v6.0.0

Bug Fixes
Miscellaneous Chores
Code Refactoring

v5.2.4

Features
  • plugin-vue: use transformWithOxc if rolldown-vite is detected (#​584) (6ac8e3a)
Bug Fixes
  • plugin-vue: handle sourcemap with empty script code (#​585) (7f73970)
  • plugin-vue: when the resource path contains chinese characters, dev/build is inconsistent (#​550) (5f6affe)
Miscellaneous Chores

v5.2.3

5.2.3 (2025-03-17)

v5.2.2

Features
  • css: tree shake scoped styles (#​533) (333094f)
  • pass descriptor vapor flag to compileTemplte (219e007)
Bug Fixes
  • deps: update all non-major dependencies (#​482) (cdbae68)
  • deps: update all non-major dependencies (#​488) (5d39582)
  • generate unique component id (#​538) (2704e85)
  • index: move the if check earlier to avoid creating unnecessary ssr when entering return block (#​523) (2135c84)
  • plugin-vue: default value for compile time flags (#​495) (ae9d948)
  • plugin-vue: ensure HMR updates styles when SFC is treated as a type dependency (#​541) (4abe3be)
  • plugin-vue: resolve sourcemap conflicts in build watch mode with cached modules (#​505) (906cebb)
  • plugin-vue: support external import URLs for monorepos (#​524) (cdd4922)
  • plugin-vue: support vapor template-only component (#​529) (95be153)
  • plugin-vue: suppress warnings for non-recognized pseudo selectors form lightningcss (#​521) (15c0eb0)
  • properly interpret boolean values in define (#​545) (46d3d65)
Miscellaneous Chores

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Dec 11, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: bun.lock
Command failed: bun install --ignore-scripts
[0.10ms] ".env.local", ".env.production", ".env"
Resolving dependencies
Resolved, downloaded and extracted [7]
warn: incorrect peer dependency "[email protected]"

warn: incorrect peer dependency "[email protected]"

warn: incorrect peer dependency "[email protected]"

error: No version matching "^0.3.0" found for specifier "pickier" (but package exists)

error: Workspace dependency "ts-md" not found

Searched in "./*"

Workspace documentation: https://bun.com/docs/install/workspaces


error: Workspace dependency "ts-open-api" not found

Searched in "./*"

Workspace documentation: https://bun.com/docs/install/workspaces


error: Package "@stacksjs/ts-cache" is not linked

To install a linked package:
   bun link my-pkg-name-from-package-json

Tip: the package name is from package.json, which can differ from the folder name.


error: Package "ts-cloud" is not linked

To install a linked package:
   bun link my-pkg-name-from-package-json

Tip: the package name is from package.json, which can differ from the folder name.


error: Package "bun-query-builder" is not linked

To install a linked package:
   bun link my-pkg-name-from-package-json

Tip: the package name is from package.json, which can differ from the folder name.


error: Workspace dependency "ts-cloud" not found

Searched in "./*"

Workspace documentation: https://bun.com/docs/install/workspaces


error: Package "headwind" is not linked

To install a linked package:
   bun link my-pkg-name-from-package-json

Tip: the package name is from package.json, which can differ from the folder name.


error: Workspace dependency "bun-queue" not found

Searched in "./*"

Workspace documentation: https://bun.com/docs/install/workspaces


error: Workspace dependency "ts-security-crypto" not found

Searched in "./*"

Workspace documentation: https://bun.com/docs/install/workspaces


error: Package "headwind" is not linked

To install a linked package:
   bun link my-pkg-name-from-package-json

Tip: the package name is from package.json, which can differ from the folder name.


error: Package "ts-cloud" is not linked

To install a linked package:
   bun link my-pkg-name-from-package-json

Tip: the package name is from package.json, which can differ from the folder name.


error: Workspace dependency "ts-craft" not found

Searched in "./*"

Workspace documentation: https://bun.com/docs/install/workspaces


error: Workspace dependency "ts-md" not found

Searched in "./*"

Workspace documentation: https://bun.com/docs/install/workspaces


error: GET https://registry.npmjs.org/ts-broadcasting - 404
error: pickier@^0.3.0 failed to resolve
error: ts-md@workspace:* failed to resolve
error: ts-security-crypto@workspace:* failed to resolve
error: bun-query-builder@link:bun-query-builder failed to resolve
error: ts-open-api@workspace:* failed to resolve
error: headwind@link:headwind failed to resolve
error: bun-router@file:../../../../../bun-router/packages/bun-router failed to resolve
error: ts-broadcasting@* failed to resolve
error: headwind@link:headwind failed to resolve
error: ts-cloud@link:ts-cloud failed to resolve
error: @stacksjs/ts-cache@link:@stacksjs/ts-cache failed to resolve
error: ts-md@workspace:* failed to resolve
error: ts-craft@workspace:* failed to resolve
error: ts-cloud@link:ts-cloud failed to resolve
error: bun-queue@workspace:* failed to resolve
error: ts-cloud@workspace:* failed to resolve

@what-the-diff
Copy link

what-the-diff bot commented Dec 11, 2025

PR Summary

  • Updated Dependency Version
    The version of the dependency @vitejs/plugin-vue has been upgraded. This should positively impact the project's performance, reliability and security as newer versions often fix bugs and vulnerabilities from previous versions.

@renovate renovate bot force-pushed the renovate/vitejs-plugin-vue-6.x branch 15 times, most recently from da103c5 to fce10cc Compare December 18, 2025 12:12
@renovate renovate bot force-pushed the renovate/vitejs-plugin-vue-6.x branch 11 times, most recently from a4d59bd to 941a7a6 Compare December 23, 2025 11:19
@renovate renovate bot force-pushed the renovate/vitejs-plugin-vue-6.x branch 2 times, most recently from c1994b9 to 9dbb809 Compare December 24, 2025 12:43
@renovate renovate bot force-pushed the renovate/vitejs-plugin-vue-6.x branch from 9dbb809 to bce4b59 Compare December 24, 2025 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant