dependabot[bot] opened a new pull request, #34495: URL: https://github.com/apache/superset/pull/34495
Bumps [antd](https://github.com/ant-design/ant-design) from 5.26.3 to 5.26.7. <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.7</h2> <ul> <li>🐞 Fixed Card <code>tabBarExtraContent</code> typing to support both <code>React.ReactNode</code> and <code>{ left?: React.ReactNode; right?: React.ReactNode }</code> using <code>TabBarExtraContent</code> from <code>rc-tabs</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/54470">#54470</a> <a href="https://github.com/pueding"><code>@pueding</code></a></li> <li>🐞 Fixed the issue where the cursor position was incorrect after pasting text into TextArea. <a href="https://redirect.github.com/react-component/textarea/pull/72">#72</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> <li>⚡️ Optimized the size of the Result component icon. <a href="https://redirect.github.com/ant-design/ant-design/pull/54455">#54455</a> <a href="https://github.com/765477020"><code>@765477020</code></a></li> <li>⚡️ Optimized the calculation performance of internal methods of Dropdown, Tooltip, Tour. <a href="https://redirect.github.com/ant-design/ant-design/pull/54443">#54443</a> <a href="https://github.com/Meet-student">Meet-student</a></li> <li>TypeScript <ul> <li>🤖 Fixed Tabs <code>TabPaneProps</code> type to be compatible with deprecated APIs. <a href="https://redirect.github.com/ant-design/ant-design/pull/54482">#54482</a> <a href="https://github.com/leshalv"><code>@leshalv</code></a></li> </ul> </li> </ul> <hr /> <ul> <li>🐞 修复 Card 的 <code>tabBarExtraContent</code> 类型定义,仅支持 <code>React.ReactNode</code> 的问题。现在支持完整的 <code>rc-tabs</code> 类型,包括 <code>{ left?: React.ReactNode; right?: React.ReactNode }</code>。<a href="https://redirect.github.com/ant-design/ant-design/pull/54470">#54470</a> <a href="https://github.com/pueding"><code>@pueding</code></a></li> <li>🐞 修复了 TextArea 在 Firefox 浏览器下粘贴文本后光标位置错误的问题。<a href="https://redirect.github.com/react-component/textarea/pull/72">#72</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> <li>⚡️ 优化了 Result 组件的图标的体积。<a href="https://redirect.github.com/ant-design/ant-design/pull/54455">#54455</a> <a href="https://github.com/765477020"><code>@765477020</code></a></li> <li>⚡️ 优化了 Dropdown、Tooltip、Tour 等弹层类组件的内部方法的计算性能。<a href="https://redirect.github.com/ant-design/ant-design/pull/54443">#54443</a> <a href="https://github.com/Meet-student">Meet-student</a></li> <li>TypeScript <ul> <li>🤖 修正了 Tabs 的 <code>TabPaneProps</code> 类型以兼容废弃 api。<a href="https://redirect.github.com/ant-design/ant-design/pull/54482">#54482</a> <a href="https://github.com/leshalv"><code>@leshalv</code></a></li> </ul> </li> </ul> <h2>5.26.6</h2> <ul> <li>🐞 Fix Input <code>variant=underlined</code> not using <code>activeBorderColor</code> token. <a href="https://redirect.github.com/ant-design/ant-design/pull/54409">#54409</a> <a href="https://github.com/Meet-student"><code>@Meet-student</code></a></li> <li>🐞 Fix InputNumber <code>fontSizeSM</code> and <code>fontSizeLG</code> tokens not working. <a href="https://redirect.github.com/ant-design/ant-design/pull/54396">#54396</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🐞 Fix Flex component <code>children</code> prop is now optional instead of required. <a href="https://redirect.github.com/ant-design/ant-design/pull/54399">#54399</a> <a href="https://github.com/Wxh16144"><code>@Wxh16144</code></a></li> <li>🐞 Fix Menu component not supporting <code>data-*</code> attributes for menu items. <a href="https://redirect.github.com/ant-design/ant-design/pull/54393">#54393</a> <a href="https://github.com/salihyavuz"><code>@salihyavuz</code></a></li> <li>🐞 Fix Mentions component clear and feedback icons overlap. <a href="https://redirect.github.com/ant-design/ant-design/pull/54390">#54390</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> </ul> <hr /> <ul> <li>🐞 修复 Input <code>variant=underlined</code> 未使用 <code>activeBorderColor</code> token 的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/54409">#54409</a> <a href="https://github.com/Meet-student"><code>@Meet-student</code></a></li> <li>🐞 修复 InputNumber <code>fontSizeSM</code> 和 <code>fontSizeLG</code> token 不生效的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/54396">#54396</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🐞 修复 Flex 组件 <code>children</code> 属性现在为可选而不是必需的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/54399">#54399</a> <a href="https://github.com/Wxh16144"><code>@Wxh16144</code></a></li> <li>🐞 修复 Menu 组件不支持 <code>data-*</code> 属性的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/54393">#54393</a> <a href="https://github.com/salihyavuz"><code>@salihyavuz</code></a></li> <li>🐞 修复 Mentions 组件清除图标和反馈图标重叠的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/54390">#54390</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> </ul> <h2>5.26.5</h2> <ul> <li>🐞 Fix Tag <code>closeIcon</code> not being passed correctly. <a href="https://redirect.github.com/ant-design/ant-design/pull/54370">#54370</a> <a href="https://github.com/Meet-student"><code>@Meet-student</code></a></li> <li>🐞 Fix Splitter mask was not removed after dragging. <a href="https://redirect.github.com/ant-design/ant-design/pull/54320">#54320</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> <li>🐞 Fix Modal configuration responsive <code>width</code> did not take effect correctly. <a href="https://redirect.github.com/ant-design/ant-design/pull/54349">#54349</a></li> <li>💄 Optimize the style issue when Notification <code>description</code> is empty. <a href="https://redirect.github.com/ant-design/ant-design/pull/54344">#54344</a> <a href="https://github.com/dengfuping"><code>@dengfuping</code></a></li> <li>💄 Fix the border style issue when the FloatButton popup direction is horizontal and is <code>square</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/54261">#54261</a> <a href="https://github.com/WwwHhhYran"><code>@WwwHhhYran</code></a></li> <li>TypeScript <ul> <li>🤖 Added Dropdown <code>activeKey</code> type definition. <a href="https://redirect.github.com/ant-design/ant-design/pull/54314">#54314</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> </ul> </li> </ul> <hr /> <ul> <li>🐞 修复 Tag <code>closeIcon</code> 未正确传递的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/54370">#54370</a> <a href="https://github.com/Meet-student"><code>@Meet-student</code></a></li> <li>🐞 修复 Splitter 蒙层拖拽后未被移除的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/54320">#54320</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> <li>🐞 修复 Modal 配置响应式 <code>width</code> 没有正确生效的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/54349">#54349</a></li> <li>💄 优化 Notification <code>description</code> 为空时间距样式问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/54344">#54344</a> <a href="https://github.com/dengfuping"><code>@dengfuping</code></a></li> <li>💄 修复 FloatButton 弹出方向为水平方向为 <code>square</code> 时的边框样式问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/54261">#54261</a> <a href="https://github.com/WwwHhhYran"><code>@WwwHhhYran</code></a></li> <li>TypeScript <ul> <li>🤖 补充 Dropdown <code>activeKey</code> 类型定义。<a href="https://redirect.github.com/ant-design/ant-design/pull/54314">#54314</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> </ul> </li> </ul> <h2>5.26.4</h2> <ul> <li>🐞 Fix Radio.Group does not inherit <code>name</code> property problem from Form ancestor. <a href="https://redirect.github.com/ant-design/ant-design/pull/54206">#54206</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> <li>🐞 Fix Select clear icon flickering on Safari with GPU compositing. <a href="https://redirect.github.com/ant-design/ant-design/pull/54237">#54237</a> <a href="https://github.com/afc163"><code>@afc163</code></a></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>5.26.7</h2> <p><code>2025-07-29</code></p> <ul> <li>🐞 Fixed Card <code>tabBarExtraContent</code> typing to support both <code>React.ReactNode</code> and <code>{ left?: React.ReactNode; right?: React.ReactNode }</code> using <code>TabBarExtraContent</code> from <code>rc-tabs</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/54470">#54470</a> <a href="https://github.com/pueding"><code>@pueding</code></a></li> <li>🐞 Fixed the issue where the cursor position was incorrect after pasting text into TextArea. <a href="https://redirect.github.com/react-component/textarea/pull/72">#72</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> <li>⚡️ Optimized the size of the Result component icon. <a href="https://redirect.github.com/ant-design/ant-design/pull/54455">#54455</a> <a href="https://github.com/765477020"><code>@765477020</code></a></li> <li>⚡️ Optimized the calculation performance of internal methods of Dropdown, Tooltip, Tour. <a href="https://redirect.github.com/ant-design/ant-design/pull/54443">#54443</a> <a href="https://github.com/Meet-student">Meet-student</a></li> <li>TypeScript <ul> <li>🤖 Fixed Tabs <code>TabPaneProps</code> type to be compatible with deprecated APIs. <a href="https://redirect.github.com/ant-design/ant-design/pull/54482">#54482</a> <a href="https://github.com/leshalv"><code>@leshalv</code></a></li> </ul> </li> <li>🌐 Localization <ul> <li>🇹🇷 Added Turkish (tr_TR) localization support for the Typography.Text Component. <a href="https://redirect.github.com/ant-design/ant-design/pull/54515">#54515</a> <a href="https://github.com/deniznehlyadyuk"><code>@deniznehlyadyuk</code></a></li> </ul> </li> </ul> <h2>5.26.6</h2> <p><code>2025-07-20</code></p> <ul> <li>🐞 Fix Input <code>variant=underlined</code> not using <code>activeBorderColor</code> token. <a href="https://redirect.github.com/ant-design/ant-design/pull/54409">#54409</a> <a href="https://github.com/Meet-student"><code>@Meet-student</code></a></li> <li>🐞 Fix InputNumber <code>fontSizeSM</code> and <code>fontSizeLG</code> tokens not working. <a href="https://redirect.github.com/ant-design/ant-design/pull/54396">#54396</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🐞 Fix Flex component <code>children</code> prop is now optional instead of required. <a href="https://redirect.github.com/ant-design/ant-design/pull/54399">#54399</a> <a href="https://github.com/Wxh16144"><code>@Wxh16144</code></a></li> <li>🐞 Fix Menu component not supporting <code>data-*</code> attributes for menu items. <a href="https://redirect.github.com/ant-design/ant-design/pull/54393">#54393</a> <a href="https://github.com/msyavuz"><code>@msyavuz</code></a></li> <li>🐞 Fix Mentions component clear and feedback icons overlap. <a href="https://redirect.github.com/ant-design/ant-design/pull/54390">#54390</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> </ul> <h2>5.26.5</h2> <p><code>2025-07-15</code></p> <ul> <li>🐞 Fix Tag <code>closeIcon</code> not being passed correctly. <a href="https://redirect.github.com/ant-design/ant-design/pull/54370">#54370</a> <a href="https://github.com/Meet-student"><code>@Meet-student</code></a></li> <li>🐞 Fix Splitter mask was not removed after dragging. <a href="https://redirect.github.com/ant-design/ant-design/pull/54320">#54320</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> <li>🐞 Fix Modal configuration responsive <code>width</code> did not take effect correctly. <a href="https://redirect.github.com/ant-design/ant-design/pull/54349">#54349</a></li> <li>💄 Optimize the style issue when Notification <code>description</code> is empty. <a href="https://redirect.github.com/ant-design/ant-design/pull/54344">#54344</a> <a href="https://github.com/dengfuping"><code>@dengfuping</code></a></li> <li>💄 Fix the border style issue when the FloatButton popup direction is horizontal and is <code>square</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/54261">#54261</a> <a href="https://github.com/WwwHhhYran"><code>@WwwHhhYran</code></a></li> <li>TypeScript <ul> <li>🤖 Added Dropdown <code>activeKey</code> type definition. <a href="https://redirect.github.com/ant-design/ant-design/pull/54314">#54314</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> </ul> </li> </ul> <h2>5.26.4</h2> <p><code>2025-07-07</code></p> <ul> <li>🐞 Fix Radio.Group does not inherit <code>name</code> property problem from Form ancestor. <a href="https://redirect.github.com/ant-design/ant-design/pull/54206">#54206</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> <li>🐞 Fix Select clear icon flickering on Safari with GPU compositing. <a href="https://redirect.github.com/ant-design/ant-design/pull/54237">#54237</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>💄 Fix Cascader <code>font-weight</code> when selected. <a href="https://redirect.github.com/ant-design/ant-design/pull/54251">#54251</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>⚡️ Optimize Table performance since copy logic for flatten data. <a href="https://redirect.github.com/ant-design/ant-design/pull/54288">#54288</a> <a href="https://github.com/zhouxinyong"><code>@zhouxinyong</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ant-design/ant-design/commit/7f47601b8836d51a13eed6dd22ba1e8ee16adeee"><code>7f47601</code></a> feat(locale): add missing collapse of tr_TR (<a href="https://redirect.github.com/ant-design/ant-design/issues/54515">#54515</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/36b706bdc8f0e850efee3233fb9c38a7fbada399"><code>36b706b</code></a> docs: update changelog info (<a href="https://redirect.github.com/ant-design/ant-design/issues/54510">#54510</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/b06330f8c8a81a86c8588d08581670b62e07c8e4"><code>b06330f</code></a> site: code optimization (<a href="https://redirect.github.com/ant-design/ant-design/issues/54509">#54509</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/70b9f45404b24e0d12ffe10dbae7ca1876cadd52"><code>70b9f45</code></a> test: rm useless test (<a href="https://redirect.github.com/ant-design/ant-design/issues/54513">#54513</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/31c37208d5992ba26972c76e17d41e4caffff5d2"><code>31c3720</code></a> chore: upgrade deps (<a href="https://redirect.github.com/ant-design/ant-design/issues/54507">#54507</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/a614e8b45e45c726806bbd2bd6996928b5ad39d8"><code>a614e8b</code></a> docs: add 5.26.7 changelog (<a href="https://redirect.github.com/ant-design/ant-design/issues/54486">#54486</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/288fe1342560083cb1edd161af5976b29ced261e"><code>288fe13</code></a> site: fix palette name value (<a href="https://redirect.github.com/ant-design/ant-design/issues/54503">#54503</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/1cf55b567b95021d101aee9e03e811e5f0b99c20"><code>1cf55b5</code></a> docs: Add AtomUI library (<a href="https://redirect.github.com/ant-design/ant-design/issues/54319">#54319</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/402299314395b6932bc2ac542957fc6faf34b1ff"><code>4022993</code></a> site: translate chinese desc to english desc (<a href="https://redirect.github.com/ant-design/ant-design/issues/54494">#54494</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/b883612670d38f1fcbc50696e0c35431bc6cb6e2"><code>b883612</code></a> docs: support hide layout param (<a href="https://redirect.github.com/ant-design/ant-design/issues/54398">#54398</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ant-design/ant-design/compare/5.26.3...5.26.7">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]
