-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump vite-plus to v0.2.0 #9
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: dev
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 |
|---|---|---|
|
|
@@ -45,14 +45,14 @@ | |
| "@varlet/ui": "workspace:*", | ||
| "@vue/test-utils": "2.4.6", | ||
| "@vue/runtime-core": "3.5.21", | ||
| "@vitest/coverage-istanbul": "4.1.4", | ||
| "vitest": "npm:@voidzero-dev/vite-plus-test@0.1.18", | ||
| "@vitest/coverage-istanbul": "4.1.9", | ||
| "vitest": "4.1.9", | ||
| "clipboard": "^2.0.6", | ||
| "jsdom": "26.1.0", | ||
| "live-server": "^1.2.1", | ||
| "rattail": "^2.0.3", | ||
| "typescript": "5.6.3", | ||
| "vite-plus": "0.1.18", | ||
| "vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@1856", | ||
|
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. Using a hardcoded While this might be necessary for temporary testing of this PR, please ensure this is replaced with a proper npm version range (e.g., |
||
| "vue": "3.5.21", | ||
| "vue-router": "4.5.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.
Restore the
pnpm.overridesblock here to ensure thatviteandvitestare correctly overridden across the monorepo. Since you have defined the specific versions in thepnpm-workspace.yamlcatalog, you can use"catalog:"here to automatically sync them.