Skip to content

Bump immutable and antd - #29

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

Bump immutable and antd#29
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-280b5886ce

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps immutable to 5.1.9 and updates ancestor dependency antd. These dependencies need to be updated together.

Updates immutable from 5.1.5 to 5.1.9

Release notes

Sourced from immutable's releases.

v5.1.9

What's Changed

Full Changelog: immutable-js/immutable-js@v5.1.8...v5.1.9

v5.1.8

What's Changed

Full Changelog: immutable-js/immutable-js@v5.1.7...v5.1.8

v5.1.7

What's Changed

internal

New Contributors

Full Changelog: immutable-js/immutable-js@v5.1.6...v5.1.7

v5.1.6

What's Changed

... (truncated)

Changelog

Sourced from immutable's changelog.

5.1.9

  • fix(List): a List grown past 32 elements while all its values are undefined no longer reads those values back as null (affected get, iteration, toArray, equals and hashCode)

5.1.8

4.3.9

5.1.7

  • fix(Repeat): lastIndexOf returned size instead of size - 1 by @​chatman-media in immutable-js/immutable-js#2227. Fixes CVE CVE-2026-29063
  • fix(IndexedCollection): has(index) on a lazy Seq of unknown size now checks index existence instead of searching for a value equal to the index #2203
  • [TypeScript]: reduce/reduceRight without an initial value now infer the result type from the collection's values when the reducer returns a value (e.g. list.reduce((a, b) => a + b) infers number), matching Array#reduce. Previously an explicit type argument was required. #2205

5.1.6

  • fix(reverseFactory): read reversedSequence.size in __iterator instead of this #2196
Commits
  • 329f7a6 5.1.9
  • 21fabd9 changelog
  • 009164f Merge pull request #2235 from immutable-js/fix/avoid-null-when-setsize33
  • 5b65bfb fix(List): preserve undefined values when grown past 32 elements
  • 50bf39e Update CHANGELOG.md for versions 5.1.8 and 4.3.9
  • 6496539 5.1.8
  • 808a83a Merge commit from fork
  • e51d49f perf(Map): index large hash-collision buckets for faster lookups
  • 25c58b0 fix typescript in tests
  • a1a1ee4 Merge commit from fork
  • Additional commits viewable in compare view

Updates antd from 3.26.20 to 6.5.2

Release notes

Sourced from antd's releases.

6.5.2

  • 💄 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
  • 🐞 Fix Tree rootStyle being ignored, and deprecate it in favor of styles.root. #58709 @​QDyanbing
  • 🐞 Fix Grid Col ignoring numeric 0 for the flex prop in regular and responsive configurations. #58719 @​QDyanbing
  • 🐞 Fix InputNumber not displaying suffix when Form feedback is enabled. #58703 @​QDyanbing
  • ⌨️ Fix Splitter percentage-based aria-valuemin and aria-valuemax values before container measurement, and prevent lazy drag previews from exceeding bounds next to zero-sized panels. #58702 @​QDyanbing
  • 📖 Fix the ant.design homepage theme preview resetting the selected theme during rerenders. #58687 @​meet-student
  • 📝 Correct Anchor offsetTop default value to 0 in the Chinese documentation. #58710 @​dogledogle

  • 💄 修复 Button、Collapse、ColorPicker、Layout、Select、Space.Addon、Tree 和 Typography 边框未响应全局 lineWidthlineType Design Token 的问题。#58740 #58741 #58742 #58743 #58745 #58755 @​li-jia-nan @​QDyanbing
  • 🐞 修复 BorderBeam、Checkbox 和 Switch 的 reduced-motion 样式导致 Lightning CSS 压缩失败的问题。#58707 @​QDyanbing
  • Tag
    • 💄 修复 Tag 中第三方图标库的原生 <svg> 图标缺少间距且垂直对齐异常的问题。#58723 @​mohamedkhaled4053
    • 🐞 修复 Tag 同时配置 hrefclosable 时,点击关闭图标仍会触发链接跳转的问题。#58720 @​QDyanbing
  • 🐞 修复 Input.OTP 根节点丢失 onPointerDownonAnimationEndonTransitionEndonScrollEnd 等 DOM 事件回调的问题。#58697 react-component/util#794 @​aojunhao123
  • 🐞 修复 Form 在 React 19 中使用 UMD 开发构建时触发 Hook 调用顺序警告的问题。#58417 @​biubiukam
  • 💄 修复 Table 带边框的嵌套表格被 Tabs 或自定义内容包裹时缺少上边框的问题。#58746 @​QDyanbing
  • 🐞 修复 Input.Search 自定义 enterButton 未响应组件 disabledloading 状态的问题。#58726 @​QDyanbing
  • 🐞 修复 Transfer 通过 actions 传入的自定义操作按钮未保留自身 disabled 状态的问题。#58718 @​QDyanbing
  • 🐞 修复 Tree rootStyle 不生效的问题,并废弃该属性,推荐使用 styles.root#58709 @​QDyanbing
  • 🐞 修复 Grid Col 在普通和响应式配置中忽略 flex 属性数值 0 的问题。#58719 @​QDyanbing
  • 🐞 修复 InputNumber 在 Form 开启反馈状态时不显示 suffix 的问题。#58703 @​QDyanbing
  • ⌨️ 修复 Splitter 在容器尺寸测量前百分比 aria-valueminaria-valuemax 取值异常,以及相邻面板尺寸为 0 时 lazy 拖拽预览越界的问题。#58702 @​QDyanbing
  • 📖 修复 ant.design 首页主题预览在重新渲染时重置已选主题的问题。#58687 @​meet-student
  • 📝 修正 Anchor 中文文档中 offsetTop 的默认值为 0#58710 @​dogledogle

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

