Skip to content

chore(deps): bump antd from 6.4.5 to 6.5.0 in /docs#41788

Merged
hainenber merged 1 commit into
masterfrom
dependabot/npm_and_yarn/docs/antd-6.5.0
Jul 6, 2026
Merged

chore(deps): bump antd from 6.4.5 to 6.5.0 in /docs#41788
hainenber merged 1 commit into
masterfrom
dependabot/npm_and_yarn/docs/antd-6.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps antd from 6.4.5 to 6.5.0.

Release notes

Sourced from antd's releases.

6.5.0

  • 🔥 Add the antd DESIGN.md design-language file and publish it at ant.design/design.md, helping AI design tools understand Ant Design visual language, component archetypes, and theme tokens. #58011 #58356 #58489 @​afc163
  • 📦 Optimize the antd full bundle size: compared with 6.4.5, size-limit reports antd.min.js down from 437.05 KB to 432.44 KB, and antd-with-locales.min.js down from 514.19 KB to 506.84 KB. The main gains come from slimmer DatePicker and TimePicker runtime code in @rc-component/picker, plus Icon/Upload avoiding extra TwoTone runtime in the full bundle. #58403 #58497 @​QDyanbing @​afc163
  • Icon
    • 🔥 Add built-in Icon entries for Anthropic, Claude, Gemini, Mistral, DeepSeek, Qwen, Perplexity, HuggingFace, Ollama, Replicate, ElevenLabs, Telegram, Mastodon, Threads and Snapchat. #58524 @​afc163
    • 📦 Optimize Icon and Upload default icon imports by upgrading @ant-design/icons to 6.3.1 and switching Upload picture-list default placeholders to Outlined icons, reducing extra TwoTone runtime in the full bundle. #58497 @​afc163
    • 🐞 Fix Icon styles not working when theme.zeroRuntime is enabled. #58517 @​afc163
  • Input
    • 🆕 Add Input.Password visibilityToggle.tabIndex to customize the visibility toggle button tab order. #58458 @​QDyanbing
    • 🐞 Fix Input.Search not applying ConfigProvider root style configuration. #58467 @​QDyanbing
    • 🐞 Fix Input.Search losing enterButton.className. #58506 @​QDyanbing
    • 💄 Fix Input.Search button height not aligning with Input token height. #58525 @​afc163
    • 💄 Add focus outline for borderless Input components. #58250 @​QDyanbing
  • Select
  • Table
    • 🐞 Fix Table defaultSortOrder and controlled sortOrder being ignored when the column is hidden by responsive at the current breakpoint. #58008 @​yogeshwaran-c
    • 🐞 Fix Table extra vertical line on the last fixed-right column in bordered mode. #58516 @​uttam12331
    • ⌨️ Improve Table row selection checkbox accessibility by supporting aria-* attributes from getCheckboxProps. #58275 @​EmilyyyLiu
    • 💄 Fix Table sticky header top border missing in bordered mode. #58451 @​BangDori
  • BorderBeam
  • Badge
  • Layout
    • 🆕 Add Layout.Sider semantic classNames and styles support. #57938 @​landeqiming666
    • 🐞 Fix Layout.Header, Layout.Footer and Layout.Content losing default background when used standalone with theme.cssVar enabled. #58046 @​yogeshwaran-c
  • Pagination
  • Upload
    • 🐞 Fix Upload not showing file icon for failed files. #58484 @​biubiukam
    • ⌨️ Improve Upload list item name accessibility when previewing files without a URL. #58092 @​ug-one
  • Alert
    • 🐞 Fix Alert icon vertical alignment when description content is provided. #57915 @​MMMIXER
    • 🐞 Fix Alert icon and close button not aligning with the first title line when only a title is provided. #57878 @​QDyanbing
  • 📖 Improve AI agent support for the ant.design website and its isitagentready.com/ant.design result. #58510 #58490 #57725 @​afc163 @​ug-one
  • 📖 Update Ant Design CLI docs with antd setup, Node.js >=20.0.0 requirement, MCP version auto-detection, and environment variable notes, and sync the For Agents and MCP Server docs in both languages. #58460 @​afc163
  • 🐞 Fix antd root semantic style priority across components to ensure component style overrides global styles.root and style configuration. #58474 @​QDyanbing
  • 💄 Improve Component Token small control height in compact theme to avoid cramped line boxes. #58411 @​nightt5879
  • 🐞 Fix Anchor hash parsing performance issue with specially crafted hash values. #58472 @​afc163
  • 🆕 Add Collapse headerPaddingSM, headerPaddingLG, contentPaddingSM, and contentPaddingLG tokens to configure header and content padding for small and large sizes separately. #58436 @​biubiukam
  • 🆕 Add ConfigProvider form labelWrap configuration support. #58035 @​EmilyyyLiu

... (truncated)

Changelog

Sourced from antd's changelog.

6.5.0

