Skip to content

chore(deps-dev): bump @builder.io/qwik-city from 1.18.0 to 1.19.2#536

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/builder.io/qwik-city-1.19.2
Open

chore(deps-dev): bump @builder.io/qwik-city from 1.18.0 to 1.19.2#536
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/builder.io/qwik-city-1.19.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2026

Bumps @builder.io/qwik-city from 1.18.0 to 1.19.2.

Release notes

Sourced from @​builder.io/qwik-city's releases.

@​builder.io/qwik-city@1.19.2

Patch Changes

  • 🐞🩹 When a form POST is done, keys like "name.1" mean it's an array. However, later keys could be strings like "name.value". Now, we check if all the keys are numbers, otherwise we make an object instead of an array. This allows for more correct form data handling. (by @​wmertens in #8424)

  • 🐞🩹 handle special characters in dynamic route (by @​gioboa in #8400)

@​builder.io/qwik-city@1.19.1

Patch Changes

  • 🐞🩹 support Deno as package manager for production builds. The Vite plugin now recognizes Deno as a Node-compatible runtime for manifest passing, and SSG delegates to the Node implementation instead of stubbing out. (by @​ianlet in #8385)

  • 🐞🩹 Link hash change now properly updates location.url.hash (by @​maiieul in #8305)

@​builder.io/qwik-city@1.19.0

Minor Changes

  • ✨ allow mocking route loaders & actions in QwikCityMockProvider (by @​alexismch in #8102)

Patch Changes

  • 🐞🩹 qwik-city spa routeStateInternal and routeLocation url origins mismatch (by @​maiieul in #8234)

  • feat(qwik-city): add getOrigin option to QwikCityBunOptions and QwikCityDenoOptions for improved URL handling (by @​JerryWu1234 in #8251)

  • Make RequestEvents readonly instead of frozen (by @​DustinJSilk in #8135)

Changelog

Sourced from @​builder.io/qwik-city's changelog.

1.19.2

Patch Changes

  • 🐞🩹 When a form POST is done, keys like "name.1" mean it's an array. However, later keys could be strings like "name.value". Now, we check if all the keys are numbers, otherwise we make an object instead of an array. This allows for more correct form data handling. (by @​wmertens in #8424)

  • 🐞🩹 handle special characters in dynamic route (by @​gioboa in #8400)

1.19.1

Patch Changes

  • 🐞🩹 support Deno as package manager for production builds. The Vite plugin now recognizes Deno as a Node-compatible runtime for manifest passing, and SSG delegates to the Node implementation instead of stubbing out. (by @​ianlet in #8385)

  • 🐞🩹 Link hash change now properly updates location.url.hash (by @​maiieul in #8305)

1.19.0

Minor Changes

  • ✨ allow mocking route loaders & actions in QwikCityMockProvider (by @​alexismch in #8102)

Patch Changes

  • 🐞🩹 qwik-city spa routeStateInternal and routeLocation url origins mismatch (by @​maiieul in #8234)

  • feat(qwik-city): add getOrigin option to QwikCityBunOptions and QwikCityDenoOptions for improved URL handling (by @​JerryWu1234 in #8251)

  • Make RequestEvents readonly instead of frozen (by @​DustinJSilk in #8135)

Commits
  • 0a5e7a4 Version Packages
  • d7aee95 Merge remote-tracking branch 'origin/main' into upcoming
  • 7b5867c fix(qwik-city): better POST formdata array parsing
  • 2288d88 chore(deps): bump svgo in the npm_and_yarn group across 1 directory
  • 1aa1ad2 fix(qwik-city): address lint issues in sitemap stream implementation
  • df7dd00 fix: handle special characters in dynamic route
  • d507a08 Version Packages
  • 03b590f fix(qwik-city): support Deno as package manager for production builds
  • 8e866a6 fix(qwik-city): Link hash change does not update location.url.hash (#8305)
  • 97df2e6 Version Packages
  • Additional commits viewable in compare view
Maintainer 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 compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Bumps [@builder.io/qwik-city](https://github.com/QwikDev/qwik/tree/HEAD/packages/qwik-city) from 1.18.0 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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 20, 2026
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@aspect-workflows
Copy link
Contributor

aspect-workflows bot commented Mar 20, 2026

Test

2 test targets passed

Targets
//qwik/app:vitest [k8-fastbuild]  8s
//qwik/lib:vitest [k8-fastbuild]  5s

Total test execution time was 13s. 24 tests (92.3%) were fully cached saving 32s.


Test (1)

2 test targets passed

Targets
//angular/projects/my-app:test [k8-fastbuild] 12s
//angular/projects/my-lib:test [k8-fastbuild] 18s

Buildifier


Format      Gazelle      Lint [.]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant