dependabot[bot] opened a new pull request, #9594: URL: https://github.com/apache/gravitino/pull/9594
Bumps [antd](https://github.com/ant-design/ant-design) from 5.27.3 to 6.1.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>6.1.3</h2> <ul> <li>🐞 Fix Drawer.PurePanel failing to respond to mouse interactions. <a href="https://redirect.github.com/ant-design/ant-design/pull/56387">#56387</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> <li>🐞 Fix Select <code>options</code> props leaking to DOM elements and causing React unknown-prop warnings. <a href="https://redirect.github.com/ant-design/ant-design/pull/56341">#56341</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> </ul> <hr /> <ul> <li>🐞 修复 Drawer.PurePanel 无法响应鼠标交互的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56387">#56387</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> <li>🐞 修复 Select options 属性透传至原生 DOM 导致 React 未知属性警告的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56341">#56341</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> </ul> <h2>6.1.2</h2> <ul> <li>🐞 Button fix missing wave effect and the issue where the component could not show Dropdown on hover immediately after clicking. <a href="https://redirect.github.com/ant-design/ant-design/pull/56273">#56273</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Form.List with <code>useWatch</code> causing double rendering on item removal, with the first render showing an incorrect intermediate state. <a href="https://redirect.github.com/ant-design/ant-design/pull/56319">#56319</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 Breadcrumb fix style issue when using a custom <code>itemRender</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56253">#56253</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>Transfer <ul> <li>💄 Remove Transfer className for the selected state when the component is <code>disabled</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56316">#56316</a> <a href="https://github.com/zenggpzqbx"><code>@zenggpzqbx</code></a></li> <li>🐞 Transfer prioritize using the <code>disabled</code> property of the component. <a href="https://redirect.github.com/ant-design/ant-design/pull/56280">#56280</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/56093">#56093</a> <a href="https://github.com/zenggpzqbx"><code>@zenggpzqbx</code></a></li> </ul> </li> <li>Select <ul> <li>🐞 Fix Select missing semantic DOM names. <a href="https://redirect.github.com/ant-design/ant-design/pull/56322">#56322</a> <a href="https://github.com/seanparmelee"><code>@seanparmelee</code></a></li> <li>🐞 Fix Select wrong hover cursor style when in search mode. <a href="https://redirect.github.com/ant-design/ant-design/pull/56130">#56130</a> <a href="https://github.com/fpsqdb"><code>@fpsqdb</code></a></li> <li>🐞 Fix Select cursor style when disabled with <code>showSearch</code> enabled. <a href="https://redirect.github.com/ant-design/ant-design/pull/56340">#56340</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> </li> <li>💄 Card fix style issue where an unexpected border radius is displayed when using <code>Card.Grid</code> without a header. <a href="https://redirect.github.com/ant-design/ant-design/pull/56214">#56214</a> <a href="https://github.com/DDDDD12138"><code>@DDDDD12138</code></a></li> <li>💄 Tag deepen default background to improve borderless contrast. <a href="https://redirect.github.com/ant-design/ant-design/pull/56326">#56326</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>⌨ Segmented fix duplicate <code>role</code> and unnecessary <code>aria-</code> attributes on items. <a href="https://redirect.github.com/ant-design/ant-design/pull/56278">#56278</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> </ul> <hr /> <ul> <li>🐞 修复 Wave 组件水波纹消失的问题,以及 Button 组件在配置 Dropdown 后,点击触发再次 <code>hover</code> 时无法立刻显示 Dropdown 的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56273">#56273</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 修复 Form.List 使用 <code>useWatch</code> 时,删除项会触发两次渲染,第一次为不正确的中间状态的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56319">#56319</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 修复 Breadcrumb 组件自定义 <code>itemRender</code> 时的链接颜色异常的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56253">#56253</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>Transfer <ul> <li>💄 修复 Transfer 组件在禁用时不存在选择状态样式类的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56316">#56316</a> <a href="https://github.com/zenggpzqbx"><code>@zenggpzqbx</code></a></li> <li>🐞 优化 Transfer 组件逻辑,确保优先使用 <code>disabled</code> 属性。<a href="https://redirect.github.com/ant-design/ant-design/pull/56280">#56280</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/56093">#56093</a> <a href="https://github.com/zenggpzqbx"><code>@zenggpzqbx</code></a></li> </ul> </li> <li>Select <ul> <li>🐞 修复 Select 组件缺少语义化 DOM 名称的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56322">#56322</a> <a href="https://github.com/seanparmelee"><code>@seanparmelee</code></a></li> <li>🐞 修复 Select 组件在搜索状态下鼠标手型样式不对的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56130">#56130</a> <a href="https://github.com/fpsqdb"><code>@fpsqdb</code></a></li> <li>🐞 修复 Select 在同时设置 <code>showSearch</code> 和 <code>disabled</code> 时鼠标样式不为禁用的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56340">#56340</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> </li> <li>💄 修复 Card 组件在使用 Card.Grid 且未设置头部内容时,边框圆角显示异常的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56214">#56214</a> <a href="https://github.com/DDDDD12138"><code>@DDDDD12138</code></a></li> <li>💄 Tag 加深默认背景,提升无边框状态的对比度。<a href="https://redirect.github.com/ant-design/ant-design/pull/56326">#56326</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 修复 Segmented 组件中多余的 <code>role</code> 属性和 <code>aria</code> 属性。<a href="https://redirect.github.com/ant-design/ant-design/pull/56278">#56278</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> </ul> <h2>6.1.1</h2> <ul> <li>🐞 Fix DatePicker cannot support webpack 4: Can't resolve '<code>@rc-component/picker/</code>locale/en_US'. <a href="https://redirect.github.com/ant-design/ant-design/pull/56219">#56219</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🐞 Fix ColorPicker inconsistent input heights. <a href="https://redirect.github.com/ant-design/ant-design/pull/56220">#56220</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🐞 Fix notification default background color not white when cssVar is disabled. <a href="https://redirect.github.com/ant-design/ant-design/pull/56169">#56169</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> <li>🐞 Fix Input border missing when focused on Space.Compact with <code>allowClear</code> prop. <a href="https://redirect.github.com/ant-design/ant-design/pull/56105">#56105</a> <a href="https://github.com/tuzixiangs"><code>@tuzixiangs</code></a></li> <li>🐞 Fix vertical Splitter incorrect collapse behavior in RTL mode, RTL flipping is now applied only to horizontal layouts <a href="https://redirect.github.com/ant-design/ant-design/pull/56179">#56179</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Result not passing through <code>data-*</code> and <code>aria-*</code> attributes to the root DOM element. <a href="https://redirect.github.com/ant-design/ant-design/pull/56165">#56165</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 MISC: <code>theme.cssVar.prefix</code> and <code>theme.cssVar.key</code> now respect empty string value. <a href="https://redirect.github.com/ant-design/ant-design/pull/56146">#56146</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 Lift Breadcrumb link style priority. <a href="https://redirect.github.com/ant-design/ant-design/pull/56137">#56137</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🐞 Fix ConfigProvider <code>closable.placement</code> not working. <a href="https://redirect.github.com/ant-design/ant-design/pull/55985">#55985</a> <a href="https://github.com/meet-student"><code>@meet-student</code></a></li> <li>🐞 Fix Form <code>onValuesChange</code> params missing Form.List nested content. <a href="https://redirect.github.com/ant-design/ant-design/pull/56129">#56129</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Select <code>selectorBg</code> token not working. <a href="https://redirect.github.com/ant-design/ant-design/pull/56052">#56052</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🐞 Fix Upload incorrect progress position style. <a href="https://redirect.github.com/ant-design/ant-design/pull/56194">#56194</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> <hr /> <!-- 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>6.1.3</h2> <p><code>2025-12-29</code></p> <ul> <li>🐞 Fix Drawer.PurePanel failing to respond to mouse interactions. <a href="https://redirect.github.com/ant-design/ant-design/pull/56387">#56387</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> <li>🐞 Fix Select <code>options</code> props leaking to DOM elements and causing React unknown-prop warnings. <a href="https://redirect.github.com/ant-design/ant-design/pull/56341">#56341</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> </ul> <h2>6.1.2</h2> <p><code>2025-12-24</code></p> <ul> <li>🐞 Button fix missing wave effect and the issue where the component could not show Dropdown on hover immediately after clicking. <a href="https://redirect.github.com/ant-design/ant-design/pull/56273">#56273</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Form.List with <code>useWatch</code> causing double rendering on item removal, with the first render showing an incorrect intermediate state. <a href="https://redirect.github.com/ant-design/ant-design/pull/56319">#56319</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 Breadcrumb fix style issue when using a custom <code>itemRender</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56253">#56253</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>Transfer <ul> <li>💄 Remove Transfer className for the selected state when the component is <code>disabled</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56316">#56316</a> <a href="https://github.com/zenggpzqbx"><code>@zenggpzqbx</code></a></li> <li>🐞 Transfer prioritize using the <code>disabled</code> property of the component. <a href="https://redirect.github.com/ant-design/ant-design/pull/56280">#56280</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/56093">#56093</a> <a href="https://github.com/zenggpzqbx"><code>@zenggpzqbx</code></a></li> </ul> </li> <li>Select <ul> <li>🐞 Fix Select missing semantic DOM names. <a href="https://redirect.github.com/ant-design/ant-design/pull/56322">#56322</a> <a href="https://github.com/seanparmelee"><code>@seanparmelee</code></a></li> <li>🐞 Fix Select wrong hover cursor style when in search mode. <a href="https://redirect.github.com/ant-design/ant-design/pull/56130">#56130</a> <a href="https://github.com/fpsqdb"><code>@fpsqdb</code></a></li> <li>🐞 Fix Select cursor style when disabled with <code>showSearch</code> enabled. <a href="https://redirect.github.com/ant-design/ant-design/pull/56340">#56340</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> </li> <li>💄 Card fix style issue where an unexpected border radius is displayed when using <code>Card.Grid</code> without a header. <a href="https://redirect.github.com/ant-design/ant-design/pull/56214">#56214</a> <a href="https://github.com/DDDDD12138"><code>@DDDDD12138</code></a></li> <li>💄 Tag deepen default background to improve borderless contrast. <a href="https://redirect.github.com/ant-design/ant-design/pull/56326">#56326</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>⌨ Segmented fix duplicate <code>role</code> and unnecessary <code>aria-</code> attributes on items. <a href="https://redirect.github.com/ant-design/ant-design/pull/56278">#56278</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> </ul> <h2>6.1.1</h2> <p><code>2025-12-15</code></p> <ul> <li>🐞 Fix DatePicker cannot support webpack 4: Can't resolve '<code>@rc-component/picker/</code>locale/en_US'. <a href="https://redirect.github.com/ant-design/ant-design/pull/56219">#56219</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🐞 Fix ColorPicker inconsistent input heights. <a href="https://redirect.github.com/ant-design/ant-design/pull/56220">#56220</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🐞 Fix notification default background color not white when cssVar is disabled. <a href="https://redirect.github.com/ant-design/ant-design/pull/56169">#56169</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> <li>🐞 Fix Input border missing when focused on Space.Compact with <code>allowClear</code> prop. <a href="https://redirect.github.com/ant-design/ant-design/pull/56105">#56105</a> <a href="https://github.com/tuzixiangs"><code>@tuzixiangs</code></a></li> <li>🐞 Fix vertical Splitter incorrect collapse behavior in RTL mode, RTL flipping is now applied only to horizontal layouts <a href="https://redirect.github.com/ant-design/ant-design/pull/56179">#56179</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Result not passing through <code>data-*</code> and <code>aria-*</code> attributes to the root DOM element. <a href="https://redirect.github.com/ant-design/ant-design/pull/56165">#56165</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 MISC: <code>theme.cssVar.prefix</code> and <code>theme.cssVar.key</code> now respect empty string value. <a href="https://redirect.github.com/ant-design/ant-design/pull/56146">#56146</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 Lift Breadcrumb link style priority. <a href="https://redirect.github.com/ant-design/ant-design/pull/56137">#56137</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🐞 Fix ConfigProvider <code>closable.placement</code> not working. <a href="https://redirect.github.com/ant-design/ant-design/pull/55985">#55985</a> <a href="https://github.com/meet-student"><code>@meet-student</code></a></li> <li>🐞 Fix Form <code>onValuesChange</code> params missing Form.List nested content. <a href="https://redirect.github.com/ant-design/ant-design/pull/56129">#56129</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Select <code>selectorBg</code> token not working. <a href="https://redirect.github.com/ant-design/ant-design/pull/56052">#56052</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🐞 Fix Upload incorrect progress position style. <a href="https://redirect.github.com/ant-design/ant-design/pull/56194">#56194</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> <h2>6.1.0</h2> <p><code>2025-12-08</code></p> <ul> <li>🆕 ConfigProvider supports configuring the <code>trigger</code> property for Tooltip, Popover, and Popconfirm. <a href="https://redirect.github.com/ant-design/ant-design/pull/55932">#55932</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> <li>🆕 Alert add semantic close button element. <a href="https://redirect.github.com/ant-design/ant-design/pull/55815">#55815</a> <a href="https://github.com/coding-ice"><code>@coding-ice</code></a></li> <li>Drawer <ul> <li>🆕 Drawer add semantic close button element. <a href="https://redirect.github.com/ant-design/ant-design/pull/55816">#55816</a> <a href="https://github.com/coding-ice"><code>@coding-ice</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/0a89f9cf2183ef291f0fdd4d52c1366bc10bdcf3"><code>0a89f9c</code></a> docs: fix sandpack template (<a href="https://redirect.github.com/ant-design/ant-design/issues/56405">#56405</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/9af831fd92040fccb396c04d8db7ae50f4e03b33"><code>9af831f</code></a> docs: update changelog 6.1.3 (<a href="https://redirect.github.com/ant-design/ant-design/issues/56403">#56403</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/3686df953a6fc4463f48962593da76abfd3351e5"><code>3686df9</code></a> docs: changelog 6.1.3 (<a href="https://redirect.github.com/ant-design/ant-design/issues/56402">#56402</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/d08de4e1de78b20c070ec6558769a53e7a068ff4"><code>d08de4e</code></a> chore(deps): update dependency jsdom to v27.4.0 (<a href="https://redirect.github.com/ant-design/ant-design/issues/56395">#56395</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/ec0bdd2984def7f6de2a3ac1d89eec610d794d29"><code>ec0bdd2</code></a> type: improve type (<a href="https://redirect.github.com/ant-design/ant-design/issues/56401">#56401</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/6ed7b0f0455c18a1d0ce4039fa51209549f23e12"><code>6ed7b0f</code></a> docs: update the components displayed on homepage (<a href="https://redirect.github.com/ant-design/ant-design/issues/56392">#56392</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/44abdc4cda534e17718facd989b5b3701d1b1d6f"><code>44abdc4</code></a> chore(deps): update dependency parse5-htmlparser2-tree-adapter to v8 (<a href="https://redirect.github.com/ant-design/ant-design/issues/56397">#56397</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/b8b365c2d1d5afe6d090a4a0d8a500e0526fd0e8"><code>b8b365c</code></a> chore(deps): update dependency father to v4.6.12 (<a href="https://redirect.github.com/ant-design/ant-design/issues/56394">#56394</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/0774e5a40afa81b6f998a9b66d2beaee7369e852"><code>0774e5a</code></a> chore(deps): update actions-cool/issues-helper digest to e2ff998 (<a href="https://redirect.github.com/ant-design/ant-design/issues/56393">#56393</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/a3d31746e3ed6843c2d03b15dfb694080112309a"><code>a3d3174</code></a> chore(deps): update dependency parse5-parser-stream to v8 (<a href="https://redirect.github.com/ant-design/ant-design/issues/56398">#56398</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ant-design/ant-design/compare/5.27.3...6.1.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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
