Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade antd from 5.8.6 to 5.9.1 #231

Merged
merged 1 commit into from
Oct 8, 2023

Conversation

wkylin
Copy link
Owner

@wkylin wkylin commented Oct 7, 2023

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade antd from 5.8.6 to 5.9.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 2 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2023-09-15.
Release notes
Package name: antd
  • 5.9.1 - 2023-09-15
    • 🐞 Fix Select that controlHeightSM not work in small size. #44859 @ MadCcc
    • 🐞 Fix Rate that star transaform not at center. #44855 @ MadCcc
    • 🐞 Fix DatePicker that in dateTime mode switching input didn't trigger onCalendarChange. #44845 @ Yuiai01
    • 🐞 Fix Table virtual selection checkbox or radio not align in center. #44786
    • 🐞 Fix Select carbin align top bug when enable maxTagCount. #44757
    • 🐞 Fix Select alignment issue when label is Typography. #44756
    • 💄 Fix Table with virtual display issue about columns less than table size and some border & hover style missing. #44818
    • 💄 Fix wrong style of Select in Input addon. #44825 @ MadCcc
    • 💄 Fix Tree that Checkbox should be aligned with first line. #44827 @ MadCcc
    • 💄 Fix Card that Card.Grid has wrong style with left bottom corner. #44801 @ Jason-huang66
    • 💄 Fix Select/Cascader/TreeSelect style issue when customize their height. #44753
    • TypeScript

    • 🐞 修复小尺寸 Select 组件 controlHeightSM token 配置无效的问题。#44859 @ MadCcc
    • 🐞 修复 Rate 组件星星变换中心不在正中心的问题。#44855 @ MadCcc
    • 🐞 修复 DatePicker 组件 dateTime 模式切换输入框不会触发 onCalendarChange 的问题。#44845 @ Yuiai01
    • 🐞 修复 Table virtual 配置下,选择框没有居中对齐的问题。#44786
    • 🐞 修复 Select 开启 maxTagCount 时搜索光标偏上的问题。#44757
    • 🐞 修复 Select 的 label 为 Typography 组件时的选中文本对齐问题。#44756
    • 💄 修复 Table virtual 开启虚拟滚动时,当 columns 小于表格宽度会显示异常的问题以及部分边框、悬浮样式丢失的问题。#44818
    • 💄 修复 Select 组件在 Input addon 中使用时的样式错误。#44825 @ MadCcc
    • 💄 修复 Tree 组件样式,使 Checkbox 与文字第一行对齐。#44827 @ MadCcc
    • 💄 修复 Card 组件 Card.Grid 边缘样式问题。#44801 @ Jason-huang66
    • 💄 修复 Select/Cascader/TreeSelect 自定义高度时的样式问题。#44753
    • TypeScript
  • 5.9.0 - 2023-09-08
    Read more
  • 5.8.6 - 2023-09-02
    • 🛠 Optimize some styles size in document.head by extracting unused styles.
      • 🛠 Notification and Message only generate styles when displayed. #44488
      • 🛠 Extract Tag status & preset color style which will only generate by needed. #44512
      • 🛠 Extract Button compact style, now only the corresponding style will be generated when Space.Compact is used. #44475
    • 📦 Remove lodash/camelCase from @ ant-design/icons dependencies to reduce bundle size. ant-design-icons#595
    • Form
      • 🐞 Fix Form.Item children not hidden when wrapperCol.span is 0. #44485 #44472 @ crazyair
      • 🐞 Fix Form wrapperCol to be 24 not working when labelCol is set to 24. #44541
    • 🐞 Fix Watermark that would crash if content is empty string. #44501
    • 🐞 Fix ColorPicker popup still working when disabled is true. #44466 @ RedJue
    • 🐞 Fix Transfer trigger onSelectChange twice sometimes when click checkbox. #44471 @ kovsu
    • 🐞 Fix Typography scrollbar flush problem when enable ellipsis. #43058 @ bbb169
    • Slider
    • 🐞 Fix Steps type="nav" last item did not hide arrow properly. #44582 @ ohhoney1
    • TypeScript
      • 🤖 Fix Upload file status definition to remove unused success status. #44468

    • 🛠 针对 CSSInJS 加载 styles 大小进行了优化。
      • 🛠 Notification 和 Message 组件只有在展示时才会插入对应样式。#44488
      • 🛠 剥离 Tag 状态与预设颜色样式,现在只有当使用的时候才会生成它们。#44512
      • 🛠 剥离 Button 紧凑模式样式,现在只有当使用了 Space.Compact 的时候才会生成它们。#44475
    • 📦 移除 @ ant-design/icons 依赖 lodash/camelCase 以优化 bundle size。ant-design-icons#595
    • Form
      • 🐞 修复 Form.Item 设置 wrapperCol.span0 时,子元素不隐藏的问题。#44485 #44472 @ crazyair
      • 🐞 修复 Form labelCol 设置为 24 时,会使 wrapperCol 设置 24 失效的问题。#44541
    • 🐞 修复 Watermark 组件在 content 是空字符串时报错的问题。#44501
    • 🐞 修复 ColorPicker 禁用时依然能弹出选择窗口的问题。#44466 @ RedJue
    • 🐞 修复 Transfer 点击 Checkbox 时有时会触发两次选择行为的问题。#44471 @ kovsu
    • 🐞 修复 Typography 使用 ellipsis 时滚动条闪动的问题。#43058 @ bbb169
    • Slider
    • 🐞 修复 Steps type="nav" 垂直导航步骤条的最后一项箭头没隐藏的问题。#44582 @ ohhoney1
    • TypeScript
      • 🤖 修复 Upload 文件状态定义,移除未使用过的 success 状态。#44468
from antd GitHub release notes
Commit messages
Package name: antd
  • 64b649e docs: fix Upload mocky api in demo and test (#44883)
  • 622e432 docs: changelog 5.9.1 (#44880)
  • 90bb521 demo(Table): add sticky offsetHeader (#44876)
  • 56fb617 demo: update demo (#44864)
  • 553754b fix: rate transform in mac screen (#44868)
  • 102c465 fix: select small height (#44859)
  • afcdc3f chore: try to fix screenshot (#44817)
  • d346932 fix: rate star transform origin (#44855)
  • f3c1871 chore: bump rc-picker (#44845)
  • b888c2a chore: upgrade github action node version to 18 (#44835)
  • d5abbad refactor: deprecatedWarning (#44791)
  • 72da267 site: remove legacy code for hash jump (#44836)
  • 10c78d3 chore: dumi init (#44834)
  • 2387091 fix: Table virtual with narrow columns (#44818)
  • 5cf2a5d fix: wrong style of Select in Input addon (#44825)
  • 58f7221 fix: tree checkbox should align top (#44827)
  • b2b961e docs: spelling and grammar fixes (#44807)
  • ceae7de fix: CardGrid style issue with left bottom corner (#44801)
  • 9ec402c docs: try to fix hydration error (#44797)
  • 2903552 fix: virtual table text align (#44786)
  • c59a85a demo: update Tag demo (#44771)
  • 59d38ec fix: radioButton ref type (#44747)
  • 242769e fix: checkbox ref type (#44746)
  • c9e94c2 refactor: convertLegacyProps function moved to buttonHelpers (#44777)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@vercel
Copy link

vercel bot commented Oct 7, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
pro-react-admin ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 7, 2023 4:51pm

@sonarcloud
Copy link

sonarcloud bot commented Oct 7, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@wkylin wkylin merged commit 9e5dc84 into main Oct 8, 2023
8 checks passed
@wkylin wkylin deleted the snyk-upgrade-0f4fff23c60f5854eee2639999d73686 branch October 8, 2023 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants