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

   Bumps 
[markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx/tree/HEAD/lib) 
from 9.7.4 to 9.7.6.
   <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>565e3ea: fix: add missing <code>_owner</code> field on raw React elements 
for dev-mode compatibility</p>
   <p>Fixes &quot;Cannot set properties of undefined (setting 
'validated')&quot; errors in React 19 dev mode by adding the 
<code>_owner</code> field that React's reconciler expects on all elements.</p>
   <p>修复:在原始 React 元素上添加缺失的 <code>_owner</code> 字段,解决 React 19 开发模式下的兼容性问题。</p>
   <p>सुधार: React 19 डेवलपमेंट मोड में &quot;Cannot set properties of 
undefined&quot; त्रुटि को ठीक करने के लिए raw React तत्वों पर गायब 
<code>_owner</code> फ़ील्ड जोड़ा गया।</p>
   </li>
   <li>
   <p>565e3ea: fix: prevent void elements from receiving children when preceded 
by a blank line</p>
   <p>Void HTML elements (e.g. <code>&lt;br&gt;</code>, 
<code>&lt;hr&gt;</code>, <code>&lt;img&gt;</code>) preceded by a blank line no 
longer cause React error <a 
href="https://github.com/quantizor/markdown-to-jsx/tree/HEAD/lib/issues/137";>#137</a>.
 The parser now returns void elements as content-less blocks, and all compilers 
guard against passing children to void elements.</p>
   <p>修复:当空行后跟空元素(如 
<code>&lt;br&gt;</code>、<code>&lt;hr&gt;</code>、<code>&lt;img&gt;</code>)时,不再触发 
React 错误 <a 
href="https://github.com/quantizor/markdown-to-jsx/tree/HEAD/lib/issues/137";>#137</a>。解析器现在将空元素作为无内容块返回,所有编译器均防止向空元素传递子元素。</p>
   <p>सुधार: जब खाली पंक्ति के बाद void तत्व (जैसे <code>&lt;br&gt;</code>, 
<code>&lt;hr&gt;</code>, <code>&lt;img&gt;</code>) आते हैं, तो अब React त्रुटि 
<a 
href="https://github.com/quantizor/markdown-to-jsx/tree/HEAD/lib/issues/137";>#137</a>
 नहीं होती। पार्सर अब void तत्वों को बिना सामग्री वाले ब्लॉक के रूप में लौटाता 
है, और सभी कंपाइलर void तत्वों को चाइल्ड तत्व देने से रोकते हैं।</p>
   </li>
   </ul>
   <h2>[email protected]</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>cc1a8a7: Fix &quot;Cannot set properties of undefined (setting 
'validated')&quot; error introduced in 9.7.1. React's dev-mode reconciler sets 
<code>element._store.validated</code> to track element creation source; raw 
elements created by the fast path now include <code>_store: {}</code> in 
non-production builds.</p>
   <p>修复 9.7.1 引入的 &quot;Cannot set properties of undefined (setting 
'validated')&quot; 错误。React 开发模式协调器设置 <code>element._store.validated</code> 
来追踪元素创建来源;快速路径创建的原始元素现在在非生产构建中包含 <code>_store: {}</code>。</p>
   <p>9.7.1 में पेश हुई &quot;Cannot set properties of undefined (setting 
'validated')&quot; त्रुटि ठीक की गई। React के dev-mode reconciler द्वारा 
<code>element._store.validated</code> सेट करने के लिए, फास्ट पाथ से बनाए गए raw 
elements अब non-production builds में <code>_store: {}</code> शामिल करते 
हैं।</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.6</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>565e3ea: fix: add missing <code>_owner</code> field on raw React elements 
for dev-mode compatibility</p>
   <p>Fixes &quot;Cannot set properties of undefined (setting 
'validated')&quot; errors in React 19 dev mode by adding the 
<code>_owner</code> field that React's reconciler expects on all elements.</p>
   <p>修复:在原始 React 元素上添加缺失的 <code>_owner</code> 字段,解决 React 19 开发模式下的兼容性问题。</p>
   <p>सुधार: React 19 डेवलपमेंट मोड में &quot;Cannot set properties of 
