dependabot[bot] opened a new pull request, #6734: URL: https://github.com/apache/gravitino/pull/6734
Bumps [antd](https://github.com/ant-design/ant-design) from 5.24.3 to 5.24.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.24.5</h2> <ul> <li>🐞 Fixed the issue that the suffix of InputNumber moves left after the mouse enters when it is disabled. <a href="https://redirect.github.com/ant-design/ant-design/pull/53184">#53184</a> <a href="https://github.com/yellowryan"><code>@yellowryan</code></a></li> <li>💄 Fix Form syntax errors of style selector. <a href="https://redirect.github.com/ant-design/ant-design/pull/53236">#53236</a> <a href="https://github.com/Wxh16144"><code>@Wxh16144</code></a></li> <li>💄 Refactor TextArea resize logic when set <code>resize: both</code> style to fit with React life cycle. <a href="https://redirect.github.com/ant-design/ant-design/pull/53235">#53235</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🇮🇷 Add missing translations and fix typos for Farsi language (fa_IR). <a href="https://redirect.github.com/ant-design/ant-design/pull/53251">#53251</a> <a href="https://github.com/AliReza-Kamkar"><code>@AliReza-Kamkar</code></a></li> </ul> <hr /> <ul> <li>🐞 修复 InputNumber 在禁用状态下鼠标划入后 <code>suffix</code> 出现左移的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/53184">#53184</a> <a href="https://github.com/yellowryan"><code>@yellowryan</code></a></li> <li>💄 修复 Form 组件样式选择器语法错误。<a href="https://redirect.github.com/ant-design/ant-design/pull/53236">#53236</a> <a href="https://github.com/Wxh16144"><code>@Wxh16144</code></a></li> <li>💄 重构 TextArea 对 <code>resize: both</code> 时处理尺寸的逻辑以更符合 React 生命周期。<a href="https://redirect.github.com/ant-design/ant-design/pull/53235">#53235</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🇮🇷 添加缺失的波斯语 (fa_IR) 翻译并修正拼写错误。<a href="https://redirect.github.com/ant-design/ant-design/pull/53251">#53251</a> <a href="https://github.com/AliReza-Kamkar"><code>@AliReza-Kamkar</code></a></li> </ul> <h2>5.24.4</h2> <ul> <li>🐞 Fix Input.TextArea width synchronization issue during resizing. <a href="https://redirect.github.com/ant-design/ant-design/pull/53024">#53024</a> <a href="https://github.com/triyys"><code>@triyys</code></a></li> <li>🐞 Fix Typography type color not follow <code>color[Status]Text</code> instead of <code>color[Status]</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/53086">#53086</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Affix abnormal <code>onChange</code> event behavior in React versions below 18. <a href="https://redirect.github.com/ant-design/ant-design/pull/53038">#53038</a> <a href="https://github.com/waiter"><code>@waiter</code></a></li> <li>🐞 Fix Form <code>requiredMark</code> not working when component is false. <a href="https://redirect.github.com/ant-design/ant-design/pull/52950">#52950</a> <a href="https://github.com/Wxh16144"><code>@Wxh16144</code></a></li> <li>🇹🇷 Add Turkish (tr_TR) localization support for the Tour component. <a href="https://redirect.github.com/ant-design/ant-design/pull/53117">#53117</a> <a href="https://github.com/hakankosdag"><code>@hakankosdag</code></a></li> </ul> <hr /> <ul> <li>🐞 修复 Input.TextArea 调整大小时宽度同步问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/53024">#53024</a> <a href="https://github.com/triyys"><code>@triyys</code></a></li> <li>🐞 修复 Typography <code>type</code> 颜色没有跟随 token <code>color[Status]Text</code> 而是 <code>color[Status]</code> 的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/53086">#53086</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 修复 Affix 组件在 React 18 以下版本中 <code>onChange</code> 参数值异常的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/53038">#53038</a> <a href="https://github.com/waiter"><code>@waiter</code></a></li> <li>🐞 修复 Form <code>requiredMark</code> 在 <code>component=false</code> 时不起作用的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/52950">#52950</a> <a href="https://github.com/Wxh16144"><code>@Wxh16144</code></a></li> <li>🇹🇷 新增 Tour 组件的土耳其语(tr_TR)本地化支持。<a href="https://redirect.github.com/ant-design/ant-design/pull/53117">#53117</a> <a href="https://github.com/hakankosdag"><code>@hakankosdag</code></a></li> </ul> </blockquote> </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.24.5</h2> <p><code>2025-03-24</code></p> <ul> <li>🐞 Fixed the issue that the suffix of InputNumber moves left after the mouse enters when it is disabled. <a href="https://redirect.github.com/ant-design/ant-design/pull/53184">#53184</a> <a href="https://github.com/yellowryan"><code>@yellowryan</code></a></li> <li>💄 Fix Form syntax errors of style selector. <a href="https://redirect.github.com/ant-design/ant-design/pull/53236">#53236</a> <a href="https://github.com/Wxh16144"><code>@Wxh16144</code></a></li> <li>💄 Refactor TextArea resize logic when set <code>resize: both</code> style to fit with React life cycle. <a href="https://redirect.github.com/ant-design/ant-design/pull/53235">#53235</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🇮🇷 Add missing translations and fix typos for Farsi language (fa_IR). <a href="https://redirect.github.com/ant-design/ant-design/pull/53251">#53251</a> <a href="https://github.com/AliReza-Kamkar"><code>@AliReza-Kamkar</code></a></li> </ul> <h2>5.24.4</h2> <p><code>2025-03-17</code></p> <ul> <li>🐞 Fix Input.TextArea width synchronization issue during resizing. <a href="https://redirect.github.com/ant-design/ant-design/pull/53024">#53024</a> <a href="https://github.com/triyys"><code>@triyys</code></a></li> <li>🐞 Fix Typography type color not follow <code>color[Status]Text</code> instead of <code>color[Status]</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/53086">#53086</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Affix abnormal <code>onChange</code> event behavior in React versions below 18. <a href="https://redirect.github.com/ant-design/ant-design/pull/53038">#53038</a> <a href="https://github.com/waiter"><code>@waiter</code></a></li> <li>🐞 Fix Form <code>requiredMark</code> not working when component is false. <a href="https://redirect.github.com/ant-design/ant-design/pull/52950">#52950</a> <a href="https://github.com/Wxh16144"><code>@Wxh16144</code></a></li> <li>🇹🇷 Add Turkish (tr_TR) localization support for the Tour component. <a href="https://redirect.github.com/ant-design/ant-design/pull/53117">#53117</a> <a href="https://github.com/hakankosdag"><code>@hakankosdag</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ant-design/ant-design/commit/d2b1f878c2579e65858523ff07b9876d2b2b3e58"><code>d2b1f87</code></a> docs: changelog 5.24.5 (<a href="https://redirect.github.com/ant-design/ant-design/issues/53278">#53278</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/1a10ecf98ff7c708afce33b0de917cf8b19596c7"><code>1a10ecf</code></a> fix: suffix of InputNumber moves left after the mouse enters when it is disab...</li> <li><a href="https://github.com/ant-design/ant-design/commit/91cfcd00f99c8e6f787a35e91f71f5ca53947843"><code>91cfcd0</code></a> chore: remove log of react-scan (<a href="https://redirect.github.com/ant-design/ant-design/issues/53273">#53273</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/8e909263c277053f9f6397d030b04faaf574e2fe"><code>8e90926</code></a> chore: replace sylvanas to ts/prettier (<a href="https://redirect.github.com/ant-design/ant-design/issues/53271">#53271</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/94e500bd1ab00e48ddb7a9573de4966ec10aa769"><code>94e500b</code></a> fix: lint error (<a href="https://redirect.github.com/ant-design/ant-design/issues/53266">#53266</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/bff4872b190ad268ff0bc686697b03fcaeabde85"><code>bff4872</code></a> chore: code optimization (<a href="https://redirect.github.com/ant-design/ant-design/issues/53254">#53254</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/828f5127470a7ead7fe739a08924108cf7552135"><code>828f512</code></a> fix: improve CSS cheker & fix lint errors (<a href="https://redirect.github.com/ant-design/ant-design/issues/53236">#53236</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/9b6714d5542d7a5fc3502c384c9189d9c94a50f8"><code>9b6714d</code></a> fix: add missing translations and fix typos for Farsi language (fa_IR) (<a href="https://redirect.github.com/ant-design/ant-design/issues/53251">#53251</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/a1eb00bb9b9d4a81723e44d0a47d636ce085f8a7"><code>a1eb00b</code></a> refactor: TextArea resize with React life cycle (<a href="https://redirect.github.com/ant-design/ant-design/issues/53235">#53235</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/79425c5dc1b20735bbdffcbe31cd345645c44767"><code>79425c5</code></a> chore: more cursor rules (<a href="https://redirect.github.com/ant-design/ant-design/issues/53224">#53224</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ant-design/ant-design/compare/5.24.3...5.24.5">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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org