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

   Bumps [antd](https://github.com/ant-design/ant-design) from 5.20.0 to 5.20.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.20.5</h2>
   <ul>
   <li>🛠 Adjust Tree &amp; TreeSelect <code>defaultExpandAll</code> logic to 
only add internal <code>expandedKeys</code> which <code>treeNode</code> has 
children instead to avoid perf issue when with large data or 
<code>loadData</code> case. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50689";>#50689</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 Fix Cascader not show parent option in search when using 
<code>multiple</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50689";>#50689</a></li>
   <li>🐞 Fix Typography <code>ellipsis.tooltip.title</code> with ReactNode will 
cause dead loop. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50688";>#50688</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   </ul>
   <hr />
   <ul>
   <li>🛠 调整 Tree 与 TreeSelect 的 <code>defaultExpandAll</code> 的行为,仅将有子节点的 
<code>treeNode</code> 加入 <code>expandedKeys</code> 以防止在大数据与 
<code>loadData</code> 异步的情况下引发的性能问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/50689";>#50689</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 修复 Cascader 在 <code>multiple</code> 下搜索不会显示父节点作为选项的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/50689";>#50689</a></li>
   <li>🐞 修复 Typography <code>ellipsis.tooltip.title</code> 配置 ReactNode 
会导致死循环的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/50688";>#50688</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   </ul>
   <h2>5.20.4</h2>
   <ul>
   <li>Menu
   <ul>
   <li>🐞 Fix Menu token <code>itemPaddingInline inoperative</code> not working. 
<a 
href="https://redirect.github.com/ant-design/ant-design/pull/50663";>#50663</a> 
<a href="https://github.com/coding-ice";><code>@​coding-ice</code></a></li>
   <li>🐞 Fix Menu missing <code>hover</code> transition style. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50624";>#50624</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   </ul>
   </li>
   <li>💄 Badge add transition effect to count node. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50607";>#50607</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>💄 Fix Table column header move with unexpected transition. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50605";>#50605</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🛠 Refactor Typography code to optimize internal logic. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50561";>#50561</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🐞 Disable the Rate component within Form.Item when the form is disabled. 
<a 
href="https://redirect.github.com/ant-design/ant-design/pull/50594";>#50594</a> 
<a href="https://github.com/nikzanda";><code>@​nikzanda</code></a></li>
   <li>🌐 Patch tr_TR <code>Transfer.deselectAll</code> locale. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50672";>#50672</a> 
<a href="https://github.com/coding-ice";><code>@​coding-ice</code></a></li>
   </ul>
   <hr />
   <ul>
   <li>Menu
   <ul>
   <li>🐞 修复 Menu 的 <code>itemPaddingInline</code> token 不生效的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/50663";>#50663</a> 
<a href="https://github.com/coding-ice";><code>@​coding-ice</code></a></li>
   <li>🐞 修复 Menu <code>hover</code> 时背景色切换渐变效果丢失的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/50624";>#50624</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   </ul>
   </li>
   <li>💄 给 Badge 增加一个动画缓动效果。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/50607";>#50607</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>💄 修复 Table 列头切换状态时多余的的移动缓动动画。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/50605";>#50605</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🛠 重构 Typography 代码以优化内部实现逻辑。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/50561";>#50561</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🐞 当表单被禁用时,禁用 Form.Item 中的 Rate 组件。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/50594";>#50594</a> 
<a href="https://github.com/nikzanda";><code>@​nikzanda</code></a></li>
   <li>🌐 补充土耳其 <code>Transfer.deselectAll</code> 本地化文本。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/50672";>#50672</a> 
<a href="https://github.com/coding-ice";><code>@​coding-ice</code></a></li>
   </ul>
   <h2>5.20.3</h2>
   <ul>
   <li>🐞 Refactor Typography native css ellipsis measure logic to handle 
precision edge case. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50514";>#50514</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 Fix ColorPicker <code>onChangeComplete</code> not correct when click 
directly without move on the picker panel. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50501";>#50501</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 Fix FloatButton.Group with controlled mode warning for nest updating 
issue. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50500";>#50500</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   </ul>
   <hr />
   <ul>
   <li>🐞 重构 Typography 在使用 css 原生省略时的检查逻辑,以解决屏幕缩放等情况下的精度问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/50514";>#50514</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 修复 ColorPicker 组件在面板上不拖拽直接点击的时候,<code>onChangeComplete</code> 
返回值不正确的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/50501";>#50501</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 修复 FloatButton.Group 在受控模式下 React 会警告递归更新的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/50500";>#50500</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   </ul>
   <h2>5.20.2</h2>
   <ul>
   <li>💄 Fix the suffix style problem of InputNumber without control. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50450";>#50450</a> 
<a href="https://github.com/coding-ice";><code>@​coding-ice</code></a></li>
   <li>🆕 Form <code>rule.message</code> supports skipping variable substitution 
through <code>\\${}</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50412";>#50412</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 Fixed the issue where the rounded corners of the trigger element are 
missing when the FloatButton component has shape=&quot;square&quot; and in menu 
mode when the menu pops up. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50408";>#50408</a> 
<a href="https://github.com/li-jia-nan";><code>@​li-jia-nan</code></a></li>
   <li>🐞 Fixed the problem that Upload.Dragger does not work when dragging and 
dropping upload folders. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50394";>#50394</a> 
<a href="https://github.com/huiliangShen";><code>@​huiliangShen</code></a></li>
   <li>🐞 Fixed the issue where the arrow icon disappears after hovering when 
Select specifies <code>getPopcontainer={node=node.parentNode}</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50382";>#50382</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🐞 Fixed the arrow misalignment error when Popover sets the 
<code>arrow.pointAtCenter</code> property. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50260";>#50260</a> 
<a href="https://github.com/Wxh16144";><code>@​Wxh16144</code></a></li>
   <li>📖 Transfer adds Russian and Ukrainian localization copy. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50429";>#50429</a> 
<a href="https://github.com/alexlag";><code>@​alexlag</code></a></li>
   <li>TypeScript
   <ul>
   <li>🤖 Roll back the Table partial generic constraint object to any to reduce 
break changes caused by <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50351";>#50351</a>. 
<a 
href="https://redirect.github.com/ant-design/ant-design/pull/50372";>#50372</a> 
<a href="https://github.com/crazyair";><code>@​crazyair</code></a></li>
   </ul>
   </li>
   </ul>
   <hr />
   <ul>
   <li>💄 修复 InputNumber 没有控件的后缀样式问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/50450";>#50450</a> 
<a href="https://github.com/coding-ice";><code>@​coding-ice</code></a></li>
   <li>🆕 Form <code>rule.message</code> 支持通过 <code>\\${}</code> 跳过变量替换。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/50412";>#50412</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</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>5.20.5</h2>
   <p><code>2024-09-03</code></p>
   <ul>
   <li>🛠 Adjust Tree &amp; TreeSelect <code>defaultExpandAll</code> logic to 
only add internal <code>expandedKeys</code> which <code>treeNode</code> has 
children instead to avoid perf issue when with large data or 
<code>loadData</code> case. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50689";>#50689</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 Fix Cascader not show parent option in search when using 
<code>multiple</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50689";>#50689</a></li>
   <li>🐞 Fix Typography <code>ellipsis.tooltip.title</code> with ReactNode will 
cause dead loop. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50688";>#50688</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   </ul>
   <h2>5.20.4</h2>
   <p><code>2024-09-02</code></p>
   <ul>
   <li>Menu
   <ul>
   <li>🐞 Fix Menu token <code>itemPaddingInline inoperative</code> not working. 
<a 
href="https://redirect.github.com/ant-design/ant-design/pull/50663";>#50663</a> 
<a href="https://github.com/coding-ice";><code>@​coding-ice</code></a></li>
   <li>🐞 Fix Menu missing <code>hover</code> transition style. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50624";>#50624</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   </ul>
   </li>
   <li>💄 Badge add transition effect to count node. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50607";>#50607</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>💄 Fix Table column header move with unexpected transition. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50605";>#50605</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🛠 Refactor Typography code to optimize internal logic. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50561";>#50561</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🐞 Disable the Rate component within Form.Item when the form is disabled. 
<a 
href="https://redirect.github.com/ant-design/ant-design/pull/50594";>#50594</a> 
<a href="https://github.com/nikzanda";><code>@​nikzanda</code></a></li>
   <li>🌐 Patch tr_TR <code>Transfer.deselectAll</code> locale. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50672";>#50672</a> 
<a href="https://github.com/coding-ice";><code>@​coding-ice</code></a></li>
   </ul>
   <h2>5.20.3</h2>
   <p><code>2024-08-26</code></p>
   <ul>
   <li>🐞 Refactor Typography native css ellipsis measure logic to handle 
precision edge case. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50514";>#50514</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 Fix ColorPicker <code>onChangeComplete</code> not correct when click 
directly without move on the picker panel. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50501";>#50501</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 Fix FloatButton.Group with controlled mode warning for nest updating 
issue. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50500";>#50500</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   </ul>
   <h2>5.20.2</h2>
   <p><code>2024-08-19</code></p>
   <ul>
   <li>💄 Fix the suffix style problem of InputNumber without control. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50450";>#50450</a> 
<a href="https://github.com/coding-ice";><code>@​coding-ice</code></a></li>
   <li>🆕 Form <code>rule.message</code> supports skipping variable substitution 
through <code>\\${}</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50412";>#50412</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 Fixed the issue where the rounded corners of the trigger element are 
missing when the FloatButton component has shape=&quot;square&quot; and in menu 
mode when the menu pops up. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50408";>#50408</a> 
<a href="https://github.com/li-jia-nan";><code>@​li-jia-nan</code></a></li>
   <li>🐞 Fixed the problem that Upload.Dragger does not work when dragging and 
dropping upload folders. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50394";>#50394</a> 
<a href="https://github.com/huiliangShen";><code>@​huiliangShen</code></a></li>
   <li>🐞 Fixed the issue where the arrow icon disappears after hovering when 
Select specifies <code>getPopcontainer={node=node.parentNode}</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50382";>#50382</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🐞 Fixed the arrow misalignment error when Popover sets the 
<code>arrow.pointAtCenter</code> property. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50260";>#50260</a> 
<a href="https://github.com/Wxh16144";><code>@​Wxh16144</code></a></li>
   <li>📖 Transfer adds Russian and Ukrainian localization copy. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50429";>#50429</a> 
<a href="https://github.com/alexlag";><code>@​alexlag</code></a></li>
   <li>TypeScript
   <ul>
   <li>🤖 Roll back the Table partial generic constraint object to any to reduce 
break changes caused by <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50351";>#50351</a>. 
<a 
href="https://redirect.github.com/ant-design/ant-design/pull/50372";>#50372</a> 
<a href="https://github.com/crazyair";><code>@​crazyair</code></a></li>
   </ul>
   </li>
   </ul>
   <h2>5.20.1</h2>
   <p><code>2024-08-11</code></p>
   <ul>
   <li>ColorPicker
   <ul>
   <li>🐞 Fix ColorPicker compile error of <code>@ant-design/fast-color</code>. 
<a 
href="https://redirect.github.com/ant-design/ant-design/pull/50293";>#50293</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>💄 Fix ColorPicker not adjust border style when under Space.Compact. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/50291";>#50291</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   </ul>
   </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/962b6d52246a4f2cf283a720eaddfe79413a0036";><code>962b6d5</code></a>
 docs: bump 5.20.5 (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/50701";>#50701</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/e91244f89300516a923d22330aa0787a7e650750";><code>e91244f</code></a>
 enhance: tree perf of large data (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/50689";>#50689</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/38e3cc6edcf6bdcadde76846126023a73e8c61d8";><code>38e3cc6</code></a>
 chore(deps): update dependency puppeteer to v23 (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/50354";>#50354</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/71533ff2a3ea26e054cb0dca7025b0443516cc91";><code>71533ff</code></a>
 fix: Typography dead loop (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/50688";>#50688</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/afabec60c390e0df494300353e54b05dd070fbb1";><code>afabec6</code></a>
 docs: Update css-variables.md (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/50686";>#50686</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/b66ca0482898f7fcccc1720aab1661ac420a58ad";><code>b66ca04</code></a>
 chore: upgrade deps (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/50680";>#50680</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/b8046fccebf4e2f8037157d247dec9182a6c168b";><code>b8046fc</code></a>
 docs: update dingtalk group qrcode image (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/50675";>#50675</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/89322ab52a7522224b1fd45ec46c7ad227919b37";><code>89322ab</code></a>
 chore: add biome config (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/50676";>#50676</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/bdb2cd21925259e15e7375ba523a82b8ff4670e6";><code>bdb2cd2</code></a>
 docs: changelog of 5.20.4 (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/50674";>#50674</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/d80b9568e9e9f754e7b8958a93a2c9302a9f6fd2";><code>d80b956</code></a>
 docs: tweak ColorPicker usage in customize theme doc (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/50673";>#50673</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/ant-design/ant-design/compare/5.20.0...5.20.5";>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.20.0&new-version=5.20.5)](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]

Reply via email to