Skip to content

Update dependency antd to v6 - #2531

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/antd-6.x
Open

Update dependency antd to v6#2531
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/antd-6.x

Conversation

@renovate

@renovate renovate Bot commented Nov 27, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
antd (source) 5.29.36.6.3 age confidence

Release Notes

ant-design/ant-design (antd)

v6.6.3

Compare Source


v6.6.2

Compare Source

  • ♿ Improve Progress, Steps, and Tooltip accessibility by avoiding redundant SVG announcements, triggering Steps item onClick on keyboard activation, and preserving existing Tooltip aria-describedby relationships. #​59139 @​github-actions
  • 🐞 Fix numeric 0 content rendering across Alert, Empty, Card, Tag, Breadcrumb, Segmented, FloatButton, Form.Item, and Statistic. #​59117 #​59094 #​59079 #​59101 @​bhumin18 @​QDyanbing @​dogledogle
  • 🤖 Fix Alert global closable and Select and AutoComplete onPopupVisibleChange type definitions incorrectly exposing unsupported callbacks or props. #​59100 #​59142 @​QDyanbing
  • Menu
  • Transfer
    • 🐞 Fix Transfer select-all checkbox remaining enabled when all search results are disabled. #​59121 @​QDyanbing
    • 🐞 Fix Transfer rendering no items after filtered data is restored from an empty result. #​59074 @​biubiukam
  • Table
    • 🐞 Fix Table sortable columns not invoking custom onKeyDown handlers for keys other than Enter. #​59078 @​QDyanbing
    • 🐞 Fix Table triggering filterDropdownProps.onOpenChange(false) twice when closing the built-in filter dropdown. #​59023 @​thlovey
  • Tree
    • 🐞 Fix Tree.DirectoryTree failing to expand or select nodes when expandedKeys or selectedKeys is explicitly undefined. #​59076 @​giaBaoJS
    • 🐞 Fix Tree.DirectoryTree Shift range selection when starting from a node whose key is numeric 0. #​59029 @​QDyanbing
  • List
  • 🐞 Fix Checkbox.Group disabled={false} failing to override the global disabled state for JSX children. #​59109 @​QDyanbing
  • 🐞 Fix Upload leaving hidden canvas elements in the DOM after generating GIF previews. #​59137 @​dogledogle
  • 🐞 Fix Notification close buttons unintentionally submitting enclosing forms. #​59126 @​nrps9909
  • 🐞 Fix Drawer header action area not rendering when only the extra prop is provided. #​59089 @​dogledogle
  • 🐞 Fix Grid Row retaining stale align and justify classes after the props are removed or responsive breakpoints stop matching. #​59066 @​QDyanbing
  • 🐞 Fix Tag.CheckableTag local style being overridden by ConfigProvider tag.style. #​59087 @​QDyanbing
  • ♿ Improve Steps accessibility by hiding decorative panel arrows from assistive technology. #​59105 @​nrps9909
  • ♿ Improve Skeleton.Image accessibility by hiding its decorative placeholder graphic from assistive technology. #​59107 @​nrps9909
  • 🐞 Fix Descriptions resetting item state after reordering an item with key: 0. #​59064 @​QDyanbing
  • 🐞 Fix Cascader and Cascader.Panel showing the default empty state when notFoundContent is null. #​59028 @​QDyanbing
  • 🐞 Fix Watermark throwing an error when content is undefined. #​59077 @​VamoBao
  • 📖 Fix component LLMs links on website mirrors and local deployments. #​59062 @​QDyanbing

  • ♿ 优化 Progress、Steps 和 Tooltip 的无障碍体验,避免进度条 SVG 被重复朗读,确保键盘激活 Steps 项目时触发 onClick,并保留 Tooltip 已有的 aria-describedby 关联。#​59139 @​github-actions
  • 🐞 修复 Alert、Empty、Card、Tag、Breadcrumb、Segmented、FloatButton、Form.Item 和 Statistic 无法正确渲染数值 0 内容的问题。#​59117 #​59094 #​59079 #​59101 @​bhumin18 @​QDyanbing @​dogledogle
  • 🤖 修复 Alert 全局 closable、Select 和 AutoComplete 的 onPopupVisibleChange 类型定义错误暴露不支持回调或属性的问题。#​59100 #​59142 @​QDyanbing
  • Menu
  • Transfer
    • 🐞 修复 Transfer 搜索结果全部为禁用项时“全选”复选框仍可用的问题。#​59121 @​QDyanbing
    • 🐞 修复 Transfer 从空过滤结果恢复数据后不显示列表项的问题。#​59074 @​biubiukam
  • Table
    • 🐞 修复 Table 可排序列不触发非 Enter 键自定义 onKeyDown 回调的问题。#​59078 @​QDyanbing
    • 🐞 修复 Table 关闭内置筛选面板时重复触发 filterDropdownProps.onOpenChange(false) 的问题。#​59023 @​thlovey
  • Tree
    • 🐞 修复 Tree.DirectoryTree 的 expandedKeysselectedKeys 显式传入 undefined 时无法展开或选择的问题。#​59076 @​giaBaoJS
    • 🐞 修复 Tree.DirectoryTree 从 key 为数值 0 的节点开始时 Shift 范围选择失效的问题。#​59029 @​QDyanbing
  • List
  • 🐞 修复 Checkbox.Group disabled={false} 在 JSX 子节点场景下无法覆盖全局禁用状态的问题。#​59109 @​QDyanbing
  • 🐞 修复 Upload 生成 GIF 预览后在 DOM 中遗留隐藏 canvas 元素的问题。#​59137 @​dogledogle
  • 🐞 修复 Notification 关闭按钮意外提交外层表单的问题。#​59126 @​nrps9909
  • 🐞 修复 Drawer 仅设置 extra 属性时头部操作区不渲染的问题。#​59089 @​dogledogle
  • 🐞 修复 Grid Row 在移除 alignjustify 属性或响应式断点不再匹配后仍保留旧对齐类名的问题。#​59066 @​QDyanbing
  • 🐞 修复 Tag.CheckableTag 局部 style 被 ConfigProvider tag.style 覆盖的问题。#​59087 @​QDyanbing
  • ♿ 优化 Steps 无障碍体验,对辅助技术隐藏面板中的装饰箭头。#​59105 @​nrps9909
  • ♿ 优化 Skeleton.Image 无障碍体验,对辅助技术隐藏装饰性占位图形。#​59107 @​nrps9909
  • 🐞 修复 Descriptions 重排 key: 0 的条目后内容状态被重置的问题。#​59064 @​QDyanbing
  • 🐞 修复 Cascader 和 Cascader.Panel 的 notFoundContentnull 时仍显示默认空状态的问题。#​59028 @​QDyanbing
  • 🐞 修复 Watermark 的 contentundefined 时抛出错误的问题。#​59077 @​VamoBao
  • 📖 修复组件 LLMs 链接在网站镜像与本地部署中无法正确加载的问题。#​59062 @​QDyanbing

