Skip to content

build(deps): bump antd from 6.3.5 to 6.5.0 in /apps/desktop#624

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

build(deps): bump antd from 6.3.5 to 6.5.0 in /apps/desktop#624
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/desktop/antd-6.4.4

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps antd from 6.3.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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 20, 2026
@dependabot dependabot Bot requested a review from arul28 as a code owner June 20, 2026 02:24
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 20, 2026
@vercel

vercel Bot commented Jun 20, 2026

Copy link
Copy Markdown

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

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
ade Ignored Ignored Preview Jul 1, 2026 6:58am

@mintlify

mintlify Bot commented Jun 20, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
ade-ac1c6011 🟢 Ready View Preview Jun 20, 2026, 2:29 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@greptile-apps

greptile-apps Bot commented Jun 20, 2026

Copy link
Copy Markdown

PR author is in the excluded authors list.

@dependabot dependabot Bot changed the title build(deps): bump antd from 6.3.5 to 6.4.4 in /apps/desktop build(deps): bump antd from 6.3.5 to 6.4.5 in /apps/desktop Jun 22, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/antd-6.4.4 branch from 37bad9b to 57b5c0f Compare June 22, 2026 10:20
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/antd-6.4.4 branch from 57b5c0f to 3925964 Compare June 23, 2026 02:20
Bumps [antd](https://github.com/ant-design/ant-design) from 6.3.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.3.5...6.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump antd from 6.3.5 to 6.4.5 in /apps/desktop build(deps): bump antd from 6.3.5 to 6.5.0 in /apps/desktop Jul 1, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/antd-6.4.4 branch from 3925964 to 105c66e Compare July 1, 2026 06:58
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