Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Bump antd from 4.24.1 to 5.3.0 in /web #1167

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Bumps antd from 4.24.1 to 5.3.0.

Release notes

Sourced from antd's releases.

5.3.0

  • 🆕 Tooltip support arrow.pointAtCenter and deprecate arrow.arrowPointAtCenter. #40989 @​MadCcc
  • 🆕 Progress support custom size. #40903 @​kiner-tang
  • 🆕 Tour support custom zIndex. #40982 @​kiner-tang
  • 🆕 Table onHeaderCell support customize colSpan and rowSpan. #40885
  • 🆕 Image.Group support onChange callback. #40857 @​kiner-tang
  • App
  • 🆕 ConfigProvider support useConfig hook to get size and disabled in context. #40215 @​xliez
  • 🆕 Breadcrumb support items prop. #40543 @​heiyu4585
  • 🛠 Breadcrumb separators are unified into li elements. #40887 @​heiyu4585
  • 🛠 Tooltip support auto arrow position & adjust position if possible. destroyTooltipOnHide.keepParent is deprecated since it will be always auto destroy unnecessary container now. #40632
  • 🛠 Rename preset colors in token, .e.g blue-1 to blue1, and deprecate tokens before. #41071
  • 💄 Message use colorText in style. #41047 @​Yuiai01
  • 💄 Fix Select, TreeSelect, Cascader popup align position not correct when parent has transform: scale style. #41013
  • 💄 Optimize rowScope style for Table. #40304 @​Yuiai01
  • 💄 Provide new AliasToken lineWidthFocus for outline-width of focused component. #40840 @​MadCcc
  • 💄 WeekPicker support hover style. #40772
  • 💄 Adjust Select, TreeSelect, Cascader always show the arrow by default when multiple. #41028
  • 🐞 Fix Form Form.Item.useStatus problem with sever-side-rendering. #40977 @​AndyBoat
  • 🐞 Fix arrow shape in some components. #40971 @​MadCcc
  • 🐞 Fix Layout throw React does not recognize the suffixCls prop on a DOM element warning. #40969
  • 🐞 Fix Watermark that text will be displayed when the picture loads abnormally. #40770 @​OriginRing
  • 🐞 Image support flip function in preview mode. Fix Image fallback when used in ssr. #40660
  • 🐞 Fix Typography component is not centered in the Select component. #40422 @​Yuiai01
  • 🌐 Update locale vi_VN adding Vietnamese translation for Form component validation. #40992 @​lamvananh
  • RTL
  • TypeScript

  • 🆕 Tooltip 组件新增 arrow.pointAtCenter, 废弃 arrow.arrowPointAtCenter#40989 @​MadCcc
  • 🆕 Progress 组件支持自定义 size#40903 @​kiner-tang
  • 🆕 Tour 组件支持自定义 zIndex#40982 @​kiner-tang
  • 🆕 Table onHeaderCell 支持自定义 colSpanrowSpan#40885
  • 🆕 Image.Group 支持 onChange 回调。#40857 @​kiner-tang
  • App
  • 🆕 ConfigProvider 新增 useConfig 以获取上下文中的 sizedisabled#40215 @​xliez
  • 🆕 Breadcrumb 支持 items 数据驱动。#40543 @​heiyu4585
  • 🛠 Breadcrumb 分隔符统一为 li 元素。#40887 @​heiyu4585
  • 🛠 Tooltip 现在自动调整自身以及箭头位置以更好的展示。同时废弃 destroyTooltipOnHide.keepParent,现在总是会自动销毁不需要的容器。#40632
  • 🛠 重命名 token 中的预设颜色,如 blue-1 变为 blue1,废弃原有的 token。#41071
  • 💄 Message 组件使用 colorText 优化样式。#41047 @​Yuiai01
  • 💄 修复 Select, TreeSelect, Cascader 父元素存在 transform: scale 样式时的对齐问题。#41013
  • 💄 优化 Table 中 rowScope 的样式。#40304 @​Yuiai01
  • 💄 为组件聚焦时的 outline 提供新的 AliasToken lineWidthFocus#40840 @​MadCcc
  • 💄 WeekPicker 支持鼠标悬浮样式。#40772

... (truncated)

Changelog

Sourced from antd's changelog.

5.3.0

2023-03-06

  • 🆕 Tooltip support arrow.pointAtCenter and deprecate arrow.arrowPointAtCenter. #40989 @​MadCcc
  • 🆕 Progress support custom size. #40903 @​kiner-tang
  • 🆕 Tour support custom zIndex. #40982 @​kiner-tang
  • 🆕 Table onHeaderCell support customize colSpan and rowSpan. #40885
  • 🆕 Image.Group support onChange callback. #40857 @​kiner-tang
  • App
  • 🆕 ConfigProvider support useConfig hook to get size and disabled in context. #40215 @​xliez
  • 🆕 Breadcrumb support items prop. #40543 @​heiyu4585
  • 🛠 Breadcrumb separators are unified into li elements. #40887 @​heiyu4585
  • 🛠 Tooltip support auto arrow position & adjust position if possible. destroyTooltipOnHide.keepParent is deprecated since it will be always auto destroy unnecessary container now. #40632
  • 🛠 Rename preset colors in token, .e.g blue-1 to blue1, and deprecate tokens before. #41071
  • 💄 Message use colorText in style. #41047 @​Yuiai01
  • 💄 Fix Select, TreeSelect, Cascader popup align position not correct when parent has transform: scale style. #41013
  • 💄 Optimize rowScope style for Table. #40304 @​Yuiai01
  • 💄 Provide new AliasToken lineWidthFocus for outline-width of focused component. #40840 @​MadCcc
  • 💄 WeekPicker support hover style. #40772
  • 💄 Adjust Select, TreeSelect, Cascader always show the arrow by default when multiple. #41028
  • 🐞 Fix Form Form.Item.useStatus problem with sever-side-rendering. #40977 @​AndyBoat
  • 🐞 Fix arrow shape in some components. #40971 @​MadCcc
  • 🐞 Fix Layout throw React does not recognize the suffixCls prop on a DOM element warning. #40969
  • 🐞 Fix Watermark that text will be displayed when the picture loads abnormally. #40770 @​OriginRing
  • 🐞 Image support flip function in preview mode. Fix Image fallback when used in ssr. #40660
  • 🐞 Fix Typography component is not centered in the Select component. #40422 @​Yuiai01
  • 🌐 Update locale vi_VN adding Vietnamese translation for Form component validation. #40992 @​lamvananh
  • RTL
  • TypeScript

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

... (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)

Bumps [antd](https://github.com/ant-design/ant-design) from 4.24.1 to 5.3.0.
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](ant-design/ant-design@4.24.1...5.3.0)

---
updated-dependencies:
- dependency-name: antd
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@ti-chi-bot
Copy link
Member

[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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 6, 2023
@ti-chi-bot ti-chi-bot added the dco-signoff: yes Indicates the PR's author has signed the dco. label Mar 6, 2023
@ti-chi-bot ti-chi-bot added contribution This PR is from a community contributor. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. needs-ok-to-test Indicates a PR created by contributors and need ORG member send '/ok-to-test' to start testing. labels Mar 6, 2023
@ti-chi-bot
Copy link
Member

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. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@ti-chi-bot ti-chi-bot requested review from purelind and a user March 6, 2023 12:58
@ti-chi-bot
Copy link
Member

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-community-infra or wuhuizuo.
/lifecycle stale

@ti-chi-bot
Copy link
Member

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close.
Send feedback to sig-community-infra or Mini256.
/lifecycle rotten

@ti-chi-bot ti-chi-bot bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Nov 17, 2023
Copy link
Contributor

ti-chi-bot bot commented Nov 17, 2023

PR needs rebase.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution This PR is from a community contributor. dco-signoff: yes Indicates the PR's author has signed the dco. dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code lifecycle/rotten needs-ok-to-test Indicates a PR created by contributors and need ORG member send '/ok-to-test' to start testing. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant