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

   Bumps [antd](https://github.com/ant-design/ant-design) from 6.3.3 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>
   </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>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>
   </blockquote>
   </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/6.3.3...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=6.3.3&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