ti-community-infra / tichi

TiChi ☯️ contains the tidb community collaboration automation basic framework and tool set.
https://prow.tidb.net
Apache License 2.0
45 stars 27 forks source link

build: Bump antd from 4.24.1 to 5.2.3 in /web #1164

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps antd from 4.24.1 to 5.2.3.

Release notes

Sourced from antd's releases.

5.2.3

  • 🐞 Fix for setting percent and success.percent at the same time for Progress, the progress text does not change as percent changes. #40922
  • 🐞 Fixed Image preview icon was misaligned.#40911
  • 🐞 Fix ConfigProvider validation message template override Form configure template sometime. #40533 @​Wxh16144
  • 🐞 Fixed Confirm Modal onOk event could be triggered twice when close. #40719 @​Rafael-Martins
  • 🛠 Rewrote the useLocale method and exposed localeCode to the public. #40884 @​li-jia-nan
  • 🐞 Fixed Segmented component items were unresponsive to mouse events. #40894 @​MadCcc
  • 🛠 Refactored: replaced the LocaleReceiver component with useLocale and removed the LocaleReceiver component. #40870 @​li-jia-nan
  • 🐞 Fixed getPopupContainer property injected by ConfigProvider did not work. #40871 @​RedJue
  • 🐞 Fixed where Descriptions did not accept data-_ and aria-_ attributes. #40859 @​goveo
  • 🛠 Changed the Separator's DOM element from span to li. #40867 @​heiyu4585
  • 🐞 Fix token of Layout.colorBgHeader not work when single use Layout.Header directly. #40933
  • 💄 Changed the component's focus outline to the default 4px.#40839 @​MadCcc
  • 🐞 Fixed the Badge color was displayed abnormally. #40848 @​kiner-tang
  • 🐞 Fixed an issue with the Timeline item's className. #40835 @​Yuiai01
  • 💄 Fixed the interaction style of the Rate component in the disabled state.#40836 @​Yuiai01
  • 🇮🇷 Added Iranian localization. #40895 @​majidsadr

  • 🐞 修复 Progress 同时设置 percent 和 success.percent 时,进度文本不会随着 percent 改变而改变。#40922
  • 🐞 修复 Image 预览图标不对齐的问题。#40911
  • 🐞 修复 ConfigProvider 组件表单校验消息生效顺序。#40533 @​Wxh16144
  • 🐞 修复 Confirm Modal onOk 可能触发两次的问题。#40719 @​Rafael-Martins
  • 🛠 重写 useLocale 方法,对外暴露 localeCode#40884 @​li-jia-nan
  • 🐞 修复 Segemented 组件子项不响应鼠标事件的问题。#40894 @​MadCcc
  • 🛠 重构:使用 useLocale 替换 LocaleReceiver 组件,并删除 LocaleReceiver 组件。#40870 @​li-jia-nan
  • 🐞 修复 ConfigProvider 注入的 getPopupContainer 属性 不生效的问题。#40871 @​RedJue
  • 🐞 修复 Descriptions 不接受 data-*aria-* 等属性的问题。#40859 @​goveo
  • 🛠 修改 Separator 的 dom 由 span 改为 li#40867 @​heiyu4585
  • 💄 修改组件聚焦下的 outline 为默认 4px#40839 @​MadCcc
  • 🐞 修复 Layout.Header 单独使用时,Layout.colorBgHeader token 配置不生效的问题。#40933
  • 🐞 修复 Badge 颜色显示异常问题。#40848 @​kiner-tang
  • 🐞 修复 Timeline 的子项的 className 错误。#40835 @​Yuiai01
  • 💄 修复 Rate 在禁用状态下的交互样式。#40836 @​Yuiai01
  • 🇮🇷 增加了伊朗本地化。#40895 @​majidsadr

5.2.2

  • DatePicker
    • 💄 Optimize DatePicker date panel style. #40768
    • 🐞 Fix RangePicker hover style on wrong date. #40785 @​Yuiai01
  • Form
    • 🐞 Fixed inconsistency between Checkbox and Radio in table when Form is disabled. #40728 @​Yuiai01
    • 🐞 Fix Radio/Checkbox under Form disabled property don't works correctly. #40741 @​Yuiai01
  • 🐞 Fix List extra padding when enable grid property. #40806
  • 🐞 Fix Upload actions icon alignment issue. #40805
  • 💄 Tweak Table filter dropdown radius style. #40802
  • 🐞 Fix Button loading.delay not delay at first time. #40759 @​RedJue
  • 🐞 Fix Input status style when using addonAfter and addonBefore. #40744 @​carla-cn
  • 🐞 Fix Skeleton active flicky animation in Safari. #40692 @​slotDumpling
  • Locales

