mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 00:09:23 +02:00
[PR #535] [MERGED] chore: migrate to vite plus #654
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#654
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/535
Author: @hyoban
Created: 3/14/2026
Status: ✅ Merged
Merged: 3/15/2026
Merged by: @james-elicx
Base:
main← Head:3-14-vite-plus📝 Commits (10+)
00ba502chore: migrate to vite plus5f16363Disable typeAware and typeCheck43a4e0dUpdate CI3a0319eFix CI6dcd69eFix test3197776Clean75b611aRun test with vp009da10Try revertb950dfereact: false In test078909bFix test📊 Changes
139 files changed (+1421 additions, -1110 deletions)
View changed files
➖
.github/actions/setup-node-pnpm/action.yml(+0 -27)📝
.github/workflows/benchmarks.yml(+5 -9)📝
.github/workflows/bigbonk.yml(+2 -11)📝
.github/workflows/bonk.yml(+2 -11)📝
.github/workflows/ci.yml(+20 -20)📝
.github/workflows/deploy-examples.yml(+3 -3)📝
.github/workflows/deploy-preview-command.yml(+3 -3)📝
.github/workflows/ecosystem-run.yml(+8 -3)📝
.github/workflows/preview-release.yml(+3 -3)📝
.github/workflows/publish.yml(+7 -5)📝
.github/workflows/tip.yml(+4 -3)➖
.oxfmtrc.json(+0 -10)➖
.oxlintrc.json(+0 -3)➕
.vite-hooks/pre-commit(+1 -0)📝
.vscode/extensions.json(+1 -1)📝
.vscode/settings.json(+5 -2)📝
AGENTS.md(+77 -0)📝
benchmarks/vinext-rolldown/package.json(+5 -4)📝
benchmarks/vinext-rolldown/vite.config.ts(+1 -1)📝
benchmarks/vinext/package.json(+5 -4)...and 80 more files
📄 Description
Since we are already using Vite, Vitest, Oxlint, and Oxfmt, I believe this can enhance DX.
Changes are made with
vp migrate. I have added comments to highlight the manual changes.It seems that Vite Plus has stricter module resolution.
Here are some steps we can take:
typeAwareandtypeCheckvp packto build the library.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.