dependabot[bot] opened a new pull request, #35654: URL: https://github.com/apache/superset/pull/35654
Bumps [antd](https://github.com/ant-design/ant-design) from 5.27.4 to 5.27.5. <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>5.27.5</h2> <ul> <li>🐞 Fix Tour positioning when the <code>target</code> is a Table with fixed headers. <a href="https://redirect.github.com/ant-design/ant-design/pull/55124">#55124</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>💄 Fix Card body extra padding when adding <code>gap</code> style. <a href="https://redirect.github.com/ant-design/ant-design/pull/54974">#54974</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> <li>💄 Fix DatePicker design token for text color. <a href="https://redirect.github.com/ant-design/ant-design/pull/55065">#55065</a> <a href="https://github.com/765477020"><code>@765477020</code></a></li> <li>💄 Fix List overflow problem when bordered. <a href="https://redirect.github.com/ant-design/ant-design/pull/55075">#55075</a> <a href="https://github.com/Jiyur"><code>@Jiyur</code></a></li> <li>⌨️ Fix Modal.confirm <code>aria-labelledby</code> accessibility attribute missing problem. <a href="https://redirect.github.com/ant-design/ant-design/pull/55266">#55266</a> <a href="https://github.com/Jiyur"><code>@Jiyur</code></a></li> <li>⚡️ Improve Cascader rendering for loading icon. <a href="https://redirect.github.com/ant-design/ant-design/pull/55285">#55285</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>TypeScript <ul> <li>🤖 Fix FloatButton type definition missing for <code>disabled</code> property. <a href="https://redirect.github.com/ant-design/ant-design/pull/55156">#55156</a> <a href="https://github.com/deathemperor"><code>@deathemperor</code></a></li> </ul> </li> </ul> <hr /> <ul> <li>🐞 修复 Tour 指定 <code>target</code> 为 Table 固定列头时定位错误的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/55124">#55124</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>💄 修复 Card body 增加 <code>gap</code> 样式时有多余 padding 的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/54974">#54974</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> <li>💄 修复 DatePicker 文本颜色 token 错误的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/55065">#55065</a> <a href="https://github.com/765477020"><code>@765477020</code></a></li> <li>💄 修复 List 启用边框时会内容溢出的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/55075">#55075</a> <a href="https://github.com/Jiyur"><code>@Jiyur</code></a></li> <li>⌨️ 修复 Modal.confirm 缺失 <code>aria-labelledby</code> 可访问性属性的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/55266">#55266</a> <a href="https://github.com/Jiyur"><code>@Jiyur</code></a></li> <li>⚡️ 优化 Cascader 加载中图标的渲染。<a href="https://redirect.github.com/ant-design/ant-design/pull/55285">#55285</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>TypeScript <ul> <li>🤖 修复 FloatButton <code>disabled</code> 属性类型缺失的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/55156">#55156</a> <a href="https://github.com/deathemperor"><code>@deathemperor</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>5.27.5</h2> <p><code>2025-10-14</code></p> <ul> <li>🐞 Fix Tour positioning when the <code>target</code> is a Table with fixed headers. <a href="https://redirect.github.com/ant-design/ant-design/pull/55124">#55124</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>💄 Fix Card body extra padding when adding <code>gap</code> style. <a href="https://redirect.github.com/ant-design/ant-design/pull/54974">#54974</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> <li>💄 Fix DatePicker design token for text color. <a href="https://redirect.github.com/ant-design/ant-design/pull/55065">#55065</a> <a href="https://github.com/765477020"><code>@765477020</code></a></li> <li>💄 Fix List overflow problem when bordered. <a href="https://redirect.github.com/ant-design/ant-design/pull/55075">#55075</a> <a href="https://github.com/Jiyur"><code>@Jiyur</code></a></li> <li>⌨️ Fix Modal.confirm <code>aria-labelledby</code> accessibility attribute missing problem. <a href="https://redirect.github.com/ant-design/ant-design/pull/55266">#55266</a> <a href="https://github.com/Jiyur"><code>@Jiyur</code></a></li> <li>⚡️ Improve Cascader rendering for loading icon. <a href="https://redirect.github.com/ant-design/ant-design/pull/55285">#55285</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>TypeScript <ul> <li>🤖 Fix FloatButton type definition missing for <code>disabled</code> property. <a href="https://redirect.github.com/ant-design/ant-design/pull/55156">#55156</a> <a href="https://github.com/deathemperor"><code>@deathemperor</code></a></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ant-design/ant-design/commit/017fea5bb4c5c2bd34fd2d8b2ee010671be5d35d"><code>017fea5</code></a> docs: changelog for 5.27.5 (<a href="https://redirect.github.com/ant-design/ant-design/issues/55292">#55292</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/117673d618d33945cdb16ac01ea79fa60d014219"><code>117673d</code></a> revert: "fix: handle maxCount negative value validation (<a href="https://redirect.github.com/ant-design/ant-design/issues/55129">#55129</a>)" (<a href="https://redirect.github.com/ant-design/ant-design/issues/55303">#55303</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/72f26b38983370b6e0e01cde25f0f5d937b2833d"><code>72f26b3</code></a> fix(wave): update missing dependency (<a href="https://redirect.github.com/ant-design/ant-design/issues/55296">#55296</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/60472985656ce2a75322bb6c1aff8a9e8957fb7d"><code>6047298</code></a> fix(hook): update missing dependency (<a href="https://redirect.github.com/ant-design/ant-design/issues/55294">#55294</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/63e2dfd682dc3fd3fd0104496b97b7c0989de34d"><code>63e2dfd</code></a> fix(tour): update missing dependency (<a href="https://redirect.github.com/ant-design/ant-design/issues/55295">#55295</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/7a520404aa6ce270d939c67de852e55d627c7246"><code>7a52040</code></a> docs: update button spec (<a href="https://redirect.github.com/ant-design/ant-design/issues/55290">#55290</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/a07161fa05b887ba15a8078603895da95ce35d71"><code>a07161f</code></a> site: update error UI (<a href="https://redirect.github.com/ant-design/ant-design/issues/55280">#55280</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/be85401160eb40ded2ba3510d83ed8176913247f"><code>be85401</code></a> fix(button): update miss autoFocus dependency (<a href="https://redirect.github.com/ant-design/ant-design/issues/55283">#55283</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/dc362e2e1c4223d4165088dc7fb71e7df972b5a4"><code>dc362e2</code></a> fix(site): update miss useCssVar dependency (<a href="https://redirect.github.com/ant-design/ant-design/issues/55284">#55284</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/eca2da28c93ece49e6f91a0b348c6293cdce35e0"><code>eca2da2</code></a> fix(calendar): update miss today, prefixCls, calendarPrefixCls dependency (<a href="https://redirect.github.com/ant-design/ant-design/issues/5">#5</a>...</li> <li>Additional commits viewable in <a href="https://github.com/ant-design/ant-design/compare/5.27.4...5.27.5">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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]
