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

   Bumps [markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx) from 
7.7.4 to 9.6.0.
   <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>v9.6.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>a97e2bf: Add <code>optimizeForStreaming</code> option to suppress 
incomplete syntax during streaming. When enabled, incomplete inline code, 
links, emphasis, and other markdown syntax is hidden cleanly as characters 
arrive, preventing visual artifacts and flickering. Particularly useful for 
AI-powered streaming applications.</li>
   </ul>
   <h2>v9.5.7</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>4252da4: Fixed inconsistent spacing between list item nodes when 
continuation lines have indentation equal to the nested list marker. 
Previously, text nodes in list items were being concatenated without newlines 
when continuation lines matched the list's base indentation, causing missing 
line breaks in the rendered output.</li>
   </ul>
   <h2>v9.5.6</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>13bdaf7: Fixed HTML tags with attributes spanning multiple lines being 
incorrectly parsed.</p>
   <p>Previously, HTML tags with attributes on separate lines (like 
<code>&lt;dl-custom\n  data-variant='horizontalTable'\n&gt;</code>) would have 
their attributes incorrectly parsed, sometimes causing duplicate tags or 
missing attribute values. This fix ensures that newlines between HTML 
attributes are properly recognized as whitespace separators.</p>
   <p>修复了属性跨多行的 HTML 标签解析不正确的问题。</p>
   <p>之前,属性位于单独行上的 HTML 标签(如 <code>&lt;dl-custom\n  
data-variant='horizontalTable'\n&gt;</code>)的属性解析不正确,有时会导致重复的标签或缺失属性值。此修复确保 
HTML 属性之间的换行符被正确识别为空白分隔符。</p>
   <p>कई पंक्तियों में फैले एट्रिब्यूट वाले HTML टैग्स के गलत पार्सिंग को ठीक 
किया।</p>
   <p>पहले, अलग-अलग पंक्तियों पर एट्रिब्यूट वाले HTML टैग्स (जैसे 
<code>&lt;dl-custom\n  data-variant='horizontalTable'\n&gt;</code>) के 
एट्रिब्यूट गलत तरीके से पार्स होते थे, जिससे कभी-कभी डुप्लिकेट टैग्स या गायब 
एट्रिब्यूट वैल्यू होते थे। यह फिक्स सुनिश्चित करता है कि HTML एट्रिब्यूट के बीच 
न्यूलाइन को व्हाइटस्पेस सेपरेटर के रूप में सही ढंग से पहचाना जाता है।</p>
   </li>
   <li>
   <p>13bdaf7: The <code>text</code> field in HTML AST nodes now contains 
cleaned inner content without opening/closing tags. Use <code>rawText</code> 
for full raw HTML. This affects custom <code>renderRule</code> implementations 
that rely on the <code>text</code> field.</p>
   <p>HTML AST 节点中的 <code>text</code> 字段现在包含不带开/闭标签的清理后内容。使用 
<code>rawText</code> 获取完整原始 HTML。这会影响依赖 <code>text</code> 字段的自定义 
<code>renderRule</code> 实现。</p>
   <p>HTML AST नोड्स में <code>text</code> फ़ील्ड अब ओपनिंग/क्लोज़िंग टैग्स के 
बिना साफ़ इनर कंटेंट रखता है। पूर्ण raw HTML के लिए <code>rawText</code> का 
उपयोग करें। यह उन कस्टम <code>renderRule</code> कार्यान्वयनों को प्रभावित करता 
है जो <code>text</code> फ़ील्ड पर निर्भर हैं।</p>
   </li>
   </ul>
   <h2>v9.5.5</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>76b7f12: Fix multi-line HTML tag attribute parsing (<a 
href="https://redirect.github.com/quantizor/markdown-to-jsx/issues/781";>#781</a>)</p>
   <p>HTML tags with attributes spanning multiple lines were not having their 
attributes correctly parsed into the AST. This caused custom elements with 
multi-line <code>data-*</code> attributes to have empty <code>attrs</code> 
objects, and the React compiler would then duplicate the opening tag when 
rendering.</p>
   <p>This fix ensures:</p>
   <ul>
   <li>Attributes are correctly parsed for type 7 HTML blocks with newlines in 
the opening tag</li>
   <li>The React compiler uses the parsed <code>children</code> array instead 
of re-parsing <code>rawText</code> when attributes are already parsed</li>
   </ul>
   <hr />
   <p>修复多行 HTML 标签属性解析问题(<a 
href="https://redirect.github.com/quantizor/markdown-to-jsx/issues/781";>#781</a>)</p>
   <p>具有跨多行属性的 HTML 标签没有正确将其属性解析到 AST 中。这导致具有多行 <code>data-*</code> 
属性的自定义元素具有空的 <code>attrs</code> 对象,然后 React 编译器在渲染时会重复开始标签。</p>
   <p>此修复确保:</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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>9.6.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>a97e2bf: Add <code>optimizeForStreaming</code> option to suppress 
incomplete syntax during streaming. When enabled, incomplete inline code, 
links, emphasis, and other markdown syntax is hidden cleanly as characters 
arrive, preventing visual artifacts and flickering. Particularly useful for 
AI-powered streaming applications.</li>
   </ul>
   <h2>9.5.7</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>4252da4: Fixed inconsistent spacing between list item nodes when 
continuation lines have indentation equal to the nested list marker. 
Previously, text nodes in list items were being concatenated without newlines 
when continuation lines matched the list's base indentation, causing missing 
line breaks in the rendered output.</li>
   </ul>
   <h2>9.5.6</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>13bdaf7: Fixed HTML tags with attributes spanning multiple lines being 
incorrectly parsed.</p>
   <p>Previously, HTML tags with attributes on separate lines (like 
<code>&lt;dl-custom\n  data-variant='horizontalTable'\n&gt;</code>) would have 
their attributes incorrectly parsed, sometimes causing duplicate tags or 
missing attribute values. This fix ensures that newlines between HTML 
attributes are properly recognized as whitespace separators.</p>
   <p>修复了属性跨多行的 HTML 标签解析不正确的问题。</p>
   <p>之前,属性位于单独行上的 HTML 标签(如 <code>&lt;dl-custom\n  
data-variant='horizontalTable'\n&gt;</code>)的属性解析不正确,有时会导致重复的标签或缺失属性值。此修复确保 
HTML 属性之间的换行符被正确识别为空白分隔符。</p>
   <p>कई पंक्तियों में फैले एट्रिब्यूट वाले HTML टैग्स के गलत पार्सिंग को ठीक 
किया।</p>
   <p>पहले, अलग-अलग पंक्तियों पर एट्रिब्यूट वाले HTML टैग्स (जैसे 
<code>&lt;dl-custom\n  data-variant='horizontalTable'\n&gt;</code>) के 
एट्रिब्यूट गलत तरीके से पार्स होते थे, जिससे कभी-कभी डुप्लिकेट टैग्स या गायब 
एट्रिब्यूट वैल्यू होते थे। यह फिक्स सुनिश्चित करता है कि HTML एट्रिब्यूट के बीच 
न्यूलाइन को व्हाइटस्पेस सेपरेटर के रूप में सही ढंग से पहचाना जाता है।</p>
   </li>
   <li>
   <p>13bdaf7: The <code>text</code> field in HTML AST nodes now contains 
cleaned inner content without opening/closing tags. Use <code>rawText</code> 
for full raw HTML. This affects custom <code>renderRule</code> implementations 
that rely on the <code>text</code> field.</p>
   <p>HTML AST 节点中的 <code>text</code> 字段现在包含不带开/闭标签的清理后内容。使用 
<code>rawText</code> 获取完整原始 HTML。这会影响依赖 <code>text</code> 字段的自定义 
<code>renderRule</code> 实现。</p>
   <p>HTML AST नोड्स में <code>text</code> फ़ील्ड अब ओपनिंग/क्लोज़िंग टैग्स के 
बिना साफ़ इनर कंटेंट रखता है। पूर्ण raw HTML के लिए <code>rawText</code> का 
उपयोग करें। यह उन कस्टम <code>renderRule</code> कार्यान्वयनों को प्रभावित करता 
है जो <code>text</code> फ़ील्ड पर निर्भर हैं।</p>
   </li>
   </ul>
   <h2>9.5.5</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>76b7f12: Fix multi-line HTML tag attribute parsing (<a 
href="https://redirect.github.com/quantizor/markdown-to-jsx/issues/781";>#781</a>)</p>
   <p>HTML tags with attributes spanning multiple lines were not having their 
attributes correctly parsed into the AST. This caused custom elements with 
multi-line <code>data-*</code> attributes to have empty <code>attrs</code> 
objects, and the React compiler would then duplicate the opening tag when 
rendering.</p>
   <p>This fix ensures:</p>
   <ul>
   <li>Attributes are correctly parsed for type 7 HTML blocks with newlines in 
the opening tag</li>
   <li>The React compiler uses the parsed <code>children</code> array instead 
of re-parsing <code>rawText</code> when attributes are already parsed</li>
   </ul>
   <hr />
   <p>修复多行 HTML 标签属性解析问题(<a 
href="https://redirect.github.com/quantizor/markdown-to-jsx/issues/781";>#781</a>)</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/quantizor/markdown-to-jsx/commit/38d945631031b0b8927383406256f488249d478a";><code>38d9456</code></a>
 Version Packages (<a 
href="https://redirect.github.com/quantizor/markdown-to-jsx/issues/799";>#799</a>)</li>
   <li><a 
href="https://github.com/quantizor/markdown-to-jsx/commit/79a60e9df0dd0e31874ef9debca2afba2c7ced74";><code>79a60e9</code></a>
 chore: fix benchmark</li>
   <li><a 
href="https://github.com/quantizor/markdown-to-jsx/commit/a97e2bf9c7788aa78506fa5ee9997b5a9e0aa664";><code>a97e2bf</code></a>
 feat: add optimizeForStreaming option for streaming markdown (<a 
href="https://redirect.github.com/quantizor/markdown-to-jsx/issues/796";>#796</a>)</li>
   <li><a 
href="https://github.com/quantizor/markdown-to-jsx/commit/692e6383bfa12c4fc96f30b81e2e425c5041e7d5";><code>692e638</code></a>
 Version Packages (<a 
href="https://redirect.github.com/quantizor/markdown-to-jsx/issues/795";>#795</a>)</li>
   <li><a 
href="https://github.com/quantizor/markdown-to-jsx/commit/4252da43c0709ec9fc553fc9901e1b7c850492b5";><code>4252da4</code></a>
 Fix missing newlines between list item continuation lines at base 
indentation...</li>
   <li><a 
href="https://github.com/quantizor/markdown-to-jsx/commit/c9322a85883eb6f564b70ca50e1c5839c471bbb4";><code>c9322a8</code></a>
 Version Packages (<a 
href="https://redirect.github.com/quantizor/markdown-to-jsx/issues/791";>#791</a>)</li>
   <li><a 
href="https://github.com/quantizor/markdown-to-jsx/commit/13bdaf7cea4ee5a9ea6477e4cf2e799d9ec2c76a";><code>13bdaf7</code></a>
 fix: HTML tags with multi-line attributes parsing (<a 
href="https://redirect.github.com/quantizor/markdown-to-jsx/issues/790";>#790</a>)</li>
   <li><a 
href="https://github.com/quantizor/markdown-to-jsx/commit/d99a49dda1766fdbec504da09c86b3acf2881c57";><code>d99a49d</code></a>
 Version Packages (<a 
href="https://redirect.github.com/quantizor/markdown-to-jsx/issues/789";>#789</a>)</li>
   <li><a 
href="https://github.com/quantizor/markdown-to-jsx/commit/76b7f121f4c6973a68b92d862331cb125e25c4d4";><code>76b7f12</code></a>
 Fix multi-line HTML tag attribute parsing (<a 
href="https://redirect.github.com/quantizor/markdown-to-jsx/issues/781";>#781</a>)
 (<a 
href="https://redirect.github.com/quantizor/markdown-to-jsx/issues/788";>#788</a>)</li>
   <li><a 
href="https://github.com/quantizor/markdown-to-jsx/commit/e8543ea12ce40add562363ee0beff82edcd3a6b5";><code>e8543ea</code></a>
 Version Packages (<a 
href="https://redirect.github.com/quantizor/markdown-to-jsx/issues/785";>#785</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/quantizor/markdown-to-jsx/compare/v7.7.4...v9.6.0";>compare
 view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by [GitHub Actions](<a 
href="https://www.npmjs.com/~GitHub";>https://www.npmjs.com/~GitHub</a> 
Actions), a new releaser for markdown-to-jsx since your current version.</p>
   </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=7.7.4&new-version=9.6.0)](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]

Reply via email to