Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/sdks/e2e/qwik-city/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"serve": "yarn run preview"
},
"devDependencies": {
"@builder.io/qwik": "^1.9.1",
"@builder.io/qwik": "^1.19.1",
Copy link

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.1 declares a peer dependency of vite: ">=5 <8", but both projects specify vite: ^4.5.11. The old @builder.io/qwik@1.9.1 bundled vite: ^5 as 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)

Fix in Cursor Fix in Web

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

qwik and qwik-city version mismatch after bump

High Severity

@builder.io/qwik was bumped to ^1.19.1 but @builder.io/qwik-city remains at ^1.9.1. These are companion packages from the same monorepo and are released in lockstep — qwik-city 1.19.x expects @builder.io/qwik ^1.19.0 as a peer dependency. Running them at mismatched major-minor versions (1.19 vs 1.9) is likely to cause incompatibilities or runtime errors.

Additional Locations (1)

Fix in Cursor Fix in Web

"@builder.io/qwik-city": "^1.9.1",
"@types/node": "^18.11.18",
"node-fetch": "3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdks/snippets/qwik-city/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"serve": "yarn run preview"
},
"devDependencies": {
"@builder.io/qwik": "^1.9.1",
"@builder.io/qwik": "^1.19.1",
"@builder.io/qwik-city": "^1.9.1",
"@types/node": "^18.11.18",
"node-fetch": "3.3.0",
Expand Down
Loading
Loading