Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 9, 2025

Bumps @builder.io/qwik-city from 1.12.0 to 1.13.0.

Release notes

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

@​builder.io/[email protected]

Minor Changes

Patch Changes

@​builder.io/[email protected]

Patch Changes

  • 🐞🩹 MDX content now accepts a prop of type components that lets you use your own custom components (by @​double-thinker in #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

  • 🐞🩹 mdx not rendering (by @​shairez in #7168)

  • 📃 added a "Qwik for Mobile" guide to build iOS and Android Qwik apps (by @​srapport in #7205)

  • 🐞🩹 some qrls weren't fetched correctly on page load (by @​shairez in #7286)

Changelog

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

1.13.0

Minor Changes

Patch Changes

1.12.1

Patch Changes

  • 🐞🩹 MDX content now accepts a prop of type components that lets you use your own custom components (by @​double-thinker in #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

  • 🐞🩹 mdx not rendering (by @​shairez in #7168)

  • 📃 added a "Qwik for Mobile" guide to build iOS and Android Qwik apps (by @​srapport in #7205)

  • 🐞🩹 some qrls weren't fetched correctly on page load (by @​shairez in #7286)

Commits
  • 97aa67d Version Packages (#7440)
  • a339d69 refactor: simplify dinamic deps logic and bring back insights
  • 3d2dfa0 fix: ServiceWorkerRegister to prefetch dynamic deps if isTask or isEntry
  • 9903683 fix: Write Response object in the send request event even on redirects
  • 5282a39 fix: standardise error handling (#7185)
  • a8a1d13 fix: error boundary (#7342)
  • 2ba170a Merge branch 'main' into upcoming
  • 0f574bd fix: cookies in send request handler
  • 7061ec0 Version Packages (#7280)
  • ecabe28 fix(mdx): support passing props to MDX content
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.12.0 to 1.13.0.
- [Release notes](https://github.com/QwikDev/qwik/releases)
- [Changelog](https://github.com/QwikDev/qwik/blob/main/packages/qwik-city/CHANGELOG.md)
- [Commits](https://github.com/QwikDev/qwik/commits/@builder.io/[email protected]/packages/qwik-city)

---
updated-dependencies:
- dependency-name: "@builder.io/qwik-city"
  dependency-version: 1.13.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 9, 2025
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