chore(deps): bump vite-plus to pkg-pr-new pr-1588#6
Draft
fengmk2 wants to merge 2 commits into
Draft
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the vite-plus dependency and adds workspace overrides pointing to temporary pkg.pr.new URLs, alongside configuration adjustments in pnpm-workspace.yaml. The review feedback correctly highlights that using temporary PR-specific package URLs in the template package.json, workspace overrides, and catalog entries will lead to installation failures and build instability once those temporary builds expire. These dependencies must be updated to stable, registry-published versions before merging.
| "@typescript/native-preview": "^7.0.0-dev.20260525.1", | ||
| "tailwindcss": "^4.3.0", | ||
| "vite-plus": "^0.1.22" | ||
| "vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@1588" |
There was a problem hiding this comment.
Comment on lines
+22
to
+23
| "@voidzero-dev/vite-plus-core": https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-core@5577b0154f33d1480a3c96347e94fa5d2094de2e | ||
| "@voidzero-dev/vite-plus-prompts": https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-prompts@5577b0154f33d1480a3c96347e94fa5d2094de2e |
| rolldown: ^1.0.2 | ||
| vite: ^8.0.14 | ||
| vite-plus: ^0.1.22 | ||
| vite-plus: https://pkg.pr.new/voidzero-dev/vite-plus@1588 |
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
Bump vite-plus to pkg-pr-new build for PR #1588 (replace @voidzero-dev/vite-plus-test with upstream vitest@4.1.5).
Test plan