v6.6.1

Compare Source


v6.6.0

Compare Source


v6.5.4

Compare Source

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • "after 2am and before 8am on friday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate-approve[bot]
renovate-approve Bot previously approved these changes Nov 27, 2025
@mergify mergify Bot added the dependencies Pull requests that update a dependency file label Nov 27, 2025
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 4 times, most recently from fa2e18c to 1343436 Compare November 27, 2025 20:53
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 1343436 to fc6825f Compare December 2, 2025 13:28
renovate-approve[bot]
renovate-approve Bot previously approved these changes Dec 2, 2025
renovate-approve[bot]
renovate-approve Bot previously approved these changes Dec 3, 2025
renovate-approve[bot]
renovate-approve Bot previously approved these changes Dec 4, 2025
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 4 times, most recently from c1446ae to 296d878 Compare December 4, 2025 18:23
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch from 296d878 to d00dd87 Compare December 8, 2025 15:44
renovate-approve[bot]
renovate-approve Bot previously approved these changes Dec 8, 2025
renovate-approve[bot]
renovate-approve Bot previously approved these changes Dec 11, 2025
@renovate
renovate Bot force-pushed the renovate/antd-6.x branch 5 times, most recently from b24426c to f0aa85a Compare December 11, 2025 22:30
renovate-approve[bot]
renovate-approve Bot previously approved these changes May 25, 2026
@renovate

renovate Bot commented May 25, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: eesast-web@2024.0.0
npm error Found: graphql@17.0.2
npm error node_modules/graphql
npm error   graphql@"17.0.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peer graphql@"^15.0.0 || ^16.0.0" from @apollo/client@3.14.1
npm error node_modules/@apollo/client
npm error   @apollo/client@"3.14.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-09-07T17_16_12_290Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-09-07T17_16_12_290Z-debug-0.log

renovate-approve[bot]
renovate-approve Bot previously approved these changes May 28, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jun 1, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jun 4, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jun 6, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jun 11, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jun 12, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jun 18, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jun 18, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jun 22, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jun 25, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jun 27, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jul 9, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jul 12, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jul 13, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jul 16, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jul 17, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jul 23, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jul 24, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jul 30, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jul 31, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Aug 7, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Aug 10, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Aug 11, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Aug 17, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Aug 28, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Sep 2, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants