Skip to content

chore(deps): bump antd from 6.4.3 to 6.5.4 - #1824

Merged
NoamGaash merged 1 commit into
mainfrom
dependabot/npm_and_yarn/antd-6.5.4
Aug 10, 2026
Merged

chore(deps): bump antd from 6.4.3 to 6.5.4#1824
NoamGaash merged 1 commit into
mainfrom
dependabot/npm_and_yarn/antd-6.5.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps antd from 6.4.3 to 6.5.4.

Release notes

Sourced from antd's releases.

6.5.4

  • 🐞 Fix Alert not showing the close button when the closable configuration object only contains onClose. #58885 @​QDyanbing
  • 🐞 Fix Checkbox.Group crashing when options contains nullish entries or values. #58879 @​GuillaumeZ2SS
  • 🐞 Fix App emitting an unnecessary CSS variable warning with component={false}, while warning when root props cannot be applied in this mode. #58877 @​li-jia-nan
  • 🐞 Fix Table selecting disabled rows on other pages when selecting all data. #58843 @​QDyanbing
  • 🐞 Fix Transfer deselect-all behavior after filtering. #58844 @​thlovey
  • 🐞 Fix DatePicker RangePicker semantic callbacks not receiving forwarded props. #58905 @​QDyanbing
  • 💄 Fix FloatButton.BackTop scroll animation not respecting prefers-reduced-motion. #58849 @​li-jia-nan
  • 💄 Fix bare <svg> icons from third-party icon libraries being misaligned, missing spacing, or breaking onto separate lines in Breadcrumb, Collapse, Segmented, Tabs, and Tag. #58862 #58868 #58869 #58870 @​mohamedkhaled4053
  • 💄 Fix AutoComplete disabled text not using the disabled text color. #58838 @​lazerg
  • 🤖 Fix Tour exposing unusable per-step indicatorsRender and actionsRender TypeScript definitions. #58859 @​lazerg

  • 🐞 修复 Alert 的 closable 配置对象仅包含 onClose 时不显示关闭按钮的问题。#58885 @​QDyanbing
  • 🐞 修复 Checkbox.Group 的 options 包含空值选项或空值 value 时崩溃的问题。#58879 @​GuillaumeZ2SS
  • 🐞 修复 App 使用 component={false} 时产生不必要的 CSS 变量警告,并在此模式下无法应用根节点属性时给出提示。#58877 @​li-jia-nan
  • 🐞 修复 Table 全选数据时仍会选中其他分页中禁用行的问题。#58843 @​QDyanbing
  • 🐞 修复 Transfer 筛选后取消全选行为异常的问题。#58844 @​thlovey
  • 🐞 修复 DatePicker RangePicker 语义化回调未透传 props 的问题。#58905 @​QDyanbing
  • 💄 修复 FloatButton.BackTop 滚动动画未遵循 prefers-reduced-motion 设置的问题。#58849 @​li-jia-nan
  • 💄 修复 Breadcrumb、Collapse、Segmented、Tabs 和 Tag 使用第三方图标库的原生 <svg> 图标时可能出现对齐异常、间距缺失,或在 CSS reset 下换行的问题。#58862 #58868 #58869 #58870 @​mohamedkhaled4053
  • 💄 修复 AutoComplete 禁用状态下文本未使用禁用文字颜色的问题。#58838 @​lazerg
  • 🤖 修复 Tour 暴露无法在单个步骤中使用的 indicatorsRenderactionsRender TypeScript 类型定义的问题。#58859 @​lazerg

