Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2026

Bumps antd from 6.1.4 to 6.2.1.

Release notes

Sourced from antd's releases.

6.2.1

  • 🐞 Fix Button child element's className be cleared if it contains two Chinese characters. #56593 @​QdabuliuQ
  • 🐞 Fix DatePicker DOM not updated bug after update suffixIcon as null. #56637 @​AlanQtten
  • 🐞 Fix Table content area border radius when set border radius for container. #56478 @​QDyanbing
  • 💄 Fix Card unexpected border radius for Body area. #56653 @​ug-hero
  • 💄 MISC: Fix unexpected undefined and null in the injected styles. #56636 @​li-jia-nan
  • 💄 MISC: Improve background transition to background-color for all components. #56598 @​li-jia-nan
  • 🛠 Improve Grid use genCssVar method to generate more stable CSS variable names. #56635 @​li-jia-nan
  • 🛠 Improve @​ant-design/icons usage to avoid depend on full package since externals. #56639 @​ShenHongFei

  • 🐞 修复 Button 子元素为包含两个中文字符的标签时,原有 className 被清空的问题。#56593 @​QdabuliuQ
  • 🐞 修复 DatePicker 在设置 suffixIconnull 后不会更新 DOM 的问题。#56637 @​AlanQtten
  • 🐞 修复 Table 容器设置圆角时,内部内容区域圆角不一致的问题。#56478 @​QDyanbing
  • 💄 修复 Card Body 区域有非预期圆角值的问题。#56653 @​ug-hero
  • 💄 杂项:修复 undefinednull 值被注入到 CSS 的问题。#56636 @​li-jia-nan
  • 💄 杂项:优化所有组件中的 background 过渡为 background-color#56598 @​li-jia-nan
  • 🛠 优化 Grid 使用 genCssVar 方法以生成更加稳定的 CSS 变量名。#56635 @​li-jia-nan
  • 🛠 优化 @​ant-design/icons 引入方式为独立图标引入,避免被 externals 增加前置依赖。#56639 @​ShenHongFei

6.2.0


... (truncated)

Changelog

Sourced from antd's changelog.

6.2.1

2026-01-20

  • 🐞 Fix Button child element's className be cleared if it contains two Chinese characters. #56593 @​QdabuliuQ
  • 🐞 Fix DatePicker DOM not updated bug after update suffixIcon as null. #56637 @​AlanQtten
  • 🐞 Fix Table content area border radius when set border radius for container. #56478 @​QDyanbing
  • 💄 Fix Card unexpected border radius for Body area. #56653 @​ug-hero
  • 💄 MISC: Fix unexpected undefined and null in the injected styles. #56636 @​li-jia-nan
  • 💄 MISC: Improve background transition to background-color for all components. #56598 @​li-jia-nan
  • 🛠 Improve Grid use genCssVar method to generate more stable CSS variable names. #56635 @​li-jia-nan
  • 🛠 Improve @​ant-design/icons usage to avoid depend on full package since externals. #56639 @​ShenHongFei

6.2.0

2026-01-13

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 20, 2026
@netlify
Copy link

netlify bot commented Jan 20, 2026

Deploy Preview for smarpot ready!

Name Link
🔨 Latest commit ab99348
🔍 Latest deploy log https://app.netlify.com/projects/smarpot/deploys/697056076b2ff700087e68ef
😎 Deploy Preview https://deploy-preview-232--smarpot.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@SebastianLopezO SebastianLopezO self-requested a review January 20, 2026 18:41
Copy link
Member

@SebastianLopezO SebastianLopezO left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update antd to v6.2.1, incorporating the latest bug fixes and improvements while keeping compatibility with the existing UI components.

Bumps [antd](https://github.com/ant-design/ant-design) from 6.1.4 to 6.2.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.1.4...6.2.1)

---
updated-dependencies:
- dependency-name: antd
  dependency-version: 6.2.1
  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/antd-6.2.1 branch from e08da56 to ab99348 Compare January 21, 2026 04:28
@SebastianLopezO SebastianLopezO merged commit 093b34c into main Jan 21, 2026
12 of 13 checks passed
@SebastianLopezO SebastianLopezO deleted the dependabot/npm_and_yarn/antd-6.2.1 branch January 21, 2026 04:31
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.

2 participants