dependabot[bot] opened a new pull request, #38943:
URL: https://github.com/apache/superset/pull/38943

   Bumps [antd](https://github.com/ant-design/ant-design) from 5.27.6 to 6.3.4.
   <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.3.4</h2>
   <ul>
   <li>🔥 Add <a 
href="https://www.npmjs.com/package/@ant-design/cli";><code>@ant-design/cli</code></a>
 official command-line tool for querying Ant Design component knowledge, 
analyzing project usage, and guiding migrations offline. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57413";>#57413</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🐞 Fix Form.List losing sibling field values when using 
<code>onValuesChange</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57399";>#57399</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 Fix missing <code>screenXXXLMin</code> in <code>useToken</code> 
causing incorrect antd.css to be generated. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57372";>#57372</a> 
<a href="https://github.com/sealye09";><code>@​sealye09</code></a></li>
   <li>🐞 Fix ConfigProvider component config typings to expose semantic 
<code>classNames</code> and <code>styles</code> for supported components. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57396";>#57396</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>🐞 Fix Image <code>fetchPriority</code> prop not being passed through to 
the <code>&lt;img&gt;</code> element. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57392";>#57392</a> 
<a href="https://github.com/aojunhao123";><code>@​aojunhao123</code></a></li>
   <li>Menu
   <ul>
   <li>🐞 Fix Menu SubMenu parent item not applying custom hover color via 
ConfigProvider. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57374";>#57374</a> 
<a href="https://github.com/EmilyyyLiu";><code>@​EmilyyyLiu</code></a></li>
   <li>🐞 Fix Menu collapsed icons appearing misaligned when customizing 
<code>collapsedIconSize</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57360";>#57360</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   </ul>
   </li>
   <li>🐞 Fix Table controlled popover in column title being rendered twice when 
scroll is enabled. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57342";>#57342</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>🐞 Fix Transfer <code>render</code> prop returning JSX elements causing 
search to fail. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57133";>#57133</a> 
<a href="https://github.com/WustLCQ";><code>@​WustLCQ</code></a></li>
   <li>🐞 Fix Tree custom <code>switcherIcon</code> missing 
<code>switcher-line-icon</code> className when <code>showLine</code> is 
enabled. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57303";>#57303</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>🐞 Fix Watermark TypeScript errors when <code>onRemove</code> is omitted. 
<a 
href="https://redirect.github.com/ant-design/ant-design/pull/57344";>#57344</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   </ul>
   <hr />
   <ul>
   <li>🔥 新增官方命令行工具 <a 
href="https://www.npmjs.com/package/@ant-design/cli";><code>@ant-design/cli</code></a>,支持离线查询
 Ant Design 组件知识、分析项目用法及提供迁移指导。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/57413";>#57413</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🐞 修复 Form.List 在使用 <code>onValuesChange</code> 时丢失同级字段值的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/57399";>#57399</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 修复 <code>useToken</code> 缺少 <code>screenXXXLMin</code> 导致生成错误的 
antd.css 的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/57372";>#57372</a> 
<a href="https://github.com/sealye09";><code>@​sealye09</code></a></li>
   <li>🐞 修复 ConfigProvider 组件配置的类型定义,为已支持的组件暴露语义化 <code>classNames</code> 和 
<code>styles</code>。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/57396";>#57396</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>🐞 修复 Image 组件 <code>fetchPriority</code> 属性未正确透传到 
<code>&lt;img&gt;</code> 元素的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/57392";>#57392</a> 
<a href="https://github.com/aojunhao123";><code>@​aojunhao123</code></a></li>
   <li>Menu
   <ul>
   <li>🐞 修复通过 ConfigProvider 自定义 Menu 的 <code>itemHoverColor</code> 时,SubMenu 
父级菜单项 hover 状态颜色不生效的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/57374";>#57374</a> 
<a href="https://github.com/EmilyyyLiu";><code>@​EmilyyyLiu</code></a></li>
   <li>🐞 修复 Menu 自定义 <code>collapsedIconSize</code> 后折叠图标看起来未居中的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/57360";>#57360</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   </ul>
   </li>
   <li>🐞 修复 Table 在开启滚动时列头中受控 Popover 被重复渲染的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/57342";>#57342</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>🐞 修复 Transfer <code>render</code> 属性返回 JSX 元素时搜索功能失效的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/57133";>#57133</a> 
<a href="https://github.com/WustLCQ";><code>@​WustLCQ</code></a></li>
   <li>🐞 修复 Tree 开启 <code>showLine</code> 时自定义 <code>switcherIcon</code> 缺少 
<code>switcher-line-icon</code> 类名导致样式异常的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/57303";>#57303</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>🐞 修复 Watermark 在未传入 <code>onRemove</code> 时的 TypeScript 报错。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/57344";>#57344</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   </ul>
   <h2>6.3.3</h2>
   <ul>
   <li>Image
   <ul>
   <li>💄 Improve Image preview mask blur transition for 
<code>backdrop-filter</code> to reduce flicker perception. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57299";>#57299</a> 
<a href="https://github.com/mango766";><code>@​mango766</code></a></li>
   <li>🐞 Fix Image showing move cursor when <code>movable={false}</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57288";>#57288</a> 
<a href="https://github.com/ug-hero";><code>@​ug-hero</code></a></li>
   </ul>
   </li>
   <li>⌨️ ♿ Improve App link <code>:focus-visible</code> outline to enhance 
keyboard accessibility. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57266";>#57266</a> 
<a href="https://github.com/ug-hero";><code>@​ug-hero</code></a></li>
   <li>🐞 Fix Form required mark using hardcoded <code>SimSun</code> font. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57273";>#57273</a> 
<a href="https://github.com/mavericusdev";><code>@​mavericusdev</code></a></li>
   <li>🐞 Fix Grid media size mapping issue for <code>xxxl</code> breakpoint. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57246";>#57246</a> 
<a href="https://github.com/guoyunhe";><code>@​guoyunhe</code></a></li>
   <li>🐞 Fix Tree scrolling to top when clicking node. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57242";>#57242</a> 
<a href="https://github.com/aojunhao123";><code>@​aojunhao123</code></a></li>
   </ul>
   <hr />
   <ul>
   <li>Image
   <ul>
   <li>💄 优化 Image 预览蒙层 blur 效果的 <code>backdrop-filter</code> 过渡,减少闪烁感。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/57299";>#57299</a> 
<a href="https://github.com/mango766";><code>@​mango766</code></a></li>
   <li>🐞 修复 Image 在 <code>movable={false}</code> 时仍显示 move 光标的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/57288";>#57288</a> 
<a href="https://github.com/ug-hero";><code>@​ug-hero</code></a></li>
   </ul>
   </li>
   <li>⌨️ ♿ 优化 App 链接的 <code>:focus-visible</code> 外框样式,提升键盘可访问性。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/57266";>#57266</a> 
<a href="https://github.com/ug-hero";><code>@​ug-hero</code></a></li>
   <li>🐞 修复 Form 必填标记文案中硬编码 <code>SimSun</code> 字体的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/57273";>#57273</a> 
<a href="https://github.com/mavericusdev";><code>@​mavericusdev</code></a></li>
   <li>🐞 修复 Grid <code>xxxl</code> 断点在媒体尺寸映射中的错误。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/57246";>#57246</a> 
<a href="https://github.com/guoyunhe";><code>@​guoyunhe</code></a></li>
   <li>🐞 修复 Tree 点击节点时页面回滚到顶部的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/57242";>#57242</a> 
<a href="https://github.com/aojunhao123";><code>@​aojunhao123</code></a></li>
   </ul>
   <h2>6.3.2</h2>
   <ul>
   <li>🐞 Fix Form.Item validation failure caused by a timing issue when using 
dynamic <code>rules</code> and <code>dependencies</code> together. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57147";>#57147</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 Fix InputNumber height in <code>borderless</code> variant when using 
with Input or Select. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57162";>#57162</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>🐞 Fix Radio.Group radio button width when options text has different 
length or breaks. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57171";>#57171</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>🐞 Fix Skeleton.Avatar, Skeleton.Button, Skeleton.Input, Rate and Spin 
cannot take effect when <code>componentSize</code> is set globally. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57093";>#57093</a> 
<a 
href="https://redirect.github.com/ant-design/ant-design/pull/57106";>#57106</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>🐞 Fix Splitter may calculate wrong <code>size</code> if some panel in 
controlled mode. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57142";>#57142</a> 
<a href="https://github.com/js0753";><code>@​js0753</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.3.4</h2>
   <p><code>2026-03-24</code></p>
   <ul>
   <li>🔥 Add <a 
href="https://www.npmjs.com/package/@ant-design/cli";><code>@ant-design/cli</code></a>
 official command-line tool for querying Ant Design component knowledge, 
analyzing project usage, and guiding migrations offline. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57413";>#57413</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🐞 Fix Form.List losing sibling field values when using 
<code>onValuesChange</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57399";>#57399</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 Fix missing <code>screenXXXLMin</code> in <code>useToken</code> 
causing incorrect antd.css to be generated. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57372";>#57372</a> 
<a href="https://github.com/sealye09";><code>@​sealye09</code></a></li>
   <li>🐞 Fix ConfigProvider component config typings to expose semantic 
<code>classNames</code> and <code>styles</code> for supported components. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57396";>#57396</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>🐞 Fix Image <code>fetchPriority</code> prop not being passed through to 
the <code>&lt;img&gt;</code> element. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57392";>#57392</a> 
<a href="https://github.com/aojunhao123";><code>@​aojunhao123</code></a></li>
   <li>Menu
   <ul>
   <li>🐞 Fix Menu SubMenu parent item not applying custom hover color via 
ConfigProvider. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57374";>#57374</a> 
<a href="https://github.com/EmilyyyLiu";><code>@​EmilyyyLiu</code></a></li>
   <li>🐞 Fix Menu collapsed icons appearing misaligned when customizing 
<code>collapsedIconSize</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57360";>#57360</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   </ul>
   </li>
   <li>🐞 Fix Table controlled popover in column title being rendered twice when 
scroll is enabled. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57342";>#57342</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>🐞 Fix Transfer <code>render</code> prop returning JSX elements causing 
search to fail. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57133";>#57133</a> 
<a href="https://github.com/WustLCQ";><code>@​WustLCQ</code></a></li>
   <li>🐞 Fix Tree custom <code>switcherIcon</code> missing 
<code>switcher-line-icon</code> className when <code>showLine</code> is 
enabled. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57303";>#57303</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>🐞 Fix Watermark TypeScript errors when <code>onRemove</code> is omitted. 
<a 
href="https://redirect.github.com/ant-design/ant-design/pull/57344";>#57344</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   </ul>
   <h2>6.3.3</h2>
   <p><code>2026-03-16</code></p>
   <ul>
   <li>Image
   <ul>
   <li>💄 Improve Image preview mask blur transition for 
<code>backdrop-filter</code> to reduce flicker perception. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57299";>#57299</a> 
<a href="https://github.com/mango766";><code>@​mango766</code></a></li>
   <li>🐞 Fix Image showing move cursor when <code>movable={false}</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57288";>#57288</a> 
<a href="https://github.com/ug-hero";><code>@​ug-hero</code></a></li>
   </ul>
   </li>
   <li>⌨️ Improve App link <code>:focus-visible</code> outline to enhance 
keyboard accessibility. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57266";>#57266</a> 
<a href="https://github.com/ug-hero";><code>@​ug-hero</code></a></li>
   <li>🐞 Fix Form required mark using hardcoded <code>SimSun</code> font. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57273";>#57273</a> 
<a href="https://github.com/mavericusdev";><code>@​mavericusdev</code></a></li>
   <li>🐞 Fix Grid media size mapping issue for <code>xxxl</code> breakpoint. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57246";>#57246</a> 
<a href="https://github.com/guoyunhe";><code>@​guoyunhe</code></a></li>
   <li>🐞 Fix Tree scrolling to top when clicking node. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57242";>#57242</a> 
<a href="https://github.com/aojunhao123";><code>@​aojunhao123</code></a></li>
   </ul>
   <h2>6.3.2</h2>
   <p><code>2026-03-09</code></p>
   <ul>
   <li>🐞 Fix Form.Item validation failure caused by a timing issue when using 
dynamic <code>rules</code> and <code>dependencies</code> together. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57147";>#57147</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 Fix InputNumber height in <code>borderless</code> variant when using 
with Input or Select. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57162";>#57162</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>🐞 Fix Radio.Group radio button width when options text has different 
length or breaks. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57171";>#57171</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>🐞 Fix Skeleton.Avatar, Skeleton.Button, Skeleton.Input, Rate and Spin 
cannot take effect when <code>componentSize</code> is set globally. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57093";>#57093</a> 
<a 
href="https://redirect.github.com/ant-design/ant-design/pull/57106";>#57106</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>🐞 Fix Splitter may calculate wrong <code>size</code> if some panel in 
controlled mode. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57142";>#57142</a> 
<a href="https://github.com/js0753";><code>@​js0753</code></a></li>
   <li>🐞 Fix Tree and TreeSelect line alignment problem when customizing 
<code>titleHeight</code> property. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/56785";>#56785</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>💄 Fix Checkbox.Group checkbox width when options text has different 
length or breaks. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57144";>#57144</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>💄 Fix ConfigProvider <code>csp</code> not taking effect on all the 
dynamic style. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57159";>#57159</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>Select
   <ul>
   <li>💄 Fix Select text jumping problem in Firefox browser. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57030";>#57030</a> 
<a href="https://github.com/pierreeurope";><code>@​pierreeurope</code></a></li>
   <li>💄 Fix Select cannot set <code>visibility: hidden</code> via 
<code>style</code> property. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/56720";>#56720</a> 
<a 
href="https://github.com/claytonlin1110";><code>@​claytonlin1110</code></a></li>
   </ul>
   </li>
   <li>Upload
   <ul>
   <li>💄 Fix Upload has invalid blank area in <code>picture-card</code> mode 
with empty data. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57157";>#57157</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>⌨️ Improve Upload to always show item action area on non-hover or 
coarse-pointer devices. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57156";>#57156</a> 
<a href="https://github.com/Arktomson";><code>@​Arktomson</code></a></li>
   </ul>
   </li>
   <li>🌐 Add <code>es_US</code> locale preset. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57137";>#57137</a> 
<a 
href="https://github.com/yuriidumych-max";><code>@​yuriidumych-max</code></a></li>
   <li>🛠 Unify <code>size</code> enumeration, replace <code>default</code> with 
<code>medium</code> for Badge, Card, Progress, Steps, Switch and Spin, replace 
<code>middle</code> and <code>default</code> with <code>medium</code> and 
<code>large</code> for Descriptions, replace <code>middle</code> with 
<code>medium</code> for Table and Divider. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57127";>#57127</a> 
<a 
href="https://redirect.github.com/ant-design/ant-design/pull/57106";>#57106</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</code></a></li>
   <li>🛠 Unify <code>size</code> className for all components DOM. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/57106";>#57106</a> 
<a href="https://github.com/QDyanbing";><code>@​QDyanbing</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/7dddd23bf75543a8daa1cfadf6ea983b2b6a8e34";><code>7dddd23</code></a>
 docs: release 6.3.4 (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/57418";>#57418</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/6e68c4cfba58b7b23b65cf86d664207daeb5c767";><code>6e68c4c</code></a>
 docs: add <code>@​ant-design/cli</code> documentation and links (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/57413";>#57413</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/d5244006588b3cd4df1de98a414d600be233780e";><code>d524400</code></a>
 docs: fix Slider demo description for step=null with marks (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/57415";>#57415</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/d1d72665220466f72395db6c5daab7903dba3f8c";><code>d1d7266</code></a>
 site: fix homepage ThemePreview style priority after build (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/57411";>#57411</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/c4a70b3bdf78d84180b9d20790f4fe38267e66a5";><code>c4a70b3</code></a>
 chore(deps): update nearform-actions/github-action-notify-twitter digest to 
1...</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/12740504d9e5ccdb616acd40491042e23bd79d95";><code>1274050</code></a>
 chore(deps): update dependency typescript from v5 to v6 (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/57408";>#57408</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/7feb741b2474c3707f8e2337cb3463eece42be29";><code>7feb741</code></a>
 test: update any type (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/57410";>#57410</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/fb3a6f81964de21967b212c28b6259694a06f7c8";><code>fb3a6f8</code></a>
 chore: bump <code>@​rc-component/image</code> to improve preview a11y and 
support movable c...</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/1a1e9a4302fb1b78acf66ceabda70bd24fd0abfd";><code>1a1e9a4</code></a>
 fix: bump <code>@​rc-component/form</code> to resolve Form.List onValuesChange 
issue (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/57399";>#57399</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/61d6e08edd366f17298339f038f077b90e216d66";><code>61d6e08</code></a>
 fix: add missing screenMap item in useToken (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/57372";>#57372</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/ant-design/ant-design/compare/5.27.6...6.3.4";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=antd&package-manager=npm_and_yarn&previous-version=5.27.6&new-version=6.3.4)](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]

Reply via email to