chore(deps-dev): bump @builder.io/qwik from 1.9.1 to 1.19.1#4346
chore(deps-dev): bump @builder.io/qwik from 1.9.1 to 1.19.1#4346dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [@builder.io/qwik](https://github.com/QwikDev/qwik/tree/HEAD/packages/qwik) from 1.9.1 to 1.19.1. - [Release notes](https://github.com/QwikDev/qwik/releases) - [Changelog](https://github.com/QwikDev/qwik/blob/@builder.io/qwik@1.19.1/packages/qwik/CHANGELOG.md) - [Commits](https://github.com/QwikDev/qwik/commits/@builder.io/qwik@1.19.1/packages/qwik) --- updated-dependencies: - dependency-name: "@builder.io/qwik" dependency-version: 1.19.1 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": "^1.19.1", |
There was a problem hiding this comment.
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)
| }, | ||
| "devDependencies": { | ||
| "@builder.io/qwik": "^1.9.1", | ||
| "@builder.io/qwik": "^1.19.1", |
There was a problem hiding this comment.
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)
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx test @snippet/qwik-city |
❌ Failed | 38s | View ↗ |
nx test @e2e/qwik-city |
❌ Failed | 1m 8s | View ↗ |
nx test @e2e/nextjs-sdk-next-app |
✅ Succeeded | 7m 30s | View ↗ |
nx test @e2e/angular-17 |
✅ Succeeded | 6m 38s | View ↗ |
nx test @e2e/react-sdk-next-14-app |
✅ Succeeded | 5m 18s | View ↗ |
nx test @e2e/angular-19-ssr |
✅ Succeeded | 5m 48s | View ↗ |
nx test @e2e/nuxt |
✅ Succeeded | 5m 50s | View ↗ |
nx test @e2e/remix |
✅ Succeeded | 4m 43s | View ↗ |
Additional runs (37) |
✅ Succeeded | ... | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-03-05 07:33:37 UTC



Bumps @builder.io/qwik from 1.9.1 to 1.19.1.
Release notes
Sourced from
@builder.io/qwik's releases.... (truncated)
Changelog
Sourced from
@builder.io/qwik's changelog.... (truncated)
Commits
d507a08Version Packages3efd7a5Merge branch 'main' into fix/virtual-css-dev-ssr-4049163ccfchore(deps): bump rollup in the npm_and_yarn group across 1 directory0314b61Merge branch 'main' into fix/deno-production-buildsfe45eb6fixupcb56877fix(core): qrl importing on server03b590ffix(qwik-city): support Deno as package manager for production builds63e6f55fix: resolve 404 for virtual CSS modules during dev SSR97df2e6Version Packages25dbde0Merge branch 'main' into upcomingMaintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@builder.io/qwik 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
Dependency upgrade may change build tooling expectations (new Qwik peer deps include newer Vite/Rollup), which could break CI/e2e builds if versions are incompatible.
Overview
Bumps
@builder.io/qwikfrom^1.9.1to^1.19.1for theqwik-citye2e and snippet workspace packages.Regenerates
yarn.lockto reflect the new Qwik version and its updated transitive deps (notably addingrollup@^4.59.0andlaunch-editor@^2.11.1, and adjusting related type/dependency resolutions).Written by Cursor Bugbot for commit cc7f242. This will update automatically on new commits. Configure here.