chore(deps-dev): bump @builder.io/qwik-city from 1.11.0 to 1.19.0 in /examples/qwik#4255
Conversation
Bumps [@builder.io/qwik-city](https://github.com/QwikDev/qwik/tree/HEAD/packages/qwik-city) from 1.11.0 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 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| "@builder.io/dev-tools": "^0.0.7", | ||
| "@builder.io/qwik": "^1.11.0", | ||
| "@builder.io/qwik-city": "^1.11.0", | ||
| "@builder.io/qwik-city": "^1.19.0", |
There was a problem hiding this comment.
Mismatched qwik and qwik-city package versions
Medium Severity
The @builder.io/qwik-city package is being bumped to ^1.19.0 while @builder.io/qwik remains at ^1.11.0. These are companion packages from the same framework monorepo and are typically released together with matching versions. Having qwik-city 8 minor versions ahead of qwik core could cause API incompatibilities, missing expected features, or runtime errors since qwik-city 1.19.0 may rely on functionality introduced in qwik versions after 1.11.0.
| "@builder.io/dev-tools": "^0.0.7", | ||
| "@builder.io/qwik": "^1.11.0", | ||
| "@builder.io/qwik-city": "^1.11.0", | ||
| "@builder.io/qwik-city": "^1.19.0", |
There was a problem hiding this comment.
Node.js version requirement conflict with new dependencies
Medium Severity
The engines field allows Node 18.17.0+ (^18.17.0 || ^20.3.0 || >=21.0.0), but this dependency update brings in vite-imagetools 9.0.2 and imagetools-core 9.1.0 which both require node >=20.0.0. Users attempting to build this project with Node 18.x (which is explicitly permitted) will encounter compatibility failures with these transitive dependencies.
|
View your CI Pipeline Execution ↗ for commit 0650504
☁️ Nx Cloud last updated this comment at |


Bumps @builder.io/qwik-city from 1.11.0 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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 refreshes many transitive packages (including
sharp/image tooling) and introduces stricter Node engine requirements in parts of the tree, which could affect installs/builds in the example.Overview
Updates the
examples/qwikproject to use@builder.io/qwik-city@1.19.0(from1.11.0).Regenerates
package-lock.jsonto align with the new Qwik City version, pulling in updated transitive tooling deps (notablyvite-imagetools/sharpand MDX-related packages), including new platform-specificsharpartifacts and updated version/engine constraints.Written by Cursor Bugbot for commit 0650504. This will update automatically on new commits. Configure here.