-
Notifications
You must be signed in to change notification settings - Fork 715
Commit 49b805a
authored
Bump markdown-it from 14.0.0 to 14.1.0 (#5655)
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from
14.0.0 to 14.1.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md">markdown-it's
changelog</a>.</em></p>
<blockquote>
<h2>[14.1.0] - 2024-03-19</h2>
<h3>Changed</h3>
<ul>
<li>Updated CM spec compatibility to 0.31.2, <a
href="https://redirect.github.com/markdown-it/markdown-it/issues/1009">#1009</a>.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fixed quadratic complexity when parsing references, <a
href="https://redirect.github.com/markdown-it/markdown-it/issues/996">#996</a>.</li>
<li>Fixed quadratic output size with pathological user input in tables,
<a
href="https://redirect.github.com/markdown-it/markdown-it/issues/1000">#1000</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/markdown-it/markdown-it/commit/0fe7ccb4b7f30236fb05f623be6924961d296d3d"><code>0fe7ccb</code></a>
14.1.0 released</li>
<li><a
href="https://github.com/markdown-it/markdown-it/commit/a367c44154d6c906c8652ed779af6a21f7eaed2e"><code>a367c44</code></a>
Fix typo in comments of text.mjs (<a
href="https://redirect.github.com/markdown-it/markdown-it/issues/1015">#1015</a>)</li>
<li><a
href="https://github.com/markdown-it/markdown-it/commit/7ad81799725ef19627241f002fb1fa9cbd6a2a37"><code>7ad8179</code></a>
add changelog</li>
<li><a
href="https://github.com/markdown-it/markdown-it/commit/5e900639542bb36501ee9e960c07bfaa529431c9"><code>5e90063</code></a>
simplify logic in scanDelims</li>
<li><a
href="https://github.com/markdown-it/markdown-it/commit/d7ce5ec66d3babcd165d432b68b3c55000349ccf"><code>d7ce5ec</code></a>
Merge pull request <a
href="https://redirect.github.com/markdown-it/markdown-it/issues/1009">#1009</a>
from notriddle/spec-0.31.2</li>
<li><a
href="https://github.com/markdown-it/markdown-it/commit/0bfc57de427b349865c4d85dccc7d4da00bca53f"><code>0bfc57d</code></a>
Update spec to 0.31.2</li>
<li><a
href="https://github.com/markdown-it/markdown-it/commit/cd2477863fdcc182cc8739e9bedc7363acb344d8"><code>cd24778</code></a>
Update to comply with spec 0.31.2</li>
<li><a
href="https://github.com/markdown-it/markdown-it/commit/eaef476fe6fe9642b7ee13232c4ff1b2a51b444a"><code>eaef476</code></a>
Fix typo in architecture.md (<a
href="https://redirect.github.com/markdown-it/markdown-it/issues/994">#994</a>)</li>
<li><a
href="https://github.com/markdown-it/markdown-it/commit/de814cae739e1546aa0528f3ece849aa7a436265"><code>de814ca</code></a>
fix quadratic complexity in reference parser (<a
href="https://redirect.github.com/markdown-it/markdown-it/issues/1004">#1004</a>)</li>
<li><a
href="https://github.com/markdown-it/markdown-it/commit/00b8a93c8fe60d66e862445082b61d1ce1abae1c"><code>00b8a93</code></a>
limit the number of autocompleted cells in a table</li>
<li>Additional commits viewable in <a
href="https://github.com/markdown-it/markdown-it/compare/14.0.0...14.1.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 5c1a6c2 commit 49b805aCopy full SHA for 49b805a
2 files changed
+16
-16
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
|
+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments