chore(deps): bump vite-plus to pkg-pr-new PR #1703#7
Draft
fengmk2 wants to merge 3 commits into
Draft
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the project dependencies to use prerelease builds of vite-plus and its related packages from pkg.pr.new, and configures bunfig.toml to exclude these packages from the minimum release age check. Feedback suggests simplifying the bunfig.toml exclusions using a wildcard pattern for @voidzero-dev/* and correcting the vite and vitest overrides in package.json to point directly to the prerelease URLs instead of @latest on npm.
Comment on lines
+5
to
+16
| "vite-plus", | ||
| "@voidzero-dev/vite-plus-core", | ||
| "@voidzero-dev/vite-plus-test", | ||
| "@voidzero-dev/vite-plus-prompts", | ||
| "@voidzero-dev/vite-plus-darwin-arm64", | ||
| "@voidzero-dev/vite-plus-darwin-x64", | ||
| "@voidzero-dev/vite-plus-linux-arm64-gnu", | ||
| "@voidzero-dev/vite-plus-linux-arm64-musl", | ||
| "@voidzero-dev/vite-plus-linux-x64-gnu", | ||
| "@voidzero-dev/vite-plus-linux-x64-musl", | ||
| "@voidzero-dev/vite-plus-win32-arm64-msvc", | ||
| "@voidzero-dev/vite-plus-win32-x64-msvc", |
There was a problem hiding this comment.
Instead of listing every platform-specific package individually, you can use the wildcard pattern "@voidzero-dev/*" to simplify the configuration and make it more maintainable.
Suggested change
| "vite-plus", | |
| "@voidzero-dev/vite-plus-core", | |
| "@voidzero-dev/vite-plus-test", | |
| "@voidzero-dev/vite-plus-prompts", | |
| "@voidzero-dev/vite-plus-darwin-arm64", | |
| "@voidzero-dev/vite-plus-darwin-x64", | |
| "@voidzero-dev/vite-plus-linux-arm64-gnu", | |
| "@voidzero-dev/vite-plus-linux-arm64-musl", | |
| "@voidzero-dev/vite-plus-linux-x64-gnu", | |
| "@voidzero-dev/vite-plus-linux-x64-musl", | |
| "@voidzero-dev/vite-plus-win32-arm64-msvc", | |
| "@voidzero-dev/vite-plus-win32-x64-msvc", | |
| "vite-plus", | |
| "@voidzero-dev/*", |
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
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-plusand related packages to the pkg-pr-new prerelease build for upstream PR voidzero-dev/vite-plus#1703 (commit d0b407c).Updated where applicable:
vite-plus,vitestalias,vitealias,@voidzero-dev/*overrides/resolutions/pnpm.overrides/ catalogsminimumReleaseAgeconfigTest plan