chore(deps): update vite to version v8#14239
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
Comment |
Size ReportBundles
Usages
|
@vue/compiler-core
@vue/compiler-dom
@vue/compiler-sfc
@vue/compiler-ssr
@vue/compiler-vapor
@vue/reactivity
@vue/runtime-core
@vue/runtime-dom
@vue/runtime-vapor
@vue/server-renderer
@vue/shared
vue
@vue/compat
commit: |
There was a problem hiding this comment.
Pull request overview
This PR updates Vite from version 6.1.0 to 8.0.0-beta.4, which is a major version upgrade involving significant breaking changes including API changes and Node.js version requirements.
Key Changes:
- Vite upgraded from v6.1.0 to v8.0.0-beta.4 (beta/pre-release version)
- Node.js minimum version increased from 18.12.0 to 22.12.0
- Build configuration API changed from
rollupOptionstorolldownOptions(Vite 8 uses Rolldown instead of Rollup)
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| pnpm-workspace.yaml | Updates Vite catalog version to 8.0.0-beta.4 |
| pnpm-lock.yaml | Updates all Vite and related dependency versions throughout the lockfile, adds new Rolldown and OXC dependencies |
| packages-private/vapor-e2e-test/vite.config.ts | Updates build config from rollupOptions to rolldownOptions to match Vite 8 API |
| packages-private/sfc-playground/src/download/template/package.json | Updates template's Vite dependency to 8.0.0-beta.4 |
| package.json | Increases Node.js engine requirement to >=22.12.0 |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.