dependabot[bot] opened a new pull request, #31209: URL: https://github.com/apache/superset/pull/31209
Bumps [antd](https://github.com/ant-design/ant-design) from 5.21.6 to 5.22.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.22.2</h2> <ul> <li>🐞 Fix Input.OTP focus from advancing when previous input is empty. <a href="https://redirect.github.com/ant-design/ant-design/pull/51664">#51664</a> <a href="https://github.com/thecodesalim"><code>@thecodesalim</code></a></li> <li>🐞 Adjust Modal function call not to scroll the confirm button when it get auto focused. <a href="https://redirect.github.com/ant-design/ant-design/pull/51647">#51647</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Form <code>rules</code> with same error content will cause React render warning. <a href="https://redirect.github.com/ant-design/ant-design/pull/51636">#51636</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Refactor Button <code>focus</code> logic trigger with <code>useEffect</code> to resolve some async load case not get <code>autoFocus</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/51624">#51624</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Button custom icon not center-aligned. <a href="https://redirect.github.com/ant-design/ant-design/pull/51652">#51652</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🐞 Fix Table <code>getCheckboxProps</code> event handlers being overridden by internal selection logic. <a href="https://redirect.github.com/ant-design/ant-design/pull/51661">#51661</a> <a href="https://github.com/Zyf665"><code>@Zyf665</code></a></li> <li>🐞 Fix Tree that <code>onCheck</code> and <code>onSelect</code> were not properly triggered. <a href="https://redirect.github.com/ant-design/ant-design/pull/51448">#51448</a> <a href="https://github.com/Wxh16144"><code>@Wxh16144</code></a></li> <li>🌐 Localization <ul> <li>🇷🇺 Add support for Russian translation. <a href="https://redirect.github.com/ant-design/ant-design/pull/51619">#51619</a> <a href="https://github.com/avvakumovid"><code>@avvakumovid</code></a></li> <li>🇮🇹 Add support for Italian translation in TimePicker. <a href="https://redirect.github.com/ant-design/ant-design/pull/51685">#51685</a> <a href="https://github.com/LorenzoCardinali"><code>@LorenzoCardinali</code></a></li> </ul> </li> </ul> <hr /> <ul> <li>🐞 修复 Input.OTP 组件在有非法输入时仍会切换到下一个输入框的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/51664">#51664</a> <a href="https://github.com/thecodesalim"><code>@thecodesalim</code></a></li> <li>🐞 调整 Modal 确认函数,使其在弹出后聚焦确认按钮时不要滚动窗体。<a href="https://redirect.github.com/ant-design/ant-design/pull/51647">#51647</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 修复 Form <code>rules</code> 生成多条相同错误时会报 React 渲染错误的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/51636">#51636</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 调整 Button 使用 <code>useEffect</code> 来触发 <code>autoFocus</code> 逻辑,以解决一些异步渲染场景下 Button 无法自动聚焦的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/51624">#51624</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 修复 Button 中使用自定义三方图标库时图标未居中的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/51652">#51652</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🐞 修复 Table 组件 <code>getCheckboxProps</code> 中的事件处理器被内部选择逻辑覆盖的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/51661">#51661</a> <a href="https://github.com/Zyf665"><code>@Zyf665</code></a></li> <li>🐞 修复 Tree 组件的 <code>onCheck</code> 和 <code>onSelect</code> 事件没有被正确触发的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/51448">#51448</a> <a href="https://github.com/Wxh16144"><code>@Wxh16144</code></a></li> <li>🌐 本地化 <ul> <li>🇷🇺 添加了俄语翻译支持。<a href="https://redirect.github.com/ant-design/ant-design/pull/51619">#51619</a> <a href="https://github.com/avvakumovid"><code>@avvakumovid</code></a></li> <li>🇮🇹 为 TimePicker 添加了意大利语翻译。<a href="https://redirect.github.com/ant-design/ant-design/pull/51685">#51685</a> <a href="https://github.com/LorenzoCardinali"><code>@LorenzoCardinali</code></a></li> </ul> </li> </ul> <h2>5.22.1</h2> <ul> <li>🛠 Adjust DatePicker.RangePicker to not allow switching to the next field by clicking the input when <code>needConfirm</code> and the user has not submitted the date. <a href="https://redirect.github.com/ant-design/ant-design/pull/51591">#51591</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🛠 Lock Input.OTP <code>ctrl + z</code> operation to avoid data not correct. <a href="https://redirect.github.com/ant-design/ant-design/pull/51609">#51609</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Select <code>tags</code> or <code>multiple</code> mode display issue. <a href="https://redirect.github.com/ant-design/ant-design/pull/51605">#51605</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🐞 Fix Badge <code>count</code> motion missing in Safari. <a href="https://redirect.github.com/ant-design/ant-design/pull/51598">#51598</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Tabs with <code>centered</code> the tabs can not fully display. <a href="https://redirect.github.com/ant-design/ant-design/pull/51571">#51571</a> <a href="https://github.com/DDDDD12138"><code>@DDDDD12138</code></a></li> <li>🐞 Fix Transfer with controlled <code>dataSource</code> & <code>selectedKeys</code> sometime miss sync checked state. <a href="https://redirect.github.com/ant-design/ant-design/pull/51523">#51523</a> <a href="https://github.com/IsKaros"><code>@IsKaros</code></a></li> <li>🐞 Revert Button <code>display</code> <code>inline-flex</code> back to <code>inline-block</code> to resolve Icon align issue. <a href="https://redirect.github.com/ant-design/ant-design/pull/51588">#51588</a> <a href="https://github.com/Wxh16144"><code>@Wxh16144</code></a></li> </ul> <hr /> <ul> <li>🛠 调整 DatePicker.RangePicker 当 <code>needConfirm</code> 切用户未提交日期时,不允许通过点击输入框切换到下一个字段。<a href="https://redirect.github.com/ant-design/ant-design/pull/51591">#51591</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🛠 禁用 Input.OTP <code>ctrl + z</code> 操作以防止数据变化非预期的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/51609">#51609</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 修复 Select 标签模式下展示异常的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/51605">#51605</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🐞 修复 Badge <code>count</code> 在 Safari 下动画丢失的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/51598">#51598</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 修复 Tabs <code>centered</code> 下标签展示不全的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/51571">#51571</a> <a href="https://github.com/DDDDD12138"><code>@DDDDD12138</code></a></li> <li>🐞 修复 Transfer 受控 <code>dataSource</code> 和 <code>selectedKeys</code> 时,偶尔会出现勾选不正确的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/51523">#51523</a> <a href="https://github.com/IsKaros"><code>@IsKaros</code></a></li> <li>🐞 回滚 Button <code>display</code> 的 <code>inline-flex</code> 为 <code>inline-block</code> 以解决 Icon 位置偏移的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/51588">#51588</a> <a href="https://github.com/Wxh16144"><code>@Wxh16144</code></a></li> </ul> <h2>5.22.0</h2> <ul> <li>Form <ul> <li>🆕 Form.Item supports hiding labels. <a href="https://redirect.github.com/ant-design/ant-design/pull/51524">#51524</a> <a href="https://github.com/crazyair"><code>@crazyair</code></a></li> <li>🐞 Form removes the div used to expand the error height, wraps errorDom and extraDom with a div, and sets a minimum height for the div. <a href="https://redirect.github.com/ant-design/ant-design/pull/51254">#51254</a> <a href="https://github.com/hongzzz"><code>@hongzzz</code></a></li> <li>🐞 Fix the problem that <code>onValuesChange</code> is still triggered when the Form field triggers change but the value does not change. <a href="https://redirect.github.com/ant-design/ant-design/pull/51437">#51437</a> <a href="https://github.com/crazyair"><code>@crazyair</code></a></li> <li>🆕 Form supports the focus property in scrollToFirstError when form validation fails. <a href="https://redirect.github.com/ant-design/ant-design/pull/51231">#51231</a> <a href="https://github.com/nathanlao"><code>@nathanlao</code></a></li> </ul> </li> <li>Table <ul> <li>🆕 Table column filter drop-down box supports <code>filterDropdownProps</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/51297">#51297</a> <a href="https://github.com/Wxh16144"><code>@Wxh16144</code></a></li> <li>🆕 Table <code>expandedRowClassName</code> supports string . <a href="https://redirect.github.com/ant-design/ant-design/pull/51067">#51067</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> </ul> </li> <li>Tree</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.2</h2> <p><code>2024-11-21</code></p> <ul> <li>🐞 Fix Input.OTP focus from advancing when previous input is empty. <a href="https://redirect.github.com/ant-design/ant-design/pull/51664">#51664</a> <a href="https://github.com/thecodesalim"><code>@thecodesalim</code></a></li> <li>🐞 Adjust Modal function call not to scroll the confirm button when it get auto focused. <a href="https://redirect.github.com/ant-design/ant-design/pull/51647">#51647</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Form <code>rules</code> with same error content will cause React render warning. <a href="https://redirect.github.com/ant-design/ant-design/pull/51636">#51636</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Refactor Button <code>focus</code> logic trigger with <code>useEffect</code> to resolve some async load case not get <code>autoFocus</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/51624">#51624</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Button custom icon not center-aligned. <a href="https://redirect.github.com/ant-design/ant-design/pull/51652">#51652</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🐞 Fix Table <code>getCheckboxProps</code> event handlers being overridden by internal selection logic. <a href="https://redirect.github.com/ant-design/ant-design/pull/51661">#51661</a> <a href="https://github.com/Zyf665"><code>@Zyf665</code></a></li> <li>🐞 Fix Tree that <code>onCheck</code> and <code>onSelect</code> were not properly triggered. <a href="https://redirect.github.com/ant-design/ant-design/pull/51448">#51448</a> <a href="https://github.com/Wxh16144"><code>@Wxh16144</code></a></li> <li>🐞 Fix vertical alignment of clear icon in Input component. <a href="https://redirect.github.com/ant-design/ant-design/pull/51700">#51700</a> <a href="https://github.com/jynxio"><code>@jynxio</code></a></li> <li>🐞 Fix Select with <code>prefix</code> style issue with color, line break, status error. <a href="https://redirect.github.com/ant-design/ant-design/pull/51694">#51694</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🌐 Localization <ul> <li>🇷🇺 Add support for Russian translation. <a href="https://redirect.github.com/ant-design/ant-design/pull/51619">#51619</a> <a href="https://github.com/avvakumovid"><code>@avvakumovid</code></a></li> <li>🇮🇹 Add support for Italian translation in TimePicker. <a href="https://redirect.github.com/ant-design/ant-design/pull/51685">#51685</a> <a href="https://github.com/LorenzoCardinali"><code>@LorenzoCardinali</code></a></li> </ul> </li> </ul> <h2>5.22.1</h2> <p><code>2024-11-13</code></p> <ul> <li>🛠 Adjust DatePicker.RangePicker to not allow switching to the next field by clicking the input when <code>needConfirm</code> and the user has not submitted the date. <a href="https://redirect.github.com/ant-design/ant-design/pull/51591">#51591</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🛠 Lock Input.OTP <code>ctrl + z</code> operation to avoid data not correct. <a href="https://redirect.github.com/ant-design/ant-design/pull/51609">#51609</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Select <code>tags</code> or <code>multiple</code> mode display issue. <a href="https://redirect.github.com/ant-design/ant-design/pull/51605">#51605</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🐞 Fix Badge <code>count</code> motion missing in Safari. <a href="https://redirect.github.com/ant-design/ant-design/pull/51598">#51598</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Tabs with <code>centered</code> the tabs can not fully display. <a href="https://redirect.github.com/ant-design/ant-design/pull/51571">#51571</a> <a href="https://github.com/DDDDD12138"><code>@DDDDD12138</code></a></li> <li>🐞 Fix Transfer with controlled <code>dataSource</code> & <code>selectedKeys</code> sometime miss sync checked state. <a href="https://redirect.github.com/ant-design/ant-design/pull/51523">#51523</a> <a href="https://github.com/IsKaros"><code>@IsKaros</code></a></li> <li>🐞 Revert Button <code>display</code> <code>inline-flex</code> back to <code>inline-block</code> to resolve Icon align issue. <a href="https://redirect.github.com/ant-design/ant-design/pull/51588">#51588</a> <a href="https://github.com/Wxh16144"><code>@Wxh16144</code></a></li> </ul> <h2>5.22.0</h2> <p><code>2024-11-12</code></p> <ul> <li>Form <ul> <li>🆕 Form.Item supports hiding labels. <a href="https://redirect.github.com/ant-design/ant-design/pull/51524">#51524</a> <a href="https://github.com/crazyair"><code>@crazyair</code></a></li> <li>🐞 Form removes the div used to expand the error height, wraps errorDom and extraDom with a div, and sets a minimum height for the div. <a href="https://redirect.github.com/ant-design/ant-design/pull/51254">#51254</a> <a href="https://github.com/hongzzz"><code>@hongzzz</code></a></li> <li>🐞 Fix the problem that <code>onValuesChange</code> is still triggered when the Form field triggers change but the value does not change. <a href="https://redirect.github.com/ant-design/ant-design/pull/51437">#51437</a> <a href="https://github.com/crazyair"><code>@crazyair</code></a></li> <li>🆕 Form supports the focus property in scrollToFirstError when form validation fails. <a href="https://redirect.github.com/ant-design/ant-design/pull/51231">#51231</a> <a href="https://github.com/nathanlao"><code>@nathanlao</code></a></li> </ul> </li> <li>Table <ul> <li>🆕 Table column filter drop-down box supports <code>filterDropdownProps</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/51297">#51297</a> <a href="https://github.com/Wxh16144"><code>@Wxh16144</code></a></li> <li>🆕 Table <code>expandedRowClassName</code> supports string . <a href="https://redirect.github.com/ant-design/ant-design/pull/51067">#51067</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> </ul> </li> <li>Tree <ul> <li>💄 Fix the problem of missing padding style for selected nodes in Tree. <a href="https://redirect.github.com/ant-design/ant-design/pull/51492">#51492</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🆕 Tree component Token adds <code>nodeHoverColor</code> and <code>nodeSelectedColor</code> support. <a href="https://redirect.github.com/ant-design/ant-design/pull/51367">#51367</a> <a href="https://github.com/zmbxy"><code>@zmbxy</code></a></li> <li>🆕 Tree adds <code>indentSize</code> token for custom indent width. <a href="https://redirect.github.com/ant-design/ant-design/pull/51010">#51010</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> </ul> </li> <li>DatePicker <ul> <li>🆕 DatePicker supports prefix attribute. <a href="https://redirect.github.com/ant-design/ant-design/pull/51335">#51335</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>💄 Fixed the issue of DatePicker.RangePicker flashing when the mouse moves between cells. <a href="https://redirect.github.com/ant-design/ant-design/pull/51533">#51533</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> </ul> </li> <li>Input.OTP <ul> <li>🆕 In the <code>Input.OTP</code> component, add <code>onInput</code> event to get the value of each user input. At the same time, the relevant documentation has been updated. <a href="https://redirect.github.com/ant-design/ant-design/pull/51289">#51289</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</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/4dfa7ddf5ed998c61f4d43206ed1fb2afaf5d838"><code>4dfa7dd</code></a> chore: update pre-publish</li> <li><a href="https://github.com/ant-design/ant-design/commit/1d743363b17b2c6dfc524ae0f7efa0cb75fccfbc"><code>1d74336</code></a> chore: update changelog date</li> <li><a href="https://github.com/ant-design/ant-design/commit/eb3fe50d9944ce6e1b4fef3fbe58f5e35269fd35"><code>eb3fe50</code></a> chore: update pre-publish script</li> <li><a href="https://github.com/ant-design/ant-design/commit/2c189d03ca2b2a5d6ef84419df48b06c1e1e6172"><code>2c189d0</code></a> chore: update pre-publish (<a href="https://redirect.github.com/ant-design/ant-design/issues/51708">#51708</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/a4c884cb3d0ddc3560801e851d3cbf363de686dd"><code>a4c884c</code></a> chore: up release data (<a href="https://redirect.github.com/ant-design/ant-design/issues/51703">#51703</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/af7bce752ab74464f72aae1020e8910f5260fc85"><code>af7bce7</code></a> fix: Select align issue (<a href="https://redirect.github.com/ant-design/ant-design/issues/51694">#51694</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/579d1723a8e2db0baba0652bc6682389f3cd39b6"><code>579d172</code></a> fix: Vertical alignment of clear icon in Input (<a href="https://redirect.github.com/ant-design/ant-design/issues/51700">#51700</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/556e8e821c0d1867bb7cbbf78ec9864a64d3b7e0"><code>556e8e8</code></a> docs: update changelog 5.22.2 (<a href="https://redirect.github.com/ant-design/ant-design/issues/51688">#51688</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/7dfc5e3337561e9b033de7e3d51e00aa2892e7df"><code>7dfc5e3</code></a> type(TextArea): combine TextAreaRef and TextAreaProps imports (<a href="https://redirect.github.com/ant-design/ant-design/issues/51695">#51695</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/0d5f4ff95c6980499b09a42e704ae095d7a465d6"><code>0d5f4ff</code></a> chore: remove useless var (<a href="https://redirect.github.com/ant-design/ant-design/issues/51689">#51689</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ant-design/ant-design/compare/5.21.6...5.22.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]
