refactor: replace deprecated rolldown-vite with vite-plus#183
Merged
Conversation
rolldown-vite is deprecated in favor of Vite 8 / Vite+. Remove all rolldown-vite references and rebrand the version-benchmarking feature: - Point client types at vite-plus/client - Drop rolldown-vite from the tracked npm packages and GitHub dependents - Retarget the version-override tool at stable Vite 8 releases (override-rolldown.mjs -> override-vite.mjs) - Rename the stats feature to Vite Stats (page, components, route, data file, workflow)
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.
Summary
rolldown-viteis deprecated in favor of Vite 8 / Vite+. This PR removes everyrolldown-vitereference and rebrands the version-benchmarking feature accordingly.Build / config
apps/dashboard/src/vite-env.d.ts: client typesrolldown-vite/client→vite-plus/clientDashboard content
rolldown-vitefrom the tracked NPM package list (vite-plusalready present)vitejs/rolldown-viteentry fromdata/dependents.jsonand the dependents fetch configVersion-benchmarking tooling → Vite 8
tools/override-rolldown.mjs→tools/override-vite.mjs; now fetches stable8.xreleases from theviteregistry, overrides thevitedevDependency, and builds vianode_modules/vite/bin/vite.jspackage.jsongeneratescript + GitHub workflow updatedStats feature rebrand → "Vite Stats"
RolldownStats*→ViteStats*(page, component, route/vite-stats, sidebar, home card)components/rolldown/→components/vite/data/rolldown-version-stats.json→data/vite-version-stats.json.github/workflows/update-rolldown-stats.yml→update-vite-stats.ymlLeft as-is
Legitimate Rolldown-bundler references (the
Rolldownproject card,rolldown/tsdownpackages and repos,rolldown.rs, the "Build: Rolldown" stack label) — Vite+ bundles with Rolldown.vp check,vp run build, andvp test(5/5) all pass.