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.11 to 4.3.12

[//]: # (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.11 to 4.3.12.
<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.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>
</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.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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<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>See full diff in <a href="https://github.com/withastro/astro/commits/@astrojs/mdx@4.3.12/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.11&new-version=4.3.12)](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
a3fa9123 d084e31d

+9 -24
+1 -1
package.json
··· 17 17 "update-theme": "tsx scripts/update-theme.ts" 18 18 }, 19 19 "dependencies": { 20 - "@astrojs/mdx": "^4.3.11", 20 + "@astrojs/mdx": "^4.3.12", 21 21 "@astrojs/netlify": "^6.6.2", 22 22 "@astrojs/rss": "^4.0.14", 23 23 "@astrojs/sitemap": "^3.6.0",
+8 -23
pnpm-lock.yaml
··· 9 9 .: 10 10 dependencies: 11 11 '@astrojs/mdx': 12 - specifier: ^4.3.11 13 - version: 4.3.11(astro@5.16.0(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)) 12 + specifier: ^4.3.12 13 + version: 4.3.12(astro@5.16.0(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1)) 14 14 '@astrojs/netlify': 15 15 specifier: ^6.6.2 16 16 version: 6.6.2(@netlify/api@14.0.10)(@types/node@24.10.1)(astro@5.16.0(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1))(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(yaml@2.8.1) ··· 123 123 '@astrojs/markdown-remark@6.3.9': 124 124 resolution: {integrity: sha512-hX2cLC/KW74Io1zIbn92kI482j9J7LleBLGCVU9EP3BeH5MVrnFawOnqD0t/q6D1Z+ZNeQG2gNKMslCcO36wng==} 125 125 126 - '@astrojs/mdx@4.3.11': 127 - resolution: {integrity: sha512-ca18jxAiYDbPE1eAsNoiGnZoMYZGtfQpCmAJMXCB1WpyzTOHH7+KP1+gnKK8SFEA6XjHvjwI5Xzu8695c0Gabw==} 126 + '@astrojs/mdx@4.3.12': 127 + resolution: {integrity: sha512-pL3CVPtuQrPnDhWjy7zqbOibNyPaxP4VpQS8T8spwKqKzauJ4yoKyNkVTD8jrP7EAJHmBhZ7PTmUGZqOpKKp8g==} 128 128 engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0} 129 129 peerDependencies: 130 130 astro: ^5.0.0 ··· 2740 2740 mdast-util-phrasing@4.1.0: 2741 2741 resolution: {integrity: sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==} 2742 2742 2743 - mdast-util-to-hast@13.2.0: 2744 - resolution: {integrity: sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==} 2745 - 2746 2743 mdast-util-to-hast@13.2.1: 2747 2744 resolution: {integrity: sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==} 2748 2745 ··· 4091 4088 transitivePeerDependencies: 4092 4089 - supports-color 4093 4090 4094 - '@astrojs/mdx@4.3.11(astro@5.16.0(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1))': 4091 + '@astrojs/mdx@4.3.12(astro@5.16.0(@netlify/blobs@10.4.1)(@types/node@24.10.1)(jiti@2.6.1)(rollup@4.53.3)(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.1))': 4095 4092 dependencies: 4096 4093 '@astrojs/markdown-remark': 6.3.9 4097 4094 '@mdx-js/mdx': 3.1.1 ··· 4100 4097 es-module-lexer: 1.7.0 4101 4098 estree-util-visit: 2.0.0 4102 4099 hast-util-to-html: 9.0.5 4103 - picocolors: 1.1.1 4100 + piccolore: 0.1.3 4104 4101 rehype-raw: 7.0.0 4105 4102 remark-gfm: 4.0.1 4106 4103 remark-smartypants: 3.0.2 ··· 6654 6651 hast-util-from-parse5: 8.0.3 6655 6652 hast-util-to-parse5: 8.0.0 6656 6653 html-void-elements: 3.0.0 6657 - mdast-util-to-hast: 13.2.0 6654 + mdast-util-to-hast: 13.2.1 6658 6655 parse5: 7.3.0 6659 6656 unist-util-position: 5.0.0 6660 6657 unist-util-visit: 5.0.0 ··· 6691 6688 comma-separated-tokens: 2.0.3 6692 6689 hast-util-whitespace: 3.0.0 6693 6690 html-void-elements: 3.0.0 6694 - mdast-util-to-hast: 13.2.0 6691 + mdast-util-to-hast: 13.2.1 6695 6692 property-information: 7.1.0 6696 6693 space-separated-tokens: 2.0.2 6697 6694 stringify-entities: 4.0.4 ··· 7267 7264 dependencies: 7268 7265 '@types/mdast': 4.0.4 7269 7266 unist-util-is: 6.0.1 7270 - 7271 - mdast-util-to-hast@13.2.0: 7272 - dependencies: 7273 - '@types/hast': 3.0.4 7274 - '@types/mdast': 4.0.4 7275 - '@ungap/structured-clone': 1.3.0 7276 - devlop: 1.1.0 7277 - micromark-util-sanitize-uri: 2.0.1 7278 - trim-lines: 3.0.1 7279 - unist-util-position: 5.0.0 7280 - unist-util-visit: 5.0.0 7281 - vfile: 6.0.3 7282 7267 7283 7268 mdast-util-to-hast@13.2.1: 7284 7269 dependencies: