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.9.1 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)

@​builder.io/[email protected]

Patch Changes

@​builder.io/[email protected]

No release notes provided.

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)

1.12.0

Patch Changes

... (truncated)

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

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 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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@builder.io/qwik-city](https://github.com/QwikDev/qwik/tree/HEAD/packages/qwik-city) from 1.9.1 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
Copy link

changeset-bot bot commented Jul 9, 2025

⚠️ No Changeset found

Latest commit: f5296dc

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

Copy link

nx-cloud bot commented Jul 9, 2025

View your CI Pipeline Execution ↗ for commit f5296dc

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

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