Commit 38f71ab
authored
chore(deps): update myst-parser requirement from <6,>=5 to >=5.1.0,<6 in /docs (#22378)
Updates the requirements on
[myst-parser](https://github.com/executablebooks/MyST-Parser) to permit
the latest version.
<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>v5.1.0</h2>
<h2>✨ New Features</h2>
<ul>
<li>✨ Add <code>"alert"</code> syntax extension for <a
href="https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts">GFM
alerts</a> (e.g. <code>> [!NOTE]</code>), see <a
href="https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#alerts-github-style-callouts">docs</a>
by <a
href="https://github.com/chrisjsewell"><code>@chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/1128">#1128</a></li>
<li>✨ Add <code>"gfm_autolink"</code> syntax extension for <a
href="https://github.github.com/gfm/#autolinks-extension-">GFM
autolinks</a>, see <a
href="https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#gfm-autolinks">docs</a>
by <a
href="https://github.com/chrisjsewell"><code>@chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/1128">#1128</a></li>
<li>✨ Add <code>myst_strikethrough_single_tilde</code> <a
href="https://myst-parser.readthedocs.io/en/latest/configuration.html">config
option</a> to allow single tilde (<code>~</code>) for strikethrough by
<a
href="https://github.com/chrisjsewell"><code>@chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/1128">#1128</a></li>
<li>✨ Add <code>myst_colon_fence_exact_match</code> <a
href="https://myst-parser.readthedocs.io/en/latest/configuration.html">config
option</a> to require the closing colon fence to have exactly the same
number of colons as the opening, see <a
href="https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#code-fences-using-colons">docs</a>
by <a
href="https://github.com/chrisjsewell"><code>@chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/1128">#1128</a></li>
</ul>
<h2>👌 Improvements</h2>
<ul>
<li>👌 Update <code>myst_gfm_only</code> mode to use the unified
<code>gfm_plugin</code>, which now includes GFM autolinks, alerts, and
improved strikethrough/tasklist handling by <a
href="https://github.com/chrisjsewell"><code>@chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/1128">#1128</a></li>
<li>👌 Improve MathJax 4 compatibility for Sphinx 9 by <a
href="https://github.com/chrisjsewell"><code>@chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/1110">#1110</a></li>
<li>👌 Stop directive-option parsing at colon fences, fixing nested colon
fence directives by <a
href="https://github.com/chrisjsewell"><code>@chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/1133">#1133</a></li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>🐛 Use docname instead of source path in warning locations by <a
href="https://github.com/chrisjsewell"><code>@chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/1114">#1114</a></li>
<li>🐛 Correctly encode <code>&</code> in Markdown URLs by not
HTML-escaping <code>refuri</code> by <a
href="https://github.com/chrisjsewell"><code>@chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/1126">#1126</a></li>
<li>🐛 Fix <code>RemovedInSphinx10Warning</code> for inventory item
iteration by <a
href="https://github.com/chrisjsewell"><code>@chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/1129">#1129</a></li>
<li>🐛 Pin <code>mdit-py-plugins>=0.6.1</code> for nested field list
fix by <a
href="https://github.com/chrisjsewell"><code>@chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/1134">#1134</a></li>
</ul>
<h2>⬆️ Dependency Upgrades</h2>
<ul>
<li>⬆️ Upgrade to <code>markdown-it-py~=4.2</code> and
<code>mdit-py-plugins~=0.6</code> by <a
href="https://github.com/chrisjsewell"><code>@chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/1128">#1128</a></li>
<li>⬆️ Update pygments requirement from <code><2.20</code> to
<code><2.21</code> by <a
href="https://github.com/chrisjsewell"><code>@chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/1117">#1117</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/mb"><code>@mb</code></a> made their
first contribution in <a
href="https://redirect.github.com/executablebooks/MyST-Parser/pull/1126">executablebooks/MyST-Parser#1126</a></li>
<li><a href="https://github.com/Bizordec"><code>@Bizordec</code></a>
made their first contribution in <a
href="https://redirect.github.com/executablebooks/MyST-Parser/pull/1114">executablebooks/MyST-Parser#1114</a></li>
<li><a href="https://github.com/ilia-kats"><code>@ilia-kats</code></a>
made their first contribution in <a
href="https://redirect.github.com/executablebooks/MyST-Parser/pull/1110">executablebooks/MyST-Parser#1110</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/executablebooks/MyST-Parser/compare/v5.0.0...v5.1.0">https://github.com/executablebooks/MyST-Parser/compare/v5.0.0...v5.1.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>5.1.0 - 2026-05-13</h2>
<h3>✨ New Features</h3>
<ul>
<li>✨ Add <code>"alert"</code> syntax extension for <a
href="https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts">GFM
alerts</a> (e.g. <code>> [!NOTE]</code>), see <a
href="https://github.com/executablebooks/MyST-Parser/blob/master/syntax/alerts"></a>
by <a href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <a
href="gh-pr:1128">gh-pr:1128</a></li>
<li>✨ Add <code>"gfm_autolink"</code> syntax extension for <a
href="https://github.github.com/gfm/#autolinks-extension-">GFM
autolinks</a>, see <a
href="https://github.com/executablebooks/MyST-Parser/blob/master/syntax/gfm-autolink"></a>
by <a href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <a
href="gh-pr:1128">gh-pr:1128</a></li>
<li>✨ Add <code>myst_strikethrough_single_tilde</code> <a
href="https://github.com/executablebooks/MyST-Parser/blob/master/sphinx/config-options">config
option</a> to allow single tilde (<code>~</code>) for strikethrough by
<a href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <a
href="gh-pr:1128">gh-pr:1128</a></li>
<li>✨ Add <code>myst_colon_fence_exact_match</code> <a
href="https://github.com/executablebooks/MyST-Parser/blob/master/sphinx/config-options">config
option</a> to require the closing colon fence to have exactly the same
number of colons as the opening, see <a
href="https://github.com/executablebooks/MyST-Parser/blob/master/syntax/colon_fence"></a>
by <a href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <a
href="gh-pr:1128">gh-pr:1128</a></li>
</ul>
<h3>👌 Improvements</h3>
<ul>
<li>👌 Update <a
href="https://github.com/executablebooks/MyST-Parser/blob/master/sphinx/config-options"><code>myst_gfm_only</code></a>
mode to use the unified <code>gfm_plugin</code>, which now includes GFM
autolinks, alerts, and improved strikethrough/tasklist handling by <a
href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <a
href="gh-pr:1128">gh-pr:1128</a></li>
<li>👌 Improve MathJax 4 compatibility for Sphinx 9 by <a
href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <a
href="gh-pr:1110">gh-pr:1110</a></li>
<li>👌 Stop directive-option parsing at colon fences, fixing nested colon
fence directives by <a
href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <a
href="gh-pr:1133">gh-pr:1133</a></li>
</ul>
<h3>🐛 Bug Fixes</h3>
<ul>
<li>🐛 Use docname instead of source path in warning locations by <a
href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <a
href="gh-pr:1114">gh-pr:1114</a></li>
<li>🐛 Correctly encode <code>&</code> in Markdown URLs by not
HTML-escaping <code>refuri</code> by <a
href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <a
href="gh-pr:1126">gh-pr:1126</a></li>
<li>🐛 Fix <code>RemovedInSphinx10Warning</code> for inventory item
iteration by <a href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in
<a href="gh-pr:1129">gh-pr:1129</a></li>
<li>🐛 Pin <code>mdit-py-plugins>=0.6.1</code> for nested field list
fix by <a href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <a
href="gh-pr:1134">gh-pr:1134</a></li>
</ul>
<h3>⬆️ Dependency Upgrades</h3>
<ul>
<li>⬆️ Upgrade to <code>markdown-it-py~=4.2</code> and
<code>mdit-py-plugins~=0.6</code> by <a
href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <a
href="gh-pr:1128">gh-pr:1128</a></li>
<li>⬆️ Update pygments requirement from <code><2.20</code> to
<code><2.21</code> by <a
href="gh-user:chrisjsewell">gh-user:chrisjsewell</a> in <a
href="gh-pr:1117">gh-pr:1117</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/executablebooks/MyST-Parser/compare/v5.0.0...v5.1.0">v5.0.0...v5.1.0</a></p>
<h2>5.0.0 - 2026-01-15</h2>
<p>This release significantly bumps the supported versions of core
dependencies:</p>
<h3>1 parent 265473e commit 38f71ab
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments