Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps antd from 5.29.3 to 6.1.3.

Release notes

Sourced from antd's releases.

6.1.3

  • 🐞 Fix Drawer.PurePanel failing to respond to mouse interactions. #56387 @​wanpan11
  • 🐞 Fix Select options props leaking to DOM elements and causing React unknown-prop warnings. #56341 @​afc163

  • 🐞 修复 Drawer.PurePanel 无法响应鼠标交互的问题。#56387 @​wanpan11
  • 🐞 修复 Select options 属性透传至原生 DOM 导致 React 未知属性警告的问题。#56341 @​afc163

6.1.2

  • 🐞 Button fix missing wave effect and the issue where the component could not show Dropdown on hover immediately after clicking. #56273 @​zombieJ
  • 🐞 Fix Form.List with useWatch causing double rendering on item removal, with the first render showing an incorrect intermediate state. #56319 @​QDyanbing
  • 💄 Breadcrumb fix style issue when using a custom itemRender. #56253 @​guoyunhe
  • Transfer
  • Select
  • 💄 Card fix style issue where an unexpected border radius is displayed when using Card.Grid without a header. #56214 @​DDDDD12138
  • 💄 Tag deepen default background to improve borderless contrast. #56326 @​QDyanbing
  • ⌨ Segmented fix duplicate role and unnecessary aria- attributes on items. #56278 @​aojunhao123

  • 🐞 修复 Wave 组件水波纹消失的问题,以及 Button 组件在配置 Dropdown 后,点击触发再次 hover 时无法立刻显示 Dropdown 的问题。#56273 @​zombieJ
  • 🐞 修复 Form.List 使用 useWatch 时,删除项会触发两次渲染,第一次为不正确的中间状态的问题。#56319 @​QDyanbing
  • 💄 修复 Breadcrumb 组件自定义 itemRender 时的链接颜色异常的问题。#56253 @​guoyunhe
  • Transfer
  • Select
    • 🐞 修复 Select 组件缺少语义化 DOM 名称的问题。#56322 @​seanparmelee
    • 🐞 修复 Select 组件在搜索状态下鼠标手型样式不对的问题。#56130 @​fpsqdb
    • 🐞 修复 Select 在同时设置 showSearchdisabled 时鼠标样式不为禁用的问题。#56340 @​QDyanbing
  • 💄 修复 Card 组件在使用 Card.Grid 且未设置头部内容时,边框圆角显示异常的问题。#56214 @​DDDDD12138
  • 💄 Tag 加深默认背景,提升无边框状态的对比度。#56326 @​QDyanbing
  • 🐞 修复 Segmented 组件中多余的 role 属性和 aria 属性。#56278 @​aojunhao123

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

... (truncated)

Changelog

Sourced from antd's changelog.

6.1.3

2025-12-29

  • 🐞 Fix Drawer.PurePanel failing to respond to mouse interactions. #56387 @​wanpan11
  • 🐞 Fix Select options props leaking to DOM elements and causing React unknown-prop warnings. #56341 @​afc163

6.1.2

2025-12-24

  • 🐞 Button fix missing wave effect and the issue where the component could not show Dropdown on hover immediately after clicking. #56273 @​zombieJ
  • 🐞 Fix Form.List with useWatch causing double rendering on item removal, with the first render showing an incorrect intermediate state. #56319 @​QDyanbing
  • 💄 Breadcrumb fix style issue when using a custom itemRender. #56253 @​guoyunhe
  • Transfer
  • Select
  • 💄 Card fix style issue where an unexpected border radius is displayed when using Card.Grid without a header. #56214 @​DDDDD12138
  • 💄 Tag deepen default background to improve borderless contrast. #56326 @​QDyanbing
  • ⌨ Segmented fix duplicate role and unnecessary aria- attributes on items. #56278 @​aojunhao123

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

... (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.29.3 to 6.1.3.
- [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.29.3...6.1.3)

---
updated-dependencies:
- dependency-name: antd
  dependency-version: 6.1.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 29, 2025
@vercel
Copy link

vercel bot commented Dec 29, 2025

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

Project Deployment Review Updated (UTC)
drawer Ready Ready Preview, Comment Dec 29, 2025 9:11pm

@coderabbitai
Copy link

coderabbitai bot commented Dec 29, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedantd@​5.29.3 ⏵ 6.1.387 +1100100100100

View full report

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.

1 participant