dependabot[bot] opened a new pull request, #44481: URL: https://github.com/apache/superset/pull/44481
Bumps [antd](https://github.com/ant-design/ant-design) from 6.6.3 to 6.6.4. <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.6.4</h2> <ul> <li>🗑 Deprecate legacy Avatar <code>GroupProps</code>, BackTop and FloatButton <code>BackTopProps</code>, Input <code>GroupProps</code>, Mentions <code>OptionProps</code>, and Select <code>OptionProps</code> types in favor of <code>GetProps</code> or option-derived types. <a href="https://redirect.github.com/ant-design/ant-design/pull/58949">#58949</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🐞 Fix AutoComplete missing <code>classNames.clear</code> and <code>styles.clear</code> semantic customizations for the clear button. <a href="https://redirect.github.com/ant-design/ant-design/pull/59245">#59245</a> <a href="https://github.com/lazerg"><code>@lazerg</code></a></li> <li>Table <ul> <li>🐞 Fix Table <code>filteredValue</code> being ignored when responsive columns are hidden. <a href="https://redirect.github.com/ant-design/ant-design/pull/59198">#59198</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Table ignoring <code>pagination.classNames</code> and <code>pagination.styles</code> semantic customizations. <a href="https://redirect.github.com/ant-design/ant-design/pull/59267">#59267</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Table virtual cell content not being vertically centered. <a href="https://redirect.github.com/ant-design/ant-design/pull/59260">#59260</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> </li> <li>Modal <ul> <li>🐞 Fix Modal <code>okText</code> and <code>cancelText</code> falling back to default text for falsy <code>ReactNode</code> values. <a href="https://redirect.github.com/ant-design/ant-design/pull/59254">#59254</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Modal not triggering <code>onCancel</code> when <code>cancelButtonProps.onClick</code> is provided. <a href="https://redirect.github.com/ant-design/ant-design/pull/59255">#59255</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> </li> <li>ColorPicker <ul> <li>🐞 Fix ColorPicker clear control remaining interactive and showing hover styles when disabled. <a href="https://redirect.github.com/ant-design/ant-design/pull/59164">#59164</a> <a href="https://github.com/dogledogle"><code>@dogledogle</code></a></li> <li>🐞 Fix ColorPicker modifying <code>presets</code> and crashing when preset items are frozen. <a href="https://redirect.github.com/ant-design/ant-design/pull/59272">#59272</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> </li> <li>🐞 Fix Splitter panel sizes exceeding their <code>min</code> and <code>max</code> constraints when the container resizes. <a href="https://redirect.github.com/ant-design/ant-design/pull/59084">#59084</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Segmented selected item text color lagging behind the thumb animation when custom <code>itemSelectedBg</code> and <code>itemSelectedColor</code> tokens are used. <a href="https://redirect.github.com/ant-design/ant-design/pull/59046">#59046</a> <a href="https://github.com/EmilyyyLiu"><code>@EmilyyyLiu</code></a></li> <li>🐞 Fix Transfer restoring stale selections after <code>dataSource</code> item <code>key</code> types change. <a href="https://redirect.github.com/ant-design/ant-design/pull/59166">#59166</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix FloatButton.Group menu flickering when moving the pointer from the trigger to the menu with <code>trigger="hover"</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/59246">#59246</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Form vertical Form.Item controls shrinking inside horizontal layouts. <a href="https://redirect.github.com/ant-design/ant-design/pull/59263">#59263</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Tabs more dropdown ignoring <code>styles.popup.root</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/59221">#59221</a> <a href="https://github.com/giaBaoJS"><code>@giaBaoJS</code></a></li> <li>🐞 Fix ConfigProvider failing to inherit <code>zeroRuntime</code> in nested themes when <code>inherit</code> is <code>false</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/59250">#59250</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> <hr /> <ul> <li>🗑 废弃 Avatar <code>GroupProps</code>、BackTop 和 FloatButton <code>BackTopProps</code>、Input <code>GroupProps</code>、Mentions <code>OptionProps</code> 与 Select <code>OptionProps</code> 旧类型,建议改用 <code>GetProps</code> 或从选项推导的类型。<a href="https://redirect.github.com/ant-design/ant-design/pull/58949">#58949</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🐞 修复 AutoComplete 缺失清除按钮 <code>classNames.clear</code> 和 <code>styles.clear</code> 语义化配置的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/59245">#59245</a> <a href="https://github.com/lazerg"><code>@lazerg</code></a></li> <li>Table <ul> <li>🐞 修复 Table 响应式列隐藏后 <code>filteredValue</code> 失效的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/59198">#59198</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 修复 Table 忽略 <code>pagination.classNames</code> 和 <code>pagination.styles</code> 语义化配置的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/59267">#59267</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 修复 Table 虚拟滚动单元格内容未垂直居中的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/59260">#59260</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> </li> <li>Modal <ul> <li>🐞 修复 Modal 的 <code>okText</code> 和 <code>cancelText</code> 为假值 <code>ReactNode</code> 时被默认文案覆盖的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/59254">#59254</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 修复 Modal 配置 <code>cancelButtonProps.onClick</code> 时不触发 <code>onCancel</code> 的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/59255">#59255</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> </li> <li>ColorPicker <ul> <li>🐞 修复 ColorPicker 禁用时清除控件仍可交互并显示悬浮样式的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/59164">#59164</a> <a href="https://github.com/dogledogle"><code>@dogledogle</code></a></li> <li>🐞 修复 ColorPicker 修改 <code>presets</code> 并在预设项被冻结时崩溃的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/59272">#59272</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> </li> <li>🐞 修复 Splitter 容器尺寸变化时面板尺寸超出 <code>min</code> 和 <code>max</code> 约束的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/59084">#59084</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 修复 Segmented 使用自定义 <code>itemSelectedBg</code> 和 <code>itemSelectedColor</code> Token 时,选中项文字颜色滞后于滑块动画的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/59046">#59046</a> <a href="https://github.com/EmilyyyLiu"><code>@EmilyyyLiu</code></a></li> <li>🐞 修复 Transfer 的 <code>dataSource</code> 项 <code>key</code> 类型变化后恢复旧选中状态的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/59166">#59166</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 修复 FloatButton.Group 使用 <code>trigger="hover"</code> 时鼠标从触发按钮移向菜单出现闪烁的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/59246">#59246</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 修复 Form 在水平布局中嵌套的垂直 Form.Item 控件高度被压缩的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/59263">#59263</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 修复 Tabs 折叠下拉菜单未应用 <code>styles.popup.root</code> 的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/59221">#59221</a> <a href="https://github.com/giaBaoJS"><code>@giaBaoJS</code></a></li> <li>🐞 修复 ConfigProvider 在嵌套主题中 <code>inherit</code> 为 <code>false</code> 时未继承 <code>zeroRuntime</code> 的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/59250">#59250</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></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.6.4</h2> <p><code>2026-09-14</code></p> <ul> <li>🗑 Deprecate legacy Avatar <code>GroupProps</code>, BackTop and FloatButton <code>BackTopProps</code>, Input <code>GroupProps</code>, Mentions <code>OptionProps</code>, and Select <code>OptionProps</code> types in favor of <code>GetProps</code> or option-derived types. <a href="https://redirect.github.com/ant-design/ant-design/pull/58949">#58949</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🐞 Fix AutoComplete missing <code>classNames.clear</code> and <code>styles.clear</code> semantic customizations for the clear button. <a href="https://redirect.github.com/ant-design/ant-design/pull/59245">#59245</a> <a href="https://github.com/lazerg"><code>@lazerg</code></a></li> <li>Table <ul> <li>🐞 Fix Table <code>filteredValue</code> being ignored when responsive columns are hidden. <a href="https://redirect.github.com/ant-design/ant-design/pull/59198">#59198</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Table ignoring <code>pagination.classNames</code> and <code>pagination.styles</code> semantic customizations. <a href="https://redirect.github.com/ant-design/ant-design/pull/59267">#59267</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Table virtual cell content not being vertically centered. <a href="https://redirect.github.com/ant-design/ant-design/pull/59260">#59260</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> </li> <li>Modal <ul> <li>🐞 Fix Modal <code>okText</code> and <code>cancelText</code> falling back to default text for falsy <code>ReactNode</code> values. <a href="https://redirect.github.com/ant-design/ant-design/pull/59254">#59254</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Modal not triggering <code>onCancel</code> when <code>cancelButtonProps.onClick</code> is provided. <a href="https://redirect.github.com/ant-design/ant-design/pull/59255">#59255</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> </li> <li>ColorPicker <ul> <li>🐞 Fix ColorPicker clear control remaining interactive and showing hover styles when disabled. <a href="https://redirect.github.com/ant-design/ant-design/pull/59164">#59164</a> <a href="https://github.com/dogledogle"><code>@dogledogle</code></a></li> <li>🐞 Fix ColorPicker modifying <code>presets</code> and crashing when preset items are frozen. <a href="https://redirect.github.com/ant-design/ant-design/pull/59272">#59272</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> </li> <li>🐞 Fix Splitter panel sizes exceeding their <code>min</code> and <code>max</code> constraints when the container resizes. <a href="https://redirect.github.com/ant-design/ant-design/pull/59084">#59084</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Segmented selected item text color lagging behind the thumb animation when custom <code>itemSelectedBg</code> and <code>itemSelectedColor</code> tokens are used. <a href="https://redirect.github.com/ant-design/ant-design/pull/59046">#59046</a> <a href="https://github.com/EmilyyyLiu"><code>@EmilyyyLiu</code></a></li> <li>🐞 Fix Transfer restoring stale selections after <code>dataSource</code> item <code>key</code> types change. <a href="https://redirect.github.com/ant-design/ant-design/pull/59166">#59166</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix FloatButton.Group menu flickering when moving the pointer from the trigger to the menu with <code>trigger="hover"</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/59246">#59246</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Form vertical Form.Item controls shrinking inside horizontal layouts. <a href="https://redirect.github.com/ant-design/ant-design/pull/59263">#59263</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Tabs more dropdown ignoring <code>styles.popup.root</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/59221">#59221</a> <a href="https://github.com/giaBaoJS"><code>@giaBaoJS</code></a></li> <li>🐞 Fix ConfigProvider failing to inherit <code>zeroRuntime</code> in nested themes when <code>inherit</code> is <code>false</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/59250">#59250</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ant-design/ant-design/commit/db0488c167154941ce4686074ef69e757e1f3492"><code>db0488c</code></a> docs: add changelog for 6.6.4 (<a href="https://redirect.github.com/ant-design/ant-design/issues/59287">#59287</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/49163c08d3f4b52ceec3619c42e205fc78e5d45a"><code>49163c0</code></a> site: show the clear element in Select semantic preview (<a href="https://redirect.github.com/ant-design/ant-design/issues/59245">#59245</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/d30c7ad522e1a464ea4a7312384bfe8f989c9e95"><code>d30c7ad</code></a> chore(deps): update nearform-actions/github-action-notify-twitter digest to 2...</li> <li><a href="https://github.com/ant-design/ant-design/commit/6a642e342b67bdf022e3a01f02ab3e2dc3103e36"><code>6a642e3</code></a> type: deprecate prop types and add aliases (<a href="https://redirect.github.com/ant-design/ant-design/issues/58949">#58949</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/d0776d008b404d578245c17744ae819b6172590b"><code>d0776d0</code></a> chore(deps): update dependency mermaid to v12 (<a href="https://redirect.github.com/ant-design/ant-design/issues/59280">#59280</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/ceb0d56286cb122cd0c72d14f018f10860d9ee57"><code>ceb0d56</code></a> fix(ColorPicker): disable interactions when disabled (<a href="https://redirect.github.com/ant-design/ant-design/issues/59164">#59164</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/46d905e53182f68684d7d8745e263538ce3e4534"><code>46d905e</code></a> site: normalize locale-aware links in Chinese docs (<a href="https://redirect.github.com/ant-design/ant-design/issues/59277">#59277</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/c7f44415b16391c7c59ff3d931b58ab55c17ebbb"><code>c7f4441</code></a> docs: align Chinese component docs with English content (<a href="https://redirect.github.com/ant-design/ant-design/issues/59276">#59276</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/a9b1ab4b24fe0c0b45a390f9a580ee0758d5444f"><code>a9b1ab4</code></a> fix(Splitter): respect size limits when container resizes (<a href="https://redirect.github.com/ant-design/ant-design/issues/59084">#59084</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/9c0758a52b7409203e6eb90b4b86df05df4478e4"><code>9c0758a</code></a> fix(Table): preserve pagination semantic classNames and styles (<a href="https://redirect.github.com/ant-design/ant-design/issues/59267">#59267</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ant-design/ant-design/compare/6.6.3...6.6.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 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]
