Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/builder.io/qwik-city-1.20.0
Open

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

@​builder.io/qwik-city@1.20.0

Minor Changes

  • 🐞🩹 The server plugins were not actually sorted and were relying on directory traversal order. Now they are explicitly sorted by ascending name. (by @​wmertens in #8568)

Patch Changes

  • 🐞🩹 include route bundles when their matching origin is not the first manifest origin (by @​Varixo in #8455)

  • 🐞🩹 Bun and Deno request URL normalization to prevent protocol-relative paths from overriding the configured origin (by @​Varixo in #8463)

  • ✨ getRequestEvent() provides the current request event; used in the starter templates for providing better diagnostics in uncaught exceptions (by @​wmertens in #8655)

@​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.20.0

Minor Changes

  • 🐞🩹 The server plugins were not actually sorted and were relying on directory traversal order. Now they are explicitly sorted by ascending name. (by @​wmertens in #8568)

Patch Changes

  • 🐞🩹 include route bundles when their matching origin is not the first manifest origin (by @​Varixo in #8455)

  • 🐞🩹 Bun and Deno request URL normalization to prevent protocol-relative paths from overriding the configured origin (by @​Varixo in #8463)

  • ✨ getRequestEvent() provides the current request event; used in the starter templates for providing better diagnostics in uncaught exceptions (by @​wmertens in #8655)

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
  • 64224b7 Version Packages
  • 9c7734a Merge remote-tracking branch 'origin/main' into upcoming
  • bea82f0 fixup
  • ae8416f feat(city): getRequestEvent() + use in starters
  • 2c9ac6f fix(city): robuster exception handling
  • 726e930 fix(qwik-city): sort server plugins
  • f96081f fix: implement URL normalization for Bun and Deno to prevent protocol-relativ...
  • c88bda7 fix: enhance plugin module validation to exclude test files
  • 33905e4 fix: update regex patterns for module type validation
  • 8643894 fix(qwik-city): check all bundle origins for route imports
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by 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)

Bumps [@builder.io/qwik-city](https://github.com/QwikDev/qwik/tree/HEAD/packages/qwik-city) from 1.18.0 to 1.20.0.
- [Release notes](https://github.com/QwikDev/qwik/releases)
- [Changelog](https://github.com/QwikDev/qwik/blob/@builder.io/qwik-city@1.20.0/packages/qwik-city/CHANGELOG.md)
- [Commits](https://github.com/QwikDev/qwik/commits/@builder.io/qwik-city@1.20.0/packages/qwik-city)

---
updated-dependencies:
- dependency-name: "@builder.io/qwik-city"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 Jun 24, 2026
@changeset-bot

changeset-bot Bot commented Jun 24, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 2e23c02

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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.

0 participants