-
Notifications
You must be signed in to change notification settings - Fork 11
chore(deps): replace dependency vite with vite 8.0.0 #1964
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 |
|---|---|---|
|
|
@@ -16,7 +16,7 @@ autoInstallPeers: true | |
| minimumReleaseAge: 10080 # 7 days | ||
|
|
||
| overrides: | ||
| vite: "npm:rolldown-vite@7.3.1" | ||
| vite: "npm:rolldown-vite@8.0.0" | ||
|
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. Stale Vite peer allowlistMedium Severity The Vite override moves to version 8, but Additional Locations (1)Reviewed by Cursor Bugbot for commit ae3582d. Configure here. |
||
| esbuild: "^0.27.0" | ||
| "@emnapi/core": "^1.7.1" | ||
| "@emnapi/runtime": "^1.7.1" | ||
|
|
||


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.
Invalid Vite 8 replacement alias
High Severity
The bump replaces
vitewithnpm:rolldown-vite@8.0.0, butrolldown-vitestopped at7.3.1and was archived when Rolldown landed in core Vite 8. That version is not published, so installs fail. Vite’s migration path drops the alias and depends onvite@8directly.Additional Locations (1)
pnpm-workspace.yaml#L18-L19Reviewed by Cursor Bugbot for commit ae3582d. Configure here.