dependabot[bot] opened a new pull request, #26721: URL: https://github.com/apache/superset/pull/26721
Bumps [antd](https://github.com/ant-design/ant-design) from 4.19.3 to 5.13.2. <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.13.2</h2> <ul> <li>🐞 Fix that the inline rendering does not take effect when the <code>preview.getContainer</code> value for Image is false. <a href="https://redirect.github.com/ant-design/ant-design/pull/47034">#47034</a> <a href="https://github.com/FEyudong"><code>@FEyudong</code></a></li> <li>🐞 Fix Modal static function with <code>prefixCls</code> breaks children other component <code>prefixCls</code> and thus bring the motion miss. <a href="https://redirect.github.com/ant-design/ant-design/pull/47010">#47010</a></li> <li>🐞 Fix ok button of the DatePicker becomes compacted when used with Space.Compact. <a href="https://redirect.github.com/ant-design/ant-design/pull/46769">#46769</a> <a href="https://github.com/Fatpandac"><code>@Fatpandac</code></a></li> <li>💄 Optimize Tree draggable node cursor style and collaspe icon hover style. <a href="https://redirect.github.com/ant-design/ant-design/pull/46974">#46974</a></li> </ul> <hr /> <ul> <li>🐞 修复 Image 组件 <code>preview.getContainer</code> 值为 false 时,内联渲染不生效的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/47034">#47034</a> <a href="https://github.com/FEyudong"><code>@FEyudong</code></a></li> <li>🐞 修复 Modal 静态方法配置 <code>prefixCls</code> 时,会改变所有子元素的 <code>prefixCls</code> 并导致动画丢失的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/47010">#47010</a></li> <li>🐞 修复 Space.Compact 与 DatePicker 一起使用导致 DatePicker 的确认按钮样式错误。<a href="https://redirect.github.com/ant-design/ant-design/pull/46769">#46769</a> <a href="https://github.com/Fatpandac"><code>@Fatpandac</code></a></li> <li>💄 优化 Tree 拖拽节点和展开收起按钮的鼠标 hover 样式。<a href="https://redirect.github.com/ant-design/ant-design/pull/46974">#46974</a></li> </ul> <h2>5.13.1</h2> <ul> <li>🐞 Fix Checkbox type error with <code>@types/react</code> version 16 or 17. <a href="https://redirect.github.com/ant-design/ant-design/pull/46962">#46962</a> <a href="https://github.com/crazyair"><code>@crazyair</code></a></li> </ul> <hr /> <ul> <li>🐞 修复 Checkbox 组件在 <code>@types/react</code> 16 或 17 版本下 Typescript 报错。<a href="https://redirect.github.com/ant-design/ant-design/pull/46962">#46962</a> <a href="https://github.com/crazyair"><code>@crazyair</code></a></li> </ul> <h2>5.12.8</h2> <ul> <li>🐞 Fix Upload.Dragger not align center and focus ring style. <a href="https://redirect.github.com/ant-design/ant-design/pull/46810">#46810</a></li> <li>🐞 Fix Popconfirm config empty <code>okText</code> and <code>cancelText</code> will not fallback to locale text. <a href="https://redirect.github.com/ant-design/ant-design/pull/46812">#46812</a></li> <li>🐞 Fix Progress that line border-radius cannot be overrided. <a href="https://redirect.github.com/ant-design/ant-design/pull/46789">#46789</a></li> <li>🐞 Fix Typography without <code>children</code> has extra <code>margin-left</code> when <code>copyable</code> is true. <a href="https://redirect.github.com/ant-design/ant-design/pull/46748">#46748</a></li> <li>🐞 Fix Typography copied icon color. <a href="https://redirect.github.com/ant-design/ant-design/pull/46748">#46748</a></li> </ul> <hr /> <ul> <li>🐞 修复 Upload.Dragger 内容不居中和多余的 focus 样式的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/46810">#46810</a></li> <li>🐞 修复 Popconfirm 配置空的 <code>okText</code> 和 <code>cancelText</code> 时不会被预设 locale 兜底的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/46812">#46812</a></li> <li>🐞 修复 Progress 线性模式圆角无法覆盖的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/46789">#46789</a></li> <li>🐞 修复 Typography 没有 <code>children</code> 并启用 <code>copyable</code> 时多余的 margin。<a href="https://redirect.github.com/ant-design/ant-design/pull/46748">#46748</a></li> <li>🐞 修复 Typography 复制成功后的图标颜色问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/46748">#46748</a></li> </ul> <h2>5.12.7</h2> <ul> <li>🐞 MISC: Fix error caused by upgrading <code>@ctrl/[email protected]</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/46744">#46744</a> <a href="https://github.com/MadCcc"><code>@MadCcc</code></a></li> <li>🐞 Fix Mentions item height bug. <a href="https://redirect.github.com/ant-design/ant-design/pull/46737">#46737</a></li> </ul> <hr /> <ul> <li>🐞 MISC: 修复升级 <code>@ctrl/[email protected]</code> 导致的错误。<a href="https://redirect.github.com/ant-design/ant-design/pull/46744">#46744</a> <a href="https://github.com/MadCcc"><code>@MadCcc</code></a></li> <li>🐞 修复 Mentions 选项高度偏大的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/46737">#46737</a></li> </ul> <h2>5.12.6</h2> <ul> <li>🐞 Fix Upload accessibility issue of tabbing twicely. <a href="https://redirect.github.com/ant-design/ant-design/pull/46432">#46432</a></li> <li>🐞 Fix Modal <code>footer</code> Button duplicated gap style. <a href="https://redirect.github.com/ant-design/ant-design/pull/46702">#46702</a></li> <li>Select <ul> <li>🐞 Fix Select that scrollbar do not display in some case. <a href="https://redirect.github.com/ant-design/ant-design/pull/46696">#46696</a> <a href="https://github.com/MadCcc"><code>@MadCcc</code></a></li> <li>💄 Optimize Select style of multiple selection. <a href="https://redirect.github.com/ant-design/ant-design/pull/46646">#46646</a> <a href="https://github.com/MadCcc"><code>@MadCcc</code></a></li> </ul> </li> <li>Tree <ul> <li>🐞 Fix Tree that scrollbar do not display in some case. <a href="https://redirect.github.com/ant-design/ant-design/pull/46672">#46672</a> <a href="https://github.com/yyz945947732"><code>@yyz945947732</code></a></li> <li>💄 Optimize Tree the TreeNode style when focused. <a href="https://redirect.github.com/ant-design/ant-design/pull/46608">#46608</a> <a href="https://github.com/MadCcc"><code>@MadCcc</code></a></li> </ul> </li> <li>🐞 Fix Layout.Sider will collapse when trigger printer. <a href="https://redirect.github.com/ant-design/ant-design/pull/46650">#46650</a> <a href="https://github.com/anilpixel"><code>@anilpixel</code></a></li> <li>🐞 Fix Table style with edge shadow overflow. <a href="https://redirect.github.com/ant-design/ant-design/pull/46644">#46644</a> <a href="https://github.com/Fatpandac"><code>@Fatpandac</code></a></li> <li>🐞 Typography.Text should update the Tooltip when the width changes. <a href="https://redirect.github.com/ant-design/ant-design/pull/46613">#46613</a> <a href="https://github.com/linxianxi"><code>@linxianxi</code></a></li> <li>🐞 Fix Tooltip, Popover or other popup like component arrow issue when in nest case. <a href="https://redirect.github.com/ant-design/ant-design/pull/46294">#46294</a> <a href="https://github.com/bestlyg"><code>@bestlyg</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.13.2</h2> <p><code>2024-01-19</code></p> <ul> <li>🐞 Fix that the inline rendering does not take effect when the <code>preview.getContainer</code> value for Image is false. <a href="https://redirect.github.com/ant-design/ant-design/pull/47034">#47034</a> <a href="https://github.com/FEyudong"><code>@FEyudong</code></a></li> <li>🐞 Fix Modal static function with <code>prefixCls</code> breaks children other component <code>prefixCls</code> and thus bring the motion miss. <a href="https://redirect.github.com/ant-design/ant-design/pull/47010">#47010</a></li> <li>🐞 Fix ok button of the DatePicker becomes compacted when used with Space.Compact. <a href="https://redirect.github.com/ant-design/ant-design/pull/46769">#46769</a> <a href="https://github.com/Fatpandac"><code>@Fatpandac</code></a></li> <li>💄 Optimize Tree draggable node cursor style and collaspe icon hover style. <a href="https://redirect.github.com/ant-design/ant-design/pull/46974">#46974</a></li> </ul> <h2>5.13.1</h2> <p><code>2024-01-15</code></p> <ul> <li>🐞 Fix Checkbox type error with <code>@types/react</code> version 16 or 17. <a href="https://redirect.github.com/ant-design/ant-design/pull/46962">#46962</a> <a href="https://github.com/crazyair"><code>@crazyair</code></a></li> </ul> <h2>5.13.0</h2> <p><code>2024-01-13</code></p> <ul> <li>🔥 Form support <code>variant</code> to control components variant inside. <a href="https://redirect.github.com/ant-design/ant-design/pull/46573">#46573</a> <ul> <li>🆕 Cascader、DatePicker、Select、TreeSelect、Input、InputNumber、Mentions support <code>variant</code> props. <a href="https://redirect.github.com/ant-design/ant-design/pull/46568">#46568</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/46549">#46549</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/46435">#46435</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/46381">#46381</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/46379">#46379</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/46337">#46337</a></li> </ul> </li> <li>🆕 QRCode support <code>status</code> adds a new scanned option. <a href="https://redirect.github.com/ant-design/ant-design/pull/46704">#46704</a></li> <li>🆕 Table support <code>hidden</code> to set hidden columns. <a href="https://redirect.github.com/ant-design/ant-design/pull/46957">#46957</a> <a href="https://github.com/madocto"><code>@madocto</code></a></li> <li>🆕 Select support the <code>maxCount</code>, which is used to set the maximum selectable value. <a href="https://redirect.github.com/ant-design/ant-design/pull/46667">#46667</a></li> <li>🆕 Mentions support <code>allowClear</code> for setting the clearing function. <a href="https://redirect.github.com/ant-design/ant-design/pull/46396">#46396</a> <a href="https://github.com/yociduo"><code>@yociduo</code></a></li> <li>🆕 ColorPicker support displaying cleared status. <a href="https://redirect.github.com/ant-design/ant-design/pull/45993">#45993</a></li> <li>🆕 Drawer adds <code>styles.wrapper</code> and discards the <code>contentWrapperStyle</code> <code>drawerStyle</code> <code>maskStyle</code> attributes, and simplifies the dom structure. <a href="https://redirect.github.com/ant-design/ant-design/pull/46858">#46858</a></li> <li>Tour <ul> <li>🆕 Tour support <code>disabledInteraction</code>, which is used to disable the interactive behavior of the highlighted area. <a href="https://redirect.github.com/ant-design/ant-design/pull/46304">#46304</a></li> <li>🐞 Fixed the issue where modifying <code>pointAtCenter</code> under the <code>arrow</code> attribute of the Tour component does not take effect. <a href="https://redirect.github.com/ant-design/ant-design/pull/46301">#46301</a></li> </ul> </li> <li>Tabs <ul> <li>🆕 Tabs support the <code>indicator: { align: xxx }</code> attribute, which is used to set the alignment of the Tabs indicator bar. <a href="https://redirect.github.com/ant-design/ant-design/pull/46786">#46786</a></li> <li>🛠 Tabs deprecated the <code>indicatorSize</code> attribute and replaced it with <code>indicator: { size: xxx }</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/46786">#46786</a></li> </ul> </li> <li>ConfigProvider <ul> <li>🆕 ConfigProvider adds <code>ConfigProvider.config</code> to support <code>holderRender</code> for <code>message</code> <code>modal</code> <code>notification</code> static method setting <code>Provider</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/46596">#46596</a></li> <li>🆕 ConfigProvider support the <code>indicator: { align: xxx }</code> attribute, which is used to set the alignment of the Tabs indicator bar. <a href="https://redirect.github.com/ant-design/ant-design/pull/46786">#46786</a></li> <li>🛠 ConfigProvider deprecated the Tabs <code>indicatorSize</code> attribute and replaced it with <code>indicator: { size: xxx }</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/46786">#46786</a></li> </ul> </li> <li>🐞 Fix the problem of Segmented content being obscured in <code>hover</code> and <code>active</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/46925">#46925</a> <a href="https://github.com/madocto"><code>@madocto</code></a></li> <li>🐞 Fixed the problem that the customized font size of Checkbox does not take effect under Form. <a href="https://redirect.github.com/ant-design/ant-design/pull/46904">#46904</a></li> <li>🐞 Fixed the issue where the Radio component configuration <code>title</code> did not take effect. <a href="https://redirect.github.com/ant-design/ant-design/pull/46809">#46809</a></li> <li>🐞 Fixed Input hover style in css var mode. <a href="https://redirect.github.com/ant-design/ant-design/pull/46946">#46946</a></li> <li>💄 Fixed the problem of abnormal display of Dropdown style under multi-level menu. <a href="https://redirect.github.com/ant-design/ant-design/pull/46888">#46888</a></li> <li>🛠 Refactor the popup panel logic of the ColorPicker component to avoid style conflicts when customizing using <code>panelRender</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/46327">#46327</a></li> <li>TypeScript <ul> <li>🆕 MISC: Export <code>GetProp</code> <code>GetProps</code> <code>GetRef</code> tool methods to facilitate developers to obtain unexported type definitions. <a href="https://redirect.github.com/ant-design/ant-design/pull/46923">#46923</a></li> <li>🆕 Checkbox.Group now supports generic configurable <code>options.value</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/46423">#46423</a> <a href="https://github.com/daledelv"><code>@daledelv</code></a></li> </ul> </li> <li>🌈 Token <ul> <li>🆕 Button support the <code>contentLineHeight</code> series of tokens. <a href="https://redirect.github.com/ant-design/ant-design/pull/46936">#46936</a></li> <li>🆕 Input support <code>inputFontSize</code> token. <a href="https://redirect.github.com/ant-design/ant-design/pull/46875">#46875</a></li> <li>🆕 Menu support <code>darkPopupBg</code> token. <a href="https://redirect.github.com/ant-design/ant-design/pull/46618">#46618</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/dfbcf0fb5b159f05e53428eea435b961aa0fff63"><code>dfbcf0f</code></a> docs: v5.13.2 (<a href="https://redirect.github.com/ant-design/ant-design/issues/47052">#47052</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/a7cff93db73436c89aee4179bebd3f0c28bc07e7"><code>a7cff93</code></a> fix: Image inline rendering not work when getContainer is false (<a href="https://redirect.github.com/ant-design/ant-design/issues/47034">#47034</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/023f3ec7199fce6bbef514a2aaa35e47c20bace4"><code>023f3ec</code></a> demo: xsgames.co/randomusers => dicebear.com (<a href="https://redirect.github.com/ant-design/ant-design/issues/47028">#47028</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/18f9dad4dff12e38e17b5e29f1f2b27ee7093ec9"><code>18f9dad</code></a> docs: Update recommendation links (<a href="https://redirect.github.com/ant-design/ant-design/issues/47026">#47026</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/e6e260db77bb1e1c15d683326dd0ac3c57ccf2f1"><code>e6e260d</code></a> docs: add Progress design tab (<a href="https://redirect.github.com/ant-design/ant-design/issues/47013">#47013</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/e7d4d65c0f2e9ef96d54475b0a76cda45604a7d8"><code>e7d4d65</code></a> workflow: update upload.js with retry (<a href="https://redirect.github.com/ant-design/ant-design/issues/47018">#47018</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/f35738fd8ceb9b9cedf870e824d56dd081996aab"><code>f35738f</code></a> demo: update demo (<a href="https://redirect.github.com/ant-design/ant-design/issues/47021">#47021</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/4d41fbf315d7a1254a099710d4422c3fa37905d4"><code>4d41fbf</code></a> workflow: add upstream-job-link in visual-regression-diff-finish.yml (<a href="https://redirect.github.com/ant-design/ant-design/issues/47025">#47025</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/842791b2cb5b87a4e3d7027d7a6301550e324029"><code>842791b</code></a> fix: react 16 test (<a href="https://redirect.github.com/ant-design/ant-design/issues/47016">#47016</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/be058e4794400eba55c935bf4bac6461e729fa46"><code>be058e4</code></a> fix: Modal static func (<a href="https://redirect.github.com/ant-design/ant-design/issues/47010">#47010</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ant-design/ant-design/compare/4.19.3...5.13.2">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]