6.5.3

  • Input
    • 🐞 Fix Input.OTP using type="text" when mask is a string while preserving explicit type values. #58835 @​QDyanbing
    • 🐞 Fix Input.OTP displaying the original value when mask is true. #58805 @​cyphercodes
    • 💄 Fix Input.TextArea resize handle rendering as a dot on touch devices. #58812 @​pupuking723
  • Typography
    • ⚡️ Improve Typography ellipsis tooltip performance in large lists. #58806 @​lkxdsb
    • 🐞 Fix Typography editable textarea font size not matching the edited content. #58551 @​gaurav0107
  • 🐞 Fix DatePicker.RangePicker submitting unconfirmed partial values on blur when using showTime and allowEmpty. #58803 @​zombieJ
  • 🐞 Fix Form.Item useStatus returning stale errors and warnings when the validation status remains unchanged. #58815 @​afc163
  • 🐞 Fix Slider triggering onFocus and onBlur callbacks multiple times. #58711 @​QDyanbing
  • 🐞 Fix Spin standalone indicators being mispositioned when nested in another Spin. #58801 @​QDyanbing
  • 🐞 Fix Table controlled filter dropdown selections not updating while open. #58816 @​afc163
  • 🐞 Fix Upload default download links allowing newly opened tabs to access the opener page. #58817 @​afc163
  • 💄 Fix incomplete Icon base styles when theme.zeroRuntime or CSS layers are enabled. #58763 @​QDyanbing
  • 💄 Fix Select suffix icons and selected content overlapping the clear icon with custom theme colors. #58581 @​QDyanbing
  • 💄 Fix Tabs third-party <svg> icons not vertically aligning with labels. #58847 @​mohamedkhaled4053

  • Input
    • 🐞 修复 Input.OTP 使用字符串 mask 时仍采用 type="text" 的问题,并保留显式 type 配置。#58835 @​QDyanbing
    • 🐞 修复 Input.OTP 的 masktrue 时仍显示原始值的问题。#58805 @​cyphercodes
    • 💄 修复 Input.TextArea 调整大小手柄在触摸设备上显示为小圆点的问题。#58812 @​pupuking723
  • Typography
    • ⚡️ 优化 Typography 省略提示在大列表中的渲染性能。#58806 @​lkxdsb
    • 🐞 修复 Typography 可编辑文本框字号与被编辑内容不一致的问题。#58551 @​gaurav0107
  • 🐞 修复 DatePicker.RangePicker 使用 showTimeallowEmpty 时失焦会提交未确认部分值的问题。#58803 @​zombieJ
  • 🐞 修复 Form.Item useStatus 在校验状态未变化时返回旧错误和警告内容的问题。#58815 @​afc163

... (truncated)

Changelog

Sourced from antd's changelog.

6.5.4

2026-08-07

  • 🐞 Fix Alert not showing the close button when the closable configuration object only contains onClose. #58885 @​QDyanbing
  • 🐞 Fix Checkbox.Group crashing when options contains nullish entries or values. #58879 @​GuillaumeZ2SS
  • 🐞 Fix App emitting an unnecessary CSS variable warning with component={false}, while warning when root props cannot be applied in this mode. #58877 @​li-jia-nan
  • 🐞 Fix Table selecting disabled rows on other pages when selecting all data. #58843 @​QDyanbing
  • 🐞 Fix Transfer deselect-all behavior after filtering. #58844 @​thlovey
  • 🐞 Fix DatePicker RangePicker semantic callbacks not receiving forwarded props. #58905 @​QDyanbing
  • 💄 Fix FloatButton.BackTop scroll animation not respecting prefers-reduced-motion. #58849 @​li-jia-nan
  • 💄 Fix bare <svg> icons from third-party icon libraries being misaligned, missing spacing, or breaking onto separate lines in Breadcrumb, Collapse, Segmented, Tabs, and Tag. #58862 #58868 #58869 #58870 @​mohamedkhaled4053
  • 💄 Fix AutoComplete disabled text not using the disabled text color. #58838 @​lazerg
  • 🤖 Fix Tour exposing unusable per-step indicatorsRender and actionsRender TypeScript definitions. #58859 @​lazerg

6.5.3

2026-07-31

  • Input
    • 🐞 Fix Input.OTP using type="text" when mask is a string while preserving explicit type values. #58835 @​QDyanbing
    • 🐞 Fix Input.OTP displaying the original value when mask is true. #58805 @​cyphercodes
    • 💄 Fix Input.TextArea resize handle rendering as a dot on touch devices. #58812 @​pupuking723
  • Typography
    • ⚡️ Improve Typography ellipsis tooltip performance in large lists. #58806 @​lkxdsb
    • 🐞 Fix Typography editable textarea font size not matching the edited content. #58551 @​gaurav0107
  • 🐞 Fix DatePicker.RangePicker submitting unconfirmed partial values on blur when using showTime and allowEmpty. #58803 @​zombieJ
  • 🐞 Fix Form.Item useStatus returning stale errors and warnings when the validation status remains unchanged. #58815 @​afc163
  • 🐞 Fix Slider triggering onFocus and onBlur callbacks multiple times. #58711 @​QDyanbing
  • 🐞 Fix Spin standalone indicators being mispositioned when nested in another Spin. #58801 @​QDyanbing
  • 🐞 Fix Table controlled filter dropdown selections not updating while open. #58816 @​afc163
  • 🐞 Fix Upload default download links allowing newly opened tabs to access the opener page. #58817 @​afc163
  • 💄 Fix incomplete Icon base styles when theme.zeroRuntime or CSS layers are enabled. #58763 @​QDyanbing
  • 💄 Fix Select suffix icons and selected content overlapping the clear icon with custom theme colors. #58581 @​QDyanbing
  • 💄 Fix Tabs third-party <svg> icons not vertically aligning with labels. #58847 @​mohamedkhaled4053

