build(deps-dev): bump @builder.io/qwik-city from 1.9.1 to 1.13.0
Bumps @builder.io/qwik-city from 1.9.1 to 1.13.0.
Release notes
Sourced from @builder.io/qwik-city's releases.
@builder.io/[email protected]Minor Changes
🐞🩹 server$ errors can be caught by
@pluginmiddleware (by@DustinJSilkin #7185)refactor: Error types are standardised across server$ functions and routeLoaders (by
@DustinJSilkin #7185)✨ 499 is now a valid status code (by
@DustinJSilkin #7185)🐞🩹 server$ functions now correctly throw 4xx errors on the client (by
@DustinJSilkin #7185)Patch Changes
🐞🩹 Error boundary
ErrorBoundaryand fixuseErrorBoundary(by@damianpumarin #7342)🐞🩹 Write Response object in the send request event even on redirects (by
@nelsonprsousain #7422)
@builder.io/[email protected]Patch Changes
🐞🩹 MDX content now accepts a prop of type
componentsthat lets you use your own custom components (by@double-thinkerin #7277)To add custom components to your MDX content, you can now do this:
// routes/example/index.tsx import Content from './markdown.mdx'; import MyComponent from '../../components/my-component/my-component'; import { component$ } from '@builder.io/qwik';export default component$(() => <Content components={{ MyComponent }} />);
You can also use props in JS expressions. See https://mdxjs.com/docs/using-mdx/#props
📃 added a "Qwik for Mobile" guide to build iOS and Android Qwik apps (by
@srapportin #7205)🐞🩹 some qrls weren't fetched correctly on page load (by
@shairezin #7286)
@builder.io/[email protected]Patch Changes
🐞🩹 the previous URL now is undefined on first render. (by
@damianpumarin #7082)🐞🩹 server$ functions now correctly throw errors for > 500 error codes (by
@DustinJSilkin #7078)
@builder.io/[email protected]No release notes provided.
Changelog
Sourced from @builder.io/qwik-city's changelog.
1.13.0
Minor Changes
🐞🩹 server$ errors can be caught by
@pluginmiddleware (by@DustinJSilkin #7185)refactor: Error types are standardised across server$ functions and routeLoaders (by
@DustinJSilkin #7185)✨ 499 is now a valid status code (by
@DustinJSilkin #7185)🐞🩹 server$ functions now correctly throw 4xx errors on the client (by
@DustinJSilkin #7185)Patch Changes
🐞🩹 Error boundary
ErrorBoundaryand fixuseErrorBoundary(by@damianpumarin #7342)🐞🩹 Write Response object in the send request event even on redirects (by
@nelsonprsousain #7422)1.12.1
Patch Changes
🐞🩹 MDX content now accepts a prop of type
componentsthat lets you use your own custom components (by@double-thinkerin #7277)To add custom components to your MDX content, you can now do this:
// routes/example/index.tsx import Content from './markdown.mdx'; import MyComponent from '../../components/my-component/my-component'; import { component$ } from '@builder.io/qwik';export default component$(() => <Content components={{ MyComponent }} />);
You can also use props in JS expressions. See https://mdxjs.com/docs/using-mdx/#props
📃 added a "Qwik for Mobile" guide to build iOS and Android Qwik apps (by
@srapportin #7205)🐞🩹 some qrls weren't fetched correctly on page load (by
@shairezin #7286)1.12.0
Patch Changes
🐞🩹 the previous URL now is undefined on first render. (by
@damianpumarin #7082)🐞🩹 server$ functions now correctly throw errors for > 500 error codes (by
@DustinJSilkin #7078)
... (truncated)
Commits
97aa67dVersion Packages (#7440)a339d69refactor: simplify dinamic deps logic and bring back insights3d2dfa0fix: ServiceWorkerRegister to prefetch dynamic deps if isTask or isEntry9903683fix: Write Response object in the send request event even on redirects5282a39fix: standardise error handling (#7185)a8a1d13fix: error boundary (#7342)2ba170aMerge branch 'main' into upcoming0f574bdfix: cookies in send request handler7061ec0Version Packages (#7280)ecabe28fix(mdx): support passing props to MDX content- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
⚠️ No Changeset found
Latest commit: f5296dc11c7f02a7669298e1ccad7579f7d3a37f
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
View your CI Pipeline Execution ↗ for commit f5296dc11c7f02a7669298e1ccad7579f7d3a37f
| Command | Status | Duration | Result |
|---|---|---|---|
nx test @e2e/qwik-city |
❌ Failed | 2m 41s | View ↗ |
nx test @snippet/qwik-city |
❌ Failed | 1m 55s | View ↗ |
nx test @e2e/nextjs-sdk-next-app |
✅ Succeeded | 9m 40s | View ↗ |
nx test @e2e/nuxt |
✅ Succeeded | 9m 23s | View ↗ |
nx test @e2e/angular-17 |
✅ Succeeded | 8m 53s | View ↗ |
nx test @e2e/angular-17-ssr |
✅ Succeeded | 8m 5s | View ↗ |
nx test @e2e/react-sdk-next-15-app |
✅ Succeeded | 7m 26s | View ↗ |
nx test @e2e/angular-19-ssr |
✅ Succeeded | 7m 14s | View ↗ |
Additional runs (37) |
✅ Succeeded | ... | View ↗ |
☁️ Nx Cloud last updated this comment at 2025-07-09 18:44:57 UTC