dependabot[bot] opened a new pull request, #37657: URL: https://github.com/apache/superset/pull/37657
Bumps [antd](https://github.com/ant-design/ant-design) from 5.27.6 to 6.2.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.2.3</h2> <ul> <li>Button <ul> <li>🐞 Fix Button <code>defaultBg</code>, <code>defaultColor</code>, <code>defaultHoverColor</code> and <code>defaultActiveColor</code> tokens not taking effect. <a href="https://redirect.github.com/ant-design/ant-design/pull/56238">#56238</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🐞 Fix Button default tokens not taking effect. <a href="https://redirect.github.com/ant-design/ant-design/pull/56719">#56719</a> <a href="https://github.com/unknowntocka"><code>@unknowntocka</code></a></li> <li>🐞 Fix Button <code>variant="solid"</code> borders displaying incorrectly inside Space.Compact. <a href="https://redirect.github.com/ant-design/ant-design/pull/56486">#56486</a> <a href="https://github.com/Pareder"><code>@Pareder</code></a></li> </ul> </li> <li>🐞 Fix Input.TextArea ref missing <code>nativeElement</code> property. <a href="https://redirect.github.com/ant-design/ant-design/pull/56803">#56803</a> <a href="https://github.com/smith3816"><code>@smith3816</code></a></li> <li>🐞 Fix Flex default <code>align</code> not taking effect when using <code>orientation</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/55950">#55950</a> <a href="https://github.com/YingtaoMo"><code>@YingtaoMo</code></a></li> <li>🐞 Fix Typography link selector specificity being too low causing styles to be overridden. <a href="https://redirect.github.com/ant-design/ant-design/pull/56759">#56759</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix ColorPicker HEX input allowing invalid characters. <a href="https://redirect.github.com/ant-design/ant-design/pull/56752">#56752</a> <a href="https://github.com/treephesians"><code>@treephesians</code></a></li> </ul> <hr /> <ul> <li>Button <ul> <li>🐞 修复 Button <code>defaultBg</code>、<code>defaultColor</code>、<code>defaultHoverColor</code> 和 <code>defaultActiveColor</code> token 不生效的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56238">#56238</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🐞 修复 Button 默认 token 不生效的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56719">#56719</a> <a href="https://github.com/unknowntocka"><code>@unknowntocka</code></a></li> <li>🐞 修复 Button <code>variant="solid"</code> 在 Space.Compact 中边框显示异常的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56486">#56486</a> <a href="https://github.com/Pareder"><code>@Pareder</code></a></li> </ul> </li> <li>🐞 修复 Input.TextArea ref 缺少 <code>nativeElement</code> 属性的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56803">#56803</a> <a href="https://github.com/smith3816"><code>@smith3816</code></a></li> <li>🐞 修复 Flex 使用 <code>orientation</code> 时默认 <code>align</code> 不生效的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/55950">#55950</a> <a href="https://github.com/YingtaoMo"><code>@YingtaoMo</code></a></li> <li>🐞 修复 Typography 链接选择器特异性过低导致样式被覆盖的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56759">#56759</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 修复 ColorPicker HEX 输入框可以输入无效字符的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56752">#56752</a> <a href="https://github.com/treephesians"><code>@treephesians</code></a></li> </ul> <h2>6.2.2</h2> <ul> <li>🐞 Fix Button with href wrapped by Typography showing incorrect color and flickering outline on hover. <a href="https://redirect.github.com/ant-design/ant-design/pull/56619">#56619</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> <li>🐞 Fix component token not taking effect for Button with <code>type="text"</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56291">#56291</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix where components within the Popover were affected by the state association with Form.Item. <a href="https://redirect.github.com/ant-design/ant-design/pull/56728">#56728</a></li> <li>🐞 Fix the placeholders displayed incorrectly when selecting multiple items in Select. <a href="https://redirect.github.com/ant-design/ant-design/pull/56675">#56675</a></li> <li>💄 Fix misaligned elements in Pagination when the global <code>fontSize</code> is increased. <a href="https://redirect.github.com/ant-design/ant-design/pull/56715">#56715</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 Fix incorrect Drawer dragger position in RTL mode. <a href="https://redirect.github.com/ant-design/ant-design/pull/56693">#56693</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> </ul> <hr /> <ul> <li>🐞 修复被 Typography 包裹的带 href 的 Button 显示错误颜色和 hover 时 outline 闪烁的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56619">#56619</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> <li>🐞 修复 Button <code>type="text"</code> 时组件 Token 不生效的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56291">#56291</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 修复 Popover 内组件被 Form.Item 状态关联影响的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56728">#56728</a></li> <li>🐞 修复 Select 多选时占位符显示异常的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56675">#56675</a></li> <li>💄 修复 Pagination 全局 <code>fontSize</code> 变大时各元素上下错位的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56715">#56715</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 修复 Drawer 在 rtl 模式下 dragger 位置错误的样式问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56693">#56693</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> </ul> <h2>6.2.1</h2> <ul> <li>🐞 Fix Button child element's <code>className</code> be cleared if it contains two Chinese characters. <a href="https://redirect.github.com/ant-design/ant-design/pull/56593">#56593</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> <li>🐞 Fix DatePicker DOM not updated bug after update <code>suffixIcon</code> as <code>null</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56637">#56637</a> <a href="https://github.com/AlanQtten"><code>@AlanQtten</code></a></li> <li>🐞 Fix Table content area border radius when set border radius for container. <a href="https://redirect.github.com/ant-design/ant-design/pull/56478">#56478</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 Fix Card unexpected border radius for Body area. <a href="https://redirect.github.com/ant-design/ant-design/pull/56653">#56653</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>💄 MISC: Fix unexpected <code>undefined</code> and <code>null</code> in the injected styles. <a href="https://redirect.github.com/ant-design/ant-design/pull/56636">#56636</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>💄 MISC: Improve <code>background</code> transition to <code>background-color</code> for all components. <a href="https://redirect.github.com/ant-design/ant-design/pull/56598">#56598</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🛠 Improve Grid use <code>genCssVar</code> method to generate more stable CSS variable names. <a href="https://redirect.github.com/ant-design/ant-design/pull/56635">#56635</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🛠 Improve <code>@ant-design/icons</code> usage to avoid depend on full package since externals. <a href="https://redirect.github.com/ant-design/ant-design/pull/56639">#56639</a> <a href="https://github.com/ShenHongFei"><code>@ShenHongFei</code></a></li> </ul> <hr /> <ul> <li>🐞 修复 Button 子元素为包含两个中文字符的标签时,原有 <code>className</code> 被清空的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56593">#56593</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> <li>🐞 修复 DatePicker 在设置 <code>suffixIcon</code> 为 <code>null</code> 后不会更新 DOM 的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56637">#56637</a> <a href="https://github.com/AlanQtten"><code>@AlanQtten</code></a></li> <li>🐞 修复 Table 容器设置圆角时,内部内容区域圆角不一致的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56478">#56478</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 修复 Card Body 区域有非预期圆角值的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56653">#56653</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>💄 杂项:修复 <code>undefined</code> 和 <code>null</code> 值被注入到 CSS 的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56636">#56636</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>💄 杂项:优化所有组件中的 <code>background</code> 过渡为 <code>background-color</code>。<a href="https://redirect.github.com/ant-design/ant-design/pull/56598">#56598</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</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>6.2.3</h2> <p><code>2026-02-02</code></p> <ul> <li>Button <ul> <li>🐞 Fix Button <code>defaultBg</code>, <code>defaultColor</code>, <code>defaultHoverColor</code> and <code>defaultActiveColor</code> tokens not taking effect. <a href="https://redirect.github.com/ant-design/ant-design/pull/56238">#56238</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🐞 Fix Button default tokens not taking effect. <a href="https://redirect.github.com/ant-design/ant-design/pull/56719">#56719</a> <a href="https://github.com/unknowntocka"><code>@unknowntocka</code></a></li> <li>🐞 Fix Button <code>variant="solid"</code> borders displaying incorrectly inside Space.Compact. <a href="https://redirect.github.com/ant-design/ant-design/pull/56486">#56486</a> <a href="https://github.com/Pareder"><code>@Pareder</code></a></li> </ul> </li> <li>🐞 Fix Input.TextArea ref missing <code>nativeElement</code> property. <a href="https://redirect.github.com/ant-design/ant-design/pull/56803">#56803</a> <a href="https://github.com/smith3816"><code>@smith3816</code></a></li> <li>🐞 Fix Flex default <code>align</code> not taking effect when using <code>orientation</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/55950">#55950</a> <a href="https://github.com/YingtaoMo"><code>@YingtaoMo</code></a></li> <li>🐞 Fix Typography link selector specificity being too low causing styles to be overridden. <a href="https://redirect.github.com/ant-design/ant-design/pull/56759">#56759</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix ColorPicker HEX input allowing invalid characters. <a href="https://redirect.github.com/ant-design/ant-design/pull/56752">#56752</a> <a href="https://github.com/treephesians"><code>@treephesians</code></a></li> </ul> <h2>6.2.2</h2> <p><code>2026-01-26</code></p> <ul> <li>🐞 Fix Button with href wrapped by Typography showing incorrect color and flickering outline on hover. <a href="https://redirect.github.com/ant-design/ant-design/pull/56619">#56619</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> <li>🐞 Fix component token not taking effect for Button with <code>type="text"</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56291">#56291</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix where components within the Popover were affected by the state association with Form.Item. <a href="https://redirect.github.com/ant-design/ant-design/pull/56728">#56728</a></li> <li>🐞 Fix the placeholders displayed incorrectly when selecting multiple items in Select. <a href="https://redirect.github.com/ant-design/ant-design/pull/56675">#56675</a></li> <li>💄 Fix misaligned elements in Pagination when the global <code>fontSize</code> is increased. <a href="https://redirect.github.com/ant-design/ant-design/pull/56715">#56715</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 Fix incorrect Drawer dragger position in RTL mode. <a href="https://redirect.github.com/ant-design/ant-design/pull/56693">#56693</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> </ul> <h2>6.2.1</h2> <p><code>2026-01-20</code></p> <ul> <li>🐞 Fix Button child element's <code>className</code> be cleared if it contains two Chinese characters. <a href="https://redirect.github.com/ant-design/ant-design/pull/56593">#56593</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> <li>🐞 Fix DatePicker DOM not updated bug after update <code>suffixIcon</code> as <code>null</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56637">#56637</a> <a href="https://github.com/AlanQtten"><code>@AlanQtten</code></a></li> <li>🐞 Fix Table content area border radius when set border radius for container. <a href="https://redirect.github.com/ant-design/ant-design/pull/56478">#56478</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 Fix Card unexpected border radius for Body area. <a href="https://redirect.github.com/ant-design/ant-design/pull/56653">#56653</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>💄 MISC: Fix unexpected <code>undefined</code> and <code>null</code> in the injected styles. <a href="https://redirect.github.com/ant-design/ant-design/pull/56636">#56636</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>💄 MISC: Improve <code>background</code> transition to <code>background-color</code> for all components. <a href="https://redirect.github.com/ant-design/ant-design/pull/56598">#56598</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🛠 Improve Grid use <code>genCssVar</code> method to generate more stable CSS variable names. <a href="https://redirect.github.com/ant-design/ant-design/pull/56635">#56635</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🛠 Improve <code>@ant-design/icons</code> usage to avoid depend on full package since externals. <a href="https://redirect.github.com/ant-design/ant-design/pull/56639">#56639</a> <a href="https://github.com/ShenHongFei"><code>@ShenHongFei</code></a></li> </ul> <h2>6.2.0</h2> <p><code>2026-01-13</code></p> <ul> <li>🛠 Button, Masonry, Mentions, Select, Space, Splitter, Steps and other components batch use <code>genCssVar</code> method to generate more stable CSS variable names. <a href="https://redirect.github.com/ant-design/ant-design/pull/56562">#56562</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/56559">#56559</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/56557">#56557</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/56555">#56555</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/56550">#56550</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/56547">#56547</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/56546">#56546</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/56529">#56529</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🆕 QRCode adds <code>marginSize</code> property for displaying QR code margin area. <a href="https://redirect.github.com/ant-design/ant-design/pull/56569">#56569</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🆕 Tour adds <code>keyboard</code> property to configure keyboard operations. <a href="https://redirect.github.com/ant-design/ant-design/pull/56581">#56581</a> <a href="https://github.com/cactuser-Lu"><code>@cactuser-Lu</code></a></li> <li>Tooltip <ul> <li>🆕 Tooltip adds <code>maxWidth</code> design token. <a href="https://redirect.github.com/ant-design/ant-design/pull/56540">#56540</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Tooltip/Popover/Popconfirm can be closed with ESC by default. <a href="https://redirect.github.com/ant-design/ant-design/pull/56492">#56492</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> </ul> </li> <li>🛠 Steps remove useless styles. <a href="https://redirect.github.com/ant-design/ant-design/pull/56565">#56565</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🆕 Form supports <code>tel</code> type validation. <a href="https://redirect.github.com/ant-design/ant-design/pull/56533">#56533</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></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/20f8a9a9edb34d5e5427c9af0c18e1e5d5392b94"><code>20f8a9a</code></a> chore: bump version to 6.2.3 (<a href="https://redirect.github.com/ant-design/ant-design/issues/56813">#56813</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/f20a3d6fba2117e10602b70f7a57d6924eb9d6aa"><code>f20a3d6</code></a> chore: bump eslint-plugin-react-refresh from 0.4.26 to 0.5.0 (<a href="https://redirect.github.com/ant-design/ant-design/issues/56828">#56828</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/191db91774570b31476c5c84bb27d67bccfeee8b"><code>191db91</code></a> site(a11y): apply prefers-reduced-motion handling for transitions (<a href="https://redirect.github.com/ant-design/ant-design/issues/56823">#56823</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/a28f8aa8638e0967fbc288892db05b70a693853f"><code>a28f8aa</code></a> chore(deps): update dependency <code>@types/react</code> to v19.2.9 (<a href="https://redirect.github.com/ant-design/ant-design/issues/56819">#56819</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/4ab4a826c9d5f1341c0209c23fcb20168fd0d469"><code>4ab4a82</code></a> chore(deps): update dawidd6/action-download-artifact action to v13 (<a href="https://redirect.github.com/ant-design/ant-design/issues/56820">#56820</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/ffbf6e30247aed51ac59be352c465ada1c106807"><code>ffbf6e3</code></a> docs: style issues in site design tabs (<a href="https://redirect.github.com/ant-design/ant-design/issues/56810">#56810</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/4b9085624b15551ea1baf4de9919b7696b7849a0"><code>4b90856</code></a> chore: merge duplicate debug demos (<a href="https://redirect.github.com/ant-design/ant-design/issues/56809">#56809</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/7dd385bb43379ce39814c3724f82481f88724cc5"><code>7dd385b</code></a> fix(Button): defaultBg, defaultColor, defaultHoverColor and defaultActiveColo...</li> <li><a href="https://github.com/ant-design/ant-design/commit/44a4161dd8da5425d2ca371b50d57ff7861da11a"><code>44a4161</code></a> fix: Textarea ref miss nativeElement (<a href="https://redirect.github.com/ant-design/ant-design/issues/56803">#56803</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/10e43e1405388be4652d2a958eb0459dbbd4c480"><code>10e43e1</code></a> chore: upgrade deps (<a href="https://redirect.github.com/ant-design/ant-design/issues/56805">#56805</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ant-design/ant-design/compare/5.27.6...6.2.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 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]