... (truncated)

Changelog

Sourced from antd's changelog.

5.2.3

2023-02-27

  • 🐞 Fix for setting percent and success.percent at the same time for Progress, the progress text does not change as percent changes. #40922
  • 🐞 Fixed Image preview icon was misaligned.#40911
  • 🐞 Fix ConfigProvider validation message template override Form configure template sometime. #40533 @​Wxh16144
  • 🐞 Fixed Confirm Modal onOk event could be triggered twice when close. #40719 @​Rafael-Martins
  • 🛠 Rewrote the useLocale method and exposed localeCode to the public. #40884 @​li-jia-nan
  • 🐞 Fixed Segmented component items were unresponsive to mouse events. #40894 @​MadCcc
  • 🛠 Refactored: replaced the LocaleReceiver component with useLocale and removed the LocaleReceiver component. #40870 @​li-jia-nan
  • 🐞 Fixed getPopupContainer property injected by ConfigProvider did not work. #40871 @​RedJue
  • 🐞 Fixed where Descriptions did not accept data-_ and aria-_ attributes. #40859 @​goveo
  • 🛠 Changed the Separator's DOM element from span to li. #40867 @​heiyu4585
  • 🐞 Fix token of Layout.colorBgHeader not work when single use Layout.Header directly. #40933
  • 💄 Changed the component's focus outline to the default 4px.#40839 @​MadCcc
  • 🐞 Fixed the Badge color was displayed abnormally. #40848 @​kiner-tang
  • 🐞 Fixed an issue with the Timeline item's className. #40835 @​Yuiai01
  • 💄 Fixed the interaction style of the Rate component in the disabled state.#40836 @​Yuiai01
  • 🇮🇷 Added Iranian localization. #40895 @​majidsadr

5.2.2

2023-02-19

  • DatePicker
    • 💄 Optimize DatePicker date panel style. #40768
    • 🐞 Fix RangePicker hover style on wrong date. #40785 @​Yuiai01
  • Form
    • 🐞 Fixed inconsistency between Checkbox and Radio in table when Form is disabled. #40728 @​Yuiai01
    • 🐞 Fix Radio/Checkbox under Form disabled property don't works correctly. #40741 @​Yuiai01
  • 🐞 Fix List extra padding when enable grid property. #40806
  • 🐞 Fix Upload actions icon alignment issue. #40805
  • 💄 Tweak Table filter dropdown radius style. #40802
  • 🐞 Fix Button loading.delay not delay at first time. #40759 @​RedJue
  • 🐞 Fix Input status style when using addonAfter and addonBefore. #40744 @​carla-cn
  • 🐞 Fix Skeleton active flicky animation in Safari. #40692 @​slotDumpling
  • Locales

5.2.1

2023-02-13

... (truncated)

Commits
  • c89640d type: TimePicker added hourStep type (#40947)
  • c4273ec fix: remove Cascader warning when use displayRender and multiple together (#4...
  • e4b8593 test: Modify the location of the declaration component (#40948)
  • c3f7783 docs: add 5.2.3 changelog (#40931)
  • 8a25a92 fix: 修复 #40288 带来的 draggable track 失效 (#40938)
  • ab83c1b fix: Fix token of Layout.colorBgHeader not work when single use Layout.Hea...
  • 7b05173 Merge pull request #40922 from Yuiai01/fix-progress
  • 623f449 Merge branch 'master' of github.com:ant-design/ant-design into progress
  • 567ce98 chore: update AutoComplete demo (#40926)
  • 11011ba fix: Fix document link jump 404 problem (#40928)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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 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)
ti-chi-bot commented 1 year ago

[REVIEW NOTIFICATION]

This pull request has not been approved.

To complete the pull request process, please ask the reviewers in the list to review by filling /cc @reviewer in the comment. After your PR has acquired the required number of LGTMs, you can assign this pull request to the committer in the list by filling /assign @committer in the comment to help you merge this pull request.

The full list of commands accepted by this bot can be found here.

Reviewer can indicate their review by submitting an approval review. Reviewer can cancel approval by submitting a request changes review.
ti-chi-bot commented 1 year ago

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a ti-community-infra member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
dependabot[bot] commented 1 year ago

Superseded by #1167.