dependabot[bot] opened a new pull request, #40210: URL: https://github.com/apache/superset/pull/40210
Bumps [antd](https://github.com/ant-design/ant-design) from 6.4.2 to 6.4.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ant-design/ant-design/releases">antd's releases</a>.</em></p> <blockquote> <h2>6.4.3</h2> <ul> <li>🐞 Fix DatePicker RangePicker empty placeholder when locale only defines singular <code>*Placeholder</code> fields. <a href="https://redirect.github.com/ant-design/ant-design/pull/58020">#58020</a> <a href="https://github.com/yogeshwaran-c"><code>@yogeshwaran-c</code></a></li> <li>🐞 Fix Result rendering an empty <code>title</code> element when the <code>title</code> prop is not provided. <a href="https://redirect.github.com/ant-design/ant-design/pull/58028">#58028</a> <a href="https://github.com/yogeshwaran-c"><code>@yogeshwaran-c</code></a></li> <li>🐞 Fix Select search input font size and line-height rendering issue in Safari. <a href="https://redirect.github.com/ant-design/ant-design/pull/57990">#57990</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix strict ESM build errors caused by deep <code>@rc-component/util</code> runtime imports in Form, Input, Button and other components. <a href="https://redirect.github.com/ant-design/ant-design/pull/57993">#57993</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🐞 Fix Transfer <code>filteredItems</code> not updating when <code>filterOption</code> or <code>direction</code> changes. <a href="https://redirect.github.com/ant-design/ant-design/pull/58004">#58004</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>⚡️ Improve Table and Mentions performance by reducing redundant array iterations. <a href="https://redirect.github.com/ant-design/ant-design/pull/58006">#58006</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>Table <ul> <li>🛠 Rename Table filter types <code>FilterRestProps</code> to <code>FilterResetProps</code>, with a deprecated alias kept for compatibility. <a href="https://redirect.github.com/ant-design/ant-design/pull/57985">#57985</a> <a href="https://github.com/ZQDesigned"><code>@ZQDesigned</code></a></li> <li>⚡️ Improve Table row selection performance by using Set-based lookup instead of O(n*m) <code>.includes()</code> checks. <a href="https://redirect.github.com/ant-design/ant-design/pull/58004">#58004</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> </ul> </li> </ul> <hr /> <ul> <li>🐞 修复 DatePicker RangePicker 在语言包仅定义单数形式 <code>*Placeholder</code> 时占位符为空的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/58020">#58020</a> <a href="https://github.com/yogeshwaran-c"><code>@yogeshwaran-c</code></a></li> <li>🐞 修复 Result 未传入 <code>title</code> 属性时仍会渲染空的标题元素的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/58028">#58028</a> <a href="https://github.com/yogeshwaran-c"><code>@yogeshwaran-c</code></a></li> <li>🐞 修复 Select 搜索输入框在 Safari 下字号和行高渲染异常的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/57990">#57990</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 修复 Form、Input、Button 等组件在严格 ESM 构建链路下因 <code>@rc-component/util</code> 运行时深层导入导致的构建报错。<a href="https://redirect.github.com/ant-design/ant-design/pull/57993">#57993</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🐞 修复 Transfer 在 <code>filterOption</code> 或 <code>direction</code> 变化时 <code>filteredItems</code> 不更新的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/58004">#58004</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>⚡️ 优化 Table 和 Mentions 性能,减少冗余的数组迭代操作。<a href="https://redirect.github.com/ant-design/ant-design/pull/58006">#58006</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>Table <ul> <li>🛠 Table 过滤类型将 <code>FilterRestProps</code> 更正为 <code>FilterResetProps</code>,并保留 deprecated 别名以兼容存量引用。<a href="https://redirect.github.com/ant-design/ant-design/pull/57985">#57985</a> <a href="https://github.com/ZQDesigned"><code>@ZQDesigned</code></a></li> <li>⚡️ 优化 Table 行选择性能,使用 Set 查找替代 O(n*m) 的 <code>.includes()</code> 判断。<a href="https://redirect.github.com/ant-design/ant-design/pull/58004">#58004</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md">antd's changelog</a>.</em></p> <blockquote> <h2>6.4.3</h2> <p><code>2026-05-18</code></p> <ul> <li>🐞 Fix DatePicker RangePicker empty placeholder when locale only defines singular <code>*Placeholder</code> fields. <a href="https://redirect.github.com/ant-design/ant-design/pull/58020">#58020</a> <a href="https://github.com/yogeshwaran-c"><code>@yogeshwaran-c</code></a></li> <li>🐞 Fix Result rendering an empty <code>title</code> element when the <code>title</code> prop is not provided. <a href="https://redirect.github.com/ant-design/ant-design/pull/58028">#58028</a> <a href="https://github.com/yogeshwaran-c"><code>@yogeshwaran-c</code></a></li> <li>🐞 Fix Select search input font size and line-height rendering issue in Safari. <a href="https://redirect.github.com/ant-design/ant-design/pull/57990">#57990</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix strict ESM build errors caused by deep <code>@rc-component/util</code> runtime imports in Form, Input, Button and other components. <a href="https://redirect.github.com/ant-design/ant-design/pull/57993">#57993</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🐞 Fix Transfer <code>filteredItems</code> not updating when <code>filterOption</code> or <code>direction</code> changes. <a href="https://redirect.github.com/ant-design/ant-design/pull/58004">#58004</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>⚡️ Improve Table and Mentions performance by reducing redundant array iterations. <a href="https://redirect.github.com/ant-design/ant-design/pull/58006">#58006</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>Table <ul> <li>🛠 Rename Table filter types <code>FilterRestProps</code> to <code>FilterResetProps</code>, with a deprecated alias kept for compatibility. <a href="https://redirect.github.com/ant-design/ant-design/pull/57985">#57985</a> <a href="https://github.com/ZQDesigned"><code>@ZQDesigned</code></a></li> <li>⚡️ Improve Table row selection performance by using Set-based lookup instead of O(n*m) <code>.includes()</code> checks. <a href="https://redirect.github.com/ant-design/ant-design/pull/58004">#58004</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ant-design/ant-design/commit/5afcdabaa83be47d7e8ec64b9711713212edcadd"><code>5afcdab</code></a> docs: add 6.4.3 changelog (<a href="https://redirect.github.com/ant-design/ant-design/issues/58036">#58036</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/7093d4138c1de75383a36144c145172ac537155f"><code>7093d41</code></a> chore: code style optimization (<a href="https://redirect.github.com/ant-design/ant-design/issues/58032">#58032</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/6b6a20129b56948b2ed02431598c621e83100ab6"><code>6b6a201</code></a> chore: bump <code>@eslint-react/eslint-plugin</code> from 5.7.10 to 5.8.1 (<a href="https://redirect.github.com/ant-design/ant-design/issues/58034">#58034</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/42a533c784ae3db86daf98b33a58224ffc677e15"><code>42a533c</code></a> ci: fix react-doctor workflow (<a href="https://redirect.github.com/ant-design/ant-design/issues/58030">#58030</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/cc9ba5d8e029f776d8c17c627e224c015d483e3d"><code>cc9ba5d</code></a> site: open ComponentTokenTable by default (<a href="https://redirect.github.com/ant-design/ant-design/issues/58015">#58015</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/6089bb3b6f5acff5460df46cc38dbbe0459ea47b"><code>6089bb3</code></a> fix(Result): skip rendering empty title element when title is not provided (#...</li> <li><a href="https://github.com/ant-design/ant-design/commit/5ffe17a14d2d845d54b82c5b9135cfa494982ab2"><code>5ffe17a</code></a> docs(TreeSelect): sort API table and add missing onOpenChange (<a href="https://redirect.github.com/ant-design/ant-design/issues/58023">#58023</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/93a84ffea054fd7b5199b3ca0306748ae35ba601"><code>93a84ff</code></a> docs(Statistic): fix typos and clarify Timer API descriptions (<a href="https://redirect.github.com/ant-design/ant-design/issues/58025">#58025</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/4adc914dc0e65c1f482515b0d2871f53b3882d1a"><code>4adc914</code></a> fix(date-picker): fall back to rangePlaceholder when locale lacks range-varia...</li> <li><a href="https://github.com/ant-design/ant-design/commit/26884595a590272f9a27afc9a323e6398769bd68"><code>2688459</code></a> docs(Tabs): remove stray semantic-dom link fragment from classNames type (<a href="https://redirect.github.com/ant-design/ant-design/issues/58">#58</a>...</li> <li>Additional commits viewable in <a href="https://github.com/ant-design/ant-design/compare/6.4.2...6.4.3">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 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]
