chore: migrate rolldown-vite to vite 8.0 beta - #335
Merged
Brooooooklyn merged 1 commit intoDec 9, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR migrates the project from rolldown-vite to the official Vite 8.0 beta by updating dependency references, build configurations, and upstream repository sources.
- Updates upstream source to official Vite repository (https://github.com/vitejs/vite.git) on main branch
- Replaces
rolldown-vitepackage references withvitethroughout the codebase - Updates multiple dependencies including rolldown-plugin-dts (0.18.1 → 0.18.3), tsdown (0.16.8 → 0.17.2), unrun (0.2.15 → 0.2.19), and oxc-project packages (0.99.0 → 0.101.0)
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| pnpm-workspace.yaml | Adds unrun to minimumReleaseAgeExclude list for faster release updates |
| pnpm-lock.yaml | Updates dependency versions and replaces rolldown-vite references with vite workspace aliases; one incomplete link path needs correction |
| packages/tools/.upstream-versions.json | Changes rolldown-vite source from custom fork to official Vite repo on main branch with updated commit hash |
| packages/tools/src/sync-remote-deps.ts | Adds git tag detection logic to properly handle tags vs branches when syncing remote dependencies |
| packages/global/package.json | Replaces rolldown-vite dependency reference with vite |
| packages/core/package.json | Replaces rolldown-vite devDependency with vite |
| packages/core/build.ts | Simplifies plugin filtering and updates import rewriting to handle vite package name instead of rolldown-vite |
| packages/cli/package.json | Replaces rolldown-vite devDependency with vite |
| justfile | Updates build filter from rolldown-vite to vite for build-types command |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Brooooooklyn
force-pushed
the
12-09-chore_migrate_rolldown-vite_to_vite_8.0_beta
branch
from
December 9, 2025 02:12
2b58672 to
7debf07
Compare
wan9chi
approved these changes
Dec 9, 2025
fengmk2
approved these changes
Dec 9, 2025
Member
Author
Merge activity
|
Brooooooklyn
deleted the
12-09-chore_migrate_rolldown-vite_to_vite_8.0_beta
branch
December 9, 2025 02:56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

No description provided.