Skip to content

Commit 49b805a

Browse files
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=markdown-it&package-manager=npm_and_yarn&previous-version=14.0.0&new-version=14.1.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>
1 parent 5c1a6c2 commit 49b805a

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"hast-util-to-text": "^4.0.0",
3030
"html-minifier-terser": "^7.2.0",
3131
"js-yaml": "^4.1.0",
32-
"markdown-it": "^14.0.0",
32+
"markdown-it": "^14.1.0",
3333
"markdown-it-anchor": "^8.6.7",
3434
"markdown-it-attrs": "^4.1.6",
3535
"markdown-it-container": "^4.0.0",

pnpm-lock.yaml

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)