Skip to content

Commit 74c7cdb

Browse files
Bump @astrojs/mdx from 4.0.5 to 4.1.0 (#1026)
Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 4.0.5 to 4.1.0. <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>.1.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13254">#13254</a> <a href="https://github.com/withastro/astro/commit/1e11f5e8b722b179e382f3c792cd961b2b51f61b"><code>1e11f5e</code></a> Thanks <a href="https://github.com/p0lyw0lf"><code>@​p0lyw0lf</code></a>! - Adds the ability to process and optimize remote images in Markdown syntax in MDX files.</p> <p>Previously, Astro only allowed local images to be optimized when included using <code>![]()</code> syntax. Astro's image service could only display remote images without any processing.</p> <p>Now, Astro's image service can also optimize remote images written in standard Markdown syntax. This allows you to enjoy the benefits of Astro's image processing when your images are stored externally, for example in a CMS or digital asset manager.</p> <p>No additional configuration is required to use this feature! Any existing remote images written in Markdown will now automatically be optimized. To opt-out of this processing, write your images in Markdown using the JSX <code>&lt;img/&gt;</code> tag instead. Note that images located in your <code>public/</code> folder are still never processed.</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/withastro/astro/commit/1e11f5e8b722b179e382f3c792cd961b2b51f61b"><code>1e11f5e</code></a>]: <ul> <li><code>@​astrojs/markdown-remark</code><a href="https://github.com/6"><code>@​6</code></a>.2.0</li> </ul> </li> </ul> <h2><code>@​astrojs/mdx</code><a href="https://github.com/4"><code>@​4</code></a>.0.8</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/withastro/astro/commit/db252e0692a0addf7239bfefc0220c525d63337d"><code>db252e0</code></a>]: <ul> <li><code>@​astrojs/markdown-remark</code><a href="https://github.com/6"><code>@​6</code></a>.1.0</li> </ul> </li> </ul> <h2><code>@​astrojs/mdx</code><a href="https://github.com/4"><code>@​4</code></a>.0.7</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/13011">#13011</a> <a href="https://github.com/withastro/astro/commit/cf3088060d45227dcb48e041c4ed5e0081d71398"><code>cf30880</code></a> Thanks <a href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Upgrades Vite</li> </ul> <h2><code>@​astrojs/mdx</code><a href="https://github.com/4"><code>@​4</code></a>.0.6</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/withastro/astro/commit/3d89e6282235a8da45d9ddfe02bcf7ec78056941"><code>3d89e62</code></a>]: <ul> <li><code>@​astrojs/markdown-remark</code><a href="https://github.com/6"><code>@​6</code></a>.0.2</li> </ul> </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.1.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13254">#13254</a> <a href="https://github.com/withastro/astro/commit/1e11f5e8b722b179e382f3c792cd961b2b51f61b"><code>1e11f5e</code></a> Thanks <a href="https://github.com/p0lyw0lf"><code>@​p0lyw0lf</code></a>! - Adds the ability to process and optimize remote images in Markdown syntax in MDX files.</p> <p>Previously, Astro only allowed local images to be optimized when included using <code>![]()</code> syntax. Astro's image service could only display remote images without any processing.</p> <p>Now, Astro's image service can also optimize remote images written in standard Markdown syntax. This allows you to enjoy the benefits of Astro's image processing when your images are stored externally, for example in a CMS or digital asset manager.</p> <p>No additional configuration is required to use this feature! Any existing remote images written in Markdown will now automatically be optimized. To opt-out of this processing, write your images in Markdown using the JSX <code>&lt;img/&gt;</code> tag instead. Note that images located in your <code>public/</code> folder are still never processed.</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/withastro/astro/commit/1e11f5e8b722b179e382f3c792cd961b2b51f61b"><code>1e11f5e</code></a>]: <ul> <li><code>@​astrojs/markdown-remark</code><a href="https://github.com/6"><code>@​6</code></a>.2.0</li> </ul> </li> </ul> <h2>4.0.8</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/withastro/astro/commit/db252e0692a0addf7239bfefc0220c525d63337d"><code>db252e0</code></a>]: <ul> <li><code>@​astrojs/markdown-remark</code><a href="https://github.com/6"><code>@​6</code></a>.1.0</li> </ul> </li> </ul> <h2>4.0.7</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/13011">#13011</a> <a href="https://github.com/withastro/astro/commit/cf3088060d45227dcb48e041c4ed5e0081d71398"><code>cf30880</code></a> Thanks <a href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Upgrades Vite</li> </ul> <h2>4.0.6</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/withastro/astro/commit/3d89e6282235a8da45d9ddfe02bcf7ec78056941"><code>3d89e62</code></a>]: <ul> <li><code>@​astrojs/markdown-remark</code><a href="https://github.com/6"><code>@​6</code></a>.0.2</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withastro/astro/commit/9aa5ac10197f08e316a1c4223cfc1fbd5913b3b7"><code>9aa5ac1</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/13318">#13318</a>)</li> <li><a href="https://github.com/withastro/astro/commit/1e11f5e8b722b179e382f3c792cd961b2b51f61b"><code>1e11f5e</code></a> feat: Pass remote Markdown images through image service (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/13254">#13254</a>)</li> <li><a href="https://github.com/withastro/astro/commit/cbd056c94ce837e15cf3609a844e85e6459b1560"><code>cbd056c</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/13074">#13074</a>)</li> <li><a href="https://github.com/withastro/astro/commit/f6b7839411233c95af529eb0eee098c24e1d9d80"><code>f6b7839</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/13086">#13086</a>)</li> <li><a href="https://github.com/withastro/astro/commit/61ef2d9179f543cc932f98e3e0e91586f7341510"><code>61ef2d9</code></a> chore: upgrade Vite and update tests (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/13076">#13076</a>)</li> <li><a href="https://github.com/withastro/astro/commit/0a0b1978a7ea9902174df96852e6a676023cd128"><code>0a0b197</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/12991">#12991</a>)</li> <li><a href="https://github.com/withastro/astro/commit/3357ff649768f3c359834ffbe656cbec1a2803d4"><code>3357ff6</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/13008">#13008</a>)</li> <li><a href="https://github.com/withastro/astro/commit/cf3088060d45227dcb48e041c4ed5e0081d71398"><code>cf30880</code></a> fix: upgrade Vite and update tests (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/13011">#13011</a>)</li> <li><a href="https://github.com/withastro/astro/commit/0968069aaf509cea67e2bc2b03b1265327d14451"><code>0968069</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/12978">#12978</a>)</li> <li><a href="https://github.com/withastro/astro/commit/7a0855b264c22875d3d5921c2d60382c3260f79d"><code>7a0855b</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/issues/12579">#12579</a>)</li> <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/@astrojs/[email protected]/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.0.5&new-version=4.1.0)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e5a0e0a commit 74c7cdb

File tree

2 files changed

+267
-124
lines changed

2 files changed

+267
-124
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astro-community/astro-embed-youtube": "^0.5.6",
1515
"@astrojs/check": "^0.9.4",
16-
"@astrojs/mdx": "^4.0.5",
16+
"@astrojs/mdx": "^4.1.0",
1717
"@astrojs/react": "^4.2.1",
1818
"@astrojs/sitemap": "^3.2.1",
1919
"@astrojs/tailwind": "^5.1.4",

0 commit comments

Comments
 (0)