Danielv123 / serverManager

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

[Snyk] Upgrade antd from 4.20.0 to 4.20.7 #48

Closed snyk-bot closed 2 years ago

snyk-bot commented 2 years ago

Snyk has created this PR to upgrade antd from 4.20.0 to 4.20.7.

: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.20.7 - 2022-05-30
    • 🐞 Fix Drawer form instance lost bug when opened. #35706 @ crazyair
    • 🐞 Fix Segmented options invalid space between icon and text when using the icon prop. #35701
    • 💄 Optimize Popover arrow style. #35717
    • TypeScript
      • 🤖 Fix Card type hints problem. #35753

    • 🐞 修复 Drawer 打开时 form 实例为 null 的问题。#35706 @ crazyair
    • 🐞 修复 Segmented 组件中选项使用 icon 属性时图标与文字之间的间距失效问题。#35701
    • 💄 优化 Popover 的箭头效果。#35717
    • TypeScript
      • 🤖 修复 Card 组件的类型提示。#35753
  • 4.20.6 - 2022-05-22

    • 🐞 修复 DatePicker 初次打开时 placeholder 闪烁的问题。#35620 @ yykoypj
    • 🛠 移除 Grid 默认 role 标签,以使其更好的适配 aria-required-parent 要求。#35616 @ bartpio
    • 🐞 修复 Anchor 在某些游览器下会被切割内容的问题。#35612 @ josonho
    • 🐞 修复 Table 存在表头分组和垂直滚动条时表头边框异常的问题。#35591
    • 🐞 修复 Drawer 内按钮关闭速度过快问题。#35339
  • 4.20.5 - 2022-05-15
    • 🤖 Deprecated Table rowSelection.onSelectNone and rowSelection.onSelectMultiple in TS type. #35545
    • 🐞 Ignore the decimal part in InputNumber when the precision is negative. #35520 @ ty888

    • 🤖 在 TypeScript 定义中废弃 Table rowSelection.onSelectNonerowSelection.onSelectMultiple#35545
    • 🐞 InputNUmber 当精度为负数时忽略小数部分。#35520 @ ty888`
  • 4.20.4 - 2022-05-11

  • 4.20.3 - 2022-05-09
    • 🐞 Fix unnecessary rowGap: 0 style attribute in Row. #35409
    • 🐞 Fix List.Item ref no work problem. #35321
    • 💄 Optimize the style of arrow in Tooltip. #35401
    • 🐞 Fix Table column filter reset is not working. #35386 @ lalalazero
    • 🌍 Add missing localizations for 🇬🇧 en_GB and 🇺🇦 uk_UA. #35430 @ velykanov
    • Typescript
      • 🤖 Fixed an issue where notification maxCount attribute was missing. #35369 @ cwveysey

    • 🔥 增加 官方国内镜像,享受飞一般的加载速度。
    • 🐞 修复 Row 里不必要的 rowGap: 0 样式属性。#35409
    • 🐞 修复 List.Item ref 不生效的问题。#35321
    • 💄 优化 Tooltip 箭头的样式。#35401
    • 🐞 修复 Table 筛选的重置功能不生效问题。#35386 @ lalalazero
    • 🌍🇬🇧 en_GB 和 🇺🇦 uk_UA 添加缺失的本地化文案。#35430 @ velykanov
    • TypeScript
      • 🤖 修复 Notification 的 maxCount 属性缺失的问题。#35369 @ cwveysey
  • 4.20.2 - 2022-04-30
    • Segmented
      • 🐞 Fix Segmented inconsisit height with other controls. #35281
      • 🐞 Fix Segmented animation not working correct in StrictMode mode. #35281
      • 🆕 Segmented options now supports icon property. #35256
    • Table
      • ⌨️ Improve Table columns sorter a11y experience. #35269
      • 🇪🇸 Added Table filter localization for es_ES. #35309 @ agarciaguillo
    • 💄 Fix Switch color in dark theme. #35332
    • 💄 Tweak Breadcrumb link hover color. #35324
    • 🐞 Fix Space throws Encountered two children with the same key warning in some cases. #35311
    • 🐞 Fix Select tag remove icon position issue. #35336 @ walidcherhane

    • Segmented
      • 🐞 修复 Segmented 组件高度和其他控件不一致的问题。#35281
      • 🐞 修复 React StrictMode 下 Segmented 动画丢失的问题。#35281
      • 🆕 Segmented options 支持设置 icon 属性。#35256
    • Table
      • ⌨️ 优化 Table 排序按钮的键盘可访问性。#35269
      • 🇪🇸 补充 Table 西班牙语筛选文案。#35309 @ agarciaguillo
    • 🐞 修复 Switch 在暗黑主题下关闭时的颜色问题。#35332
    • 💄 微调 Breadcrumb 链接 hover 色为中性色。#35324
    • 🐞 修复 Space 在某些情况下抛出 Encountered two children with the same key 警告的问题。#35311
    • 🐞 修复 Select 多选标签移除图标位置偏下的问题。#35336 @ walidcherhane
  • 4.20.1 - 2022-04-26
  • 4.20.0 - 2022-04-24
from antd GitHub release notes
Commit messages
Package name: antd
  • 336fef0 docs: changelog for 4.20.7 (#35804)
  • 8281c06 test: move test cases to @ testing/library for Image (#35806)
  • b535068 chore(deps): update dependency eslint-plugin-jest to ~26.4.0 (#35801)
  • f642916 test: move test cases to @ testing/library for Tabs (#35796)
  • effa554 test: lock eslint-plugin-jest version for false positive
  • 363e077 docs: add note to custom BackTop demo (#35625)
  • e7393ee test: Replace card component test with testing lib (#35751)
  • d797dfc docs: fix skeleton demo (#35760)
  • 534abc3 docs(👍): update recommendation (#35758)
  • c644371 fix: the ts wrong of card inteface (#35753)
  • 02c0c13 chore: move `@ types/qs` from deps to devDeps (#35747)
  • 1fda3ec docs(select): fix type (#35726)
  • 1666313 chore(deps-dev): bump typescript from 4.6.4 to 4.7.2 (#35737)
  • 990a602 test: Replace alert part test with testing lib (#35736)
  • 6c0d45a fix: Popover arrow style (#35717)
  • a48a049 chore: lock stylelint (#35725)
  • 5e5ad93 fix: drawer can not ref form instance when open (#35706)
  • 764069b docs: update demo code (#35695)
  • 56bcd1e docs: fix mistype (#35714)
  • 00eb63a chore: increase bundle size (#35709)
  • 95f56f6 fix: division in less for Segmented (#35701)
  • f3a893b chore: update issue check mirror (#35680)
  • 919667a chore: short auto merge time
  • e27aaeb docs: 4.20.6 changelog (#35671)
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