Skip to content

chore(deps-dev): bump antd from 5.29.3 to 6.3.4#588

Merged
afc163 merged 1 commit intomasterfrom
dependabot/npm_and_yarn/antd-6.3.4
Mar 25, 2026
Merged

chore(deps-dev): bump antd from 5.29.3 to 6.3.4#588
afc163 merged 1 commit intomasterfrom
dependabot/npm_and_yarn/antd-6.3.4

Conversation

@dependabot
Copy link
Contributor

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

Bumps antd from 5.29.3 to 6.3.4.

Release notes

Sourced from antd's releases.

6.3.4

  • 🔥 Add @ant-design/cli official command-line tool for querying Ant Design component knowledge, analyzing project usage, and guiding migrations offline. #57413 @​afc163
  • 🐞 Fix Form.List losing sibling field values when using onValuesChange. #57399 @​zombieJ
  • 🐞 Fix missing screenXXXLMin in useToken causing incorrect antd.css to be generated. #57372 @​sealye09
  • 🐞 Fix ConfigProvider component config typings to expose semantic classNames and styles for supported components. #57396 @​QDyanbing
  • 🐞 Fix Image fetchPriority prop not being passed through to the <img> element. #57392 @​aojunhao123
  • Menu
    • 🐞 Fix Menu SubMenu parent item not applying custom hover color via ConfigProvider. #57374 @​EmilyyyLiu
    • 🐞 Fix Menu collapsed icons appearing misaligned when customizing collapsedIconSize. #57360 @​QDyanbing
  • 🐞 Fix Table controlled popover in column title being rendered twice when scroll is enabled. #57342 @​QDyanbing
  • 🐞 Fix Transfer render prop returning JSX elements causing search to fail. #57133 @​WustLCQ
  • 🐞 Fix Tree custom switcherIcon missing switcher-line-icon className when showLine is enabled. #57303 @​QDyanbing
  • 🐞 Fix Watermark TypeScript errors when onRemove is omitted. #57344 @​QDyanbing

  • 🔥 新增官方命令行工具 @ant-design/cli,支持离线查询 Ant Design 组件知识、分析项目用法及提供迁移指导。#57413 @​afc163
  • 🐞 修复 Form.List 在使用 onValuesChange 时丢失同级字段值的问题。#57399 @​zombieJ
  • 🐞 修复 useToken 缺少 screenXXXLMin 导致生成错误的 antd.css 的问题。#57372 @​sealye09
  • 🐞 修复 ConfigProvider 组件配置的类型定义,为已支持的组件暴露语义化 classNamesstyles#57396 @​QDyanbing
  • 🐞 修复 Image 组件 fetchPriority 属性未正确透传到 <img> 元素的问题。#57392 @​aojunhao123
  • Menu
    • 🐞 修复通过 ConfigProvider 自定义 Menu 的 itemHoverColor 时,SubMenu 父级菜单项 hover 状态颜色不生效的问题。#57374 @​EmilyyyLiu
    • 🐞 修复 Menu 自定义 collapsedIconSize 后折叠图标看起来未居中的问题。#57360 @​QDyanbing
  • 🐞 修复 Table 在开启滚动时列头中受控 Popover 被重复渲染的问题。#57342 @​QDyanbing
  • 🐞 修复 Transfer render 属性返回 JSX 元素时搜索功能失效的问题。#57133 @​WustLCQ
  • 🐞 修复 Tree 开启 showLine 时自定义 switcherIcon 缺少 switcher-line-icon 类名导致样式异常的问题。#57303 @​QDyanbing
  • 🐞 修复 Watermark 在未传入 onRemove 时的 TypeScript 报错。#57344 @​QDyanbing

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

... (truncated)

Changelog

Sourced from antd's changelog.

6.3.4

2026-03-24

  • 🔥 Add @ant-design/cli official command-line tool for querying Ant Design component knowledge, analyzing project usage, and guiding migrations offline. #57413 @​afc163
  • 🐞 Fix Form.List losing sibling field values when using onValuesChange. #57399 @​zombieJ
  • 🐞 Fix missing screenXXXLMin in useToken causing incorrect antd.css to be generated. #57372 @​sealye09
  • 🐞 Fix ConfigProvider component config typings to expose semantic classNames and styles for supported components. #57396 @​QDyanbing
  • 🐞 Fix Image fetchPriority prop not being passed through to the <img> element. #57392 @​aojunhao123
  • Menu
    • 🐞 Fix Menu SubMenu parent item not applying custom hover color via ConfigProvider. #57374 @​EmilyyyLiu
    • 🐞 Fix Menu collapsed icons appearing misaligned when customizing collapsedIconSize. #57360 @​QDyanbing
  • 🐞 Fix Table controlled popover in column title being rendered twice when scroll is enabled. #57342 @​QDyanbing
  • 🐞 Fix Transfer render prop returning JSX elements causing search to fail. #57133 @​WustLCQ
  • 🐞 Fix Tree custom switcherIcon missing switcher-line-icon className when showLine is enabled. #57303 @​QDyanbing
  • 🐞 Fix Watermark TypeScript errors when onRemove is omitted. #57344 @​QDyanbing

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

... (truncated)

Commits
  • 7dddd23 docs: release 6.3.4 (#57418)
  • 6e68c4c docs: add @​ant-design/cli documentation and links (#57413)
  • d524400 docs: fix Slider demo description for step=null with marks (#57415)
  • d1d7266 site: fix homepage ThemePreview style priority after build (#57411)
  • c4a70b3 chore(deps): update nearform-actions/github-action-notify-twitter digest to 1...
  • 1274050 chore(deps): update dependency typescript from v5 to v6 (#57408)
  • 7feb741 test: update any type (#57410)
  • fb3a6f8 chore: bump @​rc-component/image to improve preview a11y and support movable c...
  • 1a1e9a4 fix: bump @​rc-component/form to resolve Form.List onValuesChange issue (#57399)
  • 61d6e08 fix: add missing screenMap item in useToken (#57372)
  • 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.4.
- [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.4)

---
updated-dependencies:
- dependency-name: antd
  dependency-version: 6.3.4
  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 24, 2026
@vercel
Copy link

vercel bot commented Mar 24, 2026

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

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

@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.48610010098100

View full report

@socket-security
Copy link

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm buffer-okam is 96.0% likely obfuscated

Confidence: 0.96

Location: Package overview

From: ?npm/buffer-okam@4.9.2

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/buffer-okam@4.9.2. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm buffer is 96.0% likely obfuscated

Confidence: 0.96

Location: Package overview

From: ?npm/buffer@4.9.2

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/buffer@4.9.2. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@afc163 afc163 merged commit 6a52ca1 into master Mar 25, 2026
8 checks passed
@afc163 afc163 deleted the dependabot/npm_and_yarn/antd-6.3.4 branch March 25, 2026 02:40
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.

1 participant