mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #525] [MERGED] feat: support @vitejs/plugin-react v6 as peer #645
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#645
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/525
Author: @hyoban
Created: 3/13/2026
Status: ✅ Merged
Merged: 3/13/2026
Merged by: @james-elicx
Base:
main← Head:3-13-react-peer📝 Commits (10+)
03a2374feat: support @vitejs/plugin-react v6 as peer52ec476Update701e585Update55b1670Update587b5a1Updatef814e79Update59ff6d9Update730a67cUpdate90ba4acUpdated5320a5Update📊 Changes
21 files changed (+276 additions, -50 deletions)
View changed files
📝
README.md(+8 -2)📝
examples/app-router-cloudflare/package.json(+1 -0)📝
examples/app-router-nitro/package.json(+1 -0)📝
examples/app-router-playground/package.json(+1 -0)📝
examples/benchmarks/package.json(+1 -0)📝
examples/hackernews/package.json(+1 -0)📝
examples/nextra-docs-template/package.json(+1 -0)📝
examples/pages-router-cloudflare/package.json(+1 -0)📝
examples/realworld-api-rest/package.json(+1 -0)📝
examples/tpr-demo/package.json(+1 -0)📝
packages/vinext/package.json(+2 -1)📝
packages/vinext/src/check.ts(+4 -1)📝
packages/vinext/src/deploy.ts(+6 -4)📝
packages/vinext/src/index.ts(+71 -17)📝
packages/vinext/src/init.ts(+2 -2)📝
pnpm-lock.yaml(+47 -7)📝
tests/app-router.test.ts(+32 -12)📝
tests/check.test.ts(+15 -0)📝
tests/deploy.test.ts(+24 -1)📝
tests/init.test.ts(+13 -3)...and 1 more files
📄 Description
This allows users to choose whether to use v5 or v6. To avoid installing unnecessary dependencies.
This is a small braking change.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.