Skip to content

chore(deps): bump antd from 5.27.6 to 6.3.6 in /superset-frontend#39582

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/superset-frontend/antd-6.3.6
Closed

chore(deps): bump antd from 5.27.6 to 6.3.6 in /superset-frontend#39582
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/superset-frontend/antd-6.3.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 23, 2026

Bumps antd from 5.27.6 to 6.3.6.

Release notes

Sourced from antd's releases.

6.3.6

  • 🐞 Fix InputNumber disabled handlers showing hover styles. #57592 @​QDyanbing
  • 🐞 Fix Space.Addon wrapping CJK content in compact layouts. #57622 @​QDyanbing
  • 🐞 Fix Cascader menu item ellipsis styles for long option labels. #57540 @​QDyanbing
  • 🐞 Fix Image preview focus not being locked when opened via keyboard, and restore focus to trigger element after preview closes. #57613 #57614 @​aojunhao123
  • 🐞 Fix Input disabled border color to use colorBorderDisabled token. #57518 @​Gdhanush-13
  • 🐞 MISC: Fix some expand animation crash issues. #57636 @​momesana
  • 🐞 Fix Notification close button overlapping description when title is empty. #57590 @​EndlessLucky
  • 🐞 Fix Radio hover color display issue in disabled state. #57562 @​yfy3939
  • Table
    • ⚡️ Improve Table filter performance by caching flattened filter keys. #57546 @​Jiyur
    • ⚡️ Improve Table filter search performance by reusing normalized search input. #57651 @​li-jia-nan
    • 🐞 Fix Table rowSelection to use selectionColumnWidth from Design Token as default columnWidth. #57621 @​EmilyyyLiu
  • 🐞 Fix Design Token shadow tokens not adapting to dark theme. #57511 @​QDyanbing
  • 🐞 Fix Transfer remove button still changing color on hover when the list item is disabled. #57579 @​Jiyur
  • 🐞 Fix Tree checkbox, switcher and content alignment when parent nodes have multiple lines of content. #57471 @​jiangrong-devops

  • 🐞 修复 InputNumber 禁用步进按钮仍显示悬浮样式的问题。 #57592 @​QDyanbing
  • 🐞 修复 Space.Addon 在紧凑布局中展示中文等 CJK 内容时会换行的问题。 #57622 @​QDyanbing
  • 🐞 修复 Cascader 菜单项长选项文本的省略样式问题。 #57540 @​QDyanbing
  • 🐞 修复 Image 通过键盘打开预览时焦点未被正确锁定的问题,并在关闭预览后恢复焦点到触发元素。 #57613 #57614 @​aojunhao123
  • 🐞 修复 Input 禁用状态边框未使用 colorBorderDisabled token 的问题。 #57518 @​Gdhanush-13
  • 🐞 MISC: 修复部分展开动画崩溃的问题。 #57636 @​momesana
  • 🐞 修复 Notification 在 title 为空时关闭按钮与描述内容重叠的问题。 #57590 @​EndlessLucky
  • 🐞 修复 Radio 禁用状态下 hover 仍显示主色的问题。 #57562 @​yfy3939
  • Table
    • ⚡️ 优化 Table 筛选性能,缓存展开后的筛选键,避免重复计算。 #57546 @​Jiyur
    • ⚡️ 优化 Table 筛选搜索性能,复用规范化后的搜索输入。 #57651 @​li-jia-nan
    • 🐞 修复 Table rowSelection 默认未使用 Design Token 中 selectionColumnWidth 的问题。 #57621 @​EmilyyyLiu
  • 🐞 修复 Design Token 阴影 token 未适配暗色主题的问题。 #57511 @​QDyanbing
  • 🐞 修复 Transfer 列表项禁用时移除按钮在悬停下仍会变色的问题。 #57579 @​Jiyur
  • 🐞 修复 Tree 父级节点出现多行内容时 checkbox、switcher 和 content 未整体对齐的问题。 #57471 @​jiangrong-devops

6.3.5


  • 🐞 修复 Image 预览底部操作按钮没有重置原生按钮样式的问题。#57491 @​QDyanbing
  • 🐞 修复 TimePicker 在移动端触摸设备无法直接滚动时间列的问题。#57468 @​afc163
  • 🐞 杂项:修复 Icon 在特定场景没有居中对齐的问题。#57460 @​QDyanbing

6.3.4

  • 🔥 Add @ant-design/cli official command-line tool for querying Ant Design component knowledge, analyzing project usage, and guiding migrations offline. #57413 @​afc163
  • 🐞 Fix Form.List losing sibling field values when using onValuesChange. #57399 @​zombieJ
  • 🐞 Fix missing screenXXXLMin in useToken causing incorrect antd.css to be generated. #57372 @​sealye09
  • 🐞 Fix ConfigProvider component config typings to expose semantic classNames and styles for supported components. #57396 @​QDyanbing
  • 🐞 Fix Image fetchPriority prop not being passed through to the <img> element. #57392 @​aojunhao123
  • Menu
    • 🐞 Fix Menu SubMenu parent item not applying custom hover color via ConfigProvider. #57374 @​EmilyyyLiu

... (truncated)

Changelog

Sourced from antd's changelog.

6.3.6

2026-04-17

  • 🐞 Fix InputNumber disabled handlers showing hover styles. #57592 @​QDyanbing
  • 🐞 Fix Space.Addon wrapping CJK content in compact layouts. #57622 @​QDyanbing
  • 🐞 Fix Cascader menu item ellipsis styles for long option labels. #57540 @​QDyanbing
  • 🐞 Fix Image preview focus not being locked when opened via keyboard, and restore focus to trigger element after preview closes. #57613 #57614 @​aojunhao123
  • 🐞 Fix Input disabled border color to use colorBorderDisabled token. #57518 @​Gdhanush-13
  • 🐞 MISC: Fix some expand animation crash issues. #57636 @​momesana
  • 🐞 Fix Notification close button overlapping description when title is empty. #57590 @​EndlessLucky
  • 🐞 Fix Radio hover color display issue in disabled state. #57562 @​yfy3939
  • Table
    • ⚡️ Improve Table filter performance by caching flattened filter keys. #57546 @​Jiyur
    • ⚡️ Improve Table filter search performance by reusing normalized search input. #57651 @​li-jia-nan
    • 🐞 Fix Table rowSelection to use selectionColumnWidth from Design Token as default columnWidth. #57621 @​EmilyyyLiu
  • 🐞 Fix Design Token shadow tokens not adapting to dark theme. #57511 @​QDyanbing
  • 🐞 Fix Transfer remove button still changing color on hover when the list item is disabled. #57579 @​Jiyur
  • 🐞 Fix Tree checkbox, switcher and content alignment when parent nodes have multiple lines of content. #57471 @​jiangrong-devops

6.3.5

2026-03-30

6.3.4

2026-03-24

  • 🔥 Add @ant-design/cli official command-line tool for querying Ant Design component knowledge, analyzing project usage, and guiding migrations offline. #57413 @​afc163
  • 🐞 Fix Form.List losing sibling field values when using onValuesChange. #57399 @​zombieJ
  • 🐞 Fix missing screenXXXLMin in useToken causing incorrect antd.css to be generated. #57372 @​sealye09
  • 🐞 Fix ConfigProvider component config typings to expose semantic classNames and styles for supported components. #57396 @​QDyanbing
  • 🐞 Fix Image fetchPriority prop not being passed through to the <img> element. #57392 @​aojunhao123
  • Menu
    • 🐞 Fix Menu SubMenu parent item not applying custom hover color via ConfigProvider. #57374 @​EmilyyyLiu
    • 🐞 Fix Menu collapsed icons appearing misaligned when customizing collapsedIconSize. #57360 @​QDyanbing
  • 🐞 Fix Table controlled popover in column title being rendered twice when scroll is enabled. #57342 @​QDyanbing
  • 🐞 Fix Transfer render prop returning JSX elements causing search to fail. #57133 @​WustLCQ
  • 🐞 Fix Tree custom switcherIcon missing switcher-line-icon className when showLine is enabled. #57303 @​QDyanbing
  • 🐞 Fix Watermark TypeScript errors when onRemove is omitted. #57344 @​QDyanbing

6.3.3

2026-03-16

  • Image

... (truncated)

Commits

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 5.27.6 to 6.3.6.
- [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@5.27.6...6.3.6)

---
updated-dependencies:
- dependency-name: antd
  dependency-version: 6.3.6
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependabot npm Dependabot - npm related PRs labels Apr 23, 2026
@bito-code-review
Copy link
Copy Markdown
Contributor

bito-code-review Bot commented Apr 23, 2026

Bito Automatic Review Skipped - Files Excluded

Bito didn't auto-review this change because all changed files are in the exclusion list for automatic reviews. No action is needed if you didn't intend for the agent to review it. Otherwise, to manually trigger a review, type /review in a comment and save.
You can change the excluded files settings here, or contact your Bito workspace admin at evan@preset.io.

@dosubot dosubot Bot added the risk:breaking-change Issues or PRs that will introduce breaking changes label Apr 23, 2026
@rusackas
Copy link
Copy Markdown
Member

Closing this one — antd 6 requires React >= 18, and Superset is still on React 17, so npm ci fails with ERESOLVE and the rest of CI cascades from there. A jump to antd 6 will need to follow a coordinated React 18 upgrade and a review of our @superset-ui/core antd wrappers; it isn't something we can take as a Dependabot bump today. Happy to revisit once we're on React 18.

@rusackas rusackas closed this Apr 23, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 23, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/superset-frontend/antd-6.3.6 branch April 23, 2026 07:32
@rusackas
Copy link
Copy Markdown
Member

rusackas commented May 5, 2026

@dependabot recreate

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 5, 2026

Looks like this PR is closed. If the branch still exists, you can re-open the PR and then use @dependabot rebase or @dependabot recreate. If the branch was deleted, Dependabot will create a new PR on the next scheduled run, or you can trigger an update from the Dependency graph page.

@rusackas rusackas restored the dependabot/npm_and_yarn/superset-frontend/antd-6.3.6 branch May 5, 2026 16:44
@rusackas
Copy link
Copy Markdown
Member

rusackas commented May 5, 2026

@dependabot recreate

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 5, 2026

Looks like this PR is closed. If the branch still exists, you can re-open the PR and then use @dependabot rebase or @dependabot recreate. If the branch was deleted, Dependabot will create a new PR on the next scheduled run, or you can trigger an update from the Dependency graph page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot dependencies:npm npm Dependabot - npm related PRs risk:breaking-change Issues or PRs that will introduce breaking changes size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant