Skip to content

Commit 765b81b

Browse files
chore(deps): update dependency @builder.io/qwik-city to v1.13.0 (#2015)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@builder.io/qwik-city](https://qwik.dev/) ([source](https://redirect.github.com/QwikDev/qwik/tree/HEAD/packages/qwik-city)) | [`1.12.1` -> `1.13.0`](https://renovatebot.com/diffs/npm/@builder.io%2fqwik-city/1.12.1/1.13.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@builder.io%2fqwik-city/1.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@builder.io%2fqwik-city/1.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@builder.io%2fqwik-city/1.12.1/1.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@builder.io%2fqwik-city/1.12.1/1.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>QwikDev/qwik (@&#8203;builder.io/qwik-city)</summary> ### [`v1.13.0`](https://redirect.github.com/QwikDev/qwik/blob/HEAD/packages/qwik-city/CHANGELOG.md#1130) [Compare Source](https://redirect.github.com/QwikDev/qwik/compare/@builder.io/qwik-city@1.12.1...@builder.io/qwik-city@1.13.0) ##### Minor Changes - 🐞🩹 server$ errors can be caught by [@&#8203;plugin](https://redirect.github.com/plugin) middleware (by [@&#8203;DustinJSilk](https://redirect.github.com/DustinJSilk) in [#&#8203;7185](https://redirect.github.com/QwikDev/qwik/pull/7185)) - refactor: Error types are standardised across server$ functions and routeLoaders (by [@&#8203;DustinJSilk](https://redirect.github.com/DustinJSilk) in [#&#8203;7185](https://redirect.github.com/QwikDev/qwik/pull/7185)) - ✨ 499 is now a valid status code (by [@&#8203;DustinJSilk](https://redirect.github.com/DustinJSilk) in [#&#8203;7185](https://redirect.github.com/QwikDev/qwik/pull/7185)) - 🐞🩹 server$ functions now correctly throw 4xx errors on the client (by [@&#8203;DustinJSilk](https://redirect.github.com/DustinJSilk) in [#&#8203;7185](https://redirect.github.com/QwikDev/qwik/pull/7185)) ##### Patch Changes - 🐞🩹 Error boundary `ErrorBoundary` and fix `useErrorBoundary` (by [@&#8203;damianpumar](https://redirect.github.com/damianpumar) in [#&#8203;7342](https://redirect.github.com/QwikDev/qwik/pull/7342)) - 🐞🩹 Write Response object in the send request event even on redirects (by [@&#8203;nelsonprsousa](https://redirect.github.com/nelsonprsousa) in [#&#8203;7422](https://redirect.github.com/QwikDev/qwik/pull/7422)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/runtime-env/import-meta-env). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 74417a9 commit 765b81b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/examples/qwik-example/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/examples/qwik-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@builder.io/qwik": "1.13.0",
32-
"@builder.io/qwik-city": "1.12.1",
32+
"@builder.io/qwik-city": "1.13.0",
3333
"@types/eslint": "9.6.1",
3434
"@types/node": "22.13.10",
3535
"@typescript-eslint/eslint-plugin": "8.26.0",

0 commit comments

Comments
 (0)