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.20.6 to 5.23.3 #1481

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps antd from 5.20.6 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

5.23.2

  • 🐞 Fix Space.Compact throwing Should not use more than one & in a selector warning. #52489
  • 💄 Fix the Layout switching sidebar button style was lost. #52477
  • 💄 Fix the scroll bar height is not 0 when the first row of the virtual scroll Table is collapsed. #52447 @​LeeSSHH
  • 💄 Fix the last item in Descriptions did not correctly fill the remaining space. #52410 @​anyuxuan
  • 💄 Fix extra margin for the last item in Radio. #52433
  • 💄 Fix the Input/Mentions clear button padding was incorrect. #52407 @​ustcfury
  • 💄 Fix rounded corners of addonAfter in Input compact mode. #52490 @​DDDDD12138
  • 💄 Fix Menu.Item links were still clickable and lacked disabled styles when in disabled state. #52402 @​aojunhao123
  • TypeScript
    • 🤖 MISC: Optimize PurePanel to use React.ComponentType type. #52480
    • 🤖 Fix missing token type for Skeleton and Rate. #52406 @​coding-ice

  • 🐞 修复 Space.Compact 抛出 Should not use more than one & in a selector 警告信息的问题。#52489
  • 💄 修复 Layout 切换侧边栏按钮样式丢失的问题。#52477
  • 💄 修复 Table 收起虚拟滚动表格第一行时滚动条高度不为 0 的问题。#52447 @​LeeSSHH
  • 💄 修复 Descriptions 最后一项未正确填充满剩余空间的问题。#52410 @​anyuxuan

... (truncated)

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

5.23.2

2025-01-20

  • 🐞 Fix Space.Compact throwing Should not use more than one & in a selector warning. #52489
  • 💄 Fix the Layout switching sidebar button style was lost. #52477
  • 💄 Fix the scroll bar height is not 0 when the first row of the virtual scroll Table is collapsed. #52447 @​LeeSSHH
  • 💄 Fix the last item in Descriptions did not correctly fill the remaining space. #52410 @​anyuxuan
  • 💄 Fix extra margin for the last item in Radio. #52433
  • 💄 Fix the Input/Mentions clear button padding was incorrect. #52407 @​ustcfury
  • 💄 Fix rounded corners of addonAfter in Input compact mode. #52490 @​DDDDD12138
  • 💄 Fix Menu.Item links were still clickable and lacked disabled styles when in disabled state. #52402 @​aojunhao123
  • TypeScript
    • 🤖 MISC: Optimize PurePanel to use React.ComponentType type. #52480
    • 🤖 Fix missing token type for Skeleton and Rate. #52406 @​coding-ice

5.23.1

2025-01-13

  • 🆕 Add Tree leaf node className for differentiate node type. #52274 @​EmilyyyLiu
  • 🐞 Fix DatePicker switch buttons is not hidden when superPrevIcon/superNextIcon/prevIcon/nextIcon is null. #52327 @​afc163
  • 🐞 Fix Select throws error not a valid selector in Jest tests. #51844 @​renovate
  • 🐞 Fix Layout.Sider under ConfigProvider directly, the theme not working. #52302 @​zombieJ
  • 🐞 Fix Splitter lost previous state when re-expanding. #52222 @​jjlstruggle
  • 🐞 Fix Table unexpected row selections when set checkStrictly to false in tree mode. #52338 @​LeeSSHH
  • Button
    • 🐞 Fix Button alignment and icon centering by adjusting the icon size for icon-only Buttons. #52353 @​afc163
    • 💄 Fix Button missing box-shadow style. #52304 @​zombieJ

... (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 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.20.6 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.20.6...5.23.3)

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

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

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

Copy link

netlify bot commented Jan 28, 2025

Deploy Preview for counsellor-startup ready!

Name Link
🔨 Latest commit 5c0b091
🔍 Latest deploy log https://app.netlify.com/sites/counsellor-startup/deploys/6798e5ed67b08400072dcba1
😎 Deploy Preview https://deploy-preview-1481--counsellor-startup.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 68
Accessibility: 96
Best Practices: 100
SEO: 73
PWA: -
View the detailed breakdown and full score reports

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

Copy link
Contributor

deepsource-io bot commented Jan 28, 2025

Here's the code health analysis summary for commits 860c5a3..5c0b091. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

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