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.0 in /web #1159

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps antd from 4.24.1 to 5.2.0.

Release notes

Sourced from antd's releases.

5.2.0

  • ๐Ÿ”ฅ Add picture-circle to Upload's listType prop. #40134 @โ€‹ds1371dani
  • ๐Ÿ”ฅ Anchor component add direction, which supports vertical. #39372 @โ€‹foryuki
  • ๐Ÿ†• Tooltip support arrow to change arrow's visible state and whether the arrow is pointed at the center of target. #40234 @โ€‹kiner-tang
  • ๐Ÿ†• Added list pagination align option. #39858 @โ€‹Yuiai01
  • ๐Ÿ†• Timeline added items to support option configuration. #40424
  • Collapse
  • Slider
    • ๐Ÿ†• Slider add railStyle for custom style. #40579 @โ€‹david-cord
    • ๐Ÿ†• Slider add support for disable keyboard events. #40526
    • ๐Ÿž Fix Slider missing Tooltip appear motion. #39857
  • Dropdown
    • ๐Ÿ†• Dropdown support autoAdjustOverflow option. #39735
    • ๐Ÿ’„ Fix Dropdown component dange and disabled style priority issue. #39904 @โ€‹Wxh16144
  • Tour
    • ๐Ÿ†• Tour added indicatorsRender to support custom indicators. #40613
    • ๐Ÿ†• Tour support scrollIntoViewOptions to change scrollIntoView options. #39980 @โ€‹kiner-tang
    • ๐Ÿ†• Tour masks support passing custom styles and fill colors. #39919 @โ€‹kiner-tang
    • ๐Ÿž Fixed findDomNode method warning thrown by the tour component when called in strict mode. #40160 @โ€‹kiner-tang
    • ๐Ÿ’„ Deleted margin of the last indicator. #40624
  • ๐Ÿ†• Adds Design token fontFamilyCode and apply to Typography code kbd pre elements. #39823
  • ๐Ÿ†• ConfigProvider add Form scrollToFirstErrorใ€‚#39509 @โ€‹linxianxi
  • ๐Ÿž Fill rest rootClassName for all components. #40217
  • ๐Ÿž Fix Empty descriptions text color in default theme and dark theme. #40584 @โ€‹MuxinFeng
  • Table
    • ๐Ÿž Fix aria-label and role="presentation" cannot be used together in Table row. #40413 @โ€‹Ke1sy
    • ๐Ÿž Fix uncontrolled filtered update not working. #39883
    • ๐Ÿž Fix the problem that the header filter is invalid in the case of group headers. #40463 @โ€‹roman40a
    • ๐Ÿž Fix selection column cover by other cell when fixed. #39940 @โ€‹kiner-tang
    • ๐Ÿž Fix Sorted/Filtered table fixed column transparent background unreadable. #39012 @โ€‹kiner-tang
    • ๐Ÿ’„ Optimize Table hover style to fix problems with border. #40469
  • DatePicker
    • ๐Ÿž Fix DatePicker that have status style when disabled. #40608
    • ๐Ÿ’„ Optimize the DatePicker input box style. #40549 @โ€‹Wxh16144
    • ๐Ÿ’„ Optimize DatePicker Dropdown arrow style. #40521
  • ๐Ÿž Fix Space ant-space-item selector bug. #40554 @โ€‹cncolder
  • ๐Ÿž Fix not close Spin immediately when using delay. #40475 @โ€‹3Alan
  • ๐Ÿž Fix Modal useModal default confirm button text logic. #39884 @โ€‹BoyYangzai
  • ๐Ÿ›  Refactored the water ripple visual effect to trigger multiple water ripples at the same time. #39705 @โ€‹li-jia-nan
  • ๐Ÿ›  Refactor Input.TextArea and Mentions. #40045
  • ๐Ÿ›  Refactor Affix Calendar to use React.createRef instead of function. #40538 @โ€‹li-jia-nan
  • ๐Ÿ’„ Fix Tabs more button unexpected height. #40488
  • ๐Ÿ’„ Resolve Image preview style conflict with TailwindCSS. #39914
  • ๐Ÿ’„ Fix Progress that transition of success bar is missing. #40487
  • ๐Ÿ’„ Fix the misalignment of Input.Group when zooming the screen under windows. #39842 @โ€‹heiyu4585
  • ๐Ÿ’„ Fix Select placeholder style issue. #40477 @โ€‹Wxh16144
  • ๐Ÿ’„ Adjust Descriptions label style for more readable. #40085
  • ๐Ÿ’„ Optimize QRCode expiration display style. #39849

... (truncated)

Changelog

Sourced from antd's changelog.

5.2.0

2023-2-8

  • ๐Ÿ”ฅ Add picture-circle to Upload's listType prop. #40134 @โ€‹ds1371dani
  • ๐Ÿ”ฅ Anchor component add direction, which supports vertical. #39372 @โ€‹foryuki
  • ๐Ÿ†• Tooltip support arrow to change arrow's visible state and whether the arrow is pointed at the center of target. #40234 @โ€‹kiner-tang
  • ๐Ÿ†• Added list pagination align option. #39858 @โ€‹Yuiai01
  • ๐Ÿ†• Timeline added items to support option configuration. #40424
  • Collapse
  • Slider
    • ๐Ÿ†• Slider add railStyle for custom style. #40579 @โ€‹david-cord
    • ๐Ÿ†• Slider add support for disable keyboard events. #40526
    • ๐Ÿž Fix Slider missing Tooltip appear motion. #39857
  • Dropdown
    • ๐Ÿ†• Dropdown support autoAdjustOverflow option. #39735
    • ๐Ÿ’„ Fix Dropdown component danger and disabled style priority issue. #39904 @โ€‹Wxh16144
  • Tour
    • ๐Ÿ†• Tour added indicatorsRender to support custom indicators. #40613
    • ๐Ÿ†• Tour support scrollIntoViewOptions to change scrollIntoView options. #39980 @โ€‹kiner-tang
    • ๐Ÿ†• Tour masks support passing custom styles and fill colors. #39919 @โ€‹kiner-tang
    • ๐Ÿž Fixed findDomNode method warning thrown by the tour component when called in strict mode. #40160 @โ€‹kiner-tang
    • ๐Ÿ’„ Deleted margin of the last indicator. #40624
  • ๐Ÿ†• Adds Design token fontFamilyCode and apply to Typography code kbd pre elements. #39823
  • ๐Ÿ†• ConfigProvider add Form scrollToFirstErrorใ€‚#39509 @โ€‹linxianxi
  • ๐Ÿž Fill rest rootClassName for all components. #40217
  • ๐Ÿž Fix Empty descriptions text color in default theme and dark theme. #40584 @โ€‹MuxinFeng
  • Table
    • ๐Ÿž Fix aria-label and role="presentation" cannot be used together in Table row. #40413 @โ€‹Ke1sy
    • ๐Ÿž Fix uncontrolled filtered update not working. #39883
    • ๐Ÿž Fix the problem that the header filter is invalid in the case of group headers. #40463 @โ€‹roman40a
    • ๐Ÿž Fix selection column cover by other cell when fixed. #39940 @โ€‹kiner-tang
    • ๐Ÿž Fix Sorted/Filtered table fixed column transparent background unreadable. #39012 @โ€‹kiner-tang
    • ๐Ÿ’„ Optimize Table hover style to fix problems with border. #40469
  • DatePicker
    • ๐Ÿž Fix DatePicker that have status style when disabled. #40608
    • ๐Ÿ’„ Optimize the DatePicker input box style. #40549 @โ€‹Wxh16144
    • ๐Ÿ’„ Optimize DatePicker Dropdown arrow style. #40521
  • ๐Ÿž Fix Space ant-space-item selector bug. #40554 @โ€‹cncolder
  • ๐Ÿž Fix not close Spin immediately when using delay. #40475 @โ€‹3Alan
  • ๐Ÿž Fix Modal useModal default confirm button text logic. #39884 @โ€‹BoyYangzai
  • ๐Ÿ›  Refactored the water ripple visual effect to trigger multiple water ripples at the same time. #39705 @โ€‹li-jia-nan
  • ๐Ÿ›  Refactor Input.TextArea and Mentions. #40045
  • ๐Ÿ›  Refactor Affix Calendar to use React.createRef instead of function. #40538 @โ€‹li-jia-nan
  • ๐Ÿ’„ Fix Tabs more button unexpected height. #40488
  • ๐Ÿ’„ Resolve Image preview style conflict with TailwindCSS. #39914
  • ๐Ÿ’„ Fix Progress that transition of success bar is missing. #40487
  • ๐Ÿ’„ Fix the misalignment of Input.Group when zooming the screen under windows. #39842 @โ€‹heiyu4585

... (truncated)

Commits


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 #1161.