-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump vite-plus to v0.1.24 #8
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 |
|---|---|---|
|
|
@@ -46,13 +46,13 @@ | |
| "@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": "https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-test@1738", | ||
| "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@1738", | ||
|
Comment on lines
+49
to
+55
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. Hardcoding temporary Once the PR is merged and the official |
||
| "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.
Moving the
pnpm.overridesconfiguration topnpm-workspace.yamlis not supported bypnpm@9.15.9.pnpmonly readsoverridesfrom the rootpackage.json(under thepnpm.overridesoroverridesfield). Leaving this inpnpm-workspace.yamlwill causepnpmto ignore these overrides, resulting in incorrect versions ofviteandvitestbeing resolved for sub-dependencies.Please restore the
pnpm.overridesconfiguration in the rootpackage.json.