Skip to content

chore(deps): bump antd from 6.4.3 to 6.4.4 in /docs#41228

Merged
rusackas merged 1 commit into
masterfrom
dependabot/npm_and_yarn/docs/antd-6.4.4
Jun 19, 2026
Merged

chore(deps): bump antd from 6.4.3 to 6.4.4 in /docs#41228
rusackas merged 1 commit into
masterfrom
dependabot/npm_and_yarn/docs/antd-6.4.4

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps 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 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 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: antd
  dependency-version: 6.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Dependabot - Pull requests that update Javascript code labels Jun 19, 2026
@bito-code-review

bito-code-review Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Code Review Agent Run #e2085f

Actionable Suggestions - 0
Additional Suggestions - 1
  • docs/yarn.lock - 1
    • Lock file not regenerated properly · Line 3520-3531
      Lock file changes should be generated by running `yarn install` after updating package.json, not committed from manual edits. This ensures integrity hashes are correctly calculated by the package manager algorithm. Per rule [10438], lock files should only be modified by running package manager commands after updating the manifest file.
Review Details
  • Files reviewed - 1 · Commit Range: 28dc720..28dc720
    • docs/yarn.lock
  • Files skipped - 1
    • docs/package.json - Reason: Filter setting
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Superset You can customize the agent settings here or contact your Bito workspace admin at evan@preset.io.

Documentation & Help

AI Code Review powered by Bito Logo

@github-actions github-actions Bot added the doc Namespace | Anything related to documentation label Jun 19, 2026
@netlify

netlify Bot commented Jun 19, 2026

Copy link
Copy Markdown

Deploy Preview for superset-docs-preview ready!

Name Link
🔨 Latest commit 28dc720
🔍 Latest deploy log https://app.netlify.com/projects/superset-docs-preview/deploys/6a34ea0fe518b20007d061b0
😎 Deploy Preview https://deploy-preview-41228--superset-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@rusackas rusackas merged commit 4d5c171 into master Jun 19, 2026
54 checks passed
@rusackas rusackas deleted the dependabot/npm_and_yarn/docs/antd-6.4.4 branch June 19, 2026 08: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 doc Namespace | Anything related to documentation javascript Dependabot - Pull requests that update Javascript code size/L

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant