chore(deps): bump markdown-to-jsx from 7.7.1 to 7.7.7
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(3 months ago)
(3 months ago)
dependencies javascript
Bumps markdown-to-jsx from 7.7.1 to 7.7.7.
Release notes
Sourced from markdown-to-jsx's releases.
v7.7.7
Patch Changes
89c87e5: Handle spaces in text as a stop token to improve processing, also adapt paragraph detection to exclude non-atx compliant headings if that option is enabled.
Fixes #680
v7.7.6
Patch Changes
- 654855b: Sanitize more attributes by default to help address XSS vectors.
- 7639c08: Improve splitting of style attributes.
v7.7.5
Patch Changes
- 0ddaabb: Remove unescaping of content inside fenced code blocks.
- 07b4280: Better handle exotic backtick scenarios for inline code blocks.
- 0dad192: Fix consecutive marked text.
v7.7.4
+--------------------------+------------------------+-----------------------+ | │ simple markdown string │ large markdown string | +--------------------------+------------------------+-----------------------+ | markdown-to-jsx (7.7.4) │ 92,671 ops/sec │ 330 ops/sec | +--------------------------+------------------------+-----------------------+ | markdown-to-jsx (7.7.3) │ 91,164 ops/sec │ 301 ops/sec | +--------------------------+------------------------+-----------------------+
Patch Changes
- adc08c7: Further optimize the plain text splitting regex.
- c8bc5f3: Remove redundant detectors when processing paragraphs.
- d96a8d8: Replace some regexes with optimized functions to avoid polynomial time scenarios. Also fixes compatibility issues in some older browsers with the
trimEnd
API.- 7be3d77: Optimize regexes and parsing to do less work.
- cf7693c: Rework inline code syntax handling, handle escaped characters in code blocks correctly so they render without the backslash.
v7.7.3
Patch Changes
- 8026103: Handle paragraph splitting better, fixes #641.
- 1ea00bb: Adjust table row parsing to better handle inline syntaxes and improve performance.
v7.7.2
Patch Changes
- 52a727c: Use
ReactNode
instead ofReactChild
for React 19 compatibility- 4fa87d8: Bump ws from 8.11.0 to 8.18.0
Changelog
Sourced from markdown-to-jsx's changelog.
7.7.7
Patch Changes
89c87e5: Handle spaces in text as a stop token to improve processing, also adapt paragraph detection to exclude non-atx compliant headings if that option is enabled.
Fixes #680
7.7.6
Patch Changes
- 654855b: Sanitize more attributes by default to help address XSS vectors.
- 7639c08: Improve splitting of style attributes.
7.7.5
Patch Changes
- 0ddaabb: Remove unescaping of content inside fenced code blocks.
- 07b4280: Better handle exotic backtick scenarios for inline code blocks.
- 0dad192: Fix consecutive marked text.
7.7.4
Patch Changes
- adc08c7: Further optimize the plain text splitting regex.
- c8bc5f3: Remove redundant detectors when processing paragraphs.
- d96a8d8: Replace some regexes with optimized functions to avoid polynomial time scenarios. Also fixes compatibility issues in some older browsers with the
trimEnd
API.- 7be3d77: Optimize regexes and parsing to do less work.
- cf7693c: Rework inline code syntax handling, handle escaped characters in code blocks correctly so they render without the backslash.
7.7.3
Patch Changes
- 8026103: Handle paragraph splitting better, fixes #641.
- 1ea00bb: Adjust table row parsing to better handle inline syntaxes and improve performance.
7.7.2
Patch Changes
- 52a727c: Use
ReactNode
instead ofReactChild
for React 19 compatibility- 4fa87d8: Bump ws from 8.11.0 to 8.18.0
Commits
55f7923
chore: fix lockfile94bdfe9
Version Packages (#682)89c87e5
improve text processing chunking strategy & atx headline selectivity when det...9d53fa8
add doc and test describing how to handle shortcodesd023bdf
Version Packages (#673)116b46d
update codeql7639c08
improve style attribute splitting654855b
improve baseline sanitizationc0e5583
Version Packages (#672)2905df9
adjust site- 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
+9
-9
Package Dependencies
Technical Details
ID: | 1711758 |
UUID: | 2596267619 |
Node ID: | PR_kwDOOXZX486av-Zj |
Host: | GitHub |
Repository: | peter6286/https---github.com-peter6286-personal-site |
Merge State: | Unknown |