-
Notifications
You must be signed in to change notification settings - Fork 1.1k
chore(deps-dev): bump @builder.io/qwik-city from 1.9.1 to 1.19.2 #4388
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 |
|---|---|---|
|
|
@@ -18,7 +18,7 @@ | |
| }, | ||
| "devDependencies": { | ||
| "@builder.io/qwik": "^1.9.1", | ||
| "@builder.io/qwik-city": "^1.9.1", | ||
| "@builder.io/qwik-city": "^1.19.2", | ||
|
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. Vite version incompatibility with new qwik-city dependencyHigh Severity
Additional Locations (1) |
||
| "@types/node": "^18.11.18", | ||
| "node-fetch": "3.3.0", | ||
| "typescript": "^5.1.6", | ||
|
|
||


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.
Companion package
@builder.io/qwiknot bumped alongside qwik-cityHigh Severity
@builder.io/qwik-cityis bumped from^1.9.1to^1.19.2but the companion@builder.io/qwikpackage remains at^1.9.1. These are tightly coupled packages from the same monorepo that are released together and expected to be at matching versions. The qwik-city 1.19.2 package was developed against@builder.io/qwik^1.19.2. Running qwik-city 1.19.x with qwik 1.9.x will likely cause runtime or build failures due to internal API mismatches between the two packages.Additional Locations (1)
packages/sdks/snippets/qwik-city/package.json#L19-L21