dependabot[bot] opened a new pull request, #33982: URL: https://github.com/apache/superset/pull/33982
Bumps [antd](https://github.com/ant-design/ant-design) from 5.25.1 to 5.26.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>5.26.3</h2> <ul> <li>🐞 Fix InputNumber using <code>variant=underlined</code> and <code>suffix</code> will show the border radius issue. <a href="https://redirect.github.com/ant-design/ant-design/pull/54228">#54228</a> <a href="https://github.com/kiner-tang"><code>@kiner-tang</code></a></li> <li>🐞 Fix FloatButton.Group always throw the wrong warning of <code>shape</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/54215">#54215</a> <a href="https://github.com/deathemperor"><code>@deathemperor</code></a></li> <li>💄 Adjust Typography title using <code>fontWeightStrong</code> token. <a href="https://redirect.github.com/ant-design/ant-design/pull/54185">#54185</a> <a href="https://github.com/p-a"><code>@p-a</code></a></li> <li>🐞 Fix Tree.DirectoryTree dragging inidicator style issue. <a href="https://redirect.github.com/ant-design/ant-design/pull/54183">#54183</a> <a href="https://github.com/uioonm"><code>@uioonm</code></a></li> <li>TypeScript <ul> <li>🤖 Clear Menu internal definition to align with official site. They are not real working. <a href="https://redirect.github.com/ant-design/ant-design/pull/54189">#54189</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> </ul> </li> </ul> <hr /> <ul> <li>🐞 修复 InputNumber 在 <code>variant=underlined</code> 与 <code>suffix</code> 配合时,样式会出现圆角的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/54228">#54228</a> <a href="https://github.com/kiner-tang"><code>@kiner-tang</code></a></li> <li>🐞 修复 FloatButton.Group 总是错误的抛出 <code>shape</code> 配置警告信息。<a href="https://redirect.github.com/ant-design/ant-design/pull/54215">#54215</a> <a href="https://github.com/deathemperor"><code>@deathemperor</code></a></li> <li>💄 调整 Typography 标题使用 <code>fontWeightStrong</code> token。<a href="https://redirect.github.com/ant-design/ant-design/pull/54185">#54185</a> <a href="https://github.com/p-a"><code>@p-a</code></a></li> <li>🐞 修复 Tree.DirectoryTree 拖拽样式指示器位置不正确的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/54183">#54183</a> <a href="https://github.com/uioonm"><code>@uioonm</code></a></li> <li>TypeScript <ul> <li>🤖 清理 Menu 内部使用的属性定义与官网保持一致,这些属性并不会真的起效。<a href="https://redirect.github.com/ant-design/ant-design/pull/54189">#54189</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> </ul> </li> </ul> <h2>5.26.2</h2> <ul> <li>🐞 Fix Select multiple item max-width to prevent unexpected wrapping. <a href="https://redirect.github.com/ant-design/ant-design/pull/54181">#54181</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>💄 Fix incorrect DatePicker small token. <a href="https://redirect.github.com/ant-design/ant-design/pull/53668">#53668</a> <a href="https://github.com/765477020"><code>@765477020</code></a></li> <li>🐞 Fix Error of not being able to control visibility through showZero when count is 0 <a href="https://redirect.github.com/ant-design/ant-design/pull/54156">#54156</a> <a href="https://github.com/Meet-student"><code>@Meet-student</code></a></li> <li>💄 Fix Tree/List/Table virtual scrollbar visibility in dark themes. <a href="https://redirect.github.com/ant-design/ant-design/pull/54155">#54155</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🐞 Fix Switch/Rate is not align centerly in Form.Item. <a href="https://redirect.github.com/ant-design/ant-design/pull/54106">#54106</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>TypeScript <ul> <li>🤖 Input: Fix TypeScript definitions for <code>classNames</code> and <code>styles</code> props to match documented API. <a href="https://redirect.github.com/ant-design/ant-design/pull/54162">#54162</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> </ul> </li> </ul> <hr /> <ul> <li>🐞 修复多选 Select 在单条选中项文本超长时意外换行的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/54181">#54181</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>💄 修复 DatePicker <code>size="small"</code> 时消费不正确 token 的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/53668">#53668</a> <a href="https://github.com/765477020"><code>@765477020</code></a></li> <li>🐞 修复 badge 组件当 <code>count=0</code> 时无法通过 <code>showZero</code> 控制显隐错误。<a href="https://redirect.github.com/ant-design/ant-design/pull/54156">#54156</a> <a href="https://github.com/Meet-student"><code>@Meet-student</code></a></li> <li>💄 修复 Tree/List/Table 等组件的虚拟滚动条样式在暗色主题下难以识别的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/54155">#54155</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🐞 修复 Form 下 Switch/Rate 组件没有居中对齐的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/54106">#54106</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>TypeScript <ul> <li>🤖 Input: 修复 <code>classNames</code> 和 <code>styles</code> 属性的 TypeScript 类型定义,与文档 API 保持一致。<a href="https://redirect.github.com/ant-design/ant-design/pull/54162">#54162</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> </ul> </li> </ul> <h2>5.26.1</h2> <ul> <li>🐞 Fix Button can trigger click multiple time with <code>loading</code> lock when in low perf device. <a href="https://redirect.github.com/ant-design/ant-design/pull/54041">#54041</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> </ul> <hr /> <ul> <li>🐞 修复 Button 的 <code>loading</code> 锁定在低端机型中可以多次触发点击事件的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/54041">#54041</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> </ul> <h2>5.26.0</h2> <ul> <li>🆕 Upload <code>progress</code> prop can now override the progress bar type. <a href="https://redirect.github.com/ant-design/ant-design/pull/53972">#53972</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🆕 Table <code>expandable</code> support <code>expandedRowOffset</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/53926">#53926</a> <a href="https://github.com/crazyair"><code>@crazyair</code></a></li> <li>🐞 Fix <code>motion</code> not working after multiple nested ConfigProvider. <a href="https://redirect.github.com/ant-design/ant-design/pull/53902">#53902</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> <li>🐞 Fix Modal hooks call <code>update</code> not support update function. <a href="https://redirect.github.com/ant-design/ant-design/pull/53994">#53994</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> </ul> <hr /> <ul> <li>🆕 Upload <code>progress</code> 属性现在可以覆盖进度条类型。<a href="https://redirect.github.com/ant-design/ant-design/pull/53972">#53972</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🆕 Table <code>expandable</code> 增加 <code>expandedRowOffset</code> 以支持展开行的偏移列数。<a href="https://redirect.github.com/ant-design/ant-design/pull/53926">#53926</a> <a href="https://github.com/crazyair"><code>@crazyair</code></a></li> <li>🐞 修复 ConfigProvider 多层嵌套后 <code>motion</code> 失效的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/53902">#53902</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> <li>🐞 修复 Modal hooks 的 <code>update</code> 不支持更新函数的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/53994">#53994</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> </ul> <h2>5.26.0-alpha.0</h2> <p>No release notes provided.</p> <!-- 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>5.26.3</h2> <p><code>2025-06-30</code></p> <ul> <li>🐞 Fix InputNumber using <code>variant=underlined</code> and <code>suffix</code> will show the border radius issue. <a href="https://redirect.github.com/ant-design/ant-design/pull/54228">#54228</a> <a href="https://github.com/kiner-tang"><code>@kiner-tang</code></a></li> <li>🐞 Fix FloatButton.Group always throw the wrong warning of <code>shape</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/54215">#54215</a> <a href="https://github.com/deathemperor"><code>@deathemperor</code></a></li> <li>💄 Adjust Typography title using <code>fontWeightStrong</code> token. <a href="https://redirect.github.com/ant-design/ant-design/pull/54185">#54185</a> <a href="https://github.com/p-a"><code>@p-a</code></a></li> <li>🐞 Fix Tree.DirectoryTree dragging inidicator style issue. <a href="https://redirect.github.com/ant-design/ant-design/pull/54183">#54183</a> <a href="https://github.com/uioonm"><code>@uioonm</code></a></li> <li>TypeScript <ul> <li>🤖 Clear Menu internal definition to align with official site. They are not real working. <a href="https://redirect.github.com/ant-design/ant-design/pull/54189">#54189</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> </ul> </li> </ul> <h2>5.26.2</h2> <p><code>2025-06-24</code></p> <ul> <li>🐞 Fix Select multiple item max-width to prevent unexpected wrapping. <a href="https://redirect.github.com/ant-design/ant-design/pull/54181">#54181</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>💄 Fix incorrect DatePicker small token. <a href="https://redirect.github.com/ant-design/ant-design/pull/53668">#53668</a> <a href="https://github.com/765477020"><code>@765477020</code></a></li> <li>🐞 Fix Badge can't control visibility through <code>showZero</code> when count is 0. <a href="https://redirect.github.com/ant-design/ant-design/pull/54156">#54156</a> <a href="https://github.com/Meet-student"><code>@Meet-student</code></a></li> <li>💄 Fix Tree/List/Table virtual scrollbar visibility in dark themes. <a href="https://redirect.github.com/ant-design/ant-design/pull/54155">#54155</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🐞 Fix Switch/Rate is not align centerly in Form.Item. <a href="https://redirect.github.com/ant-design/ant-design/pull/54106">#54106</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>TypeScript <ul> <li>🤖 Input: Fix TypeScript definitions for <code>classNames</code> and <code>styles</code> props to match documented API. <a href="https://redirect.github.com/ant-design/ant-design/pull/54162">#54162</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> </ul> </li> </ul> <h2>5.26.1</h2> <p><code>2025-06-16</code></p> <ul> <li>🐞 Fix Button can trigger click multiple time with <code>loading</code> lock when in low perf device. <a href="https://redirect.github.com/ant-design/ant-design/pull/54041">#54041</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> </ul> <h2>5.26.0</h2> <p><code>2025-06-10</code></p> <ul> <li>🆕 Upload <code>progress</code> prop can now override the progress bar type. <a href="https://redirect.github.com/ant-design/ant-design/pull/53972">#53972</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🆕 Table <code>expandable</code> support <code>expandedRowOffset</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/53926">#53926</a> <a href="https://github.com/crazyair"><code>@crazyair</code></a></li> <li>🐞 Fix multiple nested ConfigProvider <code>motion</code> prop not working. <a href="https://redirect.github.com/ant-design/ant-design/pull/53902">#53902</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> <li>🐞 Fix Modal hooks call <code>update</code> not support update function. <a href="https://redirect.github.com/ant-design/ant-design/pull/53994">#53994</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> </ul> <h2>5.25.4</h2> <p><code>2025-05-31</code></p> <ul> <li>💄 Tweak Select selected item background in dark theme to make it easier to identify. <a href="https://redirect.github.com/ant-design/ant-design/pull/53956">#53956</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>⌨️ Timeline now uses <code>ol</code> instead of <code>ul</code> to meet HTML semantic requirements. <a href="https://redirect.github.com/ant-design/ant-design/pull/53944">#53944</a> <a href="https://github.com/fnoopv"><code>@fnoopv</code></a></li> <li>🐞 Fix Drawer mask does not fade out when changing from true to false. <a href="https://redirect.github.com/ant-design/ant-design/pull/53955">#53955</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🐞 Fix Input.Search does not support <code>onPressEnter</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/53898">#53898</a> <a href="https://github.com/codingories"><code>@codingories</code></a></li> <li>🛠 Remove <code>!important</code> style syntax from Checkbox. <a href="https://redirect.github.com/ant-design/ant-design/pull/53953">#53953</a> <a href="https://github.com/doandevhere"><code>@doandevhere</code></a></li> <li>TypeScript <ul> <li>🤖 Fix Descriptions.Item <code>span</code> property type. <a href="https://redirect.github.com/ant-design/ant-design/pull/53913">#53913</a> <a href="https://github.com/DDDDD12138"><code>@DDDDD12138</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/4a9e8474caa75666dfa1b238b8540d8206df586b"><code>4a9e847</code></a> docs: changelog of 5.26.3 (<a href="https://redirect.github.com/ant-design/ant-design/issues/54234">#54234</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/32c617ebc960e6c657662a47ed41422e990f7ef4"><code>32c617e</code></a> docs(InputNumber): minor grammer fixes in API (<a href="https://redirect.github.com/ant-design/ant-design/issues/54233">#54233</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/f89d3a2f761a54f0e93b493b215286d609739b89"><code>f89d3a2</code></a> chore: bump react-scan from 0.3.6 to 0.4.2 (<a href="https://redirect.github.com/ant-design/ant-design/issues/54232">#54232</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/2fa238db9914265f15ae9186e9dee0d41c142251"><code>2fa238d</code></a> docs: translate chinese words in en-US.md (<a href="https://redirect.github.com/ant-design/ant-design/issues/54230">#54230</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/fb09c3fbb090f2974a0bffd532d2d0f45052756e"><code>fb09c3f</code></a> fix: fix the issue about input-number's border-radius display unexpected when...</li> <li><a href="https://github.com/ant-design/ant-design/commit/4257f279ec1151e854eeec2032b49da92fdfab13"><code>4257f27</code></a> type: update React.isValidElement type (<a href="https://redirect.github.com/ant-design/ant-design/issues/54229">#54229</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/b5856ae761ec5c4b79a393fe8fea094415366934"><code>b5856ae</code></a> type: update missing ReactElement generics (<a href="https://redirect.github.com/ant-design/ant-design/issues/54226">#54226</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/f76049418e7bbef13ee8c20a94c2b6240c5b1cea"><code>f760494</code></a> chore: rm css-select & eslint-plugin-jsdoc (<a href="https://redirect.github.com/ant-design/ant-design/issues/54224">#54224</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/6a6065c57280ad3cb9ff3745284d0542f691c5ea"><code>6a6065c</code></a> site: update site hard code to i18n (<a href="https://redirect.github.com/ant-design/ant-design/issues/54219">#54219</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/4c5bb176fabd773b679f32e308fc8b19cabbc8bf"><code>4c5bb17</code></a> site: update site haitu i18n (<a href="https://redirect.github.com/ant-design/ant-design/issues/54222">#54222</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ant-design/ant-design/compare/5.25.1...5.26.3">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]
