build(deps): bump @astrojs/mdx from 4.3.7 to 4.3.13 #111

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/astrojs/mdx-4.3.13 into main
dependabot[bot] commented 2026-01-01 20:07:07 +01:00 (Migrated from github.com)

Bumps @astrojs/mdx from 4.3.7 to 4.3.13.

Release notes

Sourced from @​astrojs/mdx's releases.

@​astrojs/mdx@​4.3.13

Patch Changes

  • Updated dependencies [d8305f8]:
    • @​astrojs/markdown-remark@​6.3.10

@​astrojs/mdx@​4.3.12

Patch Changes

@​astrojs/mdx@​4.3.11

Patch Changes

  • Updated dependencies []:
    • @​astrojs/markdown-remark@​6.3.9

@​astrojs/mdx@​4.3.10

Patch Changes

  • #14715 3d55c5d Thanks @​ascorbic! - Adds support for client hydration in getContainerRenderer()

    The getContainerRenderer() function is exported by Astro framework integrations to simplify the process of rendering framework components when using the experimental Container API inside a Vite or Vitest environment. This update adds the client hydration entrypoint to the returned object, enabling client-side interactivity for components rendered using this function. Previously this required users to manually call container.addClientRenderer() with the appropriate client renderer entrypoint.

    See the container-with-vitest demo for a usage example, and the Container API documentation for more information on using framework components with the experimental Container API.

@​astrojs/mdx@​4.3.9

Patch Changes

Changelog

Sourced from @​astrojs/mdx's changelog.

4.3.13

Patch Changes

  • Updated dependencies [d8305f8]:
    • @​astrojs/markdown-remark@​6.3.10

4.3.12

Patch Changes

4.3.11

Patch Changes

  • Updated dependencies []:
    • @​astrojs/markdown-remark@​6.3.9

4.3.10

Patch Changes

  • #14715 3d55c5d Thanks @​ascorbic! - Adds support for client hydration in getContainerRenderer()

    The getContainerRenderer() function is exported by Astro framework integrations to simplify the process of rendering framework components when using the experimental Container API inside a Vite or Vitest environment. This update adds the client hydration entrypoint to the returned object, enabling client-side interactivity for components rendered using this function. Previously this required users to manually call container.addClientRenderer() with the appropriate client renderer entrypoint.

    See the container-with-vitest demo for a usage example, and the Container API documentation for more information on using framework components with the experimental Container API.

4.3.9

Patch Changes

4.3.8

