chore(deps-dev): bump @builder.io/qwik-city from 1.9.1 to 1.19.2#4388
chore(deps-dev): bump @builder.io/qwik-city from 1.9.1 to 1.19.2#4388dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [@builder.io/qwik-city](https://github.com/QwikDev/qwik/tree/HEAD/packages/qwik-city) from 1.9.1 to 1.19.2. - [Release notes](https://github.com/QwikDev/qwik/releases) - [Changelog](https://github.com/QwikDev/qwik/blob/@builder.io/qwik-city@1.19.2/packages/qwik-city/CHANGELOG.md) - [Commits](https://github.com/QwikDev/qwik/commits/@builder.io/qwik-city@1.19.2/packages/qwik-city) --- updated-dependencies: - dependency-name: "@builder.io/qwik-city" dependency-version: 1.19.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| "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.
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)
| "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.
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)
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx test @e2e/qwik-city |
❌ Failed | 40s | View ↗ |
nx test @snippet/qwik-city |
❌ Failed | 1m 8s | View ↗ |
nx test @e2e/angular-17 |
✅ Succeeded | 7m 6s | View ↗ |
nx test @e2e/angular-17-ssr |
✅ Succeeded | 5m 36s | View ↗ |
nx test @e2e/solid-start |
✅ Succeeded | 4m 23s | View ↗ |
nx test @e2e/nextjs-sdk-next-app |
✅ Succeeded | 7m 41s | View ↗ |
nx test @e2e/remix |
✅ Succeeded | 4m 33s | View ↗ |
nx test @e2e/sveltekit |
✅ Succeeded | 4m 34s | View ↗ |
Additional runs (38) |
✅ Succeeded | ... | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-03-20 16:34:45 UTC



Bumps @builder.io/qwik-city from 1.9.1 to 1.19.2.
Release notes
Sourced from
@builder.io/qwik-city's releases.... (truncated)
Changelog
Sourced from
@builder.io/qwik-city's changelog.... (truncated)
Commits
0a5e7a4Version Packagesd7aee95Merge remote-tracking branch 'origin/main' into upcoming7b5867cfix(qwik-city): better POST formdata array parsing2288d88chore(deps): bump svgo in the npm_and_yarn group across 1 directory1aa1ad2fix(qwik-city): address lint issues in sitemap stream implementationdf7dd00fix: handle special characters in dynamic routed507a08Version Packages03b590ffix(qwik-city): support Deno as package manager for production builds8e866a6fix(qwik-city): Link hash change does not update location.url.hash (#8305)97df2e6Version PackagesMaintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@builder.io/qwik-city since your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Primarily a dependency upgrade, but
@builder.io/qwik-city@1.19.2pulls in newer build-toolchain deps (notablyvitevia>=5 <8, plus updatedrollup/esbuildand image tooling), which could affect local dev/build and e2e/snippet test behavior.Overview
Updates the Qwik City dev dependency for the Qwik City e2e and snippet packages from
@builder.io/qwik-city@^1.9.1to^1.19.2.Regenerates
yarn.lockto reflect the newqwik-citytransitive dependency set, including bumped@mdx-js/mdx/@types/mdx,svgo,vite-imagetools(andsharp), and newervite/rollup/esbuildentries.Written by Cursor Bugbot for commit 45d3a08. This will update automatically on new commits. Configure here.