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.23.2 to 5.23.3 #810

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2025

Bumps antd from 5.23.2 to 5.23.3.

Release notes

Sourced from antd's releases.

5.23.3

Last version of the Dragon Year, Happy Chinese New Year! 🐲

  • ⌨️ MISC: Add accessibility tests for all component demos to ensure compliance with accessibility standards. Optimize accessibility support for some components, improving compatibility with screen readers and keyboard operations. #51372 @​aojunhao123
  • 🐞 MISC: Fix importing antd/dist/reset.css file issue. #52559 @​CaptainVolcom
  • 🐞 Fix Button throwing error when loading is null. #52508 @​li-jia-nan
  • 🐞 Fix Table last row border color transition issue. #52549 @​DDDDD12138
  • 💄 Fix Cascader checkbox cursor style in disabled state. #52539 @​aojunhao123
  • 💄 Fix ConfigProvider not correctly modifying icon style priority when StyleProvider configures layer. #52533 @​zombieJ
  • 🐞 Fix Layout sidebar toggle button style missing in non-cssVar mode. #52537 @​afc163
  • 🐞 Fix Tree checkbox cursor style in disabled state. #52525 @​aojunhao123
  • notification
    • 🐞 Fix notification useNotification closeIcon configuration not working. #52516 @​typenoob
    • 🐞 Fix notification component display flicker issue under App component. #52499 @​afc163
  • RTL

龙年最后一版,祝各位新春愉快!🐲

  • ⌨️ MISC: 为所有组件的示例添加了可访问性测试,确保符合无障碍标准。并优化了部分组件的可访问性支持,改进了对屏幕阅读器和键盘操作的兼容性。#51372 @​aojunhao123
  • 🐞 MISC: 修复导入 antd/dist/reset.css 文件的问题。#52559 @​CaptainVolcom
  • 🐞 修复 Button loadingnull 时抛错的问题。#52508 @​li-jia-nan
  • 🐞 修复 Table 最后一行边框颜色过渡问题。#52549 @​DDDDD12138
  • 💄 修复 Cascader 组件禁用状态下复选框的鼠标指针样式问题。#52539 @​aojunhao123
  • 💄 修复 ConfigProvider 在 StyleProvider 配置 layer 时不会正确修改图标对应样式优先级的问题。#52533 @​zombieJ
  • 🐞 修复 Layout 切换侧边栏按钮在非 cssVar 模式下样式丢失的问题。. #52537 @​afc163
  • 🐞 修复 Tree 组件禁用状态下复选框的鼠标指针样式问题。#52525 @​aojunhao123
  • notification
    • 🐞 修复 notification useNotificationcloseIcon 配置无效的问题。#52516 @​typenoob
    • 🐞 修复 notification 组件在 App 组件下的显示闪烁问题。#52499 @​afc163
  • RTL
Changelog

Sourced from antd's changelog.

5.23.3

2025-01-28

Last version of the Dragon Year, Happy Chinese New Year! 🐲

  • ⌨️ MISC: Add accessibility tests for all component demos to ensure compliance with accessibility standards. Optimize accessibility support for some components, improving compatibility with screen readers and keyboard operations. #51372 @​aojunhao123
  • 🐞 MISC: Fix importing antd/dist/reset.css file issue. #52559 @​CaptainVolcom
  • 🐞 Fix Button throwing error when loading is null. #52508 @​li-jia-nan
  • 🐞 Fix Table last row border color transition issue. #52549 @​DDDDD12138
  • 💄 Fix Cascader checkbox cursor style in disabled state. #52539 @​aojunhao123
  • 💄 Fix ConfigProvider not correctly modifying icon style priority when StyleProvider configures layer. #52533 @​zombieJ
  • 🐞 Fix Layout sidebar toggle button style missing in non-cssVar mode. #52537 @​afc163
  • 🐞 Fix Tree checkbox cursor style in disabled state. #52525 @​aojunhao123
  • notification
    • 🐞 Fix notification useNotification closeIcon configuration not working. #52516 @​typenoob
    • 🐞 Fix notification component display flicker issue under App component. #52499 @​afc163
  • RTL
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.23.2 to 5.23.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.23.2...5.23.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 Jan 29, 2025
@github-actions github-actions bot enabled auto-merge (squash) January 29, 2025 04:51
Copy link

netlify bot commented Jan 29, 2025

Deploy Preview for eclipsefdn-adoptium-dash ready!

Name Link
🔨 Latest commit 034e241
🔍 Latest deploy log https://app.netlify.com/sites/eclipsefdn-adoptium-dash/deploys/6799b3e04c40230009d70d64
😎 Deploy Preview https://deploy-preview-810--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 59f6140 into main Jan 29, 2025
13 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/antd-5.23.3 branch January 29, 2025 04:54
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