dependabot[bot] opened a new pull request, #35956: URL: https://github.com/apache/superset/pull/35956
Bumps [antd](https://github.com/ant-design/ant-design) from 5.27.6 to 5.28.0. <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.28.0</h2> <ul> <li>🆕 Drawer supports <code>closable.placement</code> prop to specify the position of the close button. <a href="https://redirect.github.com/ant-design/ant-design/pull/54067">#54067</a> <a href="https://github.com/davidhsing"><code>@davidhsing</code></a></li> <li>🆕 Image component supports <code>fallback</code> global configuration. <a href="https://redirect.github.com/ant-design/ant-design/pull/54702">#54702</a> <a href="https://github.com/Jiyur"><code>@Jiyur</code></a></li> <li>🆕 QRCode component supports <code>boostLevel</code> prop. <a href="https://redirect.github.com/ant-design/ant-design/pull/55063">#55063</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🆕 Splitter supports <code>onCollapse</code> prop. <a href="https://redirect.github.com/ant-design/ant-design/pull/54673">#54673</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🆕 Statistic displays animation effect by default when set to <code>loading</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/55398">#55398</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🆕 TreeSelect supports global configuration for switcher icon. <a href="https://redirect.github.com/ant-design/ant-design/pull/54821">#54821</a> <a href="https://github.com/Jiyur"><code>@Jiyur</code></a></li> <li>Segmented <ul> <li>💄 Segmented theme variable <code>itemSelectedBg</code> supports background gradient. <a href="https://redirect.github.com/ant-design/ant-design/pull/55391">#55391</a> <a href="https://github.com/zancheng"><code>@zancheng</code></a></li> <li>🐞 Fix Segmented abnormal animation after React DevTools upgrade. <a href="https://redirect.github.com/ant-design/ant-design/pull/55438">#55438</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> </ul> </li> <li>🐞 Fix Tree and Transfer components <code>disabled</code> inheritance issue. <a href="https://redirect.github.com/ant-design/ant-design/pull/54831">#54831</a> <a href="https://github.com/cactuser-Lu"><code>@cactuser-Lu</code></a></li> <li>🐞 Fix Tree.DirectoryTree <code>defaultExpandAll</code> not working when <code>fieldNames</code> is defined. <a href="https://redirect.github.com/ant-design/ant-design/pull/55420">#55420</a> <a href="https://github.com/Wxh16144"><code>@Wxh16144</code></a></li> <li>Upload <ul> <li>🆕 Upload component adds <code>info.defaultRequest</code> in <code>customRequest</code> parameters. <a href="https://redirect.github.com/ant-design/ant-design/pull/55146">#55146</a> <a href="https://github.com/EmilyyyLiu"><code>@EmilyyyLiu</code></a></li> <li>💄 Upload component supports <code>pictureCardSize</code> token. <a href="https://redirect.github.com/ant-design/ant-design/pull/54756">#54756</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> </ul> </li> <li>💄 Notification supports configuring background color token. <a href="https://redirect.github.com/ant-design/ant-design/pull/54802">#54802</a> <a href="https://github.com/thinkasany"><code>@thinkasany</code></a></li> <li>💄 Pagination supports modifying the text color of active items through <code>itemActiveColor</code> and <code>itemActiveColorHover</code> tokens. <a href="https://redirect.github.com/ant-design/ant-design/pull/55195">#55195</a> <a href="https://github.com/Renderz"><code>@Renderz</code></a></li> <li>🐞 Fix Select, DatePicker, TreeSelect, Cascader and other components not showing default suffix icon when <code>suffixIcon</code> is configured as undefined. <a href="https://redirect.github.com/ant-design/ant-design/pull/54790">#54790</a> <a href="https://github.com/EmilyyyLiu"><code>@EmilyyyLiu</code></a></li> <li>🐞 Fix Mentions component not inheriting <code>disabled</code> from external Form. <a href="https://redirect.github.com/ant-design/ant-design/pull/54829">#54829</a> <a href="https://github.com/EmilyyyLiu"><code>@EmilyyyLiu</code></a></li> <li>🐞 Fix Watermark component crashing when wrapping Modal with <code>modalRender</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/55435">#55435</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🗑 Input component deprecates <code>addonAfter</code> and <code>addonBefore</code> props, use Space.Compact instead. <a href="https://redirect.github.com/ant-design/ant-design/pull/55315">#55315</a> <a href="https://github.com/EmilyyyLiu"><code>@EmilyyyLiu</code></a></li> <li>🤖 Row component <code>gutter</code> prop supports string type definition. <a href="https://redirect.github.com/ant-design/ant-design/pull/54628">#54628</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> </ul> <hr /> <ul> <li>🆕 Drawer 支持 <code>closable.placement</code> 属性,用于指定关闭按钮的位置。<a href="https://redirect.github.com/ant-design/ant-design/pull/54067">#54067</a> <a href="https://github.com/davidhsing"><code>@davidhsing</code></a></li> <li>🆕 Image 组件支持 <code>fallback</code> 全局配置。<a href="https://redirect.github.com/ant-design/ant-design/pull/54702">#54702</a> <a href="https://github.com/Jiyur"><code>@Jiyur</code></a></li> <li>🆕 QRCode 组件支持 <code>boostLevel</code> 属性。<a href="https://redirect.github.com/ant-design/ant-design/pull/55063">#55063</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🆕 Splitter 支持 <code>onCollapse</code> 属性。<a href="https://redirect.github.com/ant-design/ant-design/pull/54673">#54673</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🆕 Statistic 设置为 <code>loading</code> 时默认展现动画效果。<a href="https://redirect.github.com/ant-design/ant-design/pull/55398">#55398</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🆕 TreeSelect 支持切换器图标的全局配置。<a href="https://redirect.github.com/ant-design/ant-design/pull/54821">#54821</a> <a href="https://github.com/Jiyur"><code>@Jiyur</code></a></li> <li>Segmented <ul> <li>💄 Segmented 的主题变量 <code>itemSelectedBg</code> 支持背景渐变。<a href="https://redirect.github.com/ant-design/ant-design/pull/55391">#55391</a> <a href="https://github.com/zancheng"><code>@zancheng</code></a></li> <li>🐞 修复 Segmented 切换动画总是从第一项移动闪烁的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/55438">#55438</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> </ul> </li> <li>🐞 修复 Tree 和 Transfer 组件的 <code>disabled</code> 继承问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/54831">#54831</a> <a href="https://github.com/cactuser-Lu"><code>@cactuser-Lu</code></a></li> <li>🐞 修复 Tree.DirectoryTree 定义 <code>fieldNames</code> 时 <code>defaultExpandAll</code> 不生效的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/55420">#55420</a> <a href="https://github.com/Wxh16144"><code>@Wxh16144</code></a></li> <li>Upload <ul> <li>🆕 Upload 组件 <code>customRequest</code> 参数中增加 <code>info.defaultRequest</code>。<a href="https://redirect.github.com/ant-design/ant-design/pull/55146">#55146</a> <a href="https://github.com/EmilyyyLiu"><code>@EmilyyyLiu</code></a></li> <li>💄 Upload 组件支持 <code>pictureCardSize</code> token。<a href="https://redirect.github.com/ant-design/ant-design/pull/54756">#54756</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> </ul> </li> <li>💄 Notification 支持配置背景颜色的 token。<a href="https://redirect.github.com/ant-design/ant-design/pull/54802">#54802</a> <a href="https://github.com/thinkasany"><code>@thinkasany</code></a></li> <li>💄 Pagination 支持通过 <code>itemActiveColor</code> 和 <code>itemActiveColorHover</code> token 修改高亮项的文字颜色。<a href="https://redirect.github.com/ant-design/ant-design/pull/55195">#55195</a> <a href="https://github.com/Renderz"><code>@Renderz</code></a></li> <li>🐞 修复 Select、DatePicker、TreeSelect、Cascader 等组件 <code>suffixIcon</code> 配置值为 undefined 时没有默认后缀图标的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/54790">#54790</a> <a href="https://github.com/EmilyyyLiu"><code>@EmilyyyLiu</code></a></li> <li>🐞 修复 Mentions 组件没有继承外部 Form 的 <code>disabled</code> 的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/54829">#54829</a> <a href="https://github.com/EmilyyyLiu"><code>@EmilyyyLiu</code></a></li> <li>🐞 修复 Watermark 组件内包裹 Modal 使用 <code>modalRender</code> 会导致崩溃的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/55435">#55435</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🗑 Input 组件废弃 <code>addonAfter</code> 和 <code>addonBefore</code> 属性,使用 Space.Compact 替换。<a href="https://redirect.github.com/ant-design/ant-design/pull/55315">#55315</a> <a href="https://github.com/EmilyyyLiu"><code>@EmilyyyLiu</code></a></li> <li>🤖 Row 组件 <code>gutter</code> 属性支持 string 类型定义。<a href="https://redirect.github.com/ant-design/ant-design/pull/54628">#54628</a> <a href="https://github.com/ug-hero"><code>@ug-hero</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>5.28.0</h2> <p><code>2025-11-01</code></p> <ul> <li>🆕 Drawer supports <code>closable.placement</code> prop to specify the position of the close button. <a href="https://redirect.github.com/ant-design/ant-design/pull/54067">#54067</a> <a href="https://github.com/davidhsing"><code>@davidhsing</code></a></li> <li>🆕 Image component supports <code>fallback</code> global configuration. <a href="https://redirect.github.com/ant-design/ant-design/pull/54702">#54702</a> <a href="https://github.com/Jiyur"><code>@Jiyur</code></a></li> <li>🆕 QRCode component supports <code>boostLevel</code> prop. <a href="https://redirect.github.com/ant-design/ant-design/pull/55063">#55063</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🆕 Splitter supports <code>onCollapse</code> prop. <a href="https://redirect.github.com/ant-design/ant-design/pull/54673">#54673</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🆕 Statistic displays animation effect by default when set to <code>loading</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/55398">#55398</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🆕 TreeSelect supports global configuration for switcher icon. <a href="https://redirect.github.com/ant-design/ant-design/pull/54821">#54821</a> <a href="https://github.com/Jiyur"><code>@Jiyur</code></a></li> <li>Segmented <ul> <li>💄 Segmented theme variable <code>itemSelectedBg</code> supports background gradient. <a href="https://redirect.github.com/ant-design/ant-design/pull/55391">#55391</a> <a href="https://github.com/zancheng"><code>@zancheng</code></a></li> <li>🐞 Fix Segmented abnormal animation after React DevTools upgrade. <a href="https://redirect.github.com/ant-design/ant-design/pull/55438">#55438</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> </ul> </li> <li>🐞 Fix Tree and Transfer components <code>disabled</code> inheritance issue. <a href="https://redirect.github.com/ant-design/ant-design/pull/54831">#54831</a> <a href="https://github.com/cactuser-Lu"><code>@cactuser-Lu</code></a></li> <li>🐞 Fix Tree.DirectoryTree <code>defaultExpandAll</code> not working when <code>fieldNames</code> is defined. <a href="https://redirect.github.com/ant-design/ant-design/pull/55420">#55420</a> <a href="https://github.com/Wxh16144"><code>@Wxh16144</code></a></li> <li>Upload <ul> <li>🆕 Upload component adds <code>info.defaultRequest</code> in <code>customRequest</code> parameters. <a href="https://redirect.github.com/ant-design/ant-design/pull/55146">#55146</a> <a href="https://github.com/EmilyyyLiu"><code>@EmilyyyLiu</code></a></li> <li>💄 Upload component supports <code>pictureCardSize</code> token. <a href="https://redirect.github.com/ant-design/ant-design/pull/54756">#54756</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> </ul> </li> <li>💄 Notification supports configuring background color token. <a href="https://redirect.github.com/ant-design/ant-design/pull/54802">#54802</a> <a href="https://github.com/thinkasany"><code>@thinkasany</code></a></li> <li>💄 Pagination supports modifying the text color of active items through <code>itemActiveColor</code> and <code>itemActiveColorHover</code> tokens. <a href="https://redirect.github.com/ant-design/ant-design/pull/55195">#55195</a> <a href="https://github.com/Renderz"><code>@Renderz</code></a></li> <li>🐞 Fix Select, DatePicker, TreeSelect, Cascader and other components not showing default suffix icon when <code>suffixIcon</code> is configured as undefined. <a href="https://redirect.github.com/ant-design/ant-design/pull/54790">#54790</a> <a href="https://github.com/EmilyyyLiu"><code>@EmilyyyLiu</code></a></li> <li>🐞 Fix Mentions component not inheriting <code>disabled</code> from external Form. <a href="https://redirect.github.com/ant-design/ant-design/pull/54829">#54829</a> <a href="https://github.com/EmilyyyLiu"><code>@EmilyyyLiu</code></a></li> <li>🐞 Fix Watermark component crashing when wrapping Modal with <code>modalRender</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/55435">#55435</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🗑 Input component deprecates <code>addonAfter</code> and <code>addonBefore</code> props, use Space.Compact instead. <a href="https://redirect.github.com/ant-design/ant-design/pull/55315">#55315</a> <a href="https://github.com/EmilyyyLiu"><code>@EmilyyyLiu</code></a></li> <li>🤖 Row component <code>gutter</code> prop supports string type definition. <a href="https://redirect.github.com/ant-design/ant-design/pull/54628">#54628</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ant-design/ant-design/commit/0db00b0886632f7238132b9747e423b4f827267f"><code>0db00b0</code></a> docs: release 5.28.0 (<a href="https://redirect.github.com/ant-design/ant-design/issues/55564">#55564</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/041f6d669228650a208ccce3c5e5de1b29ccf261"><code>041f6d6</code></a> autospace-fix (<a href="https://redirect.github.com/ant-design/ant-design/issues/55562">#55562</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/45b929dfd7052e4dc515a18726ff0a68f3efa2ab"><code>45b929d</code></a> docs(drawer): add closable api (<a href="https://redirect.github.com/ant-design/ant-design/issues/55548">#55548</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/d33d8cf959d59160212dfacb2ec71130feff40a6"><code>d33d8cf</code></a> test: simplify style test case again (<a href="https://redirect.github.com/ant-design/ant-design/issues/55539">#55539</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/0bd374b94e3c8d345e270959112384c8ae4264e3"><code>0bd374b</code></a> test: fix CI fail (<a href="https://redirect.github.com/ant-design/ant-design/issues/55541">#55541</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/352f6c6c78be1d4f0edf941b50d9cb48ad2e12f8"><code>352f6c6</code></a> test: simplify style test case (<a href="https://redirect.github.com/ant-design/ant-design/issues/55538">#55538</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/ec658c9842e53a0aebdbd16924b23a97a4848df0"><code>ec658c9</code></a> test: simplify test case (<a href="https://redirect.github.com/ant-design/ant-design/issues/55537">#55537</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/134a474ed4cbaadbbc986e264a82ccb979bd477d"><code>134a474</code></a> chore: upgrade deps (<a href="https://redirect.github.com/ant-design/ant-design/issues/55528">#55528</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/9e792c72c2fe0241c438d7bd4917c0ff926ee1de"><code>9e792c7</code></a> site: remove infinite loop in theme transition (<a href="https://redirect.github.com/ant-design/ant-design/issues/55527">#55527</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/1ff663afa8766885112931d6a733a28cea84690e"><code>1ff663a</code></a> chore: code optimization, rm unnecessary nested function (<a href="https://redirect.github.com/ant-design/ant-design/issues/55517">#55517</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ant-design/ant-design/compare/5.27.6...5.28.0">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]
