Skip to content

chore(deps): update dependency @vitejs/plugin-vue to v6 #2244

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 28, 2025

This PR contains the following updates:

Package Change Age Confidence
@vitejs/plugin-vue (source) ^5.0.0 -> ^6.0.0 age confidence

Release Notes

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

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

v5.2.1

Miscellaneous Chores

v5.2.0

Features
  • add a feature option to support custom component id generator (#​461) (7a1fc4c)

v5.1.5

Bug Fixes
Performance Improvements
Miscellaneous Chores

v5.1.4

Bug Fixes
Miscellaneous Chores

v5.1.3

Bug Fixes
Miscellaneous Chores

v5.1.2

Bug Fixes
  • plugin-vue: add deprecated script.propsDestructure option (1e24322), closes #​431
Miscellaneous Chores
Code Refactoring
  • plugin-vue: add type field (a6b7e3f)

v5.1.1

Bug Fixes

v5.1.0

Features
Bug Fixes
  • deps: update all non-major dependencies (#​412) (8cb2ea9)
  • plugin-vue: clear cache after build end (96dbb22)
Miscellaneous Chores

v5.0.5

Bug Fixes
Miscellaneous Chores
Code Refactoring

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 becomes conflicted, 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.

Copy link

cloudflare-workers-and-pages bot commented Jul 28, 2025

Deploying vue-i18n-next with  Cloudflare Pages  Cloudflare Pages

Latest commit: 52c57f6
Status: ✅  Deploy successful!
Preview URL: https://e7a8ba95.vue-i18n-next.pages.dev
Branch Preview URL: https://renovate-vitejs-plugin-vue-6.vue-i18n-next.pages.dev

View logs

@renovate renovate bot added the Type: Dependency Dependencies fixes label Jul 28, 2025
Copy link

coderabbitai bot commented Jul 28, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

Size Report

Bundles

File Size Gzip Brotli
core.esm-browser.prod.js 38.05 kB 11.62 kB 10.38 kB
core.global.prod.js 31.11 kB 10.78 kB 9.71 kB
core.runtime.esm-browser.prod.js 23.77 kB 7.70 kB 6.90 kB
core.runtime.global.prod.js 18.08 kB 7.03 kB 6.31 kB
message-compiler.esm-browser.prod.js 19.29 kB 5.76 kB 5.14 kB
message-compiler.global.prod.js 17.32 kB 5.55 kB 4.98 kB
petite-vue-i18n-core.esm-browser.prod.js 20.70 kB 6.98 kB 6.27 kB
petite-vue-i18n-core.global.prod.js 15.66 kB 6.08 kB 5.51 kB
petite-vue-i18n.esm-browser.prod.js 37.01 kB 11.36 kB 10.19 kB
petite-vue-i18n.global.prod.js 29.87 kB 10.21 kB 9.21 kB
petite-vue-i18n.runtime.esm-browser.prod.js 22.58 kB 7.35 kB 6.64 kB
petite-vue-i18n.runtime.global.prod.js 16.86 kB 6.42 kB 5.82 kB
vue-i18n.esm-browser.prod.js 50.71 kB 15.17 kB 13.55 kB
vue-i18n.global.prod.js 40.57 kB 13.63 kB 12.26 kB
vue-i18n.runtime.esm-browser.prod.js 36.28 kB 11.17 kB 10.03 kB
vue-i18n.runtime.global.prod.js 27.56 kB 9.88 kB 8.91 kB

Usages

Name Size Gzip Brotli
packages/size-check-core (@intlify/core) 9.22 kB 3.82 kB 3.46 kB
packages/size-check-petite-vue-i18n (petite-vue-i18n) 78.12 kB 30.46 kB 27.44 kB
packages/size-check-vue-i18n (vue-i18n) 83.34 kB 31.94 kB 28.72 kB

Copy link

pkg-pr-new bot commented Jul 28, 2025

Open in StackBlitz

@intlify/core

npm i https://pkg.pr.new/@intlify/core@2244

@intlify/core-base

npm i https://pkg.pr.new/@intlify/core-base@2244

@intlify/devtools-types

npm i https://pkg.pr.new/@intlify/devtools-types@2244

@intlify/message-compiler

npm i https://pkg.pr.new/@intlify/message-compiler@2244

petite-vue-i18n

npm i https://pkg.pr.new/petite-vue-i18n@2244

@intlify/shared

npm i https://pkg.pr.new/@intlify/shared@2244

vue-i18n

npm i https://pkg.pr.new/vue-i18n@2244

@intlify/vue-i18n-core

npm i https://pkg.pr.new/@intlify/vue-i18n-core@2244

commit: 52c57f6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Dependency Dependencies fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants