Bump @mdx-js/mdx from 1.6.22 to 3.0.1
dependencies
Bumps [@mdx-js/mdx](https://github.com/mdx-js/mdx/tree/HEAD/packages/mdx) from 1.6.22 to 3.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mdx-js/mdx/releases"><code>@mdx-js/mdx</code>'s releases</a>.</em></p>
<blockquote>
<h2>3.0.1</h2>
<h4>Fix</h4>
<ul>
<li>49fd094a Fix generated JSX pragmas for new babel
by <a href="https://github.com/remcohaszing"><code>@remcohaszing</code></a> in <a href="https://redirect.github.com/mdx-js/mdx/pull/2438">mdx-js/mdx#2438</a></li>
<li>d1fface1 Refactor to handle uncaught webpack errors
by <a href="https://github.com/remcohaszing"><code>@remcohaszing</code></a> in <a href="https://redirect.github.com/mdx-js/mdx/pull/2398">mdx-js/mdx#2398</a></li>
</ul>
<h4>Types</h4>
<ul>
<li>c03e16c6 Add declaration maps</li>
<li>85c5dd05 Fix webpack loader types
by <a href="https://github.com/remcohaszing"><code>@remcohaszing</code></a> in <a href="https://redirect.github.com/mdx-js/mdx/pull/2386">mdx-js/mdx#2386</a></li>
</ul>
<h4>Site</h4>
<ul>
<li>38f7a5c9 Fix reset of playground render errors
by <a href="https://github.com/ManasMakde"><code>@ManasMakde</code></a> in <a href="https://redirect.github.com/mdx-js/mdx/pull/2392">mdx-js/mdx#2392</a></li>
<li>680445df Add note on broken react runtime types
by <a href="https://github.com/ky1ejs"><code>@ky1ejs</code></a> in <a href="https://redirect.github.com/mdx-js/mdx/pull/2383">mdx-js/mdx#2383</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/mdx-js/mdx/compare/3.0.0...3.0.1">https://github.com/mdx-js/mdx/compare/3.0.0...3.0.1</a></p>
<h2>3.0.0</h2>
<p>(see <a href="https://mdxjs.com/migrating/v3/">https://mdxjs.com/migrating/v3/</a> on how to migrate)</p>
<h4>Change</h4>
<ul>
<li>e08b7596 5afa48e6 Change to require Node 16</li>
<li>5a13d73b Change to use export maps</li>
<li>cbc2822f Update <code>unified</code>, types, plugins, etc</li>
<li>96b51f93 Remove inferral of development from <code>NODE_ENV</code></li>
</ul>
<h4>Change (unlikely to affect you)</h4>
<ul>
<li>c961af80 Remove <code>useDynamicImport</code> option</li>
<li>9cb26fd1 <code>@mdx-js/register</code>: remove package</li>
<li>0d1558a3 <code>@mdx-js/esbuild</code>: remove experimental <code>allowDangerousRemoteMdx</code></li>
<li>0f62bce9 <code>@mdx-js/node-loader</code>: remove <code>fixRuntimeWithoutExportMap</code></li>
<li>4f924227 <code>@mdx-js/preact</code>: remove deprecated <code>MDXContext</code>, <code>withMDXComponents</code></li>
<li>a362bb43 <code>@mdx-js/react</code>: remove deprecated <code>MDXContext</code>, <code>withMDXComponents</code></li>
</ul>
<h4>Add</h4>
<ul>
<li>e12f3079 Add support for passing <code>baseUrl</code> when running</li>
<li>2c511a40 Add support for <code>baseUrl</code> as a <code>URL</code></li>
<li>1863914c Add deprecation warning for classic runtime</li>
<li>a34177c3 Add support for ES2024 in MDX, adjacent JSX and expression blocks</li>
<li>44fd9cac Add support for <code>await</code> in MDX</li>
<li>3a7f1947 Add <code>tableCellAlignToStyle</code> option, to use <code>align</code></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mdx-js/mdx/commit/78aee48581241bd6d3cc6e0e7fad8cac5ef27c65"><code>78aee48</code></a> 3.0.1</li>
<li><a href="https://github.com/mdx-js/mdx/commit/c03e16c648752b201fef1d3b2522c58cea19341f"><code>c03e16c</code></a> Add declaration maps</li>
<li><a href="https://github.com/mdx-js/mdx/commit/49fd094adf51be0f96278ec5f59c00b184c8f244"><code>49fd094</code></a> Fix generated JSX pragmas for new babel</li>
<li><a href="https://github.com/mdx-js/mdx/commit/0e6dd7aa487d7f2611ef458ce3c0141a37c1f258"><code>0e6dd7a</code></a> Update dev-dependencies</li>
<li><a href="https://github.com/mdx-js/mdx/commit/2a1109b7d0db8dd902ffe376ce32e9af052e95a5"><code>2a1109b</code></a> Update dev-dependencies</li>
<li><a href="https://github.com/mdx-js/mdx/commit/038bb68b48f14c0cf60b3da664371dee2b5ee7bc"><code>038bb68</code></a> Refactor some version numbers in docs</li>
<li><a href="https://github.com/mdx-js/mdx/commit/9a40e181db5afe06500b9119787be908429c6ca8"><code>9a40e18</code></a> 3.0.0</li>
<li><a href="https://github.com/mdx-js/mdx/commit/bb902f834a1420685acd0d626509b221de2e4960"><code>bb902f8</code></a> Fix typo</li>
<li><a href="https://github.com/mdx-js/mdx/commit/e08b7596685d71254d252e2ef29d79a41044fa14"><code>e08b759</code></a> Change to require Node 16</li>
<li><a href="https://github.com/mdx-js/mdx/commit/6d1e64d9ff4f02e78c9e5f88ccd9a792537c032a"><code>6d1e64d</code></a> Refactor some more</li>
<li>Additional commits viewable in <a href="https://github.com/mdx-js/mdx/commits/3.0.1/packages/mdx">compare view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a href="https://www.npmjs.com/~wooorm">wooorm</a>, a new releaser for <code>@mdx-js/mdx</code> since your current version.</p>
</details>
<br />
[](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>
合并状态:未合并 1 条评论