Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump react-markdown from 9.0.3 to 10.0.0 (#1011)
Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 9.0.3 to 10.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/remarkjs/react-markdown/releases">react-markdown's releases</a>.</em></p> <blockquote> <h2>10.0.0</h2> <ul> <li>aaaa40b Remove support for <code>className</code> prop see <a href="https://github.com/remarkjs/react-markdown/blob/main/changelog.md#remove-classname">“Remove className”</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/remarkjs/react-markdown/compare/9.1.0...10.0.0">https://github.com/remarkjs/react-markdown/compare/9.1.0...10.0.0</a></p> <h2>9.1.0</h2> <ul> <li>6ce120e Add support for async plugins by <a href="https://github.com/wooorm"><code>@wooorm</code></a> in <a href="https://redirect.github.com/remarkjs/react-markdown/pull/890">remarkjs/react-markdown#890</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/remarkjs/react-markdown/compare/9.0.3...9.1.0">https://github.com/remarkjs/react-markdown/compare/9.0.3...9.1.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/remarkjs/react-markdown/blob/main/changelog.md">react-markdown's changelog</a>.</em></p> <blockquote> <h2>10.0.0 - 2025-02-20</h2> <ul> <li><a href="https://github.com/remarkjs/react-markdown/commit/aaaa40b"><code>aaaa40b</code></a> Remove support for <code>className</code> prop <strong>migrate</strong>: see “Remove <code>className</code>” below</li> </ul> <h3>Remove <code>className</code></h3> <p>The <code>className</code> prop was removed. If you want to add classes to some element that wraps the markdown you can explicitly write that element and add the class to it. You can then choose yourself which tag name to use and whether to add other props.</p> <p>Before:</p> <pre lang="js"><code><Markdown className="markdown-body">{markdown}</Markdown> </code></pre> <p>After:</p> <pre lang="js"><code><div className="markdown-body"> <Markdown>{markdown}</Markdown> </div> </code></pre> <h2>9.1.0 - 2025-02-20</h2> <ul> <li><a href="https://github.com/remarkjs/react-markdown/commit/6ce120e"><code>6ce120e</code></a> Add support for async plugins</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/remarkjs/react-markdown/commit/33c31e7e238ede6cac0cfaaea31eff7425a3e904"><code>33c31e7</code></a> 10.0.0</li> <li><a href="https://github.com/remarkjs/react-markdown/commit/5768374e29eca4aa1976e8b3663608fcf2dc6055"><code>5768374</code></a> Update changelog</li> <li><a href="https://github.com/remarkjs/react-markdown/commit/aaaa40b4f823e4210ee5f3e3357624ab487d467a"><code>aaaa40b</code></a> Remove support for <code>className</code> prop</li> <li><a href="https://github.com/remarkjs/react-markdown/commit/747e505c9a465ee77addba626f288dfbda8bcad4"><code>747e505</code></a> 9.1.0</li> <li><a href="https://github.com/remarkjs/react-markdown/commit/6ce120e70630a062b42e225ce917cf71339fa024"><code>6ce120e</code></a> Add support for async plugins</li> <li><a href="https://github.com/remarkjs/react-markdown/commit/78d08de906536b6913695883f215807992fc034d"><code>78d08de</code></a> Refactor to remove warning in tests</li> <li><a href="https://github.com/remarkjs/react-markdown/commit/bcdc5b3b4f45be2b662ae11c4b42e74727e3ba2f"><code>bcdc5b3</code></a> Refactor <code>package.json</code></li> <li><a href="https://github.com/remarkjs/react-markdown/commit/c44e246bbb0cbad1110b22b6fb239db2669de0d0"><code>c44e246</code></a> Update dev-dependencies</li> <li>See full diff in <a href="https://github.com/remarkjs/react-markdown/compare/9.0.3...10.0.0">compare view</a></li> </ul> </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> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ken Matsui <[email protected]>
- Loading branch information