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.23.6 to 4.24.1 in /web #1056

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps antd from 4.23.6 to 4.24.1.

Release notes

Sourced from antd's releases.

4.24.1


  • 🐞 回滚 #38160 以修复 Table 的 column.title 渲染不正确的问题。#38383
  • 💄 Alert 增加 @alert-padding-vertical@alert-padding-horizontal 变量。#38369 @​imoctopus
  • 🐞 修复 Steps 中 用户配置的 Step status 优先级被覆盖的问题。#38319 @​heiyu4585
  • 🐞 修复 Popconfirm 图标颜色会被污染的问题。#38355
  • 🐞 修复 Anchor 组件圆点样式丢失的问题。#38338 @​li-jia-nan
  • 🐞 修复 DatePicker popupClassName 定义丢失的问题。#38325 @​Cedong.Lee

4.24.0

  • 🔥 Add new component Space.Compact used to replace Input.Group and Button.Group. #37652 @​foryuki
  • 🆕 The disabled property on components inside a Form will now take precedence over the disabled property of the Form. #37628 @​kiner-tang
  • 🆕 Add text config for editable Typograph, support enabling ellipsis and editable at the same time. #37761 @​zheeeng
  • 🆕 Row align and justify support reponsive value. #37860 @​kiner-tang
  • 🆕 Image add preview.scaleStep prop to adjust the magnitude of zoom in and out and set the default scaleOffset to 0.5. #37340 @​coldice945
  • 🆕 Steps support items. #37531 @​heiyu4585
  • 🆕 Collapse supports collapsible="icon" to collapse by clicking icon. #37566 @​Sheepeer
  • 🆕 Input.Password supports visibilityToggle={{ visible, onVisibleChange }} so that you can manually control password display and hide. #38216 @​MrHeer
  • 🆕 Breadcrumb added the menu property. #37885 @​JarvisArt
  • 🆕 Dropdown added the menu dropdownRender property, and deprecated the overlay property. #37885 @​JarvisArt
  • Table
  • 🐞 Fix Tabs component not reading the getPopupContainer property of ConfigProvider. #38238 @​ZH-seven
  • 🐞 Fix Tooltip is broken when used in a disabled Menu.Item. #38273
  • 🐞 Fix the issue of miscalculated transform-origin for Tooltip with placement values like topRight or bottomLeft. #38159 @​strear
  • 🐞 TimePicker remove redundant warning about using popupClassName. #38190 @​kiner-tang
  • 🐞 Fix nest Drawer with default open append document order issue. #37767 #37790
  • 🐞 Fix issue where numbers were not displayed when Badge set both color and count. #37609 @​kiner-tang
  • 🐞 Fix Progress zoom behavior in Safari. #38301
  • Modal
    • 🐞 Fix Modal animation flush issue in React 18. #38275
    • 🐞 Fix Modal.method() not focus trigger after close. #38275
  • Transfer
  • 🛠 Refactor Anchor to Function Component, some methods of obtaining ref and calling internal instance methods will invalid.. #38265 #37957 @​li-jia-nan @​RexSkz
  • 🛠 The layout of the Dropdown.Button component is implemented using Space.Compact instead. #38090 @​foryuki
  • 🛠 Optimize the internal implementation of DirectoryTree Typography component. #38184 #38181 @​holazz #37716 @​zheeeng
  • 💄 Fix TextArea custom border style not working when allowClear is enable. #38101
  • 💄 Fix Popconfirm style issue when icon={null}, now an additional span tag will be wrapped around the icon element. #37384 @​edc-hui
  • 💄 Fix Menu highlight style in compact mode. #38223 @​messaooudi
  • Carousel
    • 💄 Enlarge Carousel dots hover area for better experience. #38257

... (truncated)

Changelog

Sourced from antd's changelog.

4.24.1

2022-11-04

4.24.0

2022-11-01

  • 🔥 Add new component Space.Compact used to replace Input.Group and Button.Group. #37652 @​foryuki
  • 🆕 The disabled property on components inside a Form will now take precedence over the disabled property of the Form. #37628 @​kiner-tang
  • 🆕 Add text config for editable Typograph, support enabling ellipsis and editable at the same time. #37761 @​zheeeng
  • 🆕 Row align and justify support reponsive value. #37860 @​kiner-tang
  • 🆕 Image add preview.scaleStep prop to adjust the magnitude of zoom in and out and set the default scaleOffset to 0.5. #37340 @​coldice945
  • 🆕 Steps support items. #37531 @​heiyu4585
  • 🆕 Collapse supports collapsible="icon" to collapse by clicking icon. #37566 @​Sheepeer
  • 🆕 Input.Password supports visibilityToggle={{ visible, onVisibleChange }} so that you can manually control password display and hide. #38216 @​MrHeer
  • 🆕 Breadcrumb added the menu property. #37885 @​JarvisArt
  • 🆕 Dropdown added the menu dropdownRender property, and deprecated the overlay property. #37885 @​JarvisArt
  • Table
  • 🐞 Fix Tabs component not reading the getPopupContainer property of ConfigProvider. #38238 @​ZH-seven
  • 🐞 Fix Tooltip is broken when used in a disabled Menu.Item. #38273
  • 🐞 Fix the issue of miscalculated transform-origin for Tooltip with placement values like topRight or bottomLeft. #38159 @​strear
  • 🐞 TimePicker remove redundant warning about using popupClassName. #38190 @​kiner-tang
  • 🐞 Fix nest Drawer with default open append document order issue. #37767 #37790
  • 🐞 Fix issue where numbers were not displayed when Badge set both color and count. #37609 @​kiner-tang
  • 🐞 Fix Progress zoom behavior in Safari. #38301
  • Modal
    • 🐞 Fix Modal animation flush issue in React 18. #38275
    • 🐞 Fix Modal.method() not focus trigger after close. #38275
  • Transfer
  • 🛠 Refactor Anchor to Function Component, some methods of obtaining ref and calling internal instance methods will invalid.. #38265 #37957 @​li-jia-nan @​RexSkz
  • 🛠 The layout of the Dropdown.Button component is implemented using Space.Compact instead. #38090 @​foryuki
  • 🛠 Optimize the internal implementation of DirectoryTree Typography component. #38184 #38181 @​holazz #37716 @​zheeeng
  • 💄 Fix TextArea custom border style not working when allowClear is enable. #38101
  • 💄 Fix Popconfirm style issue when icon={null}, now an additional span tag will be wrapped around the icon element. #37384 @​edc-hui
  • 💄 Fix Menu highlight style in compact mode. #38223 @​messaooudi
  • Carousel
    • 💄 Enlarge Carousel dots hover area for better experience. #38257
    • 💄 Fix Carousel dots margin style not being reset. #38100

... (truncated)

Commits
  • 8a42af3 docs: 4.24.1 changelog (#38384)
  • 216f25c Revert "fix(table): aria-label should be use the first text content in elemen...
  • e80e40b type: type optimization (#38381)
  • 53bea24 chore(deps-dev): bump jest-axe from 6.0.1 to 7.0.0 (#38367)
  • 8f0970d Merge branch 'master' of github.com:ant-design/ant-design
  • 3bb6f4a Merge branch 'AdonLee-master'
  • 9cc228f chore: add type test
  • f26e9c1 Merge branch 'master' of github.com:AdonLee/ant-design into AdonLee-master
  • 82ba222 test: simplify test case (#38375)
  • d448c37 test: simplify test case (#38374)
  • 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 been approved by:

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.
github-actions[bot] commented 1 year ago

🎊 PR Preview 19023fda20a6250fb73e23e323edcd307a50fa9d has been successfully built and deployed to https://ti-community-infra-tichi-preview-pr-1056.surge.sh

:clock1: Build time: 0.01s

🤖 By surge-preview

wuhuizuo commented 1 year ago

/merge

ti-chi-bot commented 1 year ago

This pull request has been accepted and is ready to merge.

Commit hash: 0da687391c3e3971b3bc4d9250490ad0f89d8c98

codecov[bot] commented 1 year ago

Codecov Report

Merging #1056 (19023fd) into master (3eac516) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1056   +/-   ##
=======================================
  Coverage   80.51%   80.51%           
=======================================
  Files          21       21           
  Lines        3321     3321           
=======================================
  Hits         2674     2674           
  Misses        418      418           
  Partials      229      229           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more