Skip to content

build(deps): bump antd from 6.3.5 to 6.5.1 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.1 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.1.

Release notes

Sourced from antd's releases.

6.5.1

  • 💄 Fix AutoComplete custom input background color being applied twice in the filled variant. #58669 @​QDyanbing
  • 🐞 Fix Avatar, List, Pagination, Steps, and Table not responding to breakpoint changes after responsive configuration is enabled dynamically. #58654 @​li-jia-nan
  • ⌨️ Fix Button, Checkbox, Switch, Splitter, and BorderBeam pseudo-element transitions and animations so they respect prefers-reduced-motion. #58685 @​li-jia-nan
  • 🐞 Fix Button icon vertical alignment when used in Card extra. #58584 @​zombieJ
  • ConfigProvider
    • 🐞 Fix ConfigProvider with StyleProvider layer causing missing styles in some components. #58559 @​fireairforce
    • 🐞 Fix ConfigProvider CSS variable prefix not updating when prefixCls changes dynamically. #58652 @​li-jia-nan
  • 🐞 Fix Descriptions content columns collapsing to near-zero width when nested in Popover. #58583 @​zombieJ
  • 🐞 Fix Dropdown positioning and interaction when its child component does not support ref. #58662 @​afc163
  • Form
    • 🐞 Fix Form.Item validation messages still appearing when help={false} is set. #58558 @​QDyanbing
    • 🐞 Fix Form.Item feedback icon classes and nested noStyle feedback state not updating after dynamic configuration changes. #58653 @​li-jia-nan
  • 💄 Fix Icon TwitchFilled rendering smaller than other icons and remove its unintended drop shadow. #58542 ant-design-icons#747 @​mohamedkhaled4053
  • ⌨️ Fix Input.Search focus outline being covered when hovering the adjacent Input. #58615 @​QDyanbing
  • 🐞 Fix Modal methods incorrectly applying classNames.body, styles.body, and bodyStyle to confirmation dialog titles. #58412 @​biubiukam
  • 🐞 Fix Pagination page-size selector expanding to full width inside Form.Item. #58579 @​QDyanbing
  • 💄 Fix Switch icons in checkedChildren and unCheckedChildren not being vertically centered. #58672 @​mohamedkhaled4053
  • Table
    • 🐞 Fix Table horizontal scrolling occasionally jumping back because of stale deferred scroll synchronization. #58613 #58622 @​zombieJ
    • 🐞 Fix Table filter selections not resetting to the current filtered values when reopening the filter dropdown. #58657 @​li-jia-nan
  • Typography
    • ⌨️ Fix Typography ellipsis mode and aria-label not updating when ellipsis.rows or editable text changes. #58650 @​li-jia-nan
    • 🇯🇵 Fix Typography incorrect Japanese expand and collapse labels. #58563 @​greymoth-jp
  • 🌐 Complete missing localized messages for ConfigProvider, Table, Transfer, Typography, Form, QRCode, ColorPicker, and Icon across 68 locales. #58575 @​li-jia-nan

  • 💄 修复 AutoComplete 自定义输入组件在 filled 形态下背景色重复叠加的问题。#58669 @​QDyanbing
  • 🐞 修复 Avatar、List、Pagination、Steps 和 Table 动态启用响应式配置后无法响应断点变化的问题。#58654 @​li-jia-nan
  • ⌨️ 修复 Button、Checkbox、Switch、Splitter 和 BorderBeam 的伪元素过渡与动画,使其遵循 prefers-reduced-motion 设置。#58685 @​li-jia-nan
  • 🐞 修复 Button 图标在 Card extra 中垂直对齐的问题。#58584 @​zombieJ
  • ConfigProvider
    • 🐞 修复 ConfigProvider 配合 StyleProvider layer 使用时部分组件样式可能丢失的问题。#58559 @​fireairforce
    • 🐞 修复 ConfigProvider 动态修改 prefixCls 后 CSS 变量前缀未更新的问题。#58652 @​li-jia-nan
  • 🐞 修复 Descriptions 嵌套在 Popover 中时内容列宽度塌缩的问题。#58583 @​zombieJ
  • 🐞 修复 Dropdown 子组件不支持 ref 时弹层定位与交互异常的问题。#58662 @​afc163
  • Form
    • 🐞 修复 Form.Item 设置 help={false} 时仍展示校验提示的问题。#58558 @​QDyanbing
    • 🐞 修复 Form.Item 动态配置变化后反馈图标类名与嵌套 noStyle 反馈状态未更新的问题。#58653 @​li-jia-nan
  • 💄 修复 Icon TwitchFilled 相比其他图标偏小且带有意外投影的问题。#58542 ant-design-icons#747 @​mohamedkhaled4053
  • ⌨️ 修复 Input.Search 搜索按钮的聚焦轮廓在相邻 Input 进入 hover 态时被覆盖的问题。#58615 @​QDyanbing
  • 🐞 修复 Modal 方法将 classNames.bodystyles.bodybodyStyle 错误应用到确认弹窗标题的问题。#58412 @​biubiukam
  • 🐞 修复 Pagination 每页条数选择器在 Form.Item 中被撑满宽度的问题。#58579 @​QDyanbing
  • 💄 修复 Switch 的 checkedChildrenunCheckedChildren 中图标未垂直居中的问题。#58672 @​mohamedkhaled4053
  • Table
    • 🐞 修复 Table 横向滚动时旧的延迟同步任务可能导致滚动位置回跳的问题。#58613 #58622 @​zombieJ
    • 🐞 修复 Table 重新打开筛选下拉框时选中项未重置为当前筛选值的问题。#58657 @​li-jia-nan
  • Typography
    • ⌨️ 修复 Typography 的 ellipsis.rows 或可编辑文本变化后省略模式与 aria-label 未更新的问题。#58650 @​li-jia-nan
    • 🇯🇵 修复 Typography 日语 expandcollapse 文案语义错误。#58563 @​greymoth-jp
  • 🌐 补全 ConfigProvider、Table、Transfer、Typography、Form、QRCode、ColorPicker 和 Icon 在 68 个语言包中缺失的本地化文案。#58575 @​li-jia-nan

... (truncated)

Changelog

Sourced from antd's changelog.

6.5.1

2026-07-13

  • 💄 Fix AutoComplete custom input background color being applied twice in the filled variant. #58669 @​QDyanbing
  • 🐞 Fix Avatar, List, Pagination, Steps, and Table not responding to breakpoint changes after responsive configuration is enabled dynamically. #58654 @​li-jia-nan
  • ⌨️ Fix Button, Checkbox, Switch, Splitter, and BorderBeam pseudo-element transitions and animations so they respect prefers-reduced-motion. #58685 @​li-jia-nan
  • 🐞 Fix Button icon vertical alignment when used in Card extra. #58584 @​zombieJ
  • ConfigProvider
    • 🐞 Fix ConfigProvider with StyleProvider layer causing missing styles in some components. #58559 @​fireairforce
    • 🐞 Fix ConfigProvider CSS variable prefix not updating when prefixCls changes dynamically. #58652 @​li-jia-nan
  • 🐞 Fix Descriptions content columns collapsing to near-zero width when nested in Popover. #58583 @​zombieJ
  • 🐞 Fix Dropdown positioning and interaction when its child component does not support ref. #58662 @​afc163
  • Form
    • 🐞 Fix Form.Item validation messages still appearing when help={false} is set. #58558 @​QDyanbing
    • 🐞 Fix Form.Item feedback icon classes and nested noStyle feedback state not updating after dynamic configuration changes. #58653 @​li-jia-nan
  • 💄 Fix Icon TwitchFilled rendering smaller than other icons and remove its unintended drop shadow. #58542 ant-design-icons#747 @​mohamedkhaled4053
  • ⌨️ Fix Input.Search focus outline being covered when hovering the adjacent Input. #58615 @​QDyanbing
  • 🐞 Fix Modal methods incorrectly applying classNames.body, styles.body, and bodyStyle to confirmation dialog titles. #58412 @​biubiukam
  • 🐞 Fix Pagination page-size selector expanding to full width inside Form.Item. #58579 @​QDyanbing
  • 💄 Fix Switch icons in checkedChildren and unCheckedChildren not being vertically centered. #58672 @​mohamedkhaled4053
  • Table
    • 🐞 Fix Table horizontal scrolling occasionally jumping back because of stale deferred scroll synchronization. #58613 #58622 @​zombieJ
    • 🐞 Fix Table filter selections not resetting to the current filtered values when reopening the filter dropdown. #58657 @​li-jia-nan
  • Typography
    • ⌨️ Fix Typography ellipsis mode and aria-label not updating when ellipsis.rows or editable text changes. #58650 @​li-jia-nan
    • 🇯🇵 Fix Typography incorrect Japanese expand and collapse labels. #58563 @​greymoth-jp
  • 🌐 Complete missing localized messages for ConfigProvider, Table, Transfer, Typography, Form, QRCode, ColorPicker, and Icon across 68 locales. #58575 @​li-jia-nan

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

... (truncated)

Commits
  • 46bfeb5 fix: avoid duplicate filled background in AutoComplete custom input (#58669)
  • 14ef781 docs: fix capitalization after comma (#58684)
  • 4a2dd75 docs: add changelog for 6.5.1 (#58681)
  • 672308b chore(site): code style optimization (#58678)
  • e02f4c9 refactor(types): add types to empty array declarations (#58676)
  • 1d37244 demo: update Switch demo (#58675)
  • 6be8867 docs: add AdaptTable to Third-Party Libraries (Table enhancement) (#58673)
  • 54f00b1 fix(Switch): center label content instead of aligning it to the text baseline...
  • 25ae922 chore(deps): update dependency jest-canvas-mock to v2.5.8 (#58663)
  • 33ea409 chore(deps): update dependency eslint to v10.7.0 (#58665)
  • 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 17, 2026 3:35am

@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
@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
@dependabot dependabot Bot changed the title build(deps): bump antd from 6.3.5 to 6.5.0 in /apps/desktop Bump antd from 6.3.5 to 6.5.0 in /apps/desktop Jul 5, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/antd-6.4.4 branch from 105c66e to 4ebf1c5 Compare July 5, 2026 15:14
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/antd-6.4.4 branch from 4ebf1c5 to 7000089 Compare July 7, 2026 17:34
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/antd-6.4.4 branch from 7000089 to ee56f16 Compare July 7, 2026 21:37
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/antd-6.4.4 branch from ee56f16 to 56e7a29 Compare July 7, 2026 22:21
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/antd-6.4.4 branch from 56e7a29 to 21a4faa Compare July 8, 2026 01:10
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/antd-6.4.4 branch from 21a4faa to b585f6a Compare July 8, 2026 18:04
@dependabot dependabot Bot changed the title Bump antd from 6.3.5 to 6.5.0 in /apps/desktop Build(deps): bump antd from 6.3.5 to 6.5.0 in /apps/desktop Jul 9, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/antd-6.4.4 branch from b585f6a to 71f0584 Compare July 9, 2026 01:06
@vercel

vercel Bot commented Jul 9, 2026

Copy link
Copy Markdown

Deployment failed with the following error:

Resource is limited - try again in 24 hours (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/arul28s-projects?upgradeToPro=build-rate-limit

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/antd-6.4.4 branch from 71f0584 to 153905a Compare July 9, 2026 01:09
@dependabot dependabot Bot changed the title Build(deps): bump antd from 6.3.5 to 6.5.0 in /apps/desktop build(deps): bump antd from 6.3.5 to 6.5.0 in /apps/desktop Jul 9, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/antd-6.4.4 branch from 153905a to 5a6158a Compare July 9, 2026 01:17
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/antd-6.4.4 branch from 5a6158a to fe67a25 Compare July 9, 2026 01:34
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/antd-6.4.4 branch from fe67a25 to fcf4c70 Compare July 9, 2026 01:55
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/antd-6.4.4 branch from fcf4c70 to cd686b5 Compare July 10, 2026 01:43
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/antd-6.4.4 branch from cd686b5 to b143ee0 Compare July 12, 2026 02:41
@dependabot dependabot Bot changed the title build(deps): bump antd from 6.3.5 to 6.5.0 in /apps/desktop build(deps): bump antd from 6.3.5 to 6.5.1 in /apps/desktop Jul 14, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/antd-6.4.4 branch from b143ee0 to e095e1f Compare July 14, 2026 07:27
@dependabot dependabot Bot changed the title build(deps): bump antd from 6.3.5 to 6.5.1 in /apps/desktop bump antd from 6.3.5 to 6.5.1 in /apps/desktop Jul 16, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/antd-6.4.4 branch from e095e1f to 98b94c9 Compare July 16, 2026 23:02
@dependabot dependabot Bot changed the title bump antd from 6.3.5 to 6.5.1 in /apps/desktop build(deps): bump antd from 6.3.5 to 6.5.1 in /apps/desktop Jul 17, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/antd-6.4.4 branch from 98b94c9 to 9a1b094 Compare July 17, 2026 01:08
Bumps [antd](https://github.com/ant-design/ant-design) from 6.3.5 to 6.5.1.
- [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.1)

---
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 force-pushed the dependabot/npm_and_yarn/apps/desktop/antd-6.4.4 branch from 9a1b094 to 506f168 Compare July 17, 2026 03:34
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