... (truncated)

Changelog

Sourced from antd's changelog.

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
  • 🐞 Fix Tree rootStyle being ignored, and deprecate it in favor of styles.root. #58709 @​QDyanbing
  • 🐞 Fix Grid Col ignoring numeric 0 for the flex prop in regular and responsive configurations. #58719 @​QDyanbing
  • 🐞 Fix InputNumber not displaying suffix when Form feedback is enabled. #58703 @​QDyanbing
  • ⌨️ Fix Splitter percentage-based aria-valuemin and aria-valuemax values before container measurement, and prevent lazy drag previews from exceeding bounds next to zero-sized panels. #58702 @​QDyanbing
  • 📖 Fix the ant.design homepage theme preview resetting the selected theme during rerenders. #58687 @​meet-student
  • 📝 Correct Anchor offsetTop default value to 0 in the Chinese documentation. #58710 @​dogledogle

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

... (truncated)

Commits
  • 0b10219 docs: add changelog for 6.5.2 (#58764)
  • a6a307f chore(deps): update dependency react-doctor to ^0.9.0 (#58782)
  • 166196d docs(Select): correct placeholder type to ReactNode (#58778)
  • f06ce22 docs(ConfigProvider): fix link anchor typo (#58765)
  • 9ae2b74 chore(deps): update dependency @​antfu/eslint-config to ~9.2.0 (#58771)
  • 448d633 chore(deps): update dependency @​testing-library/jest-dom to v7 (#58772)
  • c96cffe chore(deps): update wearerequired/git-mirror-action digest to 6bbc55f (#58769)
  • 10ad0e3 chore(deps): update actions/checkout action to v7.0.1 (#58770)
  • 675b6a0 chore(deps): update actions/checkout digest to 3d3c42e (#58768)
  • fd571a6 docs(Image): sync missing TransformAction reset and ToolbarRenderInfoType`t...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by zoomdong07, 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.


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.

Bumps [immutable](https://github.com/immutable-js/immutable-js) to 5.1.9 and updates ancestor dependency [antd](https://github.com/ant-design/ant-design). These dependencies need to be updated together.


Updates `immutable` from 5.1.5 to 5.1.9
- [Release notes](https://github.com/immutable-js/immutable-js/releases)
- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
- [Commits](immutable-js/immutable-js@v5.1.5...v5.1.9)

Updates `antd` from 3.26.20 to 6.5.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.5.2)

---
updated-dependencies:
- dependency-name: immutable
  dependency-version: 5.1.9
  dependency-type: indirect
- dependency-name: antd
  dependency-version: 6.5.2
  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 Jul 29, 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