fix(deps): update dependency markdown-it to v14.2.0 #479

Merged
alexlebens merged 1 commits from renovate/markdown-it-14.x into main 2026-05-25 02:14:50 +00:00
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
markdown-it 14.1.114.2.0 age adoption passing 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.

Configuration

📅 Schedule: (in timezone America/Chicago)

  • 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 is behind base branch, 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/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [markdown-it](https://github.com/markdown-it/markdown-it) | [`14.1.1` → `14.2.0`](https://renovatebot.com/diffs/npm/markdown-it/14.1.1/14.2.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/markdown-it/14.2.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/markdown-it/14.2.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/markdown-it/14.1.1/14.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/markdown-it/14.1.1/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. </details> --- ### Configuration 📅 **Schedule**: (in timezone America/Chicago) - 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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTUuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE5NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5Il19-->
renovate-bot added the dependency label 2026-05-25 00:01:35 +00:00
renovate-bot added 1 commit 2026-05-25 00:01:41 +00:00
fix(deps): update dependency markdown-it to v14.2.0
renovate/stability-days Updates have met minimum release age requirement
test-build / guarddog (pull_request) Successful in 1m28s
test-build / build (pull_request) Successful in 1m36s
256f3ff1f8
alexlebens merged commit af1551f8c2 into main 2026-05-25 02:14:50 +00:00
alexlebens deleted branch renovate/markdown-it-14.x 2026-05-25 02:14:51 +00:00
Sign in to join this conversation.