Danielv123 / serverManager

IPMI server manager build for Dell 12th gen servers
57 stars 10 forks source link

[Snyk] Upgrade antd from 4.18.7 to 4.18.8 #33

Closed snyk-bot closed 2 years ago

snyk-bot commented 2 years ago

Snyk has created this PR to upgrade antd from 4.18.7 to 4.18.8.

:information_source: 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.


Release notes
Package name: antd
  • 4.18.8 - 2022-02-21
    • 🐞 Fix getContainer config not working bug when called multi-times via message.config. #34123 @ TrickyPi
    • 🐞 Fix invalid context value cache in Menu component. #34121 @ mrwd2009
    • 🐞 Fix ConfigProvider config theme on server side crash, and warning for useless in SSR instead. #34118
    • Table
      • ⚡️ Fix Table render twice on first mount. #34106
      • ⚡️ Optimized Table rendering performance, now will skip useless rendering when deprecated column.render: () => { children, props } method is not used. #34075
    • 🐞 Fix incorrect copy text of Typography after children is updated when enable copyable. #34034 @ opopeieie
    • ⚡️ Optimize Avatar, List, Pagination, Steps to avoid additional render on mount if unnecessary. 34122
    • 💄 Fix Form broken style when Select item is too long in horizontal layout. #34117
    • 🇸🇰 Improve texts for Table, Form and Modal in sk_SK. #34061 @ xseman
    • TypeScript

    • 🐞 修复 message.config 多次配置 getContainer 时无法生效的问题。#34123 @ TrickyPi
    • 🐞 修复 Menu 组件中无效的缓存逻辑。#34121 @ mrwd2009
    • 🐞 修复 ConfigProvider 在服务端配置主题会崩溃的问题,同时现在会提示动态主题于 SSR 上无效。#34118
    • Table
      • ⚡️ 修复 Table 在首次加载时会渲染两次的问题。#34106
      • ⚡️ 优化 Table 渲染性能,现在不使用废弃 column.render: () => { children, props } 方法时默认会跳过无用渲染。#34075
    • 🐞 修复 Typography 启用 copyablechildren 内容变化后复制内容没变的问题。#34034 @ opopeieie
    • ⚡️ 优化 Avatar、List、Pagination、Steps 以防止初始化时非必要的额外渲染。34122
    • 💄 修复 Form 下 Select 内容太长导致布局换行的问题。#34117
    • 🇸🇰 完善 sk-SK 中 Table、Form、Modal 的文案。#34061 @ xseman
    • TypeScript
  • 4.18.7 - 2022-02-14
    • Typography
      • 🛠 Fix Typography useLayoutEffect warning in SSR. #33818 @ SoYoung210
      • 🐞 Fix Typography with ellipsis makes screen show the scroll bar in some case. #34007
      • 🐞 Typography copy click event is now stopPropagation by default. #33998 @ linxianxi
      • 🐞 Fix Typography edit & copy button not trigger by enter key. #33976 @ mrwd2009
    • 🐞 Fix Form undefined text of min/max validators in pl_PL locale. #34024 @ MichalPodeszwa
    • 🐞 Fix Input.TextArea cut text logic when maxLength configured. #33910 @ chenyizhongx
    • 💄 Button with type=default will provide .ant-btn-default className. #34013
    • 💄 Improve Menu :focus-visible style. #34008
    • 💄 Fix Pagination and Rate style problem in Safari. #34002
    • 💄 Fix Row and Col component styles when using prefixCls. #33969 @ mic-web
    • 🐞 Fix Icon with custom color not working. #33951 @ MadCcc
    • TypeScript

    • Typography
      • 🛠 修复 Typography 在 SSR 渲染时警告 useLayoutEffect 的问题。#33818 @ SoYoung210
      • 🐞 修复 Typography 配置 ellipsis 后在某些情况下会出现滚动条的问题。#34007
      • 🐞 Typography 复制按钮点击事件不在冒泡。#33998 @ linxianxi
      • 🐞 修复 Typography 中编辑和拷贝按钮无法响应 Enter 按键的问题。#33976 @ mrwd2009
    • 🐞 修复 Form 波兰语中表单校验部分文案未定义的问题。#34024 @ MichalPodeszwa
    • 🐞 修复 Input.TextArea 设置 maxLength 时光标位置会影响超出部分截取的问题。#33910 @ chenyizhongx
    • 💄 Button 对于 type=default 也会提供 .ant-btn-default 的样式类名。#34013
    • 💄 优化 Menu :focus-visible 的样式。#34008
    • 💄 修复 Pagination 和 Rate 在 Safari 下部分样式丢失的问题,比如分页按钮禁用样式失效。#34002
    • 💄 修复 Row 与 Col 在配置 prefixCls 的样式问题。#33969 @ mic-web
    • 🐞 修复 Icon 自定义颜色无效的问题。#33951 @ MadCcc
    • TypeScript
from antd GitHub release notes
Commit messages
Package name: antd
  • 6628d8b docs: 4.18.8 changelog (#34146)
  • 07dec4c perf: Improve Components render perfermance when it's not reponsive (#34122)
  • 246f90f fix: Layout component SiderProps type not exported (#34137)
  • 537f4c3 fix: del messageInstance when configuring getContainer (#34123)
  • 6f71af2 docs: fix grammar error (#34138)
  • e9179b7 chore(deps): update actions-cool/issues-helper action to v3 (#34132)
  • 4e54ff6 chore(deps): update dependency eslint-plugin-unicorn to v41 (#34133)
  • 15f4452 fix: Invalid memoized context value in Menu (#34121)
  • a09a325 fix: not crash ConfigProvider.config on server side (#34118)
  • 386ede9 fix: Form layout when Select has long text (#34117)
  • e0c1e06 docs: Multiple displayRender support (#34116)
  • 9f602aa fix: Table render twice on first mount (#34106)
  • 106acb7 docs: improve Umi documentation
  • fc60b1f test: skip layout demo which failed a lot in argoci
  • d38363e docs: fix procomponents links
  • 58c1998 fix: Typography copyable in clipboard incorrect (#34034)
  • 0596e33 perf: OPT table render perf (#34075)
  • 904ef93 ci: add MadCcc assign
  • fcd6ab6 chore: Update sk_SK locales (#34061)
  • 0bfcf36 chore(deps): update dependency stylelint-config-standard to v25 (#34028)
  • 01df1f7 chore: script update (#34060)
  • 2261e65 docs: Patch adjust changelog desc
  • 1aa2aa6 test: Udpate test for rc-util@latest
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