-
Notifications
You must be signed in to change notification settings - Fork 1.2k
chore(deps-dev): bump @builder.io/qwik from 1.9.1 to 1.19.1 #4346
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 |
|---|---|---|
|
|
@@ -17,7 +17,7 @@ | |
| "serve": "yarn run preview" | ||
| }, | ||
| "devDependencies": { | ||
| "@builder.io/qwik": "^1.9.1", | ||
| "@builder.io/qwik": "^1.19.1", | ||
|
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. qwik and qwik-city version mismatch after bumpHigh Severity
Additional Locations (1) |
||
| "@builder.io/qwik-city": "^1.9.1", | ||
| "@types/node": "^18.11.18", | ||
| "node-fetch": "3.3.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.
Vite 4 incompatible with qwik 1.19.1 peer dependency
High Severity
@builder.io/qwik@1.19.1declares a peer dependency ofvite: ">=5 <8", but both projects specifyvite: ^4.5.11. The old@builder.io/qwik@1.9.1bundledvite: ^5as a regular dependency, but 1.19.1 moved it to a peer dependency, meaning the host project must now provide a compatible vite version. This will cause peer dependency warnings and likely build/runtime failures.Additional Locations (1)
packages/sdks/snippets/qwik-city/package.json#L19-L25