chore(deps): update dependency markdown-it to v14 #8112
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^8.4.2
->^14.0.0
^10.0.2
->^14.0.0
Release Notes
markdown-it/markdown-it (markdown-it)
v14.1.0
Compare Source
Changed
Fixed
v14.0.0
Compare Source
Changed
.fromCodePoint
and other features).No signatures changed, except
markdown-it-emoji
plugin.dist/
folder from repo, build on package publish.punicode.js
as external dependency.Fixed
v13.0.2
Compare Source
Security
Fixed
line
orpos
counters(previously, markdown-it would likely go into infinite loop instead), #847.
v13.0.1
Compare Source
Fixed
linkify-it
to 4.0.1. That should fix some hangs, caused by wrongdata, returned from
linkify-it
.v13.0.0
Compare Source
Added
text_special
to store escaped characters, same astext
butunaffected by replacement plugins (smartquotes, typographer, linkifier, etc.).
text_join
incore
ruler. Text replacement plugins may choose toinsert themselves before it.
Changed
(p)
is no longer replaced with § by typographer (conflicts with ℗), #763.text_collapse
rule is renamed tofragments_join
.Fixed
with backslash (e.g.
\(c)
orgoogle\.com
are no longer replaced).http://example.org/foo._bar_-_baz
is now a single link, not emphasized). Emails and fuzzy links are not affected by this.
v12.3.2
Compare Source
Security
v12.3.1
Compare Source
Fixed
v12.3.0
Compare Source
Changed
StateInline.delimiters[].jump
is removed.Fixed
***<10k stars>***a***<10k stars>***
case.v12.2.0
Compare Source
Added
Fixed
v12.1.0
Compare Source
Changed
v12.0.6
Compare Source
Fixed
alt
should be rendered, #775.v12.0.5
Compare Source
Fixed
===
inside are no longer incorrectly interpreted as headers, #772.v12.0.4
Compare Source
Fixed
12.0.3
when processing strikethrough (~~
) and similar plugins, #742.v12.0.3
Compare Source
Fixed
[](<foo<bar>)
is no longer a valid link.[](url (xxx())
is no longer a valid link.[](url\ xxx)
is no longer a valid link.emphases (#735), and autolinks (#737).
<? ... ?>
in an inline context.<meta>
html tag to appear in an inline context.v12.0.2
Compare Source
Fixed
|\n|\n|
) are no longer rendered as a table with no columns, #724.v12.0.1
Compare Source
Fixed
v12.0.0
Compare Source
Added
.gitattributes
, force unix eol under windows, for development.Changed
highlight(code, lang, attrs)
, #626.rollup.js
to browserify sources.bower.json
(bower reached EOL).specsplit.js
options.Makefile
in favour of npm scrips.Fixed
%25
is no longer decoded in beautified urls, #720.v11.0.1
Compare Source
Fixed
v11.0.0
Compare Source
Changed
linkify-it
to 3.0.0, #661 + allow unlimited.
inside links.nyc
for coverage reports.Fixed
v10.0.0
Compare Source
Security
now similar to one in reference implementation.
Changed
linear now). If you use external "pairs" extensions, you need sync those with
"official ones". Without update, old code will work, but can cause invalid
result in rare case. This is the only reason of major version bump. With high probability you don't need to change your code, only update version dependency.
v9.1.0
Compare Source
Changed
CommonMark spec, #581.
v9.0.1
Compare Source
Fixed
v9.0.0
Compare Source
Changed
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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.