[PR #2680] [CLOSED] Bump markdown-it from 13.0.2 to 14.1.0 in /frontend #4074

Closed
opened 2026-02-22 18:35:05 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2680
Author: @dependabot[bot]
Created: 11/21/2024
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/frontend/markdown-it-14.1.0


📝 Commits (1)

  • 735b08a Bump markdown-it from 13.0.2 to 14.1.0 in /frontend

📊 Changes

2 files changed (+60 additions, -29 deletions)

View changed files

📝 frontend/package.json (+1 -1)
📝 frontend/yarn.lock (+59 -28)

📄 Description

Bumps markdown-it from 13.0.2 to 14.1.0.

Changelog

Sourced from markdown-it's changelog.

[14.1.0] - 2024-03-19

Changed

  • Updated CM spec compatibility to 0.31.2, #1009.

Fixed

  • Fixed quadratic complexity when parsing references, #996.
  • Fixed quadratic output size with pathological user input in tables, #1000.

[14.0.0] - 2023-12-08

Changed

  • Drop ancient browsers support (use .fromCodePoint and other features).
  • Rewrite to ESM (including all plugins/deps). CJS fallback still available. No signatures changed, except markdown-it-emoji plugin.
  • Dropped dist/ folder from repo, build on package publish.
  • Set punicode.js as external dependency.

Fixed

  • Html tokens inside img alt are now rendered as their original text, #896.
  • Hardbreaks inside img alt are now rendered as newlines.
Commits

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/2680 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/21/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/frontend/markdown-it-14.1.0` --- ### 📝 Commits (1) - [`735b08a`](https://github.com/Mintplex-Labs/anything-llm/commit/735b08abe9e075a79304951ea366130fc50a4cb6) Bump markdown-it from 13.0.2 to 14.1.0 in /frontend ### 📊 Changes **2 files changed** (+60 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+1 -1) 📝 `frontend/yarn.lock` (+59 -28) </details> ### 📄 Description Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 13.0.2 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> <h2>[14.0.0] - 2023-12-08</h2> <h3>Changed</h3> <ul> <li>Drop ancient browsers support (use <code>.fromCodePoint</code> and other features).</li> <li>Rewrite to ESM (including all plugins/deps). CJS fallback still available. No signatures changed, except <code>markdown-it-emoji</code> plugin.</li> <li>Dropped <code>dist/</code> folder from repo, build on package publish.</li> <li>Set <code>punicode.js</code> as external dependency.</li> </ul> <h3>Fixed</h3> <ul> <li>Html tokens inside img alt are now rendered as their original text, <a href="https://redirect.github.com/markdown-it/markdown-it/issues/896">#896</a>.</li> <li>Hardbreaks inside img alt are now rendered as newlines.</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/13.0.2...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=13.0.2&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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:35:05 -05:00
yindo closed this issue 2026-02-22 18:35:05 -05:00
yindo changed title from [PR #2680] Bump markdown-it from 13.0.2 to 14.1.0 in /frontend to [PR #2680] [CLOSED] Bump markdown-it from 13.0.2 to 14.1.0 in /frontend 2026-06-05 15:16:41 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4074