Skip to content

Bump antd from 5.13.2 to 6.1.1#350

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/antd-6.1.1
Closed

Bump antd from 5.13.2 to 6.1.1#350
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/antd-6.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 22, 2025

Copy link
Copy Markdown
Contributor

Bumps antd from 5.13.2 to 6.1.1.

Release notes

Sourced from antd's releases.

6.1.1

  • 🐞 Fix DatePicker cannot support webpack 4: Can't resolve '@​rc-component/picker/locale/en_US'. #56219 @​afc163
  • 🐞 Fix ColorPicker inconsistent input heights. #56220 @​ug-hero
  • 🐞 Fix notification default background color not white when cssVar is disabled. #56169 @​wanpan11
  • 🐞 Fix Input border missing when focused on Space.Compact with allowClear prop. #56105 @​tuzixiangs
  • 🐞 Fix vertical Splitter incorrect collapse behavior in RTL mode, RTL flipping is now applied only to horizontal layouts #56179 @​QDyanbing
  • 🐞 Fix Result not passing through data-* and aria-* attributes to the root DOM element. #56165 @​QDyanbing
  • 🐞 MISC: theme.cssVar.prefix and theme.cssVar.key now respect empty string value. #56146 @​QDyanbing
  • 💄 Lift Breadcrumb link style priority. #56137 @​guoyunhe
  • 🐞 Fix ConfigProvider closable.placement not working. #55985 @​meet-student
  • 🐞 Fix Form onValuesChange params missing Form.List nested content. #56129 @​zombieJ
  • 🐞 Fix Select selectorBg token not working. #56052 @​ug-hero
  • 🐞 Fix Upload incorrect progress position style. #56194 @​QDyanbing

  • 🐞 修复 DatePicker 不兼容 webpack 4 的问题:Can't resolve '@​rc-component/picker/locale/en_US'。#56219 @​afc163
  • 🐞 修复 ColorPicker 弹层内输入框高度不一致问题。#56220 @​ug-hero
  • 🐞 修复 notification 在 cssVar 未启用时默认背景色不为白色的问题。#56169 @​wanpan11
  • 🐞 修复 Input 在 Space.Compact 下配置 allowClear 时聚焦边框丢失的问题。#56105 @​tuzixiangs
  • 🐞 修复 Splitter 在 RTL + 垂直模式下折叠方向错误的问题,RTL 逻辑现在仅在横向布局下生效。#56179 @​QDyanbing
  • 🐞 修复 Result 未向根节点透传 data-*aria-* 属性的问题。#56165 @​QDyanbing
  • 🐞 MISC: 修复:theme.cssVar.prefixtheme.cssVar.key 不支持传入空字符串的问题。#56146 @​QDyanbing
  • 💄 提升 Breadcrumb 链接样式优先级以避免被全局样式覆盖。#56137 @​guoyunhe
  • 🐞 修复 ConfigProvider closable.placement 配置失效的问题。#55985 @​meet-student
  • 🐞 修复 Form onValuesChange 对存在嵌套数据的 Form.List 缺失内容的问题。#56129 @​zombieJ
  • 🐞 修复 Select selectorBg token 不生效的问题。#56052 @​ug-hero
  • 🐞 修复 Upload 进度条位置样式错误的问题。#56194 @​QDyanbing

6.1.0

  • 🆕 ConfigProvider supports configuring the trigger property for Tooltip, Popover, and Popconfirm. #55932 @​aojunhao123
  • 🆕 Alert add semantic close button element. #55815 @​coding-ice
  • Drawer
  • Select
    • 🆕 Select add multi-field search functionality to optionFilterProp. #56057 @​ug-hero
    • 🐞 Fix Select input cursor displayed in non-search mode. #56067 @​afc163
    • 🐞 Fix the「Select」option was not enabled when Select contained interactive content. #56054 @​yoyo837
  • 🐞 Fix Table cellFontSizeSM and cellFontSizeLG tokens not working. #55770 @​guoyunhe
  • 🐞 Fix Button tokens (primaryColor, dangerColor, defaultHoverBg, defaultActiveBg) not working with specific variants (solid, outlined, dashed). #55934 @​tuzixiangs
  • 💄 Fix Menu item styles not taking effect. #56041 @​Wxh16144
  • 🛠 MISC: @ant-design/react-slick remove classnames. #56080 @​yoyo837
  • 🛠 MISC: Migrate rc-overflow to @rc-component/overflow, rc-virtual-list to @rc-component/virtual-list in order to remove rc-util. #56074 @​yoyo837
  • TypeScript

... (truncated)

Changelog

Sourced from antd's changelog.

6.1.1

2025-12-15

  • 🐞 Fix DatePicker cannot support webpack 4: Can't resolve '@​rc-component/picker/locale/en_US'. #56219 @​afc163
  • 🐞 Fix ColorPicker inconsistent input heights. #56220 @​ug-hero
  • 🐞 Fix notification default background color not white when cssVar is disabled. #56169 @​wanpan11
  • 🐞 Fix Input border missing when focused on Space.Compact with allowClear prop. #56105 @​tuzixiangs
  • 🐞 Fix vertical Splitter incorrect collapse behavior in RTL mode, RTL flipping is now applied only to horizontal layouts #56179 @​QDyanbing
  • 🐞 Fix Result not passing through data-* and aria-* attributes to the root DOM element. #56165 @​QDyanbing
  • 🐞 MISC: theme.cssVar.prefix and theme.cssVar.key now respect empty string value. #56146 @​QDyanbing
  • 💄 Lift Breadcrumb link style priority. #56137 @​guoyunhe
  • 🐞 Fix ConfigProvider closable.placement not working. #55985 @​meet-student
  • 🐞 Fix Form onValuesChange params missing Form.List nested content. #56129 @​zombieJ
  • 🐞 Fix Select selectorBg token not working. #56052 @​ug-hero
  • 🐞 Fix Upload incorrect progress position style. #56194 @​QDyanbing

6.1.0

2025-12-08

  • 🆕 ConfigProvider supports configuring the trigger property for Tooltip, Popover, and Popconfirm. #55932 @​aojunhao123
  • 🆕 Alert add semantic close button element. #55815 @​coding-ice
  • Drawer
  • Select
    • 🆕 Select add multi-field search functionality to optionFilterProp. #56057 @​ug-hero
    • 🐞 Fix Select input cursor displayed in non-search mode. #56067 @​afc163
    • 🐞 Fix the「Select」option was not enabled when Select contained interactive content. #56054 @​yoyo837
  • 🐞 Fix Table cellFontSizeSM and cellFontSizeLG tokens not working. #55770 @​guoyunhe
  • 🐞 Fix Button tokens (primaryColor, dangerColor, defaultHoverBg, defaultActiveBg) not working with specific variants (solid, outlined, dashed). #55934 @​tuzixiangs
  • 💄 Fix Menu item styles not taking effect. #56041 @​Wxh16144
  • 🛠 MISC: @ant-design/react-slick remove classnames. #56080 @​yoyo837
  • 🛠 MISC: Migrate rc-overflow to @rc-component/overflow, rc-virtual-list to @rc-component/virtual-list in order to remove rc-util. #56074 @​yoyo837
  • TypeScript

6.0.1

2025-12-02

... (truncated)

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 5.13.2 to 6.1.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@5.13.2...6.1.1)

---
updated-dependencies:
- dependency-name: antd
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 22, 2025
@dependabot @github

dependabot Bot commented on behalf of github Jan 21, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #351.

@dependabot dependabot Bot closed this Jan 21, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/antd-6.1.1 branch January 21, 2026 10:06
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