Skip to content

chore(deps-dev): bump antd from 5.29.3 to 6.3.3#585

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/antd-6.3.3
Open

chore(deps-dev): bump antd from 5.29.3 to 6.3.3#585
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/antd-6.3.3

Conversation

@dependabot
Copy link
Contributor

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

Bumps antd from 5.29.3 to 6.3.3.

Release notes

Sourced from antd's releases.

6.3.3


  • Image
    • 💄 优化 Image 预览蒙层 blur 效果的 backdrop-filter 过渡,减少闪烁感。#57299 @​mango766
    • 🐞 修复 Image 在 movable={false} 时仍显示 move 光标的问题。#57288 @​ug-hero
  • ⌨️ ♿ 优化 App 链接的 :focus-visible 外框样式,提升键盘可访问性。#57266 @​ug-hero
  • 🐞 修复 Form 必填标记文案中硬编码 SimSun 字体的问题。#57273 @​mavericusdev
  • 🐞 修复 Grid xxxl 断点在媒体尺寸映射中的错误。#57246 @​guoyunhe
  • 🐞 修复 Tree 点击节点时页面回滚到顶部的问题。#57242 @​aojunhao123

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

... (truncated)

Changelog

Sourced from antd's changelog.

6.3.3

2026-03-16

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

... (truncated)

Commits
  • 1a82e70 docs: add changelog 6.3.3 (#57317)
  • a01bfdf fix: add transition for backdrop-filter on Image preview mask blur (#57299)
  • b3ba01d chore: replace require imports in tests (#57309)
  • 79c5481 fix(site): adopts logical CSS to improve RTL support (#57312)
  • 78e08ff Revert "chore: bump jsdom from 28.1.0 to 29.0.0 in the dev-dependencie" (#57313)
  • de03de3 chore: bump jsdom from 28.1.0 to 29.0.0 in the dev-dependencies group (#57311)
  • 53ca173 chore(cssinjs): rm useless unit (#57310)
  • d63125f type(tree): improve type (#57307)
  • 3846013 docs: fix redundant characters in zh-CN blog and spec (#57308)
  • 329e342 test: replaces antd imports with local relative imports (#57208)
  • Additional commits viewable in compare view

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.29.3 to 6.3.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.29.3...6.3.3)

---
updated-dependencies:
- dependency-name: antd
  dependency-version: 6.3.3
  dependency-type: direct:development
  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 16, 2026
@vercel
Copy link

vercel bot commented Mar 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
drawer Ready Ready Preview, Comment Mar 16, 2026 9:25pm

@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedantd@​5.29.3 ⏵ 6.3.387 +1100100100 +1100

View full report

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants