Update dependency markdown-it to v14.2.0 #14

Open
renovate wants to merge 1 commit from renovate/markdown-it-14.x-lockfile into main
Owner

This PR contains the following updates:

Package Change Age Confidence
markdown-it 14.1.014.2.0 age confidence

Release Notes

markdown-it/markdown-it (markdown-it)

v14.2.0

Compare Source

Added
  • isPunctCharCode to utilities.
Fixed
  • Don't end HTML comment blocks on a blank line, #​1155.
  • Properly recognize astral chars (surrogates) in delimiter scans for
    emphasis-like markers, #​1072. Big thanks to @​tats-u for his global efforts
    with improving CJK support.
  • Preserve unicode whitespaces when trimm headings/paragraphs, #​1074.
  • More strict entities decode to avoid false positives ;, #​1096.
  • Restore block parser state on fail in lheading rule, #​1131.
Security
  • Fixed poor smartquotes perfomance on > 70k quotes in single block
  • Bumped linkify-it to 5.0.1 with fixed potential perfomance issues.

v14.1.1

Compare Source

Security
  • Fixed regression from v13 in linkify inline rule. Specific patterns could
    cause high CPU use. Thanks to @​ltduc147 for report.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [markdown-it](https://github.com/markdown-it/markdown-it) | [`14.1.0` → `14.2.0`](https://renovatebot.com/diffs/npm/markdown-it/14.1.0/14.2.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/markdown-it/14.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/markdown-it/14.1.0/14.2.0?slim=true) | --- ### Release Notes <details> <summary>markdown-it/markdown-it (markdown-it)</summary> ### [`v14.2.0`](https://github.com/markdown-it/markdown-it/blob/HEAD/CHANGELOG.md#1420---2026-05-24) [Compare Source](https://github.com/markdown-it/markdown-it/compare/14.1.1...14.2.0) ##### Added - `isPunctCharCode` to utilities. ##### Fixed - Don't end HTML comment blocks on a blank line, [#&#8203;1155](https://github.com/markdown-it/markdown-it/issues/1155). - Properly recognize astral chars (surrogates) in delimiter scans for emphasis-like markers, [#&#8203;1072](https://github.com/markdown-it/markdown-it/issues/1072). Big thanks to [@&#8203;tats-u](https://github.com/tats-u) for his global efforts with improving CJK support. - Preserve unicode whitespaces when trimm headings/paragraphs, [#&#8203;1074](https://github.com/markdown-it/markdown-it/issues/1074). - More strict entities decode to avoid false positives `;`, [#&#8203;1096](https://github.com/markdown-it/markdown-it/issues/1096). - Restore block parser state on fail in `lheading` rule, [#&#8203;1131](https://github.com/markdown-it/markdown-it/issues/1131). ##### Security - Fixed poor smartquotes perfomance on > 70k quotes in single block - Bumped linkify-it to 5.0.1 with fixed potential perfomance issues. ### [`v14.1.1`](https://github.com/markdown-it/markdown-it/blob/HEAD/CHANGELOG.md#1411---2026-01-11) [Compare Source](https://github.com/markdown-it/markdown-it/compare/14.1.0...14.1.1) ##### Security - Fixed regression from v13 in linkify inline rule. Specific patterns could cause high CPU use. Thanks to [@&#8203;ltduc147](https://github.com/ltduc147) for report. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/markdown-it-14.x-lockfile:renovate/markdown-it-14.x-lockfile
git switch renovate/markdown-it-14.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/markdown-it-14.x-lockfile
git switch renovate/markdown-it-14.x-lockfile
git rebase main
git switch main
git merge --ff-only renovate/markdown-it-14.x-lockfile
git switch renovate/markdown-it-14.x-lockfile
git rebase main
git switch main
git merge --no-ff renovate/markdown-it-14.x-lockfile
git switch main
git merge --squash renovate/markdown-it-14.x-lockfile
git switch main
git merge --ff-only renovate/markdown-it-14.x-lockfile
git switch main
git merge renovate/markdown-it-14.x-lockfile
git push origin main
Sign in to join this conversation.
No description provided.