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

   Bumps [antd](https://github.com/ant-design/ant-design) from 6.3.0 to 6.3.1.
   <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.3.1</h2>
   <ul>
   <li>Select
   <ul>
   <li>🐞 Fix Select incorrect dropdown height when <code>value</code> is an 
empty string. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/56976";>#56976</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 Fix Select value echo issue when <code>value</code> is an empty 
string. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/56966";>#56966</a> 
<a href="https://github.com/luozz1994";><code>@​luozz1994</code></a></li>
   <li>🐞 Fix Select &amp; TreeSelect selected value text still visible when 
searching. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/56946";>#56946</a></li>
   </ul>
   </li>
   <li>🐞 Fix TreeSelect Checkbox being compressed when multi-line text is 
present. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/56961";>#56961</a> 
<a href="https://github.com/luozz1994";><code>@​luozz1994</code></a></li>
   <li>🐞 Fix Typography hovering copy button triggering ellipsis tooltip when 
both <code>copyable</code> and <code>ellipsis</code> are enabled; fix ellipsis 
tooltip not appearing after moving back from copy button. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/56855";>#56855</a> 
<a 
href="https://github.com/claytonlin1110";><code>@​claytonlin1110</code></a></li>
   <li>🐞 Fix Progress animation overflow when 
<code>status=&quot;active&quot;</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/56972";>#56972</a> 
<a href="https://github.com/aibayanyu20";><code>@​aibayanyu20</code></a></li>
   <li>🐞 Fix Upload picture-wall mode list overflow and overlap when file count 
exceeds one row. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/56945";>#56945</a> 
<a href="https://github.com/xbsheng";><code>@​xbsheng</code></a></li>
   <li>🐞 Fix Image flickering in some browsers when opening preview. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/56937";>#56937</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>⌨️ ♿ Add <code>prefers-reduced-motion</code> media query support for 
Button, Checkbox, Radio, Switch, Segmented to disable transitions for improved 
accessibility. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/56902";>#56902</a> 
<a href="https://github.com/li-jia-nan";><code>@​li-jia-nan</code></a></li>
   <li>🐞 Fix Input height inconsistency with Select when using 
<code>variant=&quot;borderless&quot;</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57014";>#57014</a> 
<a href="https://github.com/njlazzar-su";><code>@​njlazzar-su</code></a></li>
   <li>🐞 Fix Modal <code>confirm</code> method layout whitespace when 
<code>icon</code> is empty. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57024";>#57024</a> 
<a href="https://github.com/Arktomson";><code>@​Arktomson</code></a></li>
   <li>🐞 Add <code>aria-disabled</code> attribute for disabled options in 
Select component.<a 
href="https://redirect.github.com/ant-design/ant-design/pull/57049";>#57049</a> 
<a href="https://github.com/meet-student";><code>@​meet-student</code></a></li>
   </ul>
   <hr />
   <ul>
   <li>Select
   <ul>
   <li>🐞 Select 修复 <code>value</code> 为空字符串时下拉框高度不正确的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/56976";>#56976</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 Select 修复 <code>value</code> 为空字符串时值回显异常的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/56966";>#56966</a> 
<a href="https://github.com/luozz1994";><code>@​luozz1994</code></a></li>
   <li>🐞 Select &amp; TreeSelect 修复搜索时已选中值文本仍然显示的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/56946";>#56946</a></li>
   </ul>
   </li>
   <li>🐞 TreeSelect 修复多行文本时 Checkbox 被压缩变形的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/56961";>#56961</a> 
<a href="https://github.com/luozz1994";><code>@​luozz1994</code></a></li>
   <li>🐞 Typography 修复同时开启 <code>copyable</code> 和 <code>ellipsis</code> 
时,悬停复制按钮会触发省略号 tooltip 的问题;修复从复制按钮移回文字后省略号 tooltip 不再出现的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/56855";>#56855</a> 
<a 
href="https://github.com/claytonlin1110";><code>@​claytonlin1110</code></a></li>
   <li>🐞 Progress 修复 <code>status=&quot;active&quot;</code> 时动画溢出的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/56972";>#56972</a> 
<a href="https://github.com/aibayanyu20";><code>@​aibayanyu20</code></a></li>
   <li>🐞 Upload 修复照片墙模式下文件数量超过一行时列表溢出重叠的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/56945";>#56945</a> 
<a href="https://github.com/xbsheng";><code>@​xbsheng</code></a></li>
   <li>🐞 Image 修复打开预览时,部分浏览器会出现闪烁的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/56937";>#56937</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>⌨️ ♿ 为 Button、Checkbox、Radio、Switch、Segmented 等组件添加 
<code>prefers-reduced-motion</code> 媒体查询支持,禁用过渡动画以改善无障碍体验。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/56902";>#56902</a> 
<a href="https://github.com/li-jia-nan";><code>@​li-jia-nan</code></a></li>
   <li>🐞 Input 修复 <code>variant=&quot;borderless&quot;</code> 时高度与 Select 
不一致的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/57014";>#57014</a> 
<a href="https://github.com/njlazzar-su";><code>@​njlazzar-su</code></a></li>
   <li>🐞 Modal 修复 <code>confirm</code> 方法在 <code>icon</code> 为空时布局出现多余空白的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/57024";>#57024</a> 
<a href="https://github.com/Arktomson";><code>@​Arktomson</code></a></li>
   <li>🐞 Select 组件中的禁用选项添加 <code>aria-disabled</code> 属性。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/57049";>#57049</a> 
<a href="https://github.com/meet-student";><code>@​meet-student</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.3.1</h2>
   <p><code>2026-02-24</code></p>
   <ul>
   <li>Select
   <ul>
   <li>🐞 Fix Select incorrect dropdown height when <code>value</code> is an 
empty string. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/56976";>#56976</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 Fix Select value echo issue when <code>value</code> is an empty 
string. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/56966";>#56966</a> 
<a href="https://github.com/luozz1994";><code>@​luozz1994</code></a></li>
   <li>🐞 Fix Select &amp; TreeSelect selected value text still visible when 
searching. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/56946";>#56946</a></li>
   </ul>
   </li>
   <li>🐞 Fix TreeSelect Checkbox being compressed when multi-line text is 
present. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/56961";>#56961</a> 
<a href="https://github.com/luozz1994";><code>@​luozz1994</code></a></li>
   <li>🐞 Fix Typography hovering copy button triggering ellipsis tooltip when 
both <code>copyable</code> and <code>ellipsis</code> are enabled; fix ellipsis 
tooltip not appearing after moving back from copy button. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/56855";>#56855</a> 
<a 
href="https://github.com/claytonlin1110";><code>@​claytonlin1110</code></a></li>
   <li>🐞 Fix Progress animation overflow when 
<code>status=&quot;active&quot;</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/56972";>#56972</a> 
<a href="https://github.com/aibayanyu20";><code>@​aibayanyu20</code></a></li>
   <li>🐞 Fix Upload picture-wall mode list overflow and overlap when file count 
exceeds one row. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/56945";>#56945</a> 
<a href="https://github.com/xbsheng";><code>@​xbsheng</code></a></li>
   <li>🐞 Fix Image flickering in some browsers when opening preview. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/56937";>#56937</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>⌨️ ♿ Add <code>prefers-reduced-motion</code> media query support for 
Button, Checkbox, Radio, Switch, Segmented to disable transitions for improved 
accessibility. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/56902";>#56902</a> 
<a href="https://github.com/li-jia-nan";><code>@​li-jia-nan</code></a></li>
   <li>🐞 Fix Input height inconsistency with Select when using 
<code>variant=&quot;borderless&quot;</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57014";>#57014</a> 
<a href="https://github.com/njlazzar-su";><code>@​njlazzar-su</code></a></li>
   <li>🐞 Fix Modal <code>confirm</code> method layout whitespace when 
<code>icon</code> is empty. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57024";>#57024</a> 
<a href="https://github.com/Arktomson";><code>@​Arktomson</code></a></li>
   <li>🐞 Add <code>aria-disabled</code> attribute for disabled options in 
Select component.<a 
href="https://redirect.github.com/ant-design/ant-design/pull/57049";>#57049</a> 
<a href="https://github.com/meet-student";><code>@​meet-student</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/cdd6b1df23b63a6abc168d8f62d942f5ade5a93e";><code>cdd6b1d</code></a>
 ci: igonre renovate upgrade  dawidd6/action-download-artifact (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/57052";>#57052</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/5d55ed1f705d18f813eedbb7a7b6861b8888bee5";><code>5d55ed1</code></a>
 docs: changelog of 6.3.1 (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/57051";>#57051</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/af9b5cde10eed283e9bf8e203337c280b671db25";><code>af9b5cd</code></a>
 fix: add aria-disabled attribute for disabled options in Select component (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/5";>#5</a>...</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/449920d590c0f5146032db333b490a379e047959";><code>449920d</code></a>
 chore: igonre dawidd6/action-download-artifact (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/57050";>#57050</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/6ae66471369894a1f04152cce441ce0a59101432";><code>6ae6647</code></a>
 docs(site): sync URL params and theme state with AI-generated algorithm (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/57046";>#57046</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/decf297691161283cca4149d06d3ba7286129b57";><code>decf297</code></a>
 docs: improve theme ai chat (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/56952";>#56952</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/e26d8c27d97661c2679b54ad649221b8956e929e";><code>e26d8c2</code></a>
 fix: align borderless Input and Select component heights (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/57014";>#57014</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/2670afab7238cc1ced0dd8cda196e8c8e56bad25";><code>2670afa</code></a>
 fix: Fix the layout whitespace in Modal confirm when the icon is empty. (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/57024";>#57024</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/6be6b248d72a2336203f657aeaec23c9aa870c96";><code>6be6b24</code></a>
 docs: changelog of 6.3.1 (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/57042";>#57042</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/51200428d7a07d0a1f6c725b6e657291bd834358";><code>5120042</code></a>
 Revert &quot;chore: bump dawidd6/action-download-artifact from 14 to 15 (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/57021";>#57021</a>)&quot;
 ...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/ant-design/ant-design/compare/6.3.0...6.3.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=antd&package-manager=npm_and_yarn&previous-version=6.3.0&new-version=6.3.1)](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