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 5.19.2 to 5.19.3 #659

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps antd from 5.19.2 to 5.19.3.

Release notes

Sourced from antd's releases.

5.19.3

  • 🐞 Fix Table sorter argument of onChange with unexpected value. #49533 @​Zyf665
  • 🐞 Fix Pagination token.itemBg not working. #49933
  • 🐞 Fix List wrong align style of pagination. #49925 @​coding-ice
  • 🐞 Fix Image cannot exit preview, when click blank area on both sides of aciton bar. #49915 @​wanpan11
  • 🐞 Fix Card border radius cannot works for non-img elements from cover property. #49862 @​coding-ice
  • 💄 Fix Dropdown menu item wrong wrap style at edge of viewport. #49899
  • 💄 Fix Descriptions items may too close with each other. #49895 @​crazyair
  • ⌨️ Optimize Select be changed repeatedly when hold the enter key in multi-mode. #49963 @​crazyair
  • 🇪🇬 Add missing translation for the Arabic language(Egypt) (ar_EG). #49852 @​ahmedsamirdev
  • TypeScript

  • 🐞 修复 Table 的 onChange 事件中排序器参数错误的问题。#49533 @​Zyf665
  • 🐞 修复 Pagination token.itemBg 设置不生效的问题。#49933
  • 🐞 修复 List 默认分页位置错误的问题。#49925 @​coding-ice
  • 🐞 修复 Image 预览操作栏两侧空白区域被点击时,无法关闭预览的问题。#49915 @​wanpan11
  • 🐞 修复 Card 圆角对 cover 属性中的非 img 元素不生效的问题。#49862 @​coding-ice
  • 💄 修复 Dropdown 菜单内容在视口边缘换行的问题。#49899
  • 💄 修复 Descriptions 子项之间可能没有边距的问题。#49895 @​crazyair
  • ⌨️ 优化 Select 多选模式下长按回车会不断触发变更的问题。#49963 @​crazyair
  • 🇪🇬 添加阿拉伯文(埃及) (ar_EG) 的翻译。#49852 @​ahmedsamirdev
  • TypeScript
    • 🤖 复用 Tooltips 的定义以简化 ColorPicker 的类型声明。#49949 @​Wxh16144
Changelog

Sourced from antd's changelog.

5.19.3

2024-07-19

  • 🐞 Fix Table sorter argument of onChange with unexpected value. #49533 @​Zyf665
  • 🐞 Fix Pagination token.itemBg not working. #49933
  • 🐞 Fix List wrong align style of pagination. #49925 @​coding-ice
  • 🐞 Fix Image cannot exit preview, when click blank area on both sides of aciton bar. #49915 @​wanpan11
  • 🐞 Fix Card border radius cannot works for non-img elements from cover property. #49862 @​coding-ice
  • 💄 Fix Dropdown menu item wrong wrap style at edge of viewport. #49899
  • 💄 Fix Descriptions items may too close with each other. #49895 @​crazyair
  • ⌨️ Optimize Select be changed repeatedly when hold the enter key in multi-mode. #49963 @​crazyair
  • 🇪🇬 Add missing translation for the Arabic language(Egypt) (ar_EG). #49852 @​ahmedsamirdev
  • TypeScript
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 5.19.2 to 5.19.3.
- [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@5.19.2...5.19.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 22, 2024
@github-actions github-actions bot enabled auto-merge (squash) July 22, 2024 04:17
Copy link

netlify bot commented Jul 22, 2024

Deploy Preview for eclipsefdn-adoptium-dash ready!

Name Link
🔨 Latest commit 824f659
🔍 Latest deploy log https://app.netlify.com/sites/eclipsefdn-adoptium-dash/deploys/669ddd6805c806000839b13a
😎 Deploy Preview https://deploy-preview-659--eclipsefdn-adoptium-dash.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot merged commit bc3696f into main Jul 22, 2024
13 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/antd-5.19.3 branch July 22, 2024 04:20
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