Skip to content

Conversation

@edison1105
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings December 24, 2025 06:13
@coderabbitai
Copy link

coderabbitai bot commented Dec 24, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. 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.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch edison/chore/vite8

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link

Size Report

Bundles

File Size Gzip Brotli
compiler-dom.global.prod.js 85.5 kB 30 kB 26.5 kB
runtime-dom.global.prod.js 108 kB 40.7 kB 36.6 kB
vue.global.prod.js 167 kB 60.7 kB 54.1 kB

Usages

Name Size Gzip Brotli
createApp (CAPI only) 48.3 kB 18.9 kB 17.3 kB
createApp 57.3 kB 22 kB 20.1 kB
createApp + vaporInteropPlugin 97.2 kB 35.8 kB 32.3 kB
createVaporApp 42.6 kB 15.6 kB 14.3 kB
createSSRApp 61.7 kB 23.9 kB 21.7 kB
defineCustomElement 63.4 kB 23.9 kB 21.8 kB
overall 72.1 kB 27.3 kB 24.9 kB

@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 24, 2025

Open in StackBlitz

@vue/compiler-core

pnpm add https://pkg.pr.new/@vue/compiler-core@14239
npm i https://pkg.pr.new/@vue/compiler-core@14239
yarn add https://pkg.pr.new/@vue/compiler-core@14239.tgz

@vue/compiler-dom

pnpm add https://pkg.pr.new/@vue/compiler-dom@14239
npm i https://pkg.pr.new/@vue/compiler-dom@14239
yarn add https://pkg.pr.new/@vue/compiler-dom@14239.tgz

@vue/compiler-sfc

pnpm add https://pkg.pr.new/@vue/compiler-sfc@14239
npm i https://pkg.pr.new/@vue/compiler-sfc@14239
yarn add https://pkg.pr.new/@vue/compiler-sfc@14239.tgz

@vue/compiler-ssr

pnpm add https://pkg.pr.new/@vue/compiler-ssr@14239
npm i https://pkg.pr.new/@vue/compiler-ssr@14239
yarn add https://pkg.pr.new/@vue/compiler-ssr@14239.tgz

@vue/compiler-vapor

pnpm add https://pkg.pr.new/@vue/compiler-vapor@14239
npm i https://pkg.pr.new/@vue/compiler-vapor@14239
yarn add https://pkg.pr.new/@vue/compiler-vapor@14239.tgz

@vue/reactivity

pnpm add https://pkg.pr.new/@vue/reactivity@14239
npm i https://pkg.pr.new/@vue/reactivity@14239
yarn add https://pkg.pr.new/@vue/reactivity@14239.tgz

@vue/runtime-core

pnpm add https://pkg.pr.new/@vue/runtime-core@14239
npm i https://pkg.pr.new/@vue/runtime-core@14239
yarn add https://pkg.pr.new/@vue/runtime-core@14239.tgz

@vue/runtime-dom

pnpm add https://pkg.pr.new/@vue/runtime-dom@14239
npm i https://pkg.pr.new/@vue/runtime-dom@14239
yarn add https://pkg.pr.new/@vue/runtime-dom@14239.tgz

@vue/runtime-vapor

pnpm add https://pkg.pr.new/@vue/runtime-vapor@14239
npm i https://pkg.pr.new/@vue/runtime-vapor@14239
yarn add https://pkg.pr.new/@vue/runtime-vapor@14239.tgz

@vue/server-renderer

pnpm add https://pkg.pr.new/@vue/server-renderer@14239
npm i https://pkg.pr.new/@vue/server-renderer@14239
yarn add https://pkg.pr.new/@vue/server-renderer@14239.tgz

@vue/shared

pnpm add https://pkg.pr.new/@vue/shared@14239
npm i https://pkg.pr.new/@vue/shared@14239
yarn add https://pkg.pr.new/@vue/shared@14239.tgz

vue

pnpm add https://pkg.pr.new/vue@14239
npm i https://pkg.pr.new/vue@14239
yarn add https://pkg.pr.new/vue@14239.tgz

@vue/compat

pnpm add https://pkg.pr.new/@vue/compat@14239
npm i https://pkg.pr.new/@vue/compat@14239
yarn add https://pkg.pr.new/@vue/compat@14239.tgz

commit: 4ca6632

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 rollupOptions to rolldownOptions (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.

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.

2 participants