nodebb-plugin-write-api
nodebb-plugin-write-api copied to clipboard
fix(deps): update dependency markdown-it to v14
trafficstars
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| markdown-it | ^12.0.0 -> ^14.0.0 |
Release Notes
markdown-it/markdown-it (markdown-it)
v14.1.0
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
Changed
- Drop ancient browsers support (use
.fromCodePointand other features). - Rewrite to ESM (including all plugins/deps). CJS fallback still available.
No signatures changed, except
markdown-it-emojiplugin. - Dropped
dist/folder from repo, build on package publish. - Set
punicode.jsas 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
Security
- Fixed crash/infinite loop caused by linkify inline rule, #957.
Fixed
- Throw an error if 3rd party plugin doesn't increment
lineorposcounters (previously, markdown-it would likely go into infinite loop instead), #847.
v13.0.1
Fixed
- Bumped
linkify-itto 4.0.1. That should fix some hangs, caused by wrong data, returned fromlinkify-it.
v13.0.0
Added
- Added a new token type
text_specialto store escaped characters, same astextbut unaffected by replacement plugins (smartquotes, typographer, linkifier, etc.). - Added a new rule
text_joinincoreruler. Text replacement plugins may choose to insert themselves before it.
Changed
(p)is no longer replaced with § by typographer (conflicts with ℗), #763.text_collapserule is renamed tofragments_join.
Fixed
- Smartquotes, typographic replacements and plain text links can now be escaped
with backslash (e.g.
\(c)orgoogle\.comare no longer replaced). - Fixed collision of emphasis and linkifier (so
http://example.org/foo._bar_-_bazis 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.