undefined&quot; त्रुटि को ठीक करने के लिए raw React तत्वों पर गायब 
<code>_owner</code> फ़ील्ड जोड़ा गया।</p>
   </li>
   <li>
   <p>565e3ea: fix: prevent void elements from receiving children when preceded 
by a blank line</p>
   <p>Void HTML elements (e.g. <code>&lt;br&gt;</code>, 
<code>&lt;hr&gt;</code>, <code>&lt;img&gt;</code>) preceded by a blank line no 
longer cause React error <a 
href="https://github.com/quantizor/markdown-to-jsx/tree/HEAD/lib/issues/137";>#137</a>.
 The parser now returns void elements as content-less blocks, and all compilers 
guard against passing children to void elements.</p>
   <p>修复:当空行后跟空元素(如 
<code>&lt;br&gt;</code>、<code>&lt;hr&gt;</code>、<code>&lt;img&gt;</code>)时,不再触发 
React 错误 <a 
href="https://github.com/quantizor/markdown-to-jsx/tree/HEAD/lib/issues/137";>#137</a>。解析器现在将空元素作为无内容块返回,所有编译器均防止向空元素传递子元素。</p>
   <p>सुधार: जब खाली पंक्ति के बाद void तत्व (जैसे <code>&lt;br&gt;</code>, 
<code>&lt;hr&gt;</code>, <code>&lt;img&gt;</code>) आते हैं, तो अब React त्रुटि 
<a 
href="https://github.com/quantizor/markdown-to-jsx/tree/HEAD/lib/issues/137";>#137</a>
 नहीं होती। पार्सर अब void तत्वों को बिना सामग्री वाले ब्लॉक के रूप में लौटाता 
है, और सभी कंपाइलर void तत्वों को चाइल्ड तत्व देने से रोकते हैं।</p>
   </li>
   </ul>
   <h2>9.7.5</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>cc1a8a7: Fix &quot;Cannot set properties of undefined (setting 
'validated')&quot; error introduced in 9.7.1. React's dev-mode reconciler sets 
<code>element._store.validated</code> to track element creation source; raw 
elements created by the fast path now include <code>_store: {}</code> in 
non-production builds.</p>
   <p>修复 9.7.1 引入的 &quot;Cannot set properties of undefined (setting 
'validated')&quot; 错误。React 开发模式协调器设置 <code>element._store.validated</code> 
来追踪元素创建来源;快速路径创建的原始元素现在在非生产构建中包含 <code>_store: {}</code>。</p>
   <p>9.7.1 में पेश हुई &quot;Cannot set properties of undefined (setting 
'validated')&quot; त्रुटि ठीक की गई। React के dev-mode reconciler द्वारा 
<code>element._store.validated</code> सेट करने के लिए, फास्ट पाथ से बनाए गए raw 
elements अब non-production builds में <code>_store: {}</code> शामिल करते 
हैं।</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/quantizor/markdown-to-jsx/commit/520c0163bb7eefee8223c9bbf34f3206de85b6ba";><code>520c016</code></a>
 Version Packages (<a 
href="https://github.com/quantizor/markdown-to-jsx/tree/HEAD/lib/issues/826";>#826</a>)</li>
   <li><a 
href="https://github.com/quantizor/markdown-to-jsx/commit/565e3ea1100af751078aab9c290770b9af09ca4d";><code>565e3ea</code></a>
 bugfixes (<a 
href="https://github.com/quantizor/markdown-to-jsx/tree/HEAD/lib/issues/825";>#825</a>)</li>
   <li><a 
href="https://github.com/quantizor/markdown-to-jsx/commit/235912a24dbf5aa1e16449375edc4ed21148a0aa";><code>235912a</code></a>
 Version Packages (<a 
href="https://github.com/quantizor/markdown-to-jsx/tree/HEAD/lib/issues/824";>#824</a>)</li>
   <li><a 
href="https://github.com/quantizor/markdown-to-jsx/commit/cc1a8a7db5c29b17c279f53072e8fce59bfdd921";><code>cc1a8a7</code></a>
 fix: initialize _store on raw elements for React dev-mode compatibility (<a 
href="https://github.com/quantizor/markdown-to-jsx/tree/HEAD/lib/issues/822";>#822</a>)</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.4&new-version=9.7.6)](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