dependabot[bot] opened a new pull request, #38507:
URL: https://github.com/apache/superset/pull/38507

   Bumps 
[markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx/tree/HEAD/lib) 
from 9.7.6 to 9.7.8.
   <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>[email protected]</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>58502fc: Resolve broken exports in bundled output caused by Bun bundler 
bug with cross-entry re-exports</p>
   <p>解决由 Bun 打包器跨入口点重导出 bug 导致的打包输出中导出失效问题</p>
   <p>Bun बंडलर के क्रॉस-एंट्री री-एक्सपोर्ट बग से होने वाली बंडल आउटपुट में 
टूटी हुई exports को ठीक किया</p>
   </li>
   </ul>
   <h2>[email protected]</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>e0100f0: fix: nested HTML blocks with same tag name now correctly match 
depth-paired closing tags</p>
   <p>修复:嵌套的同名 HTML 块现在能正确匹配深度配对的关闭标签</p>
   <p>修正:समान टैग नाम वाले नेस्टेड HTML ब्लॉक अब सही ढंग से गहराई-युग्मित समापन 
टैग से मिलान करते हैं</p>
   </li>
   <li>
   <p>bf5d906: fix: suppress ambiguous setext headings during streaming to 
avoid premature heading rendering</p>
   <p>修复:在流式传输过程中抑制歧义的 Setext 标题,避免过早渲染标题</p>
   <p>修正:स्ट्रीमिंग के दौरान अस्पष्ट Setext शीर्षकों को दबाएं ताकि समय से पहले 
शीर्षक प्रदर्शन न हो</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/quantizor/markdown-to-jsx/blob/main/lib/CHANGELOG.md";>markdown-to-jsx's
 changelog</a>.</em></p>
   <blockquote>
   <h2>9.7.8</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>58502fc: Resolve broken exports in bundled output caused by Bun bundler 
bug with cross-entry re-exports</p>
   <p>解决由 Bun 打包器跨入口点重导出 bug 导致的打包输出中导出失效问题</p>
   <p>Bun बंडलर के क्रॉस-एंट्री री-एक्सपोर्ट बग से होने वाली बंडल आउटपुट में 
टूटी हुई exports को ठीक किया</p>
   </li>
   </ul>
   <h2>9.7.7</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>e0100f0: fix: nested HTML blocks with same tag name now correctly match 
depth-paired closing tags</p>
   <p>修复:嵌套的同名 HTML 块现在能正确匹配深度配对的关闭标签</p>
   <p>修正:समान टैग नाम वाले नेस्टेड HTML ब्लॉक अब सही ढंग से गहराई-युग्मित समापन 
टैग से मिलान करते हैं</p>
   </li>
   <li>
   <p>bf5d906: fix: suppress ambiguous setext headings during streaming to 
avoid premature heading rendering</p>
   <p>修复:在流式传输过程中抑制歧义的 Setext 标题,避免过早渲染标题</p>
   <p>修正:स्ट्रीमिंग के दौरान अस्पष्ट Setext शीर्षकों को दबाएं ताकि समय से पहले 
शीर्षक प्रदर्शन न हो</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/quantizor/markdown-to-jsx/commit/e48cd5ce40a1962e84639f4c93850ecb2c8e2e36";><code>e48cd5c</code></a>
 Version Packages (<a 
href="https://github.com/quantizor/markdown-to-jsx/tree/HEAD/lib/issues/834";>#834</a>)</li>
   <li><a 
href="https://github.com/quantizor/markdown-to-jsx/commit/58502fcf228d9d256287ae15f5748fa590781bbf";><code>58502fc</code></a>
 fix: resolve broken exports in bundled output (<a 
href="https://github.com/quantizor/markdown-to-jsx/tree/HEAD/lib/issues/833";>#833</a>)</li>
   <li><a 
href="https://github.com/quantizor/markdown-to-jsx/commit/950053d6df5d234fabf99febc13ef1efd6bf35bd";><code>950053d</code></a>
 Version Packages (<a 
href="https://github.com/quantizor/markdown-to-jsx/tree/HEAD/lib/issues/831";>#831</a>)</li>
   <li><a 
href="https://github.com/quantizor/markdown-to-jsx/commit/e0100f0dd053a3ad71385c7fceec5f62abf419b4";><code>e0100f0</code></a>
 fix: nested HTML blocks with same tag name match depth-paired closing tags 
(#...</li>
   <li><a 
href="https://github.com/quantizor/markdown-to-jsx/commit/2fd35326b0f61c6f57dba794675d36250cb0a70e";><code>2fd3532</code></a>
 perf: eliminate work in HTML compiler via data normalization</li>
   <li><a 
href="https://github.com/quantizor/markdown-to-jsx/commit/d1bab1b2b6860616fdddd61601aa2ea229e4c4f1";><code>d1bab1b</code></a>
 perf: optimize markdown adapter rendering (~14% faster)</li>
   <li><a 
href="https://github.com/quantizor/markdown-to-jsx/commit/bf5d90655ef44f4f30cc4bc1b87e2e2413e7e61e";><code>bf5d906</code></a>
 fix: suppress ambiguous setext headings during streaming</li>
   <li>See full diff in <a 
href="https://github.com/quantizor/markdown-to-jsx/commits/[email protected]/lib";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=markdown-to-jsx&package-manager=npm_and_yarn&previous-version=9.7.6&new-version=9.7.8)](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 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]

Reply via email to