dependabot[bot] opened a new pull request, #32456: URL: https://github.com/apache/superset/pull/32456
Bumps [markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx) from 7.7.3 to 7.7.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/quantizor/markdown-to-jsx/releases">markdown-to-jsx's releases</a>.</em></p> <blockquote> <h2>v7.7.4</h2> <pre><code>+--------------------------+------------------------+-----------------------+ | │ 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 | +--------------------------+------------------------+-----------------------+ </code></pre> <h3>Patch Changes</h3> <ul> <li>adc08c7: Further optimize the plain text splitting regex.</li> <li>c8bc5f3: Remove redundant detectors when processing paragraphs.</li> <li>d96a8d8: Replace some regexes with optimized functions to avoid polynomial time scenarios. Also fixes compatibility issues in some older browsers with the <code>trimEnd</code> API.</li> <li>7be3d77: Optimize regexes and parsing to do less work.</li> <li>cf7693c: Rework inline code syntax handling, handle escaped characters in code blocks correctly so they render without the backslash.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/quantizor/markdown-to-jsx/blob/main/CHANGELOG.md">markdown-to-jsx's changelog</a>.</em></p> <blockquote> <h2>7.7.4</h2> <h3>Patch Changes</h3> <ul> <li>adc08c7: Further optimize the plain text splitting regex.</li> <li>c8bc5f3: Remove redundant detectors when processing paragraphs.</li> <li>d96a8d8: Replace some regexes with optimized functions to avoid polynomial time scenarios. Also fixes compatibility issues in some older browsers with the <code>trimEnd</code> API.</li> <li>7be3d77: Optimize regexes and parsing to do less work.</li> <li>cf7693c: Rework inline code syntax handling, handle escaped characters in code blocks correctly so they render without the backslash.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/quantizor/markdown-to-jsx/commit/c2443a35c99463ce9d5249cced9c9e5d20e094b9"><code>c2443a3</code></a> Version Packages</li> <li><a href="https://github.com/quantizor/markdown-to-jsx/commit/9cec5ae89912a2bcc4a69c9dc44d44a147373caf"><code>9cec5ae</code></a> remove old benchmark in changeset</li> <li><a href="https://github.com/quantizor/markdown-to-jsx/commit/d96a8d8a9184d1c58da285843a53bd02fb5da3a4"><code>d96a8d8</code></a> eliminate some polynomial time issues</li> <li><a href="https://github.com/quantizor/markdown-to-jsx/commit/07875ff3844fe03266d71af0359a06f8d8ac16ed"><code>07875ff</code></a> adjust package.json</li> <li><a href="https://github.com/quantizor/markdown-to-jsx/commit/b09dc2cc8632a0e59e0a8211c53251a7b63e83f2"><code>b09dc2c</code></a> improve compatibility</li> <li><a href="https://github.com/quantizor/markdown-to-jsx/commit/90d7e87fbd92c21ba41550d137c8d8cbd5b413d7"><code>90d7e87</code></a> simplify benchmarking for quick iteration against self</li> <li><a href="https://github.com/quantizor/markdown-to-jsx/commit/2d9e57090c227bc67711a33a26816391b4151b46"><code>2d9e570</code></a> replace trimend with more compatible variant</li> <li><a href="https://github.com/quantizor/markdown-to-jsx/commit/cf7693c7bf07ffbdece2b74d0694f497b3674c54"><code>cf7693c</code></a> refactor: improve inline code performance</li> <li><a href="https://github.com/quantizor/markdown-to-jsx/commit/c8bc5f375545f4f26c69078e2357461d7866ea0b"><code>c8bc5f3</code></a> refactor: remove redundant matchers during paragraph matching</li> <li><a href="https://github.com/quantizor/markdown-to-jsx/commit/adc08c79af7649e619c0c83cde335edcfa313f50"><code>adc08c7</code></a> refactor: optimize splitter</li> <li>Additional commits viewable in <a href="https://github.com/quantizor/markdown-to-jsx/compare/v7.7.3...v7.7.4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
