Skip to content

chore(deps): bump antd from 6.5.0 to 6.5.1 in /docs#42226

Merged
rusackas merged 1 commit into
masterfrom
dependabot/npm_and_yarn/docs/antd-6.5.1
Jul 20, 2026
Merged

chore(deps): bump antd from 6.5.0 to 6.5.1 in /docs#42226
rusackas merged 1 commit into
masterfrom
dependabot/npm_and_yarn/docs/antd-6.5.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps antd from 6.5.0 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
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
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 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 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 6.5.0 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.5.0...6.5.1)

---
updated-dependencies:
- dependency-name: antd
  dependency-version: 6.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Dependabot - Pull requests that update Javascript code labels Jul 20, 2026
@bito-code-review

bito-code-review Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Code Review Agent Run #af5865

Actionable Suggestions - 0
Review Details
  • Files reviewed - 1 · Commit Range: 317f2e9..317f2e9
    • docs/yarn.lock
  • Files skipped - 1
    • docs/package.json - Reason: Filter setting
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Superset You can customize the agent settings here or contact your Bito workspace admin at evan@preset.io.

Documentation & Help

AI Code Review powered by Bito Logo

@github-actions github-actions Bot added the doc Namespace | Anything related to documentation label Jul 20, 2026
@netlify

netlify Bot commented Jul 20, 2026

Copy link
Copy Markdown

Deploy Preview for superset-docs-preview ready!

Name Link
🔨 Latest commit 317f2e9
🔍 Latest deploy log https://app.netlify.com/projects/superset-docs-preview/deploys/6a5dc892cf9d340008dc0c87
😎 Deploy Preview https://deploy-preview-42226--superset-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

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

@rusackas
rusackas merged commit 7e63b29 into master Jul 20, 2026
55 checks passed
@rusackas
rusackas deleted the dependabot/npm_and_yarn/docs/antd-6.5.1 branch July 20, 2026 10:56
hainenber pushed a commit that referenced this pull request Jul 20, 2026
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 doc Namespace | Anything related to documentation javascript Dependabot - Pull requests that update Javascript code size/M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant