[PR #559] [MERGED] fix: support @voidzero-dev/vite-plus-core as vite alias #674

Closed
opened 2026-05-06 13:09:28 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/cloudflare/vinext/pull/559
Author: @hyoban
Created: 3/16/2026
Status: Merged
Merged: 3/17/2026
Merged by: @james-elicx

Base: mainHead: 3-16-support-alias


📝 Commits (5)

📊 Changes

2 files changed (+77 additions, -9 deletions)

View changed files

📝 packages/vinext/src/index.ts (+21 -3)
📝 tests/tsconfig-paths-vite8.test.ts (+56 -6)

📄 Description

github.com/voidzero-dev/vite-plus@8c6c1b23f1/packages/core/package.json (L219-L223)

https://github.com/voidzero-dev/vite-plus#manual-installation--migration

If you are manually migrating a project to Vite+, install these dev dependencies first:
You need to add overrides to your package manager for vite and vitest so that other packages depending on Vite and Vitest will use the Vite+ versions:

"overrides": {
  "vite": "npm:@voidzero-dev/vite-plus-core@latest",
  "vitest": "npm:@voidzero-dev/vite-plus-test@latest"
}

🔄 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/559 **Author:** [@hyoban](https://github.com/hyoban) **Created:** 3/16/2026 **Status:** ✅ Merged **Merged:** 3/17/2026 **Merged by:** [@james-elicx](https://github.com/james-elicx) **Base:** `main` ← **Head:** `3-16-support-alias` --- ### 📝 Commits (5) - [`8a65c6b`](https://github.com/cloudflare/vinext/commit/8a65c6b4fa625c15e6dd095c97c4dbc41bc13fb6) fix: support @voidzero-dev/vite-plus-core as vite alias - [`4295d3c`](https://github.com/cloudflare/vinext/commit/4295d3c8d4f31552b2eca773b4a8839aa9059b09) update - [`76df53f`](https://github.com/cloudflare/vinext/commit/76df53fa981453fb91161f8ddc49289dcd81a79e) Update - [`e4ba3af`](https://github.com/cloudflare/vinext/commit/e4ba3af2a158d3c4bef9a4d94a6d1be24d2212b0) Merge branch 'cloudflare:main' into 3-16-support-alias - [`92cf46a`](https://github.com/cloudflare/vinext/commit/92cf46ae72d8f26dc60a1b23837d810127f0f612) Tweaks ### 📊 Changes **2 files changed** (+77 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `packages/vinext/src/index.ts` (+21 -3) 📝 `tests/tsconfig-paths-vite8.test.ts` (+56 -6) </details> ### 📄 Description https://github.com/voidzero-dev/vite-plus/blob/8c6c1b23f1fe702f21ae72ff96979bfedb66364b/packages/core/package.json#L219-L223 https://github.com/voidzero-dev/vite-plus#manual-installation--migration > If you are manually migrating a project to Vite+, install these dev dependencies first: > You need to add overrides to your package manager for vite and vitest so that other packages depending on Vite and Vitest will use the Vite+ versions: ```json "overrides": { "vite": "npm:@voidzero-dev/vite-plus-core@latest", "vitest": "npm:@voidzero-dev/vite-plus-test@latest" } ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:09:28 +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#674
No description provided.