6.5.2

2026-07-24

  • 💄 Fix Button, Collapse, ColorPicker, Layout, Select, Space.Addon, Tree, and Typography borders not respecting the global lineWidth and lineType Design Tokens. #58740 #58741 #58742 #58743 #58745 #58755 @​li-jia-nan @​QDyanbing
  • 🐞 Fix BorderBeam, Checkbox, and Switch reduced-motion styles causing Lightning CSS minification failures. #58707 @​QDyanbing
  • Tag
    • 💄 Fix Tag missing spacing and incorrect vertical alignment for bare <svg> icons from third-party icon libraries. #58723 @​mohamedkhaled4053
    • 🐞 Fix Tag navigation being triggered when clicking the close icon with both href and closable set. #58720 @​QDyanbing
  • 🐞 Fix Input.OTP dropping root DOM event handlers including onPointerDown, onAnimationEnd, onTransitionEnd, and onScrollEnd. #58697 react-component/util#794 @​aojunhao123
  • 🐞 Fix Form triggering a hook-order warning in React 19 when using the UMD development build. #58417 @​biubiukam
  • 💄 Fix Table missing the top border when a bordered nested table is wrapped by Tabs or custom content. #58746 @​QDyanbing
  • 🐞 Fix Input.Search custom enterButton not respecting the component's disabled and loading states. #58726 @​QDyanbing
  • 🐞 Fix Transfer custom action buttons passed through actions not preserving their own disabled state. #58718 @​QDyanbing

... (truncated)

Commits
  • 5ade994 docs: fix grammar in detail page spec (#58908)
  • c514396 docs: add changelog 6.5.4 (#58904)
  • 01055a7 fix(DatePicker): pass props to RangePicker semantic callbacks (#58905)
  • 0d0b6b7 docs: fix typos in code comment and docs (#58901)
  • cd2c5c8 refactor(utils): centralize guards function (#58897)
  • cd54cc8 chore(deps): update dependency @​types/css-tree to v3 (#58893)
  • e1f247d fix(Tour): remove unusable per-step indicatorsRender/actionsRender types (#58...
  • 1a4b06c docs: subject-verb agreement in ComponentTokenTable locale (#58891)
  • 5040df9 fix(Alert): show close button when closable contains onClose (#58885)
  • 3910e70 fix(Checkbox): filter out Checkbox.Group options with nullish values (#58879)
  • 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.4.3 to 6.5.4.
- [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.4.3...6.5.4)

---
updated-dependencies:
- dependency-name: antd
  dependency-version: 6.5.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Aug 10, 2026
@dependabot
dependabot Bot requested a review from AvivAbachi as a code owner August 10, 2026 10:04
@github-actions

Copy link
Copy Markdown
Contributor

Dependency Review

The following issues were found:

  • ❌ 1 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ✅ 0 package(s) with unknown licenses.

View full job summary

@github-actions

Copy link
Copy Markdown
Contributor

A dependency this PR adds is flagged 🛑

Best fix: bump it to a patched version so the advisory is gone.

If there's no patch and a reviewer approves:
grab the GHSA-… id from the advisory link in the summary above (it only lives there),
and add it under allow-ghsas in .github/workflows/validate.yaml, with a reason why it is OK to allow it:

          allow-ghsas: GHSA-xxxx-xxxx-xxxx # why it is OK

On your way, feel free to delete any allow-ghsas lines that existed before this PR - (they are only needed on PR merge).

@NoamGaash

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@NoamGaash
NoamGaash merged commit 6ec4f7b into main Aug 10, 2026
14 of 15 checks passed
@NoamGaash
NoamGaash deleted the dependabot/npm_and_yarn/antd-6.5.4 branch August 10, 2026 11:28
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