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

Bump antd from 4.24.8 to 5.2.2 #350

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 20, 2023

Bumps antd from 4.24.8 to 5.2.2.

Release notes

Sourced from antd's releases.

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

  • DatePicker
    • 💄 调整 DatePicker 组件日期面板的间距样式。#40768
    • 🐞 修复 RangePicker hover 日期错位的问题。#40785 @​Yuiai01
  • Form
    • 🐞 修复 Form 下 Radio/Checkbox 的 disabled 优先级问题。#40741 @​Yuiai01
    • 🐞 修复 Form 为 disabled 时 Checkbox 和 Radio 表现不一致的问题。#40728 @​Yuiai01
  • 🐞 修复 List 启用 grid 时下额外 padding 样式。#40806
  • 🐞 修复 Upload 操作图标不对齐的问题。#40805
  • 💄 调整 Table 筛选菜单的底部圆角样式。#40802
  • 🐞 修复 Button 组件 loading.delay 第一次不生效的问题。#40759 @​RedJue
  • 🐞 修复 Input addonAfteraddonBefore 的各种状态样式。#40744 @​carla-cn
  • 🐞 修复 Skeleton 在 Safari 下 active 效果闪烁的问题。#40692 @​slotDumpling
  • 国际化

5.2.1


... (truncated)

Changelog

Sourced from antd's changelog.

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

5.2.0

2023-02-08

... (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.8 to 5.2.2.
- [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.8...5.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 20, 2023
@vercel
Copy link

vercel bot commented Feb 20, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
queue-anim ❌ Failed (Inspect) Feb 20, 2023 at 10:10PM (UTC)

@codecov
Copy link

codecov bot commented Feb 20, 2023

Codecov Report

Merging #350 (b597ef6) into master (ad7b7bb) will increase coverage by 0.06%.
The diff coverage is n/a.

❗ Current head b597ef6 differs from pull request most recent head e9f44e1. Consider uploading reports for the commit e9f44e1 to get more accurate results

@@            Coverage Diff             @@
##           master     #350      +/-   ##
==========================================
+ Coverage   93.40%   93.47%   +0.06%     
==========================================
  Files           2        2              
  Lines         288      291       +3     
  Branches       89       92       +3     
==========================================
+ Hits          269      272       +3     
  Misses         19       19              
Impacted Files Coverage Δ
src/QueueAnim.tsx 94.11% <0.00%> (+0.04%) ⬆️
src/utils.ts 90.56% <0.00%> (+0.18%) ⬆️

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

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 27, 2023

Superseded by #355.

@dependabot dependabot bot closed this Feb 27, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.2.2 branch February 27, 2023 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants