Skip to content

chore(deps): update dependency markdown-it to v15 - #1239

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/markdown-it-15.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/markdown-it-15.x

Conversation

@renovate

@renovate renovate Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
markdown-it >=9.0.1 <15.0.0>=9.0.1 <16.0.0 age confidence
markdown-it 14.3.215.0.2 age confidence

Release Notes

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

v15.0.2

Compare Source

Security
  • Fixed quadratic complexity in smartquotes when quote types don't match, #​1209.
    Also limited the smartquotes stack to 1000 unmatched openers.

v15.0.1

Compare Source

Changed
  • doc: replace oxide theme with custom one.
Fixed
  • Fixed code span parsing after lookaheads for unclosed link and image labels, #​1201.
  • Preserve spaces in code spans whose content consists only of spaces, #​1180.
  • Preserve brackets around IPv6 address literals when normalizing links, #​1204.
Security
  • Fixed quadratic complexity when replacing fuzzy links.
  • Fixed quadratic complexity in scheme backscan (inline linkify rule).

v15.0.0

Compare Source

Added
  • Exposed parser internals classes as static properties on markdownit.
  • Bundled TypeScript declarations. Remove @types/markdown-it if you used it.
  • Added the markdown-it/browser export with bundled ESM and UMD builds.
  • Added colored CLI help on supported terminals via argparse 3.
  • Added reference labels to link/image tokens, #​938.
  • Added reference_definition tokens. They remain stripped by default
    for backwards compatibility, #​1055. Also adjusted the line-break heuristic
    to keep output exactly the same.
Changed
  • [breaking] linkify-it => v6
    • No fuzzy links by default.
    • No auth part check by default.
    • Unicode punctuation terminates the link by default (should help with CJK).
    • See linkify-it changelog
      for other changes.
  • Package root now resolves to prebuilt ESM and CJS files instead of raw
    sources. Distribution files were reorganized under dist/ and
    dist/browser/.
  • Migrated to Typescript.
  • entities => v8. Can be rolled back to v7 if compatibility issues happen.
  • Moved validateLink, normalizeLink and normalizeLinkText from properties
    to prototype methods.
  • Reworked issue templates and contribution guidelines.
Removed
  • [breaking] Removed package-internal subpath exports (markdown-it/lib/* and similar).
    Use the static classes exposed on markdownit instead.
  • [breaking] Removed obsolete StateBlock#ddIndent, #​1139. Update
    markdown-it-deflist to keep it working.
Fixed
  • Preserve a literal backslash before a terminating space in link destinations,
    matching CommonMark 6.3, #​1188.
  • Recognize lowercase declarations as HTML blocks, matching CommonMark 4.6,
    #​1189.
  • Require semicolons for named entities in all decoding paths, completing the
    fix for #​1096.
  • Enhanced the text_join rule to process image alt text.
  • Include inline code content in image alt text, #​1142.

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 is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/markdown-it-15.x branch 10 times, most recently from 995339f to 4ab96a0 Compare August 10, 2026 05:16
@renovate
renovate Bot force-pushed the renovate/markdown-it-15.x branch 5 times, most recently from a26c55f to 8f8eca7 Compare August 13, 2026 22:43
@renovate
renovate Bot force-pushed the renovate/markdown-it-15.x branch 2 times, most recently from 232174b to 73a71b4 Compare August 21, 2026 04:31
@renovate
renovate Bot force-pushed the renovate/markdown-it-15.x branch 9 times, most recently from 5c8f1c9 to 7e03819 Compare September 1, 2026 22:14
@renovate
renovate Bot force-pushed the renovate/markdown-it-15.x branch 4 times, most recently from 9a51165 to 771528c Compare September 4, 2026 19:16
@renovate
renovate Bot force-pushed the renovate/markdown-it-15.x branch 10 times, most recently from 5dfa2ca to 6a61aa2 Compare September 14, 2026 06:32
@renovate
renovate Bot force-pushed the renovate/markdown-it-15.x branch 6 times, most recently from fc8fbe7 to f796e29 Compare September 22, 2026 12:40
@renovate
renovate Bot force-pushed the renovate/markdown-it-15.x branch from f796e29 to 079d0fa Compare September 23, 2026 01:52
@renovate
renovate Bot force-pushed the renovate/markdown-it-15.x branch from 079d0fa to ca4fbc3 Compare September 23, 2026 05:15
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants