Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2023

This PR contains the following updates:

Package Change Age Confidence
markdown-it ^12.0.0 -> ^14.0.0 age confidence

Release Notes

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

v14.1.0

Compare Source

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.

v14.0.0

Compare Source

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.

v13.0.2

Compare Source

Security
  • Fixed crash/infinite loop caused by linkify inline rule, #​957.
Fixed
  • Throw an error if 3rd party plugin doesn't increment line or pos counters
    (previously, markdown-it would likely go into infinite loop instead), #​847.

v13.0.1

Compare Source

Fixed
  • Bumped linkify-it to 4.0.1. That should fix some hangs, caused by wrong
    data, returned from linkify-it.

v13.0.0

Compare Source

Added
  • Added a new token type text_special to store escaped characters, same as text but
    unaffected by replacement plugins (smartquotes, typographer, linkifier, etc.).
  • Added a new rule text_join in core ruler. Text replacement plugins may choose to
    insert themselves before it.
Changed
  • (p) is no longer replaced with § by typographer (conflicts with ℗), #​763.
  • text_collapse rule is renamed to fragments_join.
Fixed
  • Smartquotes, typographic replacements and plain text links can now be escaped
    with backslash (e.g. \(c) or google\.com are no longer replaced).
  • Fixed collision of emphasis and linkifier (so http://example.org/foo._bar_-_baz
    is now a single link, not emphasized). Emails and fuzzy links are not affected by this.

Configuration

📅 Schedule: 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/markdown-it-14.x branch from cd1ad02 to f01e1c8 Compare February 27, 2024 12:52
@renovate renovate bot force-pushed the renovate/markdown-it-14.x branch from f01e1c8 to 50b57ae Compare September 3, 2024 11:34
@renovate renovate bot changed the title fix(deps): update dependency markdown-it to v14 fix(deps): update dependency markdown-it to v14 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/markdown-it-14.x branch December 8, 2024 18:53
@renovate renovate bot changed the title fix(deps): update dependency markdown-it to v14 - autoclosed fix(deps): update dependency markdown-it to v14 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/markdown-it-14.x branch from 1338354 to 50b57ae Compare December 9, 2024 02:33
@renovate renovate bot force-pushed the renovate/markdown-it-14.x branch from 50b57ae to 8624288 Compare May 2, 2025 21:49
@renovate renovate bot force-pushed the renovate/markdown-it-14.x branch from 8624288 to d9eb130 Compare May 16, 2025 20:12
@renovate renovate bot force-pushed the renovate/markdown-it-14.x branch from d9eb130 to a7a4dc9 Compare June 20, 2025 22:15
@renovate renovate bot force-pushed the renovate/markdown-it-14.x branch from a7a4dc9 to e639a19 Compare August 10, 2025 13:29
@renovate renovate bot force-pushed the renovate/markdown-it-14.x branch from e639a19 to 5fd0948 Compare August 31, 2025 10:27
@renovate renovate bot force-pushed the renovate/markdown-it-14.x branch from 5fd0948 to 17aacc9 Compare September 25, 2025 20:09
@renovate renovate bot force-pushed the renovate/markdown-it-14.x branch from 17aacc9 to 67dcf80 Compare October 21, 2025 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant