Fork of Chiri for Astro for my blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

deps(deps): bump @astrojs/mdx from 4.3.9 to 4.3.10

[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 4.3.9 to 4.3.10.
<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.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>
</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.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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<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>See full diff in <a href="https://github.com/withastro/astro/commits/@astrojs/mdx@4.3.10/packages/integrations/mdx">compare view</a></li>
</ul>
</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.9&new-version=4.3.10)](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>

authored by

dependabot[bot] and committed by
GitHub
bec53ea4 255cf8dc

+19 -19
+1 -1
package.json
··· 17 17 "update-theme": "tsx scripts/update-theme.ts" 18 18 }, 19 19 "dependencies": { 20 - "@astrojs/mdx": "^4.3.9", 20 + "@astrojs/mdx": "^4.3.10", 21 21 "@astrojs/netlify": "^6.6.0", 22 22 "@astrojs/rss": "^4.0.13", 23 23 "@astrojs/sitemap": "^3.6.0",
+18 -18
pnpm-lock.yaml
··· 9 9 .: 10 10 dependencies: 11 11 '@astrojs/mdx': 12 - specifier: ^4.3.9 13 - version: 4.3.9(astro@5.15.4(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.53.1)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)) 12 + specifier: ^4.3.10 13 + version: 4.3.10(astro@5.15.4(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.53.1)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)) 14 14 '@astrojs/netlify': 15 15 specifier: ^6.6.0 16 16 version: 6.6.0(@types/node@24.10.0)(astro@5.15.4(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.53.1)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1))(jiti@2.6.1)(rollup@4.53.1)(tsx@4.20.6)(yaml@2.8.1) ··· 123 123 '@astrojs/markdown-remark@6.3.8': 124 124 resolution: {integrity: sha512-uFNyFWadnULWK2cOw4n0hLKeu+xaVWeuECdP10cQ3K2fkybtTlhb7J7TcScdjmS8Yps7oje9S/ehYMfZrhrgCg==} 125 125 126 - '@astrojs/mdx@4.3.9': 127 - resolution: {integrity: sha512-80LHiM4z3FxAjATHNgFpa8nlTNSprAWB4UUKnr/QG56Pwk7uRnJWrXlok4wSCi/3fg8kTZ98A408Q91M+iqJdw==} 126 + '@astrojs/mdx@4.3.10': 127 + resolution: {integrity: sha512-2T5+XIr7PMqMeXhRofXY5NlY4lA0Km+wkfsqmr9lq5KXUHpGlKPQ9dlDZJP9E/CtljJyEBNS17zq66LrIJ1tiQ==} 128 128 engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0} 129 129 peerDependencies: 130 130 astro: ^5.0.0 ··· 2681 2681 inherits@2.0.4: 2682 2682 resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} 2683 2683 2684 - inline-style-parser@0.2.4: 2685 - resolution: {integrity: sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==} 2684 + inline-style-parser@0.2.6: 2685 + resolution: {integrity: sha512-gtGXVaBdl5mAes3rPcMedEBm12ibjt1kDMFfheul1wUAOVEJW60voNdMVzVkfLN06O7ZaD/rxhfKgtlgtTbMjg==} 2686 2686 2687 2687 ipx@3.1.1: 2688 2688 resolution: {integrity: sha512-7Xnt54Dco7uYkfdAw0r2vCly3z0rSaVhEXMzPvl3FndsTVm5p26j+PO+gyinkYmcsEUvX2Rh7OGK7KzYWRu6BA==} ··· 3837 3837 strnum@2.1.1: 3838 3838 resolution: {integrity: sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==} 3839 3839 3840 - style-to-js@1.1.18: 3841 - resolution: {integrity: sha512-JFPn62D4kJaPTnhFUI244MThx+FEGbi+9dw1b9yBBQ+1CZpV7QAT8kUtJ7b7EUNdHajjF/0x8fT+16oLJoojLg==} 3840 + style-to-js@1.1.19: 3841 + resolution: {integrity: sha512-Ev+SgeqiNGT1ufsXyVC5RrJRXdrkRJ1Gol9Qw7Pb72YCKJXrBvP0ckZhBeVSrw2m06DJpei2528uIpjMb4TsoQ==} 3842 3842 3843 - style-to-object@1.0.11: 3844 - resolution: {integrity: sha512-5A560JmXr7wDyGLK12Nq/EYS38VkGlglVzkis1JEdbGWSnbQIEhZzTJhzURXN5/8WwwFCs/f/VVcmkTppbXLow==} 3843 + style-to-object@1.0.12: 3844 + resolution: {integrity: sha512-ddJqYnoT4t97QvN2C95bCgt+m7AAgXjVnkk/jxAfmp7EAB8nnqqZYEbMd3em7/vEomDb2LAQKAy1RFfv41mdNw==} 3845 3845 3846 3846 suf-log@2.5.3: 3847 3847 resolution: {integrity: sha512-KvC8OPjzdNOe+xQ4XWJV2whQA0aM1kGVczMQ8+dStAO6KfEB140JEVQ9dE76ONZ0/Ylf67ni4tILPJB41U0eow==} ··· 4348 4348 transitivePeerDependencies: 4349 4349 - supports-color 4350 4350 4351 - '@astrojs/mdx@4.3.9(astro@5.15.4(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.53.1)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1))': 4351 + '@astrojs/mdx@4.3.10(astro@5.15.4(@netlify/blobs@10.3.1)(@types/node@24.10.0)(jiti@2.6.1)(rollup@4.53.1)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1))': 4352 4352 dependencies: 4353 4353 '@astrojs/markdown-remark': 6.3.8 4354 4354 '@mdx-js/mdx': 3.1.1 ··· 7187 7187 mdast-util-mdxjs-esm: 2.0.1 7188 7188 property-information: 7.1.0 7189 7189 space-separated-tokens: 2.0.2 7190 - style-to-js: 1.1.18 7190 + style-to-js: 1.1.19 7191 7191 unist-util-position: 5.0.0 7192 7192 zwitch: 2.0.4 7193 7193 transitivePeerDependencies: ··· 7221 7221 mdast-util-mdxjs-esm: 2.0.1 7222 7222 property-information: 7.1.0 7223 7223 space-separated-tokens: 2.0.2 7224 - style-to-js: 1.1.18 7224 + style-to-js: 1.1.19 7225 7225 unist-util-position: 5.0.0 7226 7226 vfile-message: 4.0.3 7227 7227 transitivePeerDependencies: ··· 7325 7325 7326 7326 inherits@2.0.4: {} 7327 7327 7328 - inline-style-parser@0.2.4: {} 7328 + inline-style-parser@0.2.6: {} 7329 7329 7330 7330 ipx@3.1.1(@netlify/blobs@10.3.1): 7331 7331 dependencies: ··· 8954 8954 8955 8955 strnum@2.1.1: {} 8956 8956 8957 - style-to-js@1.1.18: 8957 + style-to-js@1.1.19: 8958 8958 dependencies: 8959 - style-to-object: 1.0.11 8959 + style-to-object: 1.0.12 8960 8960 8961 - style-to-object@1.0.11: 8961 + style-to-object@1.0.12: 8962 8962 dependencies: 8963 - inline-style-parser: 0.2.4 8963 + inline-style-parser: 0.2.6 8964 8964 8965 8965 suf-log@2.5.3: 8966 8966 dependencies: