-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump vite-plus to PR #1633 (pkg-pr-new) #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -38,12 +38,12 @@ | |||||||||
| "oxc-parser": "^0.126.0", | ||||||||||
| "prettier": "^3.8.3", | ||||||||||
| "typescript": "^6.0.3", | ||||||||||
| "vite-plus": "^0.1.18", | ||||||||||
| "vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@1633", | ||||||||||
| "vitest": "^4.1.4" | ||||||||||
| }, | ||||||||||
| "resolutions": { | ||||||||||
| "vite": "npm:@voidzero-dev/vite-plus-core@latest", | ||||||||||
| "vitest": "npm:@voidzero-dev/vite-plus-test@latest" | ||||||||||
| "vite": "https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-core@1633", | ||||||||||
| "vitest": "https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-test@1633" | ||||||||||
|
Comment on lines
+45
to
+46
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. High Severity: Non-Reproducible Builds in Resolutions The Using the
Suggested change
|
||||||||||
| }, | ||||||||||
| "packageManager": "yarn@4.13.0" | ||||||||||
| } | ||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Critical Issue: Non-Reproducible Builds
The current
yarn.lockfile contains unresolvedpkg.pr.newURLs with PR numbers (e.g.,@1633) instead of being pinned to specific commit hashes. This can lead to non-reproducible builds, as the dependency can change if new commits are pushed to the PR branch.To fix this and improve maintainability, it's recommended to use the
catalog:protocol for dependencies defined in your.yarnrc.ymlcatalog. This is the idiomatic approach for Yarn Berry and can help ensure dependencies are correctly resolved and pinned.