Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump myst-parser from 3.0.1 to 4.0.0 (#3277)
Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 3.0.1 to 4.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/executablebooks/MyST-Parser/releases">myst-parser's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <h2>What's Changed</h2> <ul> <li>⬆️ Support python>=3.10, sphinx >=7,<!-- raw HTML omitted -->=0.19,<0.22 by <a href="https://github.com/chrisjsewell"><code>@chrisjsewell</code></a> in <a href="https://redirect.github.com/executablebooks/MyST-Parser/pull/952">executablebooks/MyST-Parser#952</a></li> <li>👌 Improve footnote def/ref warnings and translations by <a href="https://github.com/chrisjsewell"><code>@chrisjsewell</code></a> in <a href="https://redirect.github.com/executablebooks/MyST-Parser/pull/931">executablebooks/MyST-Parser#931</a></li> <li>📚 Fix typo by <a href="https://github.com/meli-lewis"><code>@meli-lewis</code></a> in <a href="https://redirect.github.com/executablebooks/MyST-Parser/pull/940">executablebooks/MyST-Parser#940</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/meli-lewis"><code>@meli-lewis</code></a> made their first contribution in <a href="https://redirect.github.com/executablebooks/MyST-Parser/pull/940">executablebooks/MyST-Parser#940</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/executablebooks/MyST-Parser/compare/v3.0.1...v4.0.0">https://github.com/executablebooks/MyST-Parser/compare/v3.0.1...v4.0.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md">myst-parser's changelog</a>.</em></p> <blockquote> <h2>4.0.0 - 2024-08-05</h2> <p>This release bumps the supported versions of:</p> <ul> <li>Python to <code>3.10</code> and greater</li> <li>Sphinx to <code>>=7,<9</code></li> <li>Docutils to <code>>=0.19,<0.22</code></li> </ul> <p>Additionally, footnotes are now parsed similar to the corresponding reStructuredText, in that resolution (between definitions and references) and ordering is now deferred to transforms on the doctree (in <a href="gh-pr:931">gh-pr:931</a>).</p> <p>This allows for the proper interaction with other docutils/sphinx transforms, including those that perform translations, and logging of warnings for duplicate/unreferenced footnote definitions and also for footnote references with no definitions.</p> <p>See the <a href="https://github.com/executablebooks/MyST-Parser/blob/master/#syntax/footnotes">footnotes guide</a> for more information.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/executablebooks/MyST-Parser/compare/v3.0.1...v4.0.0">v3.0.1...v4.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/executablebooks/MyST-Parser/commit/ce37be5e3ba22786e1cad190237bedc252e78f85"><code>ce37be5</code></a> 🚀 Release v4.0.0 (<a href="https://redirect.github.com/executablebooks/MyST-Parser/issues/954">#954</a>)</li> <li><a href="https://github.com/executablebooks/MyST-Parser/commit/850f7c90b92a9daf3867bef7dfc2f58d6b963aed"><code>850f7c9</code></a> 👌 Improve footnote def/ref warnings and translations (<a href="https://redirect.github.com/executablebooks/MyST-Parser/issues/931">#931</a>)</li> <li><a href="https://github.com/executablebooks/MyST-Parser/commit/401e08c9504f8097d6796484e050b52e52e7c72c"><code>401e08c</code></a> ⬆️ Support python>=3.10, sphinx >=7,<9, docutils>=0.19,<0.22 (<a href="https://redirect.github.com/executablebooks/MyST-Parser/issues/952">#952</a>)</li> <li><a href="https://github.com/executablebooks/MyST-Parser/commit/d3d7fbb6a4fd2ecd12c7a29d7de902a869897eb9"><code>d3d7fbb</code></a> 🔧 pre-commit autoupdate (<a href="https://redirect.github.com/executablebooks/MyST-Parser/issues/946">#946</a>)</li> <li><a href="https://github.com/executablebooks/MyST-Parser/commit/ad0f24f2206a9a7668bd5026d9f1d9a125ec0e50"><code>ad0f24f</code></a> 🔧 test fixes for sphinx 7.4 (<a href="https://redirect.github.com/executablebooks/MyST-Parser/issues/945">#945</a>)</li> <li><a href="https://github.com/executablebooks/MyST-Parser/commit/d448abf395c29bb649f81fba5c1a2bc49e195cc0"><code>d448abf</code></a> 📚 Fix typo (<a href="https://redirect.github.com/executablebooks/MyST-Parser/issues/940">#940</a>)</li> <li>See full diff in <a href="https://github.com/executablebooks/MyST-Parser/compare/v3.0.1...v4.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=myst-parser&package-manager=pip&previous-version=3.0.1&new-version=4.0.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information