Skip to content

Bump immutable, antd and @ant-design/compatible - #1271

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-72a90b54db
Open

Bump immutable, antd and @ant-design/compatible#1271
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-72a90b54db

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Removes immutable. It's no longer used after updating ancestor dependencies immutable, antd and @ant-design/compatible. These dependencies need to be updated together.

Removes immutable

Updates antd from 3.26.20 to 6.6.2

Release notes

Sourced from antd's releases.

6.6.2

  • ♿ 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
    • ⌨️ Fix duplicate Menu popup IDs across multiple instances. #59048 @​zombieJ
    • 🐞 Fix Menu horizontal submenus unexpectedly closing when the pointer moves from an item to its popup. #59088 @​EmilyyyLiu
    • 🐞 Fix Menu icons continuing to move after an inline menu finishes collapsing. #59085 @​QDyanbing
  • 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
    • ⌨️ 修复多个 Menu 实例之间弹层 ID 重复的问题。#59048 @​zombieJ
    • 🐞 修复 Menu 横向模式下鼠标从菜单项移向子菜单弹层时子菜单意外关闭的问题。#59088 @​EmilyyyLiu
    • 🐞 修复 Menu 内联菜单收缩完成后图标仍继续位移的问题。#59085 @​QDyanbing
  • 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

... (truncated)

Changelog

Sourced from antd's changelog.

6.6.2

2026-08-28

  • ♿ 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
    • ⌨️ Fix duplicate Menu popup IDs across multiple instances. #59048 @​zombieJ
    • 🐞 Fix Menu horizontal submenus unexpectedly closing when the pointer moves from an item to its popup. #59088 @​EmilyyyLiu
    • 🐞 Fix Menu icons continuing to move after an inline menu finishes collapsing. #59085 @​QDyanbing
  • 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

6.6.1

2026-08-17

  • ♿ Improve localized accessible names for Upload actions and Modal and Notification close buttons. #58953 #58957 @​nrps9909
  • 🌐 Improve Traditional Chinese terminology across localized components and use Taiwan-preferred week wording in DatePicker. #58947 #58951 @​nrps9909
  • 🐞 Fix Upload dropping newly added files when async onRemove resolves. #58814 @​afc163
  • 🐞 Fix Anchor triggering duplicate onChange callbacks on scroll when using getCurrentAnchor. #58834 @​nikzanda
  • Form
    • 🐞 Fix Form height fluctuation during rapid validation state changes. #59008 @​waterWang
    • 🐞 Fix Form vertical layout labelCol.offset being overridden by label margins. #58981 @​nikzanda
    • ♿ Improve Form complex-control guidance so labels can be explicitly associated with nested controls. #59001 @​nrps9909
    • 📝 Correct Form.Item required documentation to clarify that validation rules infer the required state when unset. #58989 @​QDyanbing
  • Listy

... (truncated)

Commits
  • 1cb3762 docs: add changelog for 6.6.2 (#59143)
  • fa0c357 fix(Transfer): disable select all for disabled search results (#59121)
  • a06ff88 fix(Select): exclude internal popup visibility callback (#59142)
  • bebea8a chore: upgrade deps (#59139)
  • e315024 fix(Upload): avoid leaving canvas after GIF preview (#59137)
  • d58fe29 docs(react): capitalize JavaScript in introduce.en-US.md (#59122)
  • 5845bc8 fix(Notification): upgrade non-submitting close controls (#59126)
  • dc4490a fix(Grid): clear stale row alignment classes (#59066)
  • 807f237 fix(Card, Tag, Breadcrumb, Segmented, FloatButton): render numeric zero for c...
  • e8fbc23 fix(Table): preserve custom header keydown events (#59078)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by madccc, a new releaser for antd since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates @ant-design/compatible from 1.1.2 to 5.1.5

Release notes

Sourced from @​ant-design/compatible's releases.

v5.1.4

  • fix: generateNeutralColorPalettes type not match (#165) a81d0f2
  • 🐛 fixes wrong imports (#156) 4496e73
  • fix: add @​ctrl/tinycolor dependency to package.json (#164) 15b5831

ant-design/compatible@v5.1.3...v5.1.4

v5.1.3

  • fix: antd latest version compatible fe96701
  • fix CSS-in-JS warning about content without quotes (#157) 921f883

ant-design/compatible@v5.1.2...v5.1.3

v5.1.2

  • feat: update v4 theme (#158) 7565ed7

ant-design/compatible@v5.1.1...v5.1.2

v5.1.1

  • fix: father export bug (#155) 1c4678b
  • fix: remove useless less (#154) e64aa93

ant-design/compatible@v5.1.0...v5.1.1

v5.1.0

  • feat: v5 compatible v3 form (#152) 480dcd0

ant-design/compatible@v5.0.1...v5.1.0

v5.0.1

  • fix: es folder import in cjs (#151) d4b31ee

ant-design/compatible@v5.0.0...v5.0.1

v5.0.0

  • chore: bump compatible version 99e5903
  • feat: Support less var convert (#148) f13cdeb
  • fix: lint 31c008a
  • chore: override browser style b1c494c
  • chore: comment cssinjs 4ca0d0a

ant-design/compatible@v5.0.0-alpha.2...v5.0.0

v5.0.0-alpha.2

  • feat: add v4 theme (#147) 005f786

ant-design/compatible@v5.0.0-alpha.1...v5.0.0-alpha.2

v5.0.0-alpha.1

  • feat: Add Comment component (#145) 620ed65

... (truncated)

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [immutable](https://github.com/immutable-js/immutable-js). It's no longer used after updating ancestor dependencies [immutable](https://github.com/immutable-js/immutable-js), [antd](https://github.com/ant-design/ant-design) and [@ant-design/compatible](https://github.com/ant-design/compatible). These dependencies need to be updated together.


Removes `immutable`

Updates `antd` from 3.26.20 to 6.6.2
- [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@3.26.20...6.6.2)

Updates `@ant-design/compatible` from 1.1.2 to 5.1.5
- [Release notes](https://github.com/ant-design/compatible/releases)
- [Commits](https://github.com/ant-design/compatible/commits)

---
updated-dependencies:
- dependency-name: immutable
  dependency-version:
  dependency-type: indirect
- dependency-name: antd
  dependency-version: 6.6.2
  dependency-type: direct:production
- dependency-name: "@ant-design/compatible"
  dependency-version: 5.1.5
  dependency-type: direct:production
...

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 Sep 3, 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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants