Skip to content

chore(deps): bump the ant-design group across 1 directory with 2 updates#33

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ant-design-893065e56b
Open

chore(deps): bump the ant-design group across 1 directory with 2 updates#33
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ant-design-893065e56b

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the ant-design group with 2 updates in the / directory: @ant-design/icons and antd.

Updates @ant-design/icons from 6.2.3 to 6.2.5

Commits

Updates antd from 6.4.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
Commits

@dependabot @github

dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, javascript. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ant-design-893065e56b branch from 90d0b48 to 7941730 Compare June 14, 2026 15:29
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ant-design-893065e56b branch 3 times, most recently from bbea6d1 to c6e569b Compare June 15, 2026 10:43
Bumps the ant-design group with 2 updates in the / directory: [@ant-design/icons](https://github.com/ant-design/ant-design-icons) and [antd](https://github.com/ant-design/ant-design).


Updates `@ant-design/icons` from 6.2.3 to 6.2.5
- [Commits](https://github.com/ant-design/ant-design-icons/commits)

Updates `antd` from 6.4.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@6.4.3...6.4.4)

---
updated-dependencies:
- dependency-name: "@ant-design/icons"
  dependency-version: 6.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ant-design
- dependency-name: antd
  dependency-version: 6.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ant-design
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ant-design-893065e56b branch from c6e569b to 858761a Compare June 15, 2026 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants