chore(deps): bump markdown-to-jsx from 7.7.1 to 7.7.7
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(5 months ago)
(5 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
trimEndAPI.- 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
ReactNodeinstead ofReactChildfor 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
trimEndAPI.- 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
ReactNodeinstead ofReactChildfor React 19 compatibility- 4fa87d8: Bump ws from 8.11.0 to 8.18.0
Commits
55f7923chore: fix lockfile94bdfe9Version Packages (#682)89c87e5improve text processing chunking strategy & atx headline selectivity when det...9d53fa8add doc and test describing how to handle shortcodesd023bdfVersion Packages (#673)116b46dupdate codeql7639c08improve style attribute splitting654855bimprove baseline sanitizationc0e5583Version Packages (#672)2905df9adjust 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 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)
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 |