Patch Changes

  • #14591 3e887ec Thanks @​matthewp! - Adds TypeScript support for the components prop on MDX Content component when using await render(). Developers now get proper IntelliSense and type checking when passing custom components to override default MDX element rendering.

  • #14598 7b45c65 Thanks @​delucis! - Reduces terminal text styling dependency size by switching from kleur to picocolors

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​astrojs/mdx 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 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)
Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 4.3.7 to 4.3.13. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/withastro/astro/releases"><code>@​astrojs/mdx</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​astrojs/mdx</code><a href="https://github.com/4"><code>@​4</code></a>.3.13</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/withastro/astro/commit/d8305f8abdf92db6fa505ee9c1774553ba90b7bd"><code>d8305f8</code></a>]: <ul> <li><code>@​astrojs/markdown-remark</code><a href="https://github.com/6"><code>@​6</code></a>.3.10</li> </ul> </li> </ul> <h2><code>@​astrojs/mdx</code><a href="https://github.com/4"><code>@​4</code></a>.3.12</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/14813">#14813</a> <a href="https://github.com/withastro/astro/commit/e1dd377398a3dcf6ba0697dc8d4bde6d77a45700"><code>e1dd377</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Removes <code>picocolors</code> as dependency in favor of the fork <code>piccolore</code>.</li> </ul> <h2><code>@​astrojs/mdx</code><a href="https://github.com/4"><code>@​4</code></a>.3.11</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies []: <ul> <li><code>@​astrojs/markdown-remark</code><a href="https://github.com/6"><code>@​6</code></a>.3.9</li> </ul> </li> </ul> <h2><code>@​astrojs/mdx</code><a href="https://github.com/4"><code>@​4</code></a>.3.10</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/14715">#14715</a> <a href="https://github.com/withastro/astro/commit/3d55c5d0fb520d470b33d391e5b68861f5b51271"><code>3d55c5d</code></a> Thanks <a href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Adds support for client hydration in <code>getContainerRenderer()</code></p> <p>The <code>getContainerRenderer()</code> function is exported by Astro framework integrations to simplify the process of rendering framework components when using the experimental Container API inside a Vite or Vitest environment. This update adds the client hydration entrypoint to the returned object, enabling client-side interactivity for components rendered using this function. Previously this required users to manually call <code>container.addClientRenderer()</code> with the appropriate client renderer entrypoint.</p> <p>See <a href="https://github.com/withastro/astro/blob/main/examples/container-with-vitest/test/ReactWrapper.test.ts">the <code>container-with-vitest</code> demo</a> for a usage example, and <a href="https://docs.astro.build/en/reference/container-reference/#renderers-option">the Container API documentation</a> for more information on using framework components with the experimental Container API.</p> </li> </ul> <h2><code>@​astrojs/mdx</code><a href="https://github.com/4"><code>@​4</code></a>.3.9</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/14621">#14621</a> <a href="https://github.com/withastro/astro/commit/e3175d9ccbf070150ab2229b2564ca0b12a86c30"><code>e3175d9</code></a> Thanks <a href="https://github.com/GameRoMan"><code>@​GameRoMan</code></a>! - Updates <code>vite</code> version to fix CVE</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md"><code>@​astrojs/mdx</code>'s changelog</a>.</em></p> <blockquote> <h2>4.3.13</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/withastro/astro/commit/d8305f8abdf92db6fa505ee9c1774553ba90b7bd"><code>d8305f8</code></a>]: <ul> <li><code>@​astrojs/markdown-remark</code><a href="https://github.com/6"><code>@​6</code></a>.3.10</li> </ul> </li> </ul> <h2>4.3.12</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/14813">#14813</a> <a href="https://github.com/withastro/astro/commit/e1dd377398a3dcf6ba0697dc8d4bde6d77a45700"><code>e1dd377</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Removes <code>picocolors</code> as dependency in favor of the fork <code>piccolore</code>.</li> </ul> <h2>4.3.11</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies []: <ul> <li><code>@​astrojs/markdown-remark</code><a href="https://github.com/6"><code>@​6</code></a>.3.9</li> </ul> </li> </ul> <h2>4.3.10</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/14715">#14715</a> <a href="https://github.com/withastro/astro/commit/3d55c5d0fb520d470b33d391e5b68861f5b51271"><code>3d55c5d</code></a> Thanks <a href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Adds support for client hydration in <code>getContainerRenderer()</code></p> <p>The <code>getContainerRenderer()</code> function is exported by Astro framework integrations to simplify the process of rendering framework components when using the experimental Container API inside a Vite or Vitest environment. This update adds the client hydration entrypoint to the returned object, enabling client-side interactivity for components rendered using this function. Previously this required users to manually call <code>container.addClientRenderer()</code> with the appropriate client renderer entrypoint.</p> <p>See <a href="https://github.com/withastro/astro/blob/main/examples/container-with-vitest/test/ReactWrapper.test.ts">the <code>container-with-vitest</code> demo</a> for a usage example, and <a href="https://docs.astro.build/en/reference/container-reference/#renderers-option">the Container API documentation</a> for more information on using framework components with the experimental Container API.</p> </li> </ul> <h2>4.3.9</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/14621">#14621</a> <a href="https://github.com/withastro/astro/commit/e3175d9ccbf070150ab2229b2564ca0b12a86c30"><code>e3175d9</code></a> Thanks <a href="https://github.com/GameRoMan"><code>@​GameRoMan</code></a>! - Updates <code>vite</code> version to fix CVE</li> </ul> <h2>4.3.8</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/14591">#14591</a> <a href="https://github.com/withastro/astro/commit/3e887ec523b8e4ec4d01978f0fedf246dfdfbc81"><code>3e887ec</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Adds TypeScript support for the <code>components</code> prop on MDX <code>Content</code> component when using <code>await render()</code>. Developers now get proper IntelliSense and type checking when passing custom components to override default MDX element rendering.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/14598">#14598</a> <a href="https://github.com/withastro/astro/commit/7b45c65c62e37d4225fb14ea378e2301de31cbea"><code>7b45c65</code></a> Thanks <a href="https://github.com/delucis"><code>@​delucis</code></a>! - Reduces terminal text styling dependency size by switching from <code>kleur</code> to <code>picocolors</code></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withastro/astro/commit/02c19eba349a2a2db51e5033283d4dedc287787e"><code>02c19eb</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/14959">#14959</a>)</li> <li><a href="https://github.com/withastro/astro/commit/e8786795fc462374d44917dd8eb6effcd6939257"><code>e878679</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/14808">#14808</a>)</li> <li><a href="https://github.com/withastro/astro/commit/e1dd377398a3dcf6ba0697dc8d4bde6d77a45700"><code>e1dd377</code></a> fix: remove picocolors (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/14813">#14813</a>)</li> <li><a href="https://github.com/withastro/astro/commit/7a07f0244c78a8f1889c1e08910ac2033c9a8c4c"><code>7a07f02</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/14788">#14788</a>)</li> <li><a href="https://github.com/withastro/astro/commit/5bc37fd5cade62f753aef66efdf40f982379029a"><code>5bc37fd</code></a> fix(deps): update astro dependencies (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/14739">#14739</a>)</li> <li><a href="https://github.com/withastro/astro/commit/7a5f28006e9b1f6ad77c7884991ba551ca9ff35b"><code>7a5f280</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/14702">#14702</a>)</li> <li><a href="https://github.com/withastro/astro/commit/3d55c5d0fb520d470b33d391e5b68861f5b51271"><code>3d55c5d</code></a> feat: return <code>clientEntrypoint</code> from <code>getContainerRenderer</code> (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/14715">#14715</a>)</li> <li><a href="https://github.com/withastro/astro/commit/eb8aa77013ec40af667d280678fc479adcf23444"><code>eb8aa77</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/14630">#14630</a>)</li> <li><a href="https://github.com/withastro/astro/commit/e3175d9ccbf070150ab2229b2564ca0b12a86c30"><code>e3175d9</code></a> Update vite (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/14621">#14621</a>)</li> <li><a href="https://github.com/withastro/astro/commit/54803d7e4f16029810b43694b37e2e6a25b5ce59"><code>54803d7</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/14603">#14603</a>)</li> <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/@astrojs/mdx@4.3.13/packages/integrations/mdx">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for <code>@​astrojs/mdx</code> since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@astrojs/mdx&package-manager=npm_and_yarn&previous-version=4.3.7&new-version=4.3.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/npm_and_yarn/astrojs/mdx-4.3.13:dependabot/npm_and_yarn/astrojs/mdx-4.3.13
git switch dependabot/npm_and_yarn/astrojs/mdx-4.3.13

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff dependabot/npm_and_yarn/astrojs/mdx-4.3.13
git switch dependabot/npm_and_yarn/astrojs/mdx-4.3.13
git rebase main
git switch main
git merge --ff-only dependabot/npm_and_yarn/astrojs/mdx-4.3.13
git switch dependabot/npm_and_yarn/astrojs/mdx-4.3.13
git rebase main
git switch main
git merge --no-ff dependabot/npm_and_yarn/astrojs/mdx-4.3.13
git switch main
git merge --squash dependabot/npm_and_yarn/astrojs/mdx-4.3.13
git switch main
git merge --ff-only dependabot/npm_and_yarn/astrojs/mdx-4.3.13
git switch main
git merge dependabot/npm_and_yarn/astrojs/mdx-4.3.13
git push origin main
Sign in to join this conversation.
No description provided.