2026-06-27

  • 🔥 Add the antd DESIGN.md design-language file and publish it at ant.design/design.md, helping AI design tools understand Ant Design visual language, component archetypes, and theme tokens. #58011 #58356 #58489 @​afc163
  • 📦 Optimize the antd full bundle size: compared with 6.4.5, size-limit reports antd.min.js down from 437.05 KB to 432.44 KB, and antd-with-locales.min.js down from 514.19 KB to 506.84 KB. The main gains come from slimmer DatePicker and TimePicker runtime code in @rc-component/picker, plus Icon/Upload avoiding extra TwoTone runtime in the full bundle. #58403 #58497 @​QDyanbing @​afc163
  • Icon
    • 🔥 Add built-in Icon entries for Anthropic, Claude, Gemini, Mistral, DeepSeek, Qwen, Perplexity, HuggingFace, Ollama, Replicate, ElevenLabs, Telegram, Mastodon, Threads and Snapchat. #58524 @​afc163

    • 📦 Optimize Icon and Upload default icon imports by upgrading @ant-design/icons to 6.3.1 and switching Upload picture-list default placeholders to Outlined icons, reducing extra TwoTone runtime in the full bundle. #58497 @​afc163

    • 🐞 Fix Icon styles not working when theme.zeroRuntime is enabled. #58517 @​afc163

  • Input
    • 🆕 Add Input.Password visibilityToggle.tabIndex to customize the visibility toggle button tab order. #58458 @​QDyanbing
    • 🐞 Fix Input.Search not applying ConfigProvider root style configuration. #58467 @​QDyanbing
    • 🐞 Fix Input.Search losing enterButton.className. #58506 @​QDyanbing
    • 💄 Fix Input.Search button height not aligning with Input token height. #58525 @​afc163
    • 💄 Add focus outline for borderless Input components. #58250 @​QDyanbing
  • Select
  • Table
    • 🐞 Fix Table defaultSortOrder and controlled sortOrder being ignored when the column is hidden by responsive at the current breakpoint. #58008 @​yogeshwaran-c
    • 🐞 Fix Table extra vertical line on the last fixed-right column in bordered mode. #58516 @​uttam12331
    • ⌨️ Improve Table row selection checkbox accessibility by supporting aria-* attributes from getCheckboxProps. #58275 @​EmilyyyLiu
    • 💄 Fix Table sticky header top border missing in bordered mode. #58451 @​BangDori
  • BorderBeam
  • Badge
  • Layout
    • 🆕 Add Layout.Sider semantic classNames and styles support. #57938 @​landeqiming666
    • 🐞 Fix Layout.Header, Layout.Footer and Layout.Content losing default background when used standalone with theme.cssVar enabled. #58046 @​yogeshwaran-c
  • Pagination
  • Upload
    • 🐞 Fix Upload not showing file icon for failed files. #58484 @​biubiukam
    • ⌨️ Improve Upload list item name accessibility when previewing files without a URL. #58092 @​ug-one
  • Alert
    • 🐞 Fix Alert icon vertical alignment when description content is provided. #57915 @​MMMIXER
    • 🐞 Fix Alert icon and close button not aligning with the first title line when only a title is provided. #57878 @​QDyanbing
  • 📖 Improve AI agent support for the ant.design website and its isitagentready.com/ant.design result. #58510 #58490 #57725 @​afc163 @​ug-one
  • 📖 Update Ant Design CLI docs with antd setup, Node.js >=20.0.0 requirement, MCP version auto-detection, and environment variable notes, and sync the For Agents and MCP Server docs in both languages. #58460 @​afc163

... (truncated)

Commits
  • 740ad96 ci: rm action version comment (#58536)
  • 3b44cef docs: add changelog for 6.5.0 (#58527)
  • c94729d revert: remove rate star border tokens (#58535)
  • 8856f85 type: typeScript definition improvement (#58534)
  • b0272e2 fix(Descriptions): apply labelStyle/contentStyle to bordered cells
  • 6a3a641 fix: remove subpixel offset from Steps rail
  • 8110508 fix(Alert): align icon and close button for title-only alerts (#57878)
  • 0a8fb57 chore(deps): update dependency eslint to v10.6.0 (#58532)
  • 6b7a789 chore(deps): update dependency @​google/design.md to ^0.3.0 (#58531)
  • 7b1f026 chore(deps): update actions/cache digest to 55cc834 (#58530)
  • 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 6.4.5 to 6.5.0.
- [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.5...6.5.0)

---
updated-dependencies:
- dependency-name: antd
  dependency-version: 6.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jul 6, 2026
@bito-code-review

bito-code-review Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Code Review Agent Run #8b9f6f

Actionable Suggestions - 0
Review Details
  • Files reviewed - 1 · Commit Range: 6b63e3d..6b63e3d
    • 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 doc Namespace | Anything related to documentation and removed dependencies:npm labels Jul 6, 2026
@netlify

netlify Bot commented Jul 6, 2026

Copy link
Copy Markdown

Deploy Preview for superset-docs-preview ready!

Name Link
🔨 Latest commit 6b63e3d
🔍 Latest deploy log https://app.netlify.com/projects/superset-docs-preview/deploys/6a4b54be7f246f000966c2ff
😎 Deploy Preview https://deploy-preview-41788--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.

@hainenber hainenber merged commit beff76c into master Jul 6, 2026
56 checks passed
@hainenber hainenber deleted the dependabot/npm_and_yarn/docs/antd-6.5.0 branch July 6, 2026 14:27
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