Bump markdown-to-jsx from 7.7.8 to 7.7.15
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(22 days ago)
(15 days ago)
(15 days ago)
dependencies javascript
Bumps markdown-to-jsx from 7.7.8 to 7.7.15.
Release notes
Sourced from markdown-to-jsx's releases.
v7.7.15
Patch Changes
- 8e4c270: Mark react as an optional peer dependency as when passing createElement, you don't need React
v7.7.14
+--------------------------+------------------------+-----------------------+ | │ simple markdown string │ large markdown string | +--------------------------+------------------------+-----------------------+ | markdown-to-jsx (next) │ 107,013 ops/sec │ 709 ops/sec | +--------------------------+------------------------+-----------------------+ | markdown-to-jsx (7.7.13) │ 102,934 ops/sec │ 396 ops/sec | +--------------------------+------------------------+-----------------------+Patch Changes
- 73d4398: Cut down on unnecessary matching operations by improving qualifiers. Also improved the matching speed of paragraphs, which led to a roughly 2x boost in throughput for larger input strings.
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 | </tr></table>
... (truncated)
Changelog
Sourced from markdown-to-jsx's changelog.
7.7.15
Patch Changes
- 8e4c270: Mark react as an optional peer dependency as when passing createElement, you don't need React
7.7.14
Patch Changes
- 73d4398: Cut down on unnecessary matching operations by improving qualifiers. Also improved the matching speed of paragraphs, which led to a roughly 2x boost in throughput for larger input strings.
7.7.13
Patch Changes
- da003e4: Fix exponential backtracking issue for unpaired inline delimiter sequences.
7.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.
7.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/main/url)fails to parse as a link After:[title[bracket1][bracket2]](https://github.com/quantizor/markdown-to-jsx/blob/main/url)correctly parses as a link7.7.10
Patch Changes
- bf9dd3d: Unescape content intended for JSX attributes.
7.7.9
Patch Changes
- 95dda3e: Avoid creating unnecessary paragraphs inside of HTML.
- 95dda3e: Fix HTML parser to avoid processing the inside of
<pre>blocks.
Commits
7bdf47fVersion Packages (#713)8e4c270fix(peer): mark react as an optional peer dependency (#711)1deba58Version Packages (#710)73d4398Perf optimizations (#708)fdc044bupgrade yarn, set age gate6ebeb31tell cursor about yarn7ab2298factor out reactFor4cdff17properly type compilerf00155dupgrade typescript7cc231blabel benchmark by version- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 10285245 |
| UUID: | 3508235108 |
| Node ID: | PR_kwDOMhFTeM6tXfXy |
| Host: | GitHub |
| Repository: | mitchellhoesing/mitchellhoesing.github.io |