dependabot[bot] opened a new pull request, #31541: URL: https://github.com/apache/superset/pull/31541
Bumps [antd](https://github.com/ant-design/ant-design) from 5.22.2 to 5.22.5. <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.22.5</h2> <ul> <li>🛠 Refactor Wave/Menu/Form <code>ref</code> check logic to resolve React 19 <code>ref</code> conflict (Note, this is not finally support React 19 but we will resolve step by step in future version). <a href="https://redirect.github.com/ant-design/ant-design/pull/51952">#51952</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Dropdown cannot accept ReactNode as <code>children</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/50174">#50174</a> <a href="https://github.com/coding-ice"><code>@coding-ice</code></a></li> <li>🐞 Fix Carousel cannot display correctly in Modal without icon. <a href="https://redirect.github.com/ant-design/ant-design/pull/51988">#51988</a> <a href="https://github.com/quan060798"><code>@quan060798</code></a></li> <li>🐞 Fix Select label overflow issue. <a href="https://redirect.github.com/ant-design/ant-design/pull/52011">#52011</a> <a href="https://github.com/OysterD3"><code>@OysterD3</code></a></li> <li>🐞 Fix Form <code>setFieldValue</code> not reset field validation. <a href="https://redirect.github.com/ant-design/ant-design/pull/51993">#51993</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Pagination with setting <code>showSizeChanger.showSearch</code> not working. <a href="https://redirect.github.com/ant-design/ant-design/pull/51962">#51962</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🇰🇷 Improve Korean locales for DatePicker. <a href="https://redirect.github.com/ant-design/ant-design/pull/51983">#51983</a> <a href="https://github.com/DevLeti"><code>@DevLeti</code></a></li> <li>🤖 Export <code>CheckboxChangeEvent</code> from antd. <a href="https://redirect.github.com/ant-design/ant-design/pull/52008">#52008</a> <a href="https://github.com/SpecLad"><code>@SpecLad</code></a></li> </ul> <hr /> <ul> <li>🛠 重构 Wave/Menu/Form <code>ref</code> 检查逻辑以解决 React 19 <code>ref</code> 部分冲突(注:该更新不会完全解决 React 19 兼容问题,后续将会持续更新)。<a href="https://redirect.github.com/ant-design/ant-design/pull/51952">#51952</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 修复 Dropdown <code>children</code> 不支持传入 ReactNode 的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/50174">#50174</a> <a href="https://github.com/coding-ice"><code>@coding-ice</code></a></li> <li>🐞 修复 Carousel 某些情况下在 Modal 中无法正确展示的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/51988">#51988</a> <a href="https://github.com/quan060798"><code>@quan060798</code></a></li> <li>🐞 修复 Select 选中文本溢出的问题 。<a href="https://redirect.github.com/ant-design/ant-design/pull/52011">#52011</a> <a href="https://github.com/OysterD3"><code>@OysterD3</code></a></li> <li>🐞 修复 Form <code>setFieldValue</code> 没有重置字段校验信息的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/51993">#51993</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 修复 Pagination 配置 <code>showSizeChanger.showSearch</code> 无效的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/51962">#51962</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🇰🇷 优化 DatePicker 韩语本地化文案。<a href="https://redirect.github.com/ant-design/ant-design/pull/51983">#51983</a> <a href="https://github.com/DevLeti"><code>@DevLeti</code></a></li> <li>🤖 从 antd 里导出 <code>CheckboxChangeEvent</code> 类型。<a href="https://redirect.github.com/ant-design/ant-design/pull/52008">#52008</a> <a href="https://github.com/SpecLad"><code>@SpecLad</code></a></li> </ul> <h2>5.22.4</h2> <ul> <li>Transfer <ul> <li>🐞 Fix the background overflow when Transfer selects the last item on the current page. <a href="https://redirect.github.com/ant-design/ant-design/pull/51884">#51884</a> <a href="https://github.com/ayangweb"><code>@ayangweb</code></a></li> <li>🐞 Fix Transfer toggle button being enabled when all items are disabled. <a href="https://redirect.github.com/ant-design/ant-design/pull/51784">#51784</a> <a href="https://github.com/WwwHhhYran"><code>@WwwHhhYran</code></a></li> </ul> </li> <li>🐞 Fix the arrow would be outside the container when the Tooltip content was too small. <a href="https://redirect.github.com/ant-design/ant-design/pull/51904">#51904</a></li> <li>🐞 Fix where clicking the Radio or Checkbox under Upload would trigger the popup window twice. <a href="https://redirect.github.com/ant-design/ant-design/pull/51874">#51874</a></li> <li>💄 Fix Menu icon alignment when using <code>collapsedIconSize</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/51863">#51863</a> <a href="https://github.com/Gnomeek"><code>@Gnomeek</code></a></li> <li>💄 Fix incorrect styling of Tabs component when <code>type="editable-card"</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/51935">#51935</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> <li>💄 Fix insufficient trigger style priority in Layout.Sider component in <code>zero-width</code> mode. <a href="https://redirect.github.com/ant-design/ant-design/pull/51936">#51936</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> <li>💄 MISC: Fix the icon styles were created repeatedly. <a href="https://redirect.github.com/ant-design/ant-design/pull/51897">#51897</a> <a href="https://github.com/YumoImer"><code>@YumoImer</code></a></li> <li>💄 MISC: Inline styles refactored to cssinjs. <a href="https://redirect.github.com/ant-design/ant-design/pull/51843">#51843</a></li> </ul> <hr /> <ul> <li>Transfer <ul> <li>🐞 修复 Transfer 选中当前页最后一项时背景溢出的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/51884">#51884</a> <a href="https://github.com/ayangweb"><code>@ayangweb</code></a></li> <li>🐞 修正 Transfer 切换按钮当所有 item 禁用时依然可用的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/51784">#51784</a> <a href="https://github.com/WwwHhhYran"><code>@WwwHhhYran</code></a></li> </ul> </li> <li>🐞 修复 Tooltip 内容过少时,箭头会在容器外的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/51904">#51904</a></li> <li>🐞 修复点击 Upload 下的 Radio 或 Checkbox 会触发两次弹窗的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/51874">#51874</a></li> <li>💄 修复 Menu 在使用 <code>collapsedIconSize</code> 时图标对齐的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/51863">#51863</a> <a href="https://github.com/Gnomeek"><code>@Gnomeek</code></a></li> <li>💄 修复 Tabs 组件在 <code>type="editable-card"</code> 时样式不正确的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/51935">#51935</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> <li>💄 修复 Layout.Sider 组件在 <code>zero-width</code> 模式下触发器样式优先级不足的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/51936">#51936</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> <li>💄 MISC: 修复 icon 样式被重复创建的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/51897">#51897</a> <a href="https://github.com/YumoImer"><code>@YumoImer</code></a></li> <li>💄 MISC: 行内样式重构为 cssinjs。<a href="https://redirect.github.com/ant-design/ant-design/pull/51843">#51843</a></li> </ul> <h2>5.22.3</h2> <ul> <li>🐞 Fix Select clear button may has incorrect position within Form.item. <a href="https://redirect.github.com/ant-design/ant-design/pull/51649">#51649</a> <a href="https://github.com/dislido"><code>@dislido</code></a></li> <li>🐞 Fix InputNumber <code>handleVisible</code> token not work as expected. <a href="https://redirect.github.com/ant-design/ant-design/pull/51728">#51728</a> <a href="https://github.com/dengfuping"><code>@dengfuping</code></a></li> <li>🐞 Fix ColorPicker error when pass <code>ReactNode</code> to <code>label</code> field of <code>presets</code> property. <a href="https://redirect.github.com/ant-design/ant-design/pull/51808">#51808</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🐞 Fix Menu <code>inlineCollapsed</code> property not works bug within Layout. <a href="https://redirect.github.com/ant-design/ant-design/pull/51775">#51775</a> <a href="https://github.com/coderz-w"><code>@coderz-w</code></a></li> <li>🐞 Fix Table <code>onHeaderCell</code> provided part <code>style</code> can not override. <a href="https://redirect.github.com/ant-design/ant-design/pull/51793">#51793</a> <a href="https://github.com/Wxh16144"><code>@Wxh16144</code></a></li> <li>⌨️ Improve Collapse accessibility. <a href="https://redirect.github.com/ant-design/ant-design/pull/51836">#51836</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> <li>TypeScript</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.22.5</h2> <p><code>2024-12-15</code></p> <ul> <li>🛠 Refactor Wave/Menu/Form <code>ref</code> check logic to resolve React 19 <code>ref</code> conflict (Note, this is not finally support React 19 but we will resolve step by step in future version). <a href="https://redirect.github.com/ant-design/ant-design/pull/51952">#51952</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Dropdown cannot accept ReactNode as <code>children</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/50174">#50174</a> <a href="https://github.com/coding-ice"><code>@coding-ice</code></a></li> <li>🐞 Fix Carousel cannot display correctly in Modal without icon. <a href="https://redirect.github.com/ant-design/ant-design/pull/51988">#51988</a> <a href="https://github.com/quan060798"><code>@quan060798</code></a></li> <li>🐞 Fix Select label overflow issue. <a href="https://redirect.github.com/ant-design/ant-design/pull/52011">#52011</a> <a href="https://github.com/OysterD3"><code>@OysterD3</code></a></li> <li>🐞 Fix Form <code>setFieldValue</code> not reset field validation. <a href="https://redirect.github.com/ant-design/ant-design/pull/51993">#51993</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Pagination with setting <code>showSizeChanger.showSearch</code> not working. <a href="https://redirect.github.com/ant-design/ant-design/pull/51962">#51962</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🇰🇷 Improve Korean locales for DatePicker. <a href="https://redirect.github.com/ant-design/ant-design/pull/51983">#51983</a> <a href="https://github.com/DevLeti"><code>@DevLeti</code></a></li> <li>🤖 Export <code>CheckboxChangeEvent</code> from antd. <a href="https://redirect.github.com/ant-design/ant-design/pull/52008">#52008</a> <a href="https://github.com/SpecLad"><code>@SpecLad</code></a></li> </ul> <h2>5.22.4</h2> <p><code>2024-12-09</code></p> <ul> <li>Transfer <ul> <li>🐞 Fix the background overflow when Transfer selects the last item on the current page. <a href="https://redirect.github.com/ant-design/ant-design/pull/51884">#51884</a> <a href="https://github.com/ayangweb"><code>@ayangweb</code></a></li> <li>🐞 Fix Transfer toggle button being enabled when all items are disabled. <a href="https://redirect.github.com/ant-design/ant-design/pull/51784">#51784</a> <a href="https://github.com/WwwHhhYran"><code>@WwwHhhYran</code></a></li> </ul> </li> <li>🐞 Fix the arrow would be outside the container when the Tooltip content was too small. <a href="https://redirect.github.com/ant-design/ant-design/pull/51904">#51904</a></li> <li>🐞 Fix where clicking the Radio or Checkbox under Upload would trigger the popup window twice. <a href="https://redirect.github.com/ant-design/ant-design/pull/51874">#51874</a></li> <li>💄 Fix Menu icon alignment when using <code>collapsedIconSize</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/51863">#51863</a> <a href="https://github.com/Gnomeek"><code>@Gnomeek</code></a></li> <li>💄 Fix incorrect styling of Tabs component when <code>type="editable-card"</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/51935">#51935</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> <li>💄 Fix insufficient trigger style priority in Layout.Sider component in <code>zero-width</code> mode. <a href="https://redirect.github.com/ant-design/ant-design/pull/51936">#51936</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> <li>💄 MISC: Fix the icon styles were created repeatedly. <a href="https://redirect.github.com/ant-design/ant-design/pull/51897">#51897</a> <a href="https://github.com/YumoImer"><code>@YumoImer</code></a></li> <li>💄 MISC: Inline styles refactored to cssinjs. <a href="https://redirect.github.com/ant-design/ant-design/pull/51843">#51843</a></li> </ul> <h2>5.22.3</h2> <p><code>2024-12-02</code></p> <ul> <li>🐞 Fix Select clear button may has incorrect position within Form.item. <a href="https://redirect.github.com/ant-design/ant-design/pull/51649">#51649</a> <a href="https://github.com/dislido"><code>@dislido</code></a></li> <li>🐞 Fix InputNumber <code>handleVisible</code> token not work as expected. <a href="https://redirect.github.com/ant-design/ant-design/pull/51728">#51728</a> <a href="https://github.com/dengfuping"><code>@dengfuping</code></a></li> <li>🐞 Fix ColorPicker error when pass <code>ReactNode</code> to <code>label</code> field of <code>presets</code> property. <a href="https://redirect.github.com/ant-design/ant-design/pull/51808">#51808</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🐞 Fix Menu <code>inlineCollapsed</code> property not works bug within Layout. <a href="https://redirect.github.com/ant-design/ant-design/pull/51775">#51775</a> <a href="https://github.com/coderz-w"><code>@coderz-w</code></a></li> <li>🐞 Fix Table <code>onHeaderCell</code> provided part <code>style</code> can not override. <a href="https://redirect.github.com/ant-design/ant-design/pull/51793">#51793</a> <a href="https://github.com/Wxh16144"><code>@Wxh16144</code></a></li> <li>⌨️ Improve Collapse accessibility. <a href="https://redirect.github.com/ant-design/ant-design/pull/51836">#51836</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> <li>TypeScript <ul> <li>🤖 Add Table argument type for <code>clearFilters</code> function property. <a href="https://redirect.github.com/ant-design/ant-design/pull/51754">#51754</a> <a href="https://github.com/fubd"><code>@fubd</code></a></li> <li>🤖 Fix Form.List with nest field will miss value with remove when set Form <code>preserve</code> to <code>false</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/51796">#51796</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ant-design/ant-design/commit/5da9dde184acde07a824ea17ddddca3b0deb8667"><code>5da9dde</code></a> ci: auto unassign (<a href="https://redirect.github.com/ant-design/ant-design/issues/52013">#52013</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/397f45eee846c4cf27174788ed3dd0bd3fe69a85"><code>397f45e</code></a> docs(✨): release 5.22.5 (<a href="https://redirect.github.com/ant-design/ant-design/issues/52016">#52016</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/c30a255cbd80429267d7d9a321db10f8b3f96559"><code>c30a255</code></a> chore(deps): bump softprops/action-gh-release from 2.1.0 to 2.2.0 (<a href="https://redirect.github.com/ant-design/ant-design/issues/51981">#51981</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/a9fa9df7deb53f02d19676e9cd6b21c280da4dd9"><code>a9fa9df</code></a> chore: rm useless token.calc (<a href="https://redirect.github.com/ant-design/ant-design/issues/52015">#52015</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/fbb11f0a38c6e2dc47f28905083ebad32a79fba3"><code>fbb11f0</code></a> fix(dropdown): support ReactNode type value (<a href="https://redirect.github.com/ant-design/ant-design/issues/50174">#50174</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/5c582fcbe20bd64ca4bcbc47c4e46315b5b981b5"><code>5c582fc</code></a> chore(Button): str type (<a href="https://redirect.github.com/ant-design/ant-design/issues/51521">#51521</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/034aa4908f09c2633e984116fefafcf328aada47"><code>034aa49</code></a> type: export CheckboxChangeEvent from 'antd' (<a href="https://redirect.github.com/ant-design/ant-design/issues/52008">#52008</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/17d741c553ac93aefacb8e9012ddd4129107771d"><code>17d741c</code></a> fix: Apply max width to confirm modal so that children's width will not incre...</li> <li><a href="https://github.com/ant-design/ant-design/commit/615723a5fd1ce1762eb5576151802a9409306118"><code>615723a</code></a> fix(select): prevent label overflow (<a href="https://redirect.github.com/ant-design/ant-design/issues/52011">#52011</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/48f85d6785110309ca28cf8f7e565e486b897e86"><code>48f85d6</code></a> ci: fix formatting (<a href="https://redirect.github.com/ant-design/ant-design/issues/51971">#51971</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ant-design/ant-design/compare/5.22.2...5.22.5">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]
