dependabot[bot] opened a new pull request, #40149: URL: https://github.com/apache/superset/pull/40149
Bumps [antd](https://github.com/ant-design/ant-design) from 6.3.7 to 6.4.2. <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.2</h2> <ul> <li>🐞 Fix message and notification build error in strict ESM toolchains caused by deep rc notification runtime import. <a href="https://redirect.github.com/ant-design/ant-design/pull/57976">#57976</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> <hr /> <ul> <li>🐞 修复 message 和 notification 在严格 ESM 构建链路下因 rc notification 运行时深层导入导致的构建报错。<a href="https://redirect.github.com/ant-design/ant-design/pull/57976">#57976</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> <h2>6.4.1</h2> <ul> <li>🐞 Revert the <code>exports</code> field added in <a href="https://redirect.github.com/ant-design/ant-design/pull/57930">#57930</a> to fix antd TypeScript type resolution failure under <code>moduleResolution: "bundler"</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/57968">#57968</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🐞 Fix BorderBeam beam animation breaking at rounded corners. <a href="https://redirect.github.com/ant-design/ant-design/pull/57969">#57969</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> <hr /> <ul> <li>🐞 回滚 <a href="https://redirect.github.com/ant-design/ant-design/pull/57930">#57930</a> 中新增的 <code>exports</code> 字段,修复 antd 在 <code>moduleResolution: "bundler"</code> 下 TypeScript 类型解析失败的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/57968">#57968</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🐞 修复 BorderBeam 光束动画在圆角转弯处断开的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/57969">#57969</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> <h2>6.4.0</h2> <ul> <li>🔥 Add BorderBeam component for animated border beam effect along container edges. <a href="https://redirect.github.com/ant-design/ant-design/pull/57720">#57720</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>ConfigProvider <ul> <li>🆕 Add Select <code>allowClear</code> config support. <a href="https://redirect.github.com/ant-design/ant-design/pull/56476">#56476</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🆕 Add Select <code>showSearch</code>, <code>allowClear</code>, <code>clearIcon</code>, <code>loadingIcon</code>, <code>menuItemSelectedIcon</code>, <code>removeIcon</code>, <code>suffixIcon</code> config support. <a href="https://redirect.github.com/ant-design/ant-design/pull/56930">#56930</a> <a href="https://github.com/Pareder"><code>@Pareder</code></a></li> <li>🆕 Add DatePicker and TimePicker <code>allowClear</code> and <code>clearIcon</code> config support. <a href="https://redirect.github.com/ant-design/ant-design/pull/57002">#57002</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Add RangePicker <code>allowClear</code>, <code>clearIcon</code>, <code>suffixIcon</code> config support. <a href="https://redirect.github.com/ant-design/ant-design/pull/57075">#57075</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Add Modal <code>infoIcon</code>, <code>successIcon</code>, <code>warningIcon</code>, <code>errorIcon</code> config support. <a href="https://redirect.github.com/ant-design/ant-design/pull/57168">#57168</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Add Upload <code>progress</code> config support. <a href="https://redirect.github.com/ant-design/ant-design/pull/57283">#57283</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Add Upload <code>accept</code> config support. <a href="https://redirect.github.com/ant-design/ant-design/pull/57286">#57286</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Add Modal and Drawer <code>focusable</code> config to control whether the component can receive focus. <a href="https://redirect.github.com/ant-design/ant-design/pull/57314">#57314</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🆕 Add Mentions <code>allowClear</code> config support. <a href="https://redirect.github.com/ant-design/ant-design/pull/57330">#57330</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🐞 Fix ConfigProvider css var prefix not following <code>prefixCls</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/57803">#57803</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> </li> <li>Input <ul> <li>🆕 Add Input <code>allowClear.disabled</code> prop to disable the clear button while keeping it visible. <a href="https://redirect.github.com/ant-design/ant-design/pull/57240">#57240</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Add Input.TextArea <code>allowClear.disabled</code> prop to disable the clear button while keeping it visible. <a href="https://redirect.github.com/ant-design/ant-design/pull/57328">#57328</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Add Input <code>clear</code> semantic segment for customizing clear button <code>classNames</code> and <code>styles</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/57391">#57391</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🆕 Add Input.Search <code>searchIcon</code> prop to customize the search icon. <a href="https://redirect.github.com/ant-design/ant-design/pull/57256">#57256</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>⌨️ Improve Input.Password accessibility and add ConfigProvider support. <a href="https://redirect.github.com/ant-design/ant-design/pull/57271">#57271</a> <a href="https://github.com/Pareder"><code>@Pareder</code></a></li> </ul> </li> <li>Splitter <ul> <li>🆕 Add Splitter <code>destroyOnHidden</code> prop for panel content mounting. <a href="https://redirect.github.com/ant-design/ant-design/pull/56772">#56772</a> <a href="https://github.com/AhmeddEsmat"><code>@AhmeddEsmat</code></a></li> <li>🆕 Add Splitter smooth transition animation for collapsible panels. <a href="https://redirect.github.com/ant-design/ant-design/pull/56814">#56814</a> <a href="https://github.com/spider-yamet"><code>@spider-yamet</code></a></li> <li>🗑 Deprecate Splitter <code>collapsibleIcon</code> and add <code>collapsible.icon</code> replacement. <a href="https://redirect.github.com/ant-design/ant-design/pull/57044">#57044</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> <li>🐞 Fix unexpected 1px horizontal padding from Splitter.Panel. <a href="https://redirect.github.com/ant-design/ant-design/pull/57838">#57838</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> </ul> </li> <li>Select <ul> <li>🐞 Fix Select option active style priority higher than selected. <a href="https://redirect.github.com/ant-design/ant-design/pull/56924">#56924</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Select <code>showArrowPaddingInlineEnd</code> not working for content gap. <a href="https://redirect.github.com/ant-design/ant-design/pull/57769">#57769</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Select error status colors not matching Input across outlined and filled variants. <a href="https://redirect.github.com/ant-design/ant-design/pull/57807">#57807</a> <a href="https://github.com/nickmopen"><code>@nickmopen</code></a></li> <li>🐞 Fix Select selected value font family not following antd token. <a href="https://redirect.github.com/ant-design/ant-design/pull/57897">#57897</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Select and TreeSelect non-text <code>labelRender</code> content remaining visible while searching. <a href="https://redirect.github.com/ant-design/ant-design/pull/57954">#57954</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> </li> <li>Image <ul> <li>🆕 Add Image <code>placeholder.progress</code> prop to show loading progress indicator. <a href="https://redirect.github.com/ant-design/ant-design/pull/57173">#57173</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🆕 Add Image preview mask <code>closable</code> support. <a href="https://redirect.github.com/ant-design/ant-design/pull/57611">#57611</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🆕 Add Image <code>closeIcon</code> semantic node for <code>classNames</code> and <code>styles</code> configuration. <a href="https://redirect.github.com/ant-design/ant-design/pull/57263">#57263</a> <a href="https://github.com/coding-ice"><code>@coding-ice</code></a></li> <li>⌨️ Add focus-visible styles and focusTrap support for Image preview. <a href="https://redirect.github.com/ant-design/ant-design/pull/57610">#57610</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> </ul> </li> <li>Typography <ul> <li>🆕 Add Typography <code>actions</code> placement prop to control the position of action buttons. <a href="https://redirect.github.com/ant-design/ant-design/pull/57440">#57440</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🆕 Add Typography default styles for table elements. <a href="https://redirect.github.com/ant-design/ant-design/pull/57633">#57633</a> <a href="https://github.com/EmilyyyLiu"><code>@EmilyyyLiu</code></a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.2</h2> <p><code>2026-05-14</code></p> <ul> <li>🐞 Fix message and notification build error in strict ESM toolchains caused by deep rc notification runtime import. <a href="https://redirect.github.com/ant-design/ant-design/pull/57976">#57976</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> <h2>6.4.1</h2> <p><code>2026-05-14</code></p> <ul> <li>🐞 Revert the <code>exports</code> field added in <a href="https://redirect.github.com/ant-design/ant-design/pull/57930">#57930</a> to fix antd TypeScript type resolution failure under <code>moduleResolution: "bundler"</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/57968">#57968</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🐞 Fix BorderBeam beam animation breaking at rounded corners. <a href="https://redirect.github.com/ant-design/ant-design/pull/57969">#57969</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> <h2>6.4.0</h2> <p><code>2026-05-14</code></p> <ul> <li> <p>🔥 Add BorderBeam component for animated border beam effect along container edges. <a href="https://redirect.github.com/ant-design/ant-design/pull/57720">#57720</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></p> </li> <li> <p>ConfigProvider</p> <ul> <li>🆕 Add Select <code>allowClear</code> config support. <a href="https://redirect.github.com/ant-design/ant-design/pull/56476">#56476</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🆕 Add Select <code>showSearch</code>, <code>allowClear</code>, <code>clearIcon</code>, <code>loadingIcon</code>, <code>menuItemSelectedIcon</code>, <code>removeIcon</code>, <code>suffixIcon</code> config support. <a href="https://redirect.github.com/ant-design/ant-design/pull/56930">#56930</a> <a href="https://github.com/Pareder"><code>@Pareder</code></a></li> <li>🆕 Add DatePicker and TimePicker <code>allowClear</code> and <code>clearIcon</code> config support. <a href="https://redirect.github.com/ant-design/ant-design/pull/57002">#57002</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Add RangePicker <code>allowClear</code>, <code>clearIcon</code>, <code>suffixIcon</code> config support. <a href="https://redirect.github.com/ant-design/ant-design/pull/57075">#57075</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Add Modal <code>infoIcon</code>, <code>successIcon</code>, <code>warningIcon</code>, <code>errorIcon</code> config support. <a href="https://redirect.github.com/ant-design/ant-design/pull/57168">#57168</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Add Upload <code>progress</code> config support. <a href="https://redirect.github.com/ant-design/ant-design/pull/57283">#57283</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Add Upload <code>accept</code> config support. <a href="https://redirect.github.com/ant-design/ant-design/pull/57286">#57286</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Add Modal and Drawer <code>focusable</code> config to control whether the component can receive focus. <a href="https://redirect.github.com/ant-design/ant-design/pull/57314">#57314</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🆕 Add Mentions <code>allowClear</code> config support. <a href="https://redirect.github.com/ant-design/ant-design/pull/57330">#57330</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🐞 Fix ConfigProvider css var prefix not following <code>prefixCls</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/57803">#57803</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> </li> <li> <p>Input</p> <ul> <li>🆕 Add Input <code>allowClear.disabled</code> prop to disable the clear button while keeping it visible. <a href="https://redirect.github.com/ant-design/ant-design/pull/57240">#57240</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Add Input.TextArea <code>allowClear.disabled</code> prop to disable the clear button while keeping it visible. <a href="https://redirect.github.com/ant-design/ant-design/pull/57328">#57328</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Add Input <code>clear</code> semantic segment for customizing clear button <code>classNames</code> and <code>styles</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/57391">#57391</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🆕 Add Input.Search <code>searchIcon</code> prop to customize the search icon. <a href="https://redirect.github.com/ant-design/ant-design/pull/57256">#57256</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>⌨️ Improve Input.Password accessibility and add ConfigProvider support. <a href="https://redirect.github.com/ant-design/ant-design/pull/57271">#57271</a> <a href="https://github.com/Pareder"><code>@Pareder</code></a></li> </ul> </li> <li> <p>Splitter</p> <ul> <li>🆕 Add Splitter <code>destroyOnHidden</code> prop for panel content mounting. <a href="https://redirect.github.com/ant-design/ant-design/pull/56772">#56772</a> <a href="https://github.com/AhmeddEsmat"><code>@AhmeddEsmat</code></a></li> <li>🆕 Add Splitter smooth transition animation for collapsible panels. <a href="https://redirect.github.com/ant-design/ant-design/pull/56814">#56814</a> <a href="https://github.com/spider-yamet"><code>@spider-yamet</code></a></li> <li>🗑 Deprecate Splitter <code>collapsibleIcon</code> and add <code>collapsible.icon</code> replacement. <a href="https://redirect.github.com/ant-design/ant-design/pull/57044">#57044</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> <li>🐞 Fix unexpected 1px horizontal padding from Splitter.Panel. <a href="https://redirect.github.com/ant-design/ant-design/pull/57838">#57838</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> </ul> </li> <li> <p>Select</p> <ul> <li>🐞 Fix Select option active style priority higher than selected. <a href="https://redirect.github.com/ant-design/ant-design/pull/56924">#56924</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Select <code>showArrowPaddingInlineEnd</code> not working for content gap. <a href="https://redirect.github.com/ant-design/ant-design/pull/57769">#57769</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Select error status colors not matching Input across outlined and filled variants. <a href="https://redirect.github.com/ant-design/ant-design/pull/57807">#57807</a> <a href="https://github.com/nickmopen"><code>@nickmopen</code></a></li> <li>🐞 Fix Select selected value font family not following antd token. <a href="https://redirect.github.com/ant-design/ant-design/pull/57897">#57897</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Select and TreeSelect non-text <code>labelRender</code> content remaining visible while searching. <a href="https://redirect.github.com/ant-design/ant-design/pull/57954">#57954</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ant-design/ant-design/commit/616f681b5c1140cf8317dfc700cca8eda0af3ad0"><code>616f681</code></a> docs: add changelog for 6.4.2 (<a href="https://redirect.github.com/ant-design/ant-design/issues/57978">#57978</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/b7acc1625dab861277665a5b5c9a4a6d16e95ffb"><code>b7acc16</code></a> fix: avoid deep rc notification runtime import (<a href="https://redirect.github.com/ant-design/ant-design/issues/57976">#57976</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/1c9278f02a4f09dbda7f269b44543cfd84fa275b"><code>1c9278f</code></a> docs: add changelog for 6.4.1 (<a href="https://redirect.github.com/ant-design/ant-design/issues/57972">#57972</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/5704dea99db210a353c7a50251a4521acf42a471"><code>5704dea</code></a> fix: remove exports field to fix TypeScript module resolution (<a href="https://redirect.github.com/ant-design/ant-design/issues/57968">#57968</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/79932f5a50ea873d8160f04997b3db2b8e746105"><code>79932f5</code></a> fix(BorderBeam): prevent beam from breaking at corners (<a href="https://redirect.github.com/ant-design/ant-design/issues/57969">#57969</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/dfb0c308dab0748604478fd7703f7939b0c45813"><code>dfb0c30</code></a> site: improve agent discovery with Link headers and .well-known compliance (#...</li> <li><a href="https://github.com/ant-design/ant-design/commit/9b51721b74269da7ea54a568676f049ebfadb839"><code>9b51721</code></a> chore: bump <code>@eslint-react/eslint-plugin</code> from 5.6.0 to 5.7.7 (<a href="https://redirect.github.com/ant-design/ant-design/issues/57962">#57962</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/14e3e5056a8f7164bb79286374f464dcf57985e2"><code>14e3e50</code></a> chore: remove unused eslint-disable directives (<a href="https://redirect.github.com/ant-design/ant-design/issues/57964">#57964</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/35de4d2bb614bf317d4e04f96e1643db53ea4a3d"><code>35de4d2</code></a> docs: fix api table column inconsistencies (<a href="https://redirect.github.com/ant-design/ant-design/issues/57963">#57963</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/fa4b1da37f2cf72a9c97fd77b48774337dd0dcca"><code>fa4b1da</code></a> docs: add changelog for 6.4.0 (<a href="https://redirect.github.com/ant-design/ant-design/issues/57947">#57947</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ant-design/ant-design/compare/6.3.7...6.4.2">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]
