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.1 to 5.8.3 #187

Merged
merged 1 commit into from
Sep 4, 2023

Conversation

wkylin
Copy link
Owner

@wkylin wkylin commented Sep 3, 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.1 to 5.8.3.

ℹ️ 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 23 days ago, on 2023-08-11.
Release notes
Package name: antd
  • 5.8.3 - 2023-08-11
    • DatePicker
      • 🐞 Fix DatePicker panel cannot toggle when selecting time with truthy open and truthy defaultOpen. #44105 @ Yuiai01
      • 🐞 Fix DatePicker and RangePicker still show the clear button when disable allowClear. #44015 @ bartpio
    • Carousel
      • 🐞 Fix Carousel do not support id prop. #44079
      • 💄 Fix Carousel dots extra margin style. #44076
    • 🐞 Fix Modal footer disabled state that affect by Form. #43055 @ Wxh16144
    • 🐞 Fix Upload thumbnail that gif will not play. #44083 @ linxianxi
    • 🐞 Fix FloatButton that menu mode didn't support badge prop. #44109 @ MadCcc
    • 🐞 Fix Grid & List responsive config take effect after first render which cause screen flick. #44075
    • 🐞 Fix that Design Token partially missing when @ ant-design/cssinjs version 1.15.0. #44091 @ MadCcc
    • 💄 Fix Badge status="processing" with dot wave style issue. #44153
    • 💄 Fix Descriptions border styles when it nests itself. #43454 @ Yuiai01
    • 💄 Fix Pagination transition style in prev/next buttons. #44030
    • 💄 Fix Popconfirm button group wraps unexpectedly. #44022 @ MuxinFeng
    • 💄 Optimize style of Image preview operation icons. #44141 @ MadCcc
    • 💄 Optimize Input and InputNumber font size in large mode. #44000 @ MuxinFeng
    • 💄 Remove Space part useless style. #44098

    • DatePicker
      • 🐞 修复 DatePicker 在 opendefaultOpentrue 时选中时间不会切换面板的问题。#44105 @ Yuiai01
      • 🐞 修复 DatePicker 和 RangePicker 禁用 allowClear 时仍然展示清除按钮的问题。#44015 @ bartpio
    • Carousel
      • 🐞 修复 Carousel 不支持 id 属性的问题。#44079
      • 💄 修复 Carousel dots 切换点有多余 margin 的问题。#44076
    • 🐞 修复 Modal 页脚禁用态受 Form 影响的问题。#43055 @ Wxh16144
    • 🐞 修复 Upload gif 缩略图不会动的问题。#44083 @ linxianxi
    • 🐞 修复 FloatButton 组件菜单模式不支持 badge 配置的问题。#44109 @ MadCcc
    • 🐞 修复 Grid 与 List 响应式布局生效稍晚于首次渲染导致屏幕闪动的问题。#44075
    • 🐞 修复 @ ant-design/cssinjs 版本小于 1.15.0 时 Design Token 部分丢失的问题。#44091 @ MadCcc
    • 💄 修复 Badge status="processing"dot 配合使用时,波纹样式异常的问题。#44153
    • 💄 修复 Descriptions 组件自行嵌套时的边框样式问题。#43454 @ Yuiai01
    • 💄 修复 Pagination 上下页切换按钮 `transition`` 丢失的问题。#44030
    • 💄 修复 Popconfirm 按钮组意外换行的问题。#44022 @ MuxinFeng
    • 💄 优化 Image 组件预览操作图标的样式。#44141 @ MadCcc
    • 💄 优化 Input 和 InputNumber 在大尺寸下的字体大小。#44000 @ MuxinFeng
    • 💄 移除 Space 部分未使用的样式。#44098
  • 5.8.2 - 2023-08-04
    • 🐞 Fix Checkbox & Radio not support customize wave and add className ant-wave-target for this case. #44014
    • 🐞 Adjust Form.Item renderProps definition to return correct FormInstance. #43996
    • 🐞 Fixed Table incorrect expand icon direction and row indentation in RTL. #43977 @ Yuiai01
    • 💄 Fix Pagination that should not have hover and focus style when disabled. #43970 @ MadCcc
    • TypeScript
      • 🤖 Fix Drawer & Anchor part Design Token TS description not correct issue. #43994 @ wving5

    • 🐞 修复 Checkbox 与 Radio 不支持自定义水波纹效果的问题,并添加 ant-wave-target className 到对应元素上。#44014
    • 🐞 调整 Form.Item renderProps 定义,现在会返回正确的 FormInstance#43996
    • 🐞 修复 Table 在 directionrlt 时展开图标的方向和展开行的缩进有误的问题。#43977 @ Yuiai01
    • 💄 修复 Pagination 组件禁用状态仍然有悬浮和聚焦样式的问题。#43970 @ MadCcc
    • TypeScript
      • 🤖 修正 Drawer 和 Anchor 部分 Design Token 的 TS 描述信息错误的问题。#43994 @ wving5
  • 5.8.1 - 2023-08-02
    • 🐞 Fix unexpected warning of deprecated clearIcon #43945 @ kiner-tang
    • TypeScript
      • 🤖 Export MappingAlgorithm as type of theme algorithm. #43953

    • 🐞 修复预期外的 clearIcon 废弃报错。#43945 @ kiner-tang
    • TypeScript
      • 🤖 导出 MappingAlgorithm 作为主题算法的类型。#43953
from antd GitHub release notes
Commit messages
Package name: antd
  • 8368458 docs: changelog for 5.8.3 (#44167)
  • 54081c8 fix: Badge dot with status (#44153)
  • da35a10 fix: update Modal defaultFooter Button disabled logic (#43055)
  • 48e4e89 chore: adjust ci to save size-limit build time (#44148)
  • 5af2dcc chore(deps-dev): bump esbuild-loader from 3.2.0 to 4.0.0 (#44136)
  • aa7c45f fix(Descriptions): nested Descriptions are affected by the external border style (#43454)
  • 8d1a417 fix: image preview operations color (#44141)
  • e283ebf test: update Select jest snapshot (#44140)
  • baa24a6 fix(Upload): gif thumb url base64 type should be corrected (#44083)
  • a48e177 demo(Checkbox): adjust check-all demo (#44127)
  • a522a80 chore(deps-dev): bump regenerator-runtime from 0.13.11 to 0.14.0 (#44115)
  • 12efe32 docs: optimize site layout (#44111)
  • 2f8fa45 docs: Add rootClassName in doc (#44061)
  • bb4b3f6 fix: FloatButtonGroup menu mode should support badge (#44109)
  • 54621e9 chore: bump rc-picker (#44105)
  • 7ff17e0 docs: update faq about auto-complete (#44082)
  • bd1ca16 chore: type guard (#44103)
  • 40febeb docs: The parameter is different from the actual (#44101)
  • 59dd632 style: fix Carousel dots reset style (#44076)
  • 3f85a20 chore: remove space useless style (#44098)
  • 5423649 fix: should compatible with cssinjs < 1.15 (#44091)
  • e767502 docs(demo): add showIcon demo (#44019)
  • c5a1ee8 fix: Carousel should support id property (#44079)
  • 3d22c1a docs: add v4 theme guide (#44078)

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 Sep 3, 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 Sep 3, 2023 3:21am

@sonarcloud
Copy link

sonarcloud bot commented Sep 3, 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 3c3262e into main Sep 4, 2023
8 checks passed
@wkylin wkylin deleted the snyk-upgrade-0b1657ae23c9d009748b103090bc63fa branch September 4, 2023 01:58
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