Skip to content

chore(deps): bump antd from 5.0.0 to 6.3.2#254

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/antd-6.3.2
Closed

chore(deps): bump antd from 5.0.0 to 6.3.2#254
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/antd-6.3.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps antd from 5.0.0 to 6.3.2.

Release notes

Sourced from antd's releases.

6.3.2

  • 🐞 Fix Form.Item validation failure caused by a timing issue when using dynamic rules and dependencies together. #57147 @​zombieJ
  • 🐞 Fix InputNumber height in borderless variant when using with Input or Select. #57162 @​QDyanbing
  • 🐞 Fix Radio.Group radio button width when options text has different length or breaks. #57171 @​QDyanbing
  • 🐞 Fix Skeleton.Avatar, Skeleton.Button, Skeleton.Input, Rate and Spin cannot take effect when componentSize is set globally. #57093 #57106 @​QDyanbing
  • 🐞 Fix Splitter may calculate wrong size if some panel in controlled mode. #57142 @​js0753
  • 🐞 Fix Tree and TreeSelect line alignment problem when customizing titleHeight property. #56785 @​QDyanbing
  • 💄 Fix Checkbox.Group checkbox width when options text has different length or breaks. #57144 @​QDyanbing
  • 💄 Fix ConfigProvider csp not taking effect on all the dynamic style. #57159 @​zombieJ
  • Select
  • Upload
    • 💄 Fix Upload has invalid blank area in picture-card mode with empty data. #57157 @​QDyanbing
    • ⌨️ Improve Upload to always show item action area on non-hover or coarse-pointer devices. #57156 @​Arktomson
  • 🌐 Add es_US locale preset. #57137 @​yuriidumych-max
  • 🛠 Unify size enumeration, replace default with medium for Badge, Card, Progress, Steps, Switch and Spin, replace middle and default with medium and large for Descriptions, replace middle with medium for Table and Divider. #57127 #57106 @​QDyanbing
  • 🛠 Unify size className for all components DOM. #57106 @​QDyanbing
  • TypeScript
    • 🤖 Add Upload.Dragger generic type definition support. #57103 @​fnoopv
    • 🤖 Fix Modal KeyboardEvent type definition for the arguments of onCancel event handler. #57048 @​eureka928

  • 🐞 修复 Form.Item 使用动态 rulesdependencies 配合使用时,时序问题导致的校验失败的问题。#57147 @​zombieJ
  • 🐞 修复 InputNumber 在 borderless 形态下与 Input 或 Select 并排时高度异常的问题。#57162 @​QDyanbing
  • 🐞 修复 Radio.Group 在选项文案长短不一或换行时,勾选框宽度不一致的问题。#57171 @​QDyanbing
  • 🐞 修复 Skeleton.Avatar,Skeleton.Button,Skeleton.Input,Rate 及 Spin 无法响应全局 componentSize 设置的问题。#57093 #57106 @​QDyanbing
  • 🐞 修复 Splitter 存在 size 受控面板时其他面板尺寸可能计算错误的问题。#57142 @​js0753
  • 🐞 修复 Tree 及 TreeSelect 在自定义 titleHeight 时会连线错位的问题。#56785 @​QDyanbing
  • 💄 修复 Checkbox.Group 在选项文案长短不一或换行时,勾选框宽度不一致的问题。#57144 @​QDyanbing
  • 💄 修复 ConfigProvider 的 csp 配置没有对所有的动态 style 生效的问题。#57159 @​zombieJ
  • Select
  • Upload
    • 💄 修复 Upload 在 picture-card 模式下无数据时仍然存在无效空白区域的问题。#57157 @​QDyanbing
    • ⌨️ 优化 Upload 在不支持悬停或粗指针的设备上默认显示列表操作按钮。#57156 @​Arktomson
  • 🌐 新增 es_US 国际化配置。#57137 @​yuriidumych-max
  • 🛠 统一 size 枚举值定义,针对 Badge、Card、Progress、Steps、Switch 及 Spin 使用 medium 替代 default,针对 Descriptions 使用 mediumlarge 替代 middledefault,针对 Table 和 Divider 使用 medium 替代 middle#57127 #57106 @​QDyanbing
  • 🛠 统一 size className 在所有组件元素上的设置值。#57106 @​QDyanbing
  • TypeScript

6.3.1

  • Select
    • 🐞 Fix Select incorrect dropdown height when value is an empty string. #56976 @​zombieJ
    • 🐞 Fix Select value echo issue when value is an empty string. #56966 @​luozz1994
    • 🐞 Fix Select & TreeSelect selected value text still visible when searching. #56946
  • 🐞 Fix TreeSelect Checkbox being compressed when multi-line text is present. #56961 @​luozz1994
  • 🐞 Fix Typography hovering copy button triggering ellipsis tooltip when both copyable and ellipsis are enabled; fix ellipsis tooltip not appearing after moving back from copy button. #56855 @​claytonlin1110

... (truncated)

Changelog

Sourced from antd's changelog.

6.3.2

2026-03-09

  • 🐞 Fix Form.Item validation failure caused by a timing issue when using dynamic rules and dependencies together. #57147 @​zombieJ
  • 🐞 Fix InputNumber height in borderless variant when using with Input or Select. #57162 @​QDyanbing
  • 🐞 Fix Radio.Group radio button width when options text has different length or breaks. #57171 @​QDyanbing
  • 🐞 Fix Skeleton.Avatar, Skeleton.Button, Skeleton.Input, Rate and Spin cannot take effect when componentSize is set globally. #57093 #57106 @​QDyanbing
  • 🐞 Fix Splitter may calculate wrong size if some panel in controlled mode. #57142 @​js0753
  • 🐞 Fix Tree and TreeSelect line alignment problem when customizing titleHeight property. #56785 @​QDyanbing
  • 💄 Fix Checkbox.Group checkbox width when options text has different length or breaks. #57144 @​QDyanbing
  • 💄 Fix ConfigProvider csp not taking effect on all the dynamic style. #57159 @​zombieJ
  • Select
  • Upload
    • 💄 Fix Upload has invalid blank area in picture-card mode with empty data. #57157 @​QDyanbing
    • ⌨️ Improve Upload to always show item action area on non-hover or coarse-pointer devices. #57156 @​Arktomson
  • 🌐 Add es_US locale preset. #57137 @​yuriidumych-max
  • 🛠 Unify size enumeration, replace default with medium for Badge, Card, Progress, Steps, Switch and Spin, replace middle and default with medium and large for Descriptions, replace middle with medium for Table and Divider. #57127 #57106 @​QDyanbing
  • 🛠 Unify size className for all components DOM. #57106 @​QDyanbing
  • TypeScript
    • 🤖 Add Upload.Dragger generic type definition support. #57103 @​fnoopv
    • 🤖 Fix Modal KeyboardEvent type definition for the arguments of onCancel event handler. #57048 @​eureka928

6.3.1

2026-02-24

  • Select
    • 🐞 Fix Select incorrect dropdown height when value is an empty string. #56976 @​zombieJ
    • 🐞 Fix Select value echo issue when value is an empty string. #56966 @​luozz1994
    • 🐞 Fix Select & TreeSelect selected value text still visible when searching. #56946
  • 🐞 Fix TreeSelect Checkbox being compressed when multi-line text is present. #56961 @​luozz1994
  • 🐞 Fix Typography hovering copy button triggering ellipsis tooltip when both copyable and ellipsis are enabled; fix ellipsis tooltip not appearing after moving back from copy button. #56855 @​claytonlin1110
  • 🐞 Fix Progress animation overflow when status="active". #56972 @​aibayanyu20
  • 🐞 Fix Upload picture-wall mode list overflow and overlap when file count exceeds one row. #56945 @​xbsheng
  • 🐞 Fix Image flickering in some browsers when opening preview. #56937 @​zombieJ
  • ⌨️ ♿ Add prefers-reduced-motion media query support for Button, Checkbox, Radio, Switch, Segmented to disable transitions for improved accessibility. #56902 @​li-jia-nan
  • 🐞 Fix Input height inconsistency with Select when using variant="borderless". #57014 @​njlazzar-su
  • 🐞 Fix Modal confirm method layout whitespace when icon is empty. #57024 @​Arktomson
  • 🐞 Add aria-disabled attribute for disabled options in Select component.#57049 @​meet-student

6.3.0

2026-02-10

  • ConfigProvider
    • 🆕 Support ConfigProvider global configuration of maskClosable for Modal and Drawer. #56739 @​luozz1994
    • 🆕 Support ConfigProvider suffixIcon global configuration for DatePicker and TimePicker. #56709 @​guoyunhe

... (truncated)

Commits
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


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 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.0.0 to 6.3.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@5.0.0...6.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 9, 2026
@stale
Copy link
Copy Markdown

stale bot commented Apr 10, 2026

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Apr 10, 2026
@stale stale bot closed this Apr 17, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 17, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-6.3.2 branch April 17, 2026 18:28
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 javascript Pull requests that update javascript code wontfix This will not be worked on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants