chore(deps-dev): bump @builder.io/qwik-city from 1.9.1 to 1.19.0#4270
chore(deps-dev): bump @builder.io/qwik-city from 1.9.1 to 1.19.0#4270dependabot[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.0. - [Release notes](https://github.com/QwikDev/qwik/releases) - [Changelog](https://github.com/QwikDev/qwik/blob/main/packages/qwik-city/CHANGELOG.md) - [Commits](https://github.com/QwikDev/qwik/commits/@builder.io/qwik-city@1.19.0/packages/qwik-city) --- updated-dependencies: - dependency-name: "@builder.io/qwik-city" dependency-version: 1.19.0 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 1 potential issue.
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.0", |
There was a problem hiding this comment.
Mismatched qwik and qwik-city package versions
High Severity
@builder.io/qwik remains at ^1.9.1 while @builder.io/qwik-city is bumped to ^1.19.0. These packages are released together from the same monorepo (QwikDev/qwik) and are designed to work at matching versions. A 10-minor-version gap is very likely to cause runtime incompatibilities, as qwik-city 1.19.0 may depend on internal APIs or behaviors introduced in newer versions of qwik that don't exist in 1.9.1.
Additional Locations (1)
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx test @snippet/react |
❌ Failed | 4m 36s | View ↗ |
nx test @e2e/qwik-city |
❌ Failed | 1m 47s | View ↗ |
nx test @snippet/qwik-city |
❌ Failed | 1m 42s | View ↗ |
nx test @e2e/nextjs-sdk-next-app |
✅ Succeeded | 8m 11s | View ↗ |
nx test @e2e/angular-17 |
✅ Succeeded | 7m 47s | View ↗ |
nx test @e2e/nuxt |
✅ Succeeded | 6m 44s | View ↗ |
nx test @e2e/angular-17-ssr |
✅ Succeeded | 6m 31s | View ↗ |
nx test @e2e/react-sdk-next-15-app |
✅ Succeeded | 6m 21s | View ↗ |
Additional runs (37) |
✅ Succeeded | ... | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-02-07 18:22:20 UTC
|
Superseded by #4388. |



Bumps @builder.io/qwik-city from 1.9.1 to 1.19.0.
Release notes
Sourced from
@builder.io/qwik-city's releases.... (truncated)
Changelog
Sourced from
@builder.io/qwik-city's changelog.... (truncated)
Commits
97df2e6Version Packages25dbde0Merge branch 'main' into upcomingc0c65d7fix: trailing slash in patheebf610Merge commit from fork8bbd973fix: content-type header handling189e01cfix: refactor form parsing898bcf4refactor(qwik-city): remove deprecated origin option from QwikCityBunOptions ...91f4f25feat(qwik-city): add getOrigin option to QwikCityBunOptions and QwikCityDenoO...595214afeat(untrack): accept signals/stores directly, pass arguments20a2285chore(deps): bump undici from 7.16.0 to 7.18.2 in the npm_and_yarn group acro...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 bump, but it substantially changes the transitive build toolchain (
vite/rollup/esbuildand image/MDX tooling), which can affect builds and test behavior.Overview
Updates the Qwik City test/snippet packages to use
@builder.io/qwik-city@^1.19.0(from^1.9.1).Regenerates
yarn.lockaccordingly, pulling in the newerqwik-citydependency tree (notably updatedvite/rollup/esbuildranges and related packages likevite-imagetools,sharp,zod, and MDX tooling).Written by Cursor Bugbot for commit 2ffda32. This will update automatically on new commits. Configure here.