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

Merged
merged 1 commit into from
Nov 9, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2022

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
Copy link
Member

ti-chi-bot commented Nov 7, 2022

[REVIEW NOTIFICATION]

This pull request has been approved by:

  • wuhuizuo

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 Nov 7, 2022
@ti-chi-bot ti-chi-bot added dco-signoff: yes Indicates the PR's author has signed the dco. contribution This PR is from a community contributor. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Nov 7, 2022
@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 added the needs-ok-to-test Indicates a PR created by contributors and need ORG member send '/ok-to-test' to start testing. label Nov 7, 2022
@ti-chi-bot ti-chi-bot requested review from a user and zuo-bot-2 November 7, 2022 12:02
@github-actions
Copy link

github-actions bot commented Nov 7, 2022

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

🕐 Build time: 0.01s

🤖 By surge-preview

Copy link
Contributor

@wuhuizuo wuhuizuo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/ok-to-test

@ti-chi-bot ti-chi-bot added status/LGT1 Indicates that a PR has LGTM 1. ok-to-test Indicates a PR is ready to be tested. and removed needs-ok-to-test Indicates a PR created by contributors and need ORG member send '/ok-to-test' to start testing. labels Nov 9, 2022
@wuhuizuo
Copy link
Contributor

wuhuizuo commented Nov 9, 2022

/merge

@ti-chi-bot
Copy link
Member

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

Commit hash: 0da6873

@ti-chi-bot ti-chi-bot added the status/can-merge Indicates a PR has been approved by a committer. label Nov 9, 2022
@codecov
Copy link

codecov bot commented Nov 9, 2022

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           

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

ti-chi-bot added a commit that referenced this pull request Nov 9, 2022
Bumps [antd](https://github.com/ant-design/ant-design) from 4.23.6 to 4.24.1.
- [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.23.6...4.24.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web/antd-4.24.1 branch from 0da6873 to 19023fd Compare November 9, 2022 16:43
ti-chi-bot added a commit that referenced this pull request Nov 9, 2022
ti-chi-bot added a commit that referenced this pull request Nov 9, 2022
{"job":{"type":"batch","job":"pull-tichi-rerere","buildid":"1590390234598608896","prowjobid":"c58693a2-6050-11ed-9e48-3eb6192a5a78","refs":{"org":"ti-community-infra","repo":"tichi","base_ref":"master","base_sha":"4a213c6206fa0332fbc252585a5fc102986c2c31","pulls":[{"number":1033,"author":"renovate","sha":"6c10a1e4887dca8d3efe7ffee060342cb57406db","title":"Configure Renovate"},{"number":1056,"author":"dependabot","sha":"19023fda20a6250fb73e23e323edcd307a50fa9d","title":"build: Bump antd from 4.23.6 to 4.24.1 in /web"}]},"decoration_config":{"utility_images":{"clonerefs":"gcr.io/k8s-prow/clonerefs:v20211229-5ea9b96f66","initupload":"gcr.io/k8s-prow/initupload:v20211229-5ea9b96f66","entrypoint":"gcr.io/k8s-prow/entrypoint:v20211229-5ea9b96f66","sidecar":"gcr.io/k8s-prow/sidecar:v20211229-5ea9b96f66"},"gcs_configuration":{"bucket":"gs://prow-tidb-logs","path_strategy":"explicit"},"gcs_credentials_secret":"gcs-credentials"}},"options":{"retesting-branch":"rerere","retry":3,"require_contexts":{},"timeout":900000000000},"current_retry_times":1,"time":"2022-11-09T17:09:00.561154186Z"}
@ti-chi-bot ti-chi-bot merged commit 0a95ed2 into master Nov 9, 2022
@ti-chi-bot ti-chi-bot deleted the dependabot/npm_and_yarn/web/antd-4.24.1 branch November 9, 2022 17:13
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 ok-to-test Indicates a PR is ready to be tested. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. status/can-merge Indicates a PR has been approved by a committer. status/LGT1 Indicates that a PR has LGTM 1.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants