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 @@ -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",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Companion package @builder.io/qwik not bumped alongside qwik-city

High Severity

@builder.io/qwik-city is bumped from ^1.9.1 to ^1.19.2 but the companion @builder.io/qwik package 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)
Fix in Cursor Fix in Web

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Vite version incompatibility with new qwik-city dependency

High Severity

@builder.io/qwik-city 1.19.2 declares a dependency on vite: ">=5 <8" (resolving to vite 7.3.1 in the lockfile), but both projects specify vite: ^4.5.11. Since qwik-city is a Vite plugin, this major version mismatch between the project's Vite 4 and qwik-city's expected Vite 5+ is likely to cause build failures or plugin incompatibilities.

Additional Locations (1)
Fix in Cursor Fix in Web

"@types/node": "^18.11.18",
"node-fetch": "3.3.0",
"typescript": "^5.1.6",
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 @@ -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",
"@types/node": "^18.11.18",
"node-fetch": "3.3.0",
"typescript": "^5.1.6",
Expand Down
Loading
Loading