[PR #15] [MERGED] fix: resolve vinext init issues (#11, #12, #13) #244

Closed
opened 2026-05-06 12:38:44 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/cloudflare/vinext/pull/15
Author: @FredKSchott
Created: 2/24/2026
Status: Merged
Merged: 2/24/2026
Merged by: @southpolesteve

Base: mainHead: fix/init-issues-11-12-13


📝 Commits (1)

  • 14c607f fix: resolve vinext init issues with missing dep, duplicate rsc plugin, and peer dep conflict

📊 Changes

6 files changed (+13 additions, -65 deletions)

View changed files

📝 packages/vinext/package.json (+2 -2)
📝 packages/vinext/src/check.ts (+1 -1)
📝 packages/vinext/src/deploy.ts (+0 -9)
📝 packages/vinext/src/init.ts (+2 -22)
📝 tests/deploy.test.ts (+2 -12)
📝 tests/init.test.ts (+6 -19)

📄 Description

Fixes #11, #12, #13.

  • vinext init now installs vinext itself as a devDependency
  • Generated vite configs no longer include explicit rsc() (vinext auto-registers it)
  • Widened react/react-dom peer dep to >=19.2.0 for create-next-app compatibility

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cloudflare/vinext/pull/15 **Author:** [@FredKSchott](https://github.com/FredKSchott) **Created:** 2/24/2026 **Status:** ✅ Merged **Merged:** 2/24/2026 **Merged by:** [@southpolesteve](https://github.com/southpolesteve) **Base:** `main` ← **Head:** `fix/init-issues-11-12-13` --- ### 📝 Commits (1) - [`14c607f`](https://github.com/cloudflare/vinext/commit/14c607fd2223a87cb037a3a6ea7e61ae919970fd) fix: resolve vinext init issues with missing dep, duplicate rsc plugin, and peer dep conflict ### 📊 Changes **6 files changed** (+13 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `packages/vinext/package.json` (+2 -2) 📝 `packages/vinext/src/check.ts` (+1 -1) 📝 `packages/vinext/src/deploy.ts` (+0 -9) 📝 `packages/vinext/src/init.ts` (+2 -22) 📝 `tests/deploy.test.ts` (+2 -12) 📝 `tests/init.test.ts` (+6 -19) </details> ### 📄 Description Fixes #11, #12, #13. - `vinext init` now installs `vinext` itself as a devDependency - Generated vite configs no longer include explicit `rsc()` (vinext auto-registers it) - Widened `react`/`react-dom` peer dep to `>=19.2.0` for `create-next-app` compatibility --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:38:44 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vinext#244
No description provided.