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

   Bumps [antd](https://github.com/ant-design/ant-design) from 6.5.2 to 6.5.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.5.3</h2>
   <ul>
   <li>Input
   <ul>
   <li>🐞 Fix Input.OTP using <code>type=&quot;text&quot;</code> when 
<code>mask</code> is a string while preserving explicit <code>type</code> 
values. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/58835";>#58835</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>🐞 Fix Input.OTP displaying the original value when <code>mask</code> is 
<code>true</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/58805";>#58805</a> 
<a href="https://github.com/cyphercodes";><code>@​cyphercodes</code></a></li>
   <li>💄 Fix Input.TextArea resize handle rendering as a dot on touch devices. 
<a 
href="https://redirect.github.com/ant-design/ant-design/pull/58812";>#58812</a> 
<a href="https://github.com/pupuking723";><code>@​pupuking723</code></a></li>
   </ul>
   </li>
   <li>Typography
   <ul>
   <li>⚡️ Improve Typography ellipsis tooltip performance in large lists. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/58806";>#58806</a> 
<a href="https://github.com/lkxdsb";><code>@​lkxdsb</code></a></li>
   <li>🐞 Fix Typography editable textarea font size not matching the edited 
content. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/58551";>#58551</a> 
<a href="https://github.com/gaurav0107";><code>@​gaurav0107</code></a></li>
   </ul>
   </li>
   <li>🐞 Fix DatePicker.RangePicker submitting unconfirmed partial values on 
blur when using <code>showTime</code> and <code>allowEmpty</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/58803";>#58803</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 Fix Form.Item <code>useStatus</code> returning stale errors and 
warnings when the validation status remains unchanged. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/58815";>#58815</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🐞 Fix Slider triggering <code>onFocus</code> and <code>onBlur</code> 
callbacks multiple times. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/58711";>#58711</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>🐞 Fix Spin standalone indicators being mispositioned when nested in 
another Spin. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/58801";>#58801</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>🐞 Fix Table controlled filter dropdown selections not updating while 
open. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/58816";>#58816</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🐞 Fix Upload default download links allowing newly opened tabs to access 
the opener page. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/58817";>#58817</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>💄 Fix incomplete Icon base styles when <code>theme.zeroRuntime</code> or 
CSS layers are enabled. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/58763";>#58763</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>💄 Fix Select suffix icons and selected content overlapping the clear 
icon with custom theme colors. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/58581";>#58581</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>💄 Fix Tabs third-party <code>&lt;svg&gt;</code> icons not vertically 
aligning with labels. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/58847";>#58847</a> 
<a 
href="https://github.com/mohamedkhaled4053";><code>@​mohamedkhaled4053</code></a></li>
   </ul>
   <hr />
   <ul>
   <li>Input
   <ul>
   <li>🐞 修复 Input.OTP 使用字符串 <code>mask</code> 时仍采用 
<code>type=&quot;text&quot;</code> 的问题,并保留显式 <code>type</code> 配置。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/58835";>#58835</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>🐞 修复 Input.OTP 的 <code>mask</code> 为 <code>true</code> 时仍显示原始值的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/58805";>#58805</a> 
<a href="https://github.com/cyphercodes";><code>@​cyphercodes</code></a></li>
   <li>💄 修复 Input.TextArea 调整大小手柄在触摸设备上显示为小圆点的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/58812";>#58812</a> 
<a href="https://github.com/pupuking723";><code>@​pupuking723</code></a></li>
   </ul>
   </li>
   <li>Typography
   <ul>
   <li>⚡️ 优化 Typography 省略提示在大列表中的渲染性能。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/58806";>#58806</a> 
<a href="https://github.com/lkxdsb";><code>@​lkxdsb</code></a></li>
   <li>🐞 修复 Typography 可编辑文本框字号与被编辑内容不一致的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/58551";>#58551</a> 
<a href="https://github.com/gaurav0107";><code>@​gaurav0107</code></a></li>
   </ul>
   </li>
   <li>🐞 修复 DatePicker.RangePicker 使用 <code>showTime</code> 和 
<code>allowEmpty</code> 时失焦会提交未确认部分值的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/58803";>#58803</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 修复 Form.Item <code>useStatus</code> 在校验状态未变化时返回旧错误和警告内容的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/58815";>#58815</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🐞 修复 Slider 的 <code>onFocus</code> 和 <code>onBlur</code> 回调被重复触发的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/58711";>#58711</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>🐞 修复 Spin 独立加载指示器嵌套使用时定位错乱的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/58801";>#58801</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/58816";>#58816</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🐞 修复 Upload 默认下载打开的新页面可访问来源页面的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/58817";>#58817</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>💄 修复启用 <code>theme.zeroRuntime</code> 或 CSS layer 时 Icon 基础样式不完整的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/58763";>#58763</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>💄 修复 Select 自定义主题色下后缀图标或选中内容与清除图标重叠的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/58581";>#58581</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>💄 修复 Tabs 中第三方 <code>&lt;svg&gt;</code> 图标与标签文字垂直方向未对齐的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/58847";>#58847</a> 
<a 
href="https://github.com/mohamedkhaled4053";><code>@​mohamedkhaled4053</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.5.3</h2>
   <p><code>2026-07-31</code></p>
   <ul>
   <li>Input
   <ul>
   <li>🐞 Fix Input.OTP using <code>type=&quot;text&quot;</code> when 
<code>mask</code> is a string while preserving explicit <code>type</code> 
values. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/58835";>#58835</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>🐞 Fix Input.OTP displaying the original value when <code>mask</code> is 
<code>true</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/58805";>#58805</a> 
<a href="https://github.com/cyphercodes";><code>@​cyphercodes</code></a></li>
   <li>💄 Fix Input.TextArea resize handle rendering as a dot on touch devices. 
<a 
href="https://redirect.github.com/ant-design/ant-design/pull/58812";>#58812</a> 
<a href="https://github.com/pupuking723";><code>@​pupuking723</code></a></li>
   </ul>
   </li>
   <li>Typography
   <ul>
   <li>⚡️ Improve Typography ellipsis tooltip performance in large lists. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/58806";>#58806</a> 
<a href="https://github.com/lkxdsb";><code>@​lkxdsb</code></a></li>
   <li>🐞 Fix Typography editable textarea font size not matching the edited 
content. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/58551";>#58551</a> 
<a href="https://github.com/gaurav0107";><code>@​gaurav0107</code></a></li>
   </ul>
   </li>
   <li>🐞 Fix DatePicker.RangePicker submitting unconfirmed partial values on 
blur when using <code>showTime</code> and <code>allowEmpty</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/58803";>#58803</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 Fix Form.Item <code>useStatus</code> returning stale errors and 
warnings when the validation status remains unchanged. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/58815";>#58815</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🐞 Fix Slider triggering <code>onFocus</code> and <code>onBlur</code> 
callbacks multiple times. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/58711";>#58711</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>🐞 Fix Spin standalone indicators being mispositioned when nested in 
another Spin. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/58801";>#58801</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>🐞 Fix Table controlled filter dropdown selections not updating while 
open. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/58816";>#58816</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🐞 Fix Upload default download links allowing newly opened tabs to access 
the opener page. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/58817";>#58817</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>💄 Fix incomplete Icon base styles when <code>theme.zeroRuntime</code> or 
CSS layers are enabled. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/58763";>#58763</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>💄 Fix Select suffix icons and selected content overlapping the clear 
icon with custom theme colors. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/58581";>#58581</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>💄 Fix Tabs third-party <code>&lt;svg&gt;</code> icons not vertically 
aligning with labels. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/58847";>#58847</a> 
<a 
href="https://github.com/mohamedkhaled4053";><code>@​mohamedkhaled4053</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/5bf6ee530a6f60ff4307300fad0830c75c46db20";><code>5bf6ee5</code></a>
 docs: changelog for 6.5.3 (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/58855";>#58855</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/209142c30048c322f8d5a8b71b2115d79a797f2b";><code>209142c</code></a>
 docs(Tabs): clarify global configuration for more icon (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/58854";>#58854</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/6b6160d3d4ba3e642feb705defb2aae1b5bab5bb";><code>6b6160d</code></a>
 fix(Tabs): center bare <code>\&lt;svg&gt;</code> icons at any size (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/58847";>#58847</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/393cc77c7b5fc7950f435d0af91ebe44b9926915";><code>393cc77</code></a>
 docs: fix Chinese demo locale redirect (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/58846";>#58846</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/87805449e90a458618b4954c8321bd81108aa38b";><code>8780544</code></a>
 fix(table): sync controlled filter selections (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/58816";>#58816</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/534579cf56264dc04fc13fea59797e4086bdeaa5";><code>534579c</code></a>
 fix(form): refresh status context values (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/58815";>#58815</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/dae6efed9e3713e281312697b326868d95fb358c";><code>dae6efe</code></a>
 fix(Input): handle OTP mask input types consistently (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/58835";>#58835</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/4924d63c350e2975c18483c7ed20b8e906fb3ea3";><code>4924d63</code></a>
 fix: mask OTP values when mask is true (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/58805";>#58805</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/27b6fe740dc85179552c2d719945b7596b7fb9d1";><code>27b6fe7</code></a>
 perf(Typography): defer native ellipsis measurement until hover (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/58806";>#58806</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/8f55f60fa168e3154973c7aea141eecffd59cdd4";><code>8f55f60</code></a>
 fix(Slider): prevent duplicate focus and blur callbacks (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/58711";>#58711</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/ant-design/ant-design/compare/6.5.2...6.5.3";>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.5.2&new-version=6.5.3)](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