Skip to content

deps(web-ui): bump antd from 5.29.3 to 6.4.4 in /web-ui#21

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web-ui/antd-6.4.4
Open

deps(web-ui): bump antd from 5.29.3 to 6.4.4 in /web-ui#21
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web-ui/antd-6.4.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown

Bumps antd from 5.29.3 to 6.4.4.

Release notes

Sourced from antd's releases.

6.4.4

  • 🛠 Fix build failures in Vite, Yarn PnP, Node 25 and other strict ESM environments caused by deep path imports of rc-component packages. #58115 @​li-jia-nan @​QDyanbing
  • 🛠 Fix multiple components rendering empty wrapper DOM nodes when ReactNode content is an empty string. #58160 @​QDyanbing
  • Descriptions
  • Radio
    • 🐞 Fix Radio.Group button style border radius and adjacent border display issue in vertical layout. #58317 @​QDyanbing
    • 🐞 Fix Radio checked state not updating on click in uncontrolled mode. #57917 @​QDyanbing
  • Table
    • 🐞 Fix Table incorrect semantic DOM structure in virtual mode. #58134 @​meet-student
    • ⌨️ Improve Table filter dropdown accessibility by marking the wrapper container as presentational. #58164 @​ug-hero
  • Tour
  • Transfer
    • ⌨️ Fix Transfer not forwarding root HTML attributes which affects accessibility. #58166 @​ZQDesigned
    • ⚡️ Improve Transfer iteration performance when collecting enabled item keys. #58168 @​ug-hero
  • 🐞 Fix Menu icon animation jumping when collapsed. #58271 @​murisans
  • 🐞 Fix Modal footer buttons vertical misalignment when confirmLoading is true. #58120 @​xxiaoxiong
  • 🐞 Fix Notification close button overlapping description content when title is not provided. #58096 @​QDyanbing
  • 🐞 Fix Popover and Popconfirm not rendering when title or content is the number 0. #58296 @​afc163
  • 🐞 Fix Slider surrounding text being unexpectedly selected when dragging the handle in Safari. #58024 @​yogeshwaran-c
  • 🐞 Fix Tabs more dropdown animation direction when popup placement flips upward. #58202 @​QDyanbing
  • 🐞 Fix Tree.DirectoryTree defaultExpandParent not working. #58068 @​EmilyyyLiu
  • 🐞 Fix Upload progress bar becoming abnormally thick when progress is not configured. #58126 @​QDyanbing
  • 🐞 Fix Icon spin animation stopping when multiple iconPrefixCls coexist. #58253 @​18062706139fcz
  • 💄 Fix AutoComplete disabled custom input background color being darker than other disabled controls. #58114 @​QDyanbing
  • 💄 Fix Checkbox hover style remaining after tap on mobile devices. #58085 @​unknowntocka
  • 💄 Fix Empty SVG colors not using design tokens to support dark mode. #58152 @​wanpan11
  • 💄 Fix Result and Popconfirm icon colors being overridden by global icon reset styles. #58157 @​QDyanbing
  • 💄 Fix Select selected option active state background color not following theme color. #58069 @​QDyanbing
  • 💄 Fix Tooltip and Popover arrow shadow being darker than container. #57988 @​EmilyyyLiu
  • 💄 Deepen boxShadowTertiary for better visibility on light backgrounds, affecting Card, Tour and Segmented. #58205 @​afc163
  • ⌨️ Improve ColorPicker clear button semantic attributes for better accessibility. #58040 @​ug-hero
  • ⌨️ Improve DatePicker and TimePicker clear button accessibility. #58132 @​Pareder
  • ⌨️ Improve Splitter split bar semantic attributes for better accessibility. #58060 @​ug-hero
  • ⌨️ Improve Tag.CheckableTag semantic attributes for better accessibility. #58067 @​ug-hero
  • 🛠 Fix Dropdown triggering React 19 element.ref deprecation warning when the trigger node has a ref. #58056 @​QDyanbing
  • 🛠 Fix multiple components rendering empty wrapper DOM nodes when ReactNode content is false. #58088 @​QDyanbing
  • 🌐 Localization
    • 🇬🇧 Improve QRCode and ColorPicker British English en_GB locale to align with American English en_US. #58224 @​JordanWeatherby
    • 🇧🇷 Add missing Brazilian Portuguese pt_BR locale text for QRCode and ColorPicker. #58188 @​yogeshwaran-c
  • TypeScript

  • 🛠 修复多个组件在 Vite、Yarn PnP、Node 25 等严格 ESM 环境下因引用 rc 组件包深路径导致构建失败的问题。#58115 @​li-jia-nan @​QDyanbing
  • 🛠 修复多个组件在 ReactNode 内容为空字符串时渲染空包装 DOM 节点的问题。#58160 @​QDyanbing
  • Descriptions

... (truncated)

Changelog

Sourced from antd's changelog.

6.4.4

2026-06-12

  • 🛠 Fix build failures in Vite, Yarn PnP, Node 25 and other strict ESM environments caused by deep path imports of rc-component packages. #58115 @​li-jia-nan @​QDyanbing
  • 🛠 Fix multiple components rendering empty wrapper DOM nodes when ReactNode content is an empty string. #58160 @​QDyanbing
  • Descriptions
  • Radio
    • 🐞 Fix Radio.Group button style border radius and adjacent border display issue in vertical layout. #58317 @​QDyanbing
    • 🐞 Fix Radio checked state not updating on click in uncontrolled mode. #57917 @​QDyanbing
  • Table
    • 🐞 Fix Table incorrect semantic DOM structure in virtual mode. #58134 @​meet-student
    • ⌨️ Improve Table filter dropdown accessibility by marking the wrapper container as presentational. #58164 @​ug-hero
  • Tour
  • Transfer
    • ⌨️ Fix Transfer not forwarding root HTML attributes which affects accessibility. #58166 @​ZQDesigned
    • ⚡️ Improve Transfer iteration performance when collecting enabled item keys. #58168 @​ug-hero
  • 🐞 Fix Menu icon animation jumping when collapsed. #58271 @​murisans
  • 🐞 Fix Modal footer buttons vertical misalignment when confirmLoading is true. #58120 @​xxiaoxiong
  • 🐞 Fix Notification close button overlapping description content when title is not provided. #58096 @​QDyanbing
  • 🐞 Fix Popover and Popconfirm not rendering when title or content is the number 0. #58296 @​afc163
  • 🐞 Fix Slider surrounding text being unexpectedly selected when dragging the handle in Safari. #58024 @​yogeshwaran-c
  • 🐞 Fix Tabs more dropdown animation direction when popup placement flips upward. #58202 @​QDyanbing
  • 🐞 Fix Tree.DirectoryTree defaultExpandParent not working. #58068 @​EmilyyyLiu
  • 🐞 Fix Upload progress bar becoming abnormally thick when progress is not configured. #58126 @​QDyanbing
  • 🐞 Fix Icon spin animation stopping when multiple iconPrefixCls coexist. #58253 @​18062706139fcz
  • 💄 Fix AutoComplete disabled custom input background color being darker than other disabled controls. #58114 @​QDyanbing
  • 💄 Fix Checkbox hover style remaining after tap on mobile devices. #58085 @​unknowntocka
  • 💄 Fix Empty SVG colors not using design tokens to support dark mode. #58152 @​wanpan11
  • 💄 Fix Result and Popconfirm icon colors being overridden by global icon reset styles. #58157 @​QDyanbing
  • 💄 Fix Select selected option active state background color not following theme color. #58069 @​QDyanbing
  • 💄 Fix Tooltip and Popover arrow shadow being darker than container. #57988 @​EmilyyyLiu
  • 💄 Deepen boxShadowTertiary for better visibility on light backgrounds, affecting Card, Tour and Segmented. #58205 @​afc163
  • ⌨️ Improve ColorPicker clear button semantic attributes for better accessibility. #58040 @​ug-hero
  • ⌨️ Improve DatePicker and TimePicker clear button accessibility. #58132 @​Pareder
  • ⌨️ Improve Splitter split bar semantic attributes for better accessibility. #58060 @​ug-hero
  • ⌨️ Improve Tag.CheckableTag semantic attributes for better accessibility. #58067 @​ug-hero
  • 🛠 Fix Dropdown triggering React 19 element.ref deprecation warning when the trigger node has a ref. #58056 @​QDyanbing
  • 🛠 Fix multiple components rendering empty wrapper DOM nodes when ReactNode content is false. #58088 @​QDyanbing
  • 🌐 Localization
    • 🇬🇧 Improve QRCode and ColorPicker British English en_GB locale to align with American English en_US. #58224 @​JordanWeatherby
    • 🇧🇷 Add missing Brazilian Portuguese pt_BR locale text for QRCode and ColorPicker. #58188 @​yogeshwaran-c
  • TypeScript

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 19, 2026
Bumps [antd](https://github.com/ant-design/ant-design) from 5.29.3 to 6.4.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.4.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/web-ui/antd-6.4.4 branch from 6d0ff52 to cd5a2c7 Compare June 20, 2026 03:37
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