dependabot[bot] opened a new pull request, #30104: URL: https://github.com/apache/superset/pull/30104
Bumps [antd](https://github.com/ant-design/ant-design) from 4.24.16 to 5.20.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>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="square" 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> <li>🐞 修复了 FloatButton 组件当 shape=“square” 时,并且在菜单模式下,菜单弹出时 trigger 元素圆角缺失的问题。<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>🐞 修复 Upload.Dragger 拖拽上传文件夹时不工作问题。<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>🐞 修复 Select 指定 <code>getPopcontainer={node=node.parentNode}</code> 时箭头图标 hover 后会消失的问题。<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>🐞 修复 Popover 设置 <code>arrow.pointAtCenter</code> 属性时箭头未对齐错误。<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 补充俄罗斯语和乌克兰语本地化文案。<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>🤖 将 Table 部分泛型约束 object 回滚为 any,以减少 <a href="https://redirect.github.com/ant-design/ant-design/pull/50351">#50351</a> 造成的 break change。<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> <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://githhub.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> <li>💄 Fix Table <code>zIndexTableFixed</code> token not support CSS var. <a href="https://redirect.github.com/ant-design/ant-design/pull/50355">#50355</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🐞 Fix FloatButton don't support <code>zIndexPopupBase</code> token. <a href="https://redirect.github.com/ant-design/ant-design/pull/50349">#50349</a> <a href="https://github.com/Yuzu-io"><code>@Yuzu-io</code></a></li> <li>🐞 Fix Typography <code>tooltip</code> not show with precision issue of <code>ellipsis</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/50315">#50315</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Form <code>preserve={false}</code> should not trigger <code>shouldUpdate</code> rerender. <a href="https://redirect.github.com/ant-design/ant-design/pull/50283">#50283</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Tour default <code>z-index</code> not follow <code>zIndexPopup</code> token issue. <a href="https://redirect.github.com/ant-design/ant-design/pull/50300">#50300</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Calendar <code>locale</code> should override <code>locale</code> from ConfigProvider. <a href="https://redirect.github.com/ant-design/ant-design/pull/50236">#50236</a> <a href="https://github.com/Asanio06"><code>@Asanio06</code></a></li> <li>🐞 Fix Spin align issue when setting <code>percent</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/50277">#50277</a> <a href="https://github.com/Wxh16144"><code>@Wxh16144</code></a></li> <li>🐞 Fix Tree switcher position not ping at top when title break the line. <a href="https://redirect.github.com/ant-design/ant-design/pull/50313">#50313</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🌐 Locales <ul> <li>🇦🇿 Fix missing spaces of <code>az_AZ</code> locale. <a href="https://redirect.github.com/ant-design/ant-design/pull/50238">#50238</a> <a href="https://github.com/thinkasany"><code>@thinkasany</code></a></li> </ul> </li> <li>TypeScript <ul> <li>🤖 Refine Table all Record types from any to Object. <a href="https://redirect.github.com/ant-design/ant-design/pull/50351">#50351</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> </ul> </li> </ul> <hr /> <ul> <li>ColorPicker <ul> <li>🐞 修复 ColorPicker 出现 <code>@ant-design/fast-color</code> 编译报错问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/50293">#50293</a> <a href="https://githhub.com/afc163"><code>@afc163</code></a></li> <li>💄 修复 ColorPicker 在 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>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.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="square" 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> <li>💄 Fix Table <code>zIndexTableFixed</code> token not support CSS var. <a href="https://redirect.github.com/ant-design/ant-design/pull/50355">#50355</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🐞 Fix FloatButton don't support <code>zIndexPopupBase</code> token. <a href="https://redirect.github.com/ant-design/ant-design/pull/50349">#50349</a> <a href="https://github.com/Yuzu-io"><code>@Yuzu-io</code></a></li> <li>🐞 Fix Typography <code>tooltip</code> not show with precision issue of <code>ellipsis</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/50315">#50315</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Form <code>preserve={false}</code> should not trigger <code>shouldUpdate</code> rerender. <a href="https://redirect.github.com/ant-design/ant-design/pull/50283">#50283</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Tour default <code>z-index</code> not follow <code>zIndexPopup</code> token issue. <a href="https://redirect.github.com/ant-design/ant-design/pull/50300">#50300</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Calendar <code>locale</code> should override <code>locale</code> from ConfigProvider. <a href="https://redirect.github.com/ant-design/ant-design/pull/50236">#50236</a> <a href="https://github.com/Asanio06"><code>@Asanio06</code></a></li> <li>🐞 Fix Spin align issue when setting <code>percent</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/50277">#50277</a> <a href="https://github.com/Wxh16144"><code>@Wxh16144</code></a></li> <li>🐞 Fix Tree switcher position not ping at top when title break the line. <a href="https://redirect.github.com/ant-design/ant-design/pull/50313">#50313</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🌐 Locales <ul> <li>🇦🇿 Fix missing spaces of <code>az_AZ</code> locale. <a href="https://redirect.github.com/ant-design/ant-design/pull/50238">#50238</a> <a href="https://github.com/thinkasany"><code>@thinkasany</code></a></li> </ul> </li> <li>TypeScript <ul> <li>🤖 Refine Table all Record types from any to Object. <a href="https://redirect.github.com/ant-design/ant-design/pull/50351">#50351</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> </ul> </li> </ul> <h2>5.20.0</h2> <p><code>2024-08-03</code></p> <ul> <li>ColorPicker <ul> <li>🛠 Replace ColorPicker internal <code>@ctrl/tinycolor</code> with <code>@ant-design/fast-color</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/49846">#49846</a></li> <li>🆕 ColorPicker support gradient color type and fix controlled mode not working. <a href="https://redirect.github.com/ant-design/ant-design/pull/50050">#50050</a></li> <li>🐞 Fix the issue where line-height is not effective in cssinjs mode for ColorPicker. <a href="https://redirect.github.com/ant-design/ant-design/pull/50220">#50220</a> <a href="https://github.com/vagusX"><code>@vagusX</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/4e446e1c06be6b17f00fea5490b1fff5a06cf863"><code>4e446e1</code></a> Merge pull request <a href="https://redirect.github.com/ant-design/ant-design/issues/50544">#50544</a> from ant-design/chore/private_export</li> <li><a href="https://github.com/ant-design/ant-design/commit/ac4b17ada189e2749996236b76403737d76b542f"><code>ac4b17a</code></a> Merge branch 'master' into chore/private_export</li> <li><a href="https://github.com/ant-design/ant-design/commit/d72255f0ae3037a4e81f066d5810ad67ce62281b"><code>d72255f</code></a> docs: changelog 5.20.3 (<a href="https://redirect.github.com/ant-design/ant-design/issues/50568">#50568</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/be7cf7beff252c8944aa3e7213c3256b4c2bed13"><code>be7cf7b</code></a> chore: update code comments</li> <li><a href="https://github.com/ant-design/ant-design/commit/d73035d512e1852fc84cb07beafd9bf423e73d82"><code>d73035d</code></a> test: make a strict codecov rule (<a href="https://redirect.github.com/ant-design/ant-design/issues/50571">#50571</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/269964a707e8a064084fc099794beb2c69c3078a"><code>269964a</code></a> chore: enable gzip instead of brotli for size-limit (<a href="https://redirect.github.com/ant-design/ant-design/issues/50562">#50562</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/acc10b4fe57e5bcd0f63244300740d2312409dfc"><code>acc10b4</code></a> test: remove unused code (<a href="https://redirect.github.com/ant-design/ant-design/issues/50560">#50560</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/714a6e1679b24480ba06f6a05f9bf922891098ab"><code>714a6e1</code></a> docs: Improve english translation of Drawer documentation (<a href="https://redirect.github.com/ant-design/ant-design/issues/50558">#50558</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/7548dd0fa1ad83f23cf7f5e45f931ebf6558fa94"><code>7548dd0</code></a> chore: change private variable export name</li> <li><a href="https://github.com/ant-design/ant-design/commit/d04f8b2a2e131810bf15a0a584b100ed60e7eb03"><code>d04f8b2</code></a> chore: export private variable.</li> <li>Additional commits viewable in <a href="https://github.com/ant-design/ant-design/compare/4.24.16...5.20.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 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org