chore(deps): bump markdown-to-jsx from 7.7.1 to 7.7.13
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(26 days ago)
(26 days ago)
dependencies javascript
Bumps markdown-to-jsx from 7.7.1 to 7.7.13.
Release notes
Sourced from markdown-to-jsx's releases.
v7.7.13
Patch Changes
- da003e4: Fix exponential backtracking issue for unpaired inline delimiter sequences.
v7.7.12
Patch Changes
- 4351ef5: Adjust text parsing to not split on double spaces unless followed by a newline.
- 4351ef5: Special case detection of :shortcode: so the text processor doesn't break it into chunks, enables shortcode replacement via renderRule.
v7.7.11
Patch Changes
4a692dc: Fixes the issue where link text containing multiple nested brackets is not parsed correctly.
Before:
[title[bracket1][bracket2]](https://github.com/quantizor/markdown-to-jsx/blob/HEAD/url)
fails to parse as a link After:[title[bracket1][bracket2]](https://github.com/quantizor/markdown-to-jsx/blob/HEAD/url)
correctly parses as a linkv7.7.10
Patch Changes
- bf9dd3d: Unescape content intended for JSX attributes.
v7.7.9
+--------------------------+------------------------+-----------------------+ | │ simple markdown string │ large markdown string | +--------------------------+------------------------+-----------------------+ | markdown-to-jsx (7.7.9) │ 103,280 ops/sec │ 403 ops/sec | +--------------------------+------------------------+-----------------------+ | markdown-to-jsx (7.7.8) │ 101,922 ops/sec │ 401 ops/sec | +--------------------------+------------------------+-----------------------+
Patch Changes
- 95dda3e: Avoid creating unnecessary paragraphs inside of HTML.
- 95dda3e: Fix HTML parser to avoid processing the inside of
<pre>
blocks.v7.7.8
7.7.7 had a performance regression for very long input that has been resolved in 7.7.8, and then some.
+--------------------------+------------------------+-----------------------+ | │ simple markdown string │ large markdown string | +--------------------------+------------------------+-----------------------+ | markdown-to-jsx (7.7.8) │ 104,575 ops/sec │ 386 ops/sec | +--------------------------+------------------------+-----------------------+ </tr></table>
... (truncated)
Changelog
Sourced from markdown-to-jsx's changelog.
Commits
3b5820f
Version Packages (#702)da003e4
700/forward seek perf (#701)be306c2
update yarn6fe8aba
Version Packages (#698)4351ef5
694 text merge (#697)f91069d
Version Packages (#696)4a692dc
Fix: Handle multiple nested brackets in link text (#695)3e353f4
add doc for using options.overrides to ban tags14001e6
add test demoing the ability to void elements764f342
Version Packages (#692)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
2
+8
-9
Package Dependencies
Technical Details
ID: | 5324344 |
UUID: | 2754701560 |
Node ID: | PR_kwDOOXZX486kMWj4 |
Host: | GitHub |
Repository: | peter6286/https---github.com-peter6286-personal-site |
Merge State: | Unknown |