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 4.3.3 to 4.18.3 #1

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Feb 5, 2022

Snyk has created this PR to upgrade antd from 4.3.3 to 4.18.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 96 versions ahead of your current version.
  • The recommended version was released a month ago, on 2022-01-10.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ASYNCVALIDATOR-2311201
265/1000
Why? CVSS 5.3
No Known Exploit

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: antd
  • 4.18.3 - 2022-01-10
    • 🆕 Menu support home and end key. #33642 @ dartamonov-vertex
    • Table
    • Form
      • 🐞 Fix Form validateMessages is not correct in default locale. #33511
      • 🐞 Fix Form.Item help with empty string makes layout shaking. #33644
    • 🐞 Fix Card.Grid props should expose Div Properties like onClick. #33563 @ LongHaoo
    • 🐞 Fix Input.Textarea throws error on preact. #33536 @ developit
    • 🐞 Fix PageHeader state update error after unmounted. #33546 @ wuifdesign
    • 💄 Fix Select tag margin issue when using tagRender. #33539
    • 💄 Remove svg reset style for IE9-, fix svg elements being cutting style problem. #33579
    • TypeScript

    • 🆕 Menu 组件支持 home(跳转到第一项)和 end(跳转到最后一项)。#33642 @ dartamonov-vertex
    • Table
      • ⚡️ 大幅优化 Table 渲染时和卸载时的性能。#33554
      • 🐞 修复 Table 空状态未居中显示。#33610 @ hemengke1997
      • 🐞 修复 Table 树形数据展示 hover 高亮异常的问题。#33638 @ LongHaoo
    • Form
      • 🐞 修复 Form 在英文语言包下错误提示文案不生效的问题。#33511
      • 🐞 修复 Form.Item help 使用空字符串的时候布局抖动的问题。#33644
    • 🐞 修复 Card.Grid props 未能正常支持 div 相应 attribute 提示。#33563 @ LongHaoo
    • 🐞 修复 Input.Textarea 在 preact 下报错的问题。#33536 @ developit
    • 🐞 修复 PageHeader unmounted 后报 React state update on an unmounted component 的错误。#33546 @ wuifdesign
    • 💄 修复 Select 使用 tagRender 时标签上下边距不统一的问题。#33539
    • 💄 移除 svg 针对 IE9- 的重设样式,修复全局样式影响部分 svg 元素的问题。#33579
    • TypeScript
  • 4.18.2 - 2021-12-30
    • 🐞 Revert #33411 to Table onChange being invoked infinitely.

    • 🐞 回滚 #33411 以修复 Table 死循环调用 onChange 的问题。
  • 4.18.1 - 2021-12-29
    • 🐞 Fix Popconfirm throws Can't perform a React state update on an unmounted component. warning in some async case. #33432 @ MadCcc
    • 🐞 Fix Input with suffix will crash when value is number type. #33462
    • 🐞 Fix Divider with text dashed border color error. #33452 @ chen-jingjie
    • 🐞 Fix Dropdown.Button not support destroyPopupOnHide. #33442 @ LongHaoo
    • 🐞 Fix Table Pagination not trigger onChange when current changed. #33411 @ 2724635499

    • 🐞 修复 Popconfirm 在某些情况下会出现 Can't perform a React state update on an unmounted component. 的错误。#33432 @ MadCcc
    • 🐞 修复 Input 配置 suffixvalue 为数字类型会崩溃的问题。#33462
    • 🐞 修复 Divider with text dashed 的边框颜色错误问题。#33452 @ chen-jingjie
    • 🐞 修复 Dropdown.Button 不支持 destroyPopupOnHide 的问题。#33442 @ LongHaoo
    • 🐞 修复 Table 的 Pagination 在 current 改变时不触发 pagination.onChange 的问题。#33411 @ 2724635499
  • 4.18.0 - 2021-12-27
    Read more
  • 4.17.4 - 2021-12-20
    • 🐞 Fix a bug that Form.Item name is "parentNode" casue endless loop and memory leak. #31846 @ DaoxingHuang
    • 🐞 Revert #32448 to fix emoji input at Input.TextArea. #33312

    • 🐞 修复 Form.Item 的 name 属性改为 parentNode,dom-align 死循环,内存溢出的 bug。#31846 @ DaoxingHuang
    • 🐞 回滚 #32448 以修复 Input.TextArea 输入 emoji 时被截断的问题。#33312
  • 4.17.3 - 2021-12-08
    Read more
  • 4.17.2 - 2021-11-26
    • 💄 Fix Form broken layout when set wrapperCol={{ span: 24 }}. #32981
    • 🐞 Fix Modal centered was not centered vertically. #33022
    • 🐞 Cascader typescript fix definition missing suffixIcon and support generic of options type. #33008
    • 🐞 Fix Input.Search don't trigger click event on element inside enterButton. #32999
    • 🇪🇪 Added missing Estonian translations. #33005 @ wedeso
    • 🤖 Tree support generic to work more well with fieldNames. #32992

    • 💄 修复 Form wrapperCol={{ span: 24 }} 时样式错乱的问题。#32981
    • 🐞 修复 Modal centered 略微偏上的问题。#33022
    • 🐞 Cascader 丢失 suffixIcon 定义问题并且支持 options 泛型定义。#33008
    • 🐞 修复 Input.Search 下 enterButton 内元素上的 onClick 未被触发的问题。#32999
    • 🇪🇪 补充爱沙尼亚语言包。#33005 @ wedeso
    • 🤖 Tree 支持泛型以更好的配合 fieldNames#32992
  • 4.17.1 - 2021-11-22
    Read more
  • 4.17.1-alpha.1 - 2021-11-17
  • 4.17.1-alpha.0 - 2021-11-16
  • 4.17.0 - 2021-11-15
  • 4.17.0-alpha.10 - 2021-11-08
  • 4.17.0-alpha.9 - 2021-10-31
  • 4.17.0-alpha.8 - 2021-10-25
  • 4.17.0-alpha.7 - 2021-10-18
  • 4.17.0-alpha.6 - 2021-10-11
  • 4.17.0-alpha.5 - 2021-09-30
  • 4.17.0-alpha.4 - 2021-09-25
  • 4.17.0-alpha.3 - 2021-09-14
  • 4.17.0-alpha.2 - 2021-09-07
  • 4.17.0-alpha.1 - 2021-09-06
  • 4.17.0-alpha.0 - 2021-09-01
  • 4.16.13 - 2021-08-23
  • 4.16.12 - 2021-08-16
  • 4.16.11 - 2021-08-08
  • 4.16.10 - 2021-08-02
  • 4.16.9 - 2021-07-27
  • 4.16.8 - 2021-07-19
  • 4.16.7 - 2021-07-12
  • 4.16.6 - 2021-06-29
  • 4.16.5 - 2021-06-23
  • 4.16.3 - 2021-06-15
  • 4.16.2 - 2021-06-07
  • 4.16.1 - 2021-05-31
  • 4.16.0 - 2021-05-25
  • 4.16.0-alpha.2 - 2021-05-08
  • 4.16.0-alpha.1 - 2021-05-08
  • 4.16.0-alpha.0 - 2021-05-07
  • 4.15.6 - 2021-05-18
  • 4.15.5 - 2021-05-10
  • 4.15.4 - 2021-04-30
  • 4.15.3 - 2021-04-26
  • 4.15.3-alpha.0 - 2021-04-21
  • 4.15.2 - 2021-04-19
  • 4.15.1 - 2021-04-10
  • 4.15.0 - 2021-03-29
  • 4.14.1 - 2021-03-22
  • 4.14.0 - 2021-03-14
  • 4.13.1 - 2021-03-06
  • 4.13.0 - 2021-02-28
  • 4.12.3 - 2021-02-10
  • 4.12.2 - 2021-02-04
  • 4.12.1 - 2021-02-03
  • 4.12.0 - 2021-02-02
  • 4.11.3 - 2021-02-02
  • 4.11.2 - 2021-01-26
  • 4.11.1 - 2021-01-24
  • 4.11.0 - 2021-01-24
  • 4.10.3 - 2021-01-18
  • 4.10.2 - 2021-01-11
  • 4.10.1 - 2021-01-10
  • 4.10.0 - 2021-01-04
  • 4.9.4 - 2020-12-16
  • 4.9.3 - 2020-12-14
  • 4.9.2 - 2020-12-07
  • 4.9.1 - 2020-12-01
  • 4.9.0 - 2020-11-30
  • 4.8.6 - 2020-11-27
  • 4.8.5 - 2020-11-22
  • 4.8.4 - 2020-11-16
  • 4.8.3 - 2020-11-16
  • 4.8.2 - 2020-11-09
  • 4.8.1 - 2020-11-09
  • 4.8.0 - 2020-11-02
  • 4.7.3 - 2020-10-24
  • 4.7.2 - 2020-10-19
  • 4.7.1 - 2020-10-19
  • 4.7.0 - 2020-10-10
  • 4.6.6 - 2020-09-27
  • 4.6.5 - 2020-09-20
  • 4.6.4 - 2020-09-13
  • 4.6.3 - 2020-09-07
  • 4.6.2 - 2020-08-31
  • 4.6.1 - 2020-08-24
  • 4.6.0 - 2020-08-23
  • 4.5.4 - 2020-08-12
  • 4.5.3 - 2020-08-09
  • 4.5.2 - 2020-08-02
  • 4.5.1 - 2020-07-28
  • 4.5.0 - 2020-07-27
  • 4.4.3 - 2020-07-20
  • 4.4.2 - 2020-07-11
  • 4.4.1 - 2020-07-06
  • 4.4.0 - 2020-06-29
  • 4.3.5 - 2020-06-21
  • 4.3.4 - 2020-06-14
  • 4.3.3 - 2020-06-07
from antd GitHub release notes
Commit messages
Package name: antd
  • b18c09c docs: add changelog 4.18.3 (#33639)
  • ec5b33e fix: Form.Item shaking when `help` is empty string (#33644)
  • 34f2978 feat: menu support home & end key (#33642)
  • 6fd5d2a fix: table tree hover error #33453 (#33638)
  • 6e17649 docs(TreeSelect): add one missing field (#33619)
  • 4ebc61f fix: Table emptynode fixed display (#33610)
  • 690e288 chore(deps): update dependency concurrently to v7 (#33630)
  • e38bead chore: classnames now provides its own type definitions, so we do not need a stub types definition (#33612)
  • 7d0193e style: remove svg reset styles (#33579)
  • 5ba83cd fix: CardGridProps should expose Div Properties like onClick #33264 (#33563)
  • 8ebb4a3 fix: Upload types for pass generic (#33543)
  • 9a6ae9b perf: upgrade rc-table (#33554)
  • 36a5485 fix: Avoid mutating Event properties that are supposed to be getters (#33536)
  • cf5eac1 fix: PageHeader state update error (#33546)
  • ef51e4e docs: correct semicolon in upload demo (#33544) (#33553)
  • b8ec712 ci: update verify-files-modify (#33552)
  • 970dd8c docs: correct react-router usage for breadcrumb (#33551)
  • 7caa03e docs: fix update demo
  • a29154e docs: update upload-png-only demo (#33544)
  • a801933 fix: Select tag margin issue when using tagRender (#33539)
  • a559742 Update README-sp_MX.md (#33535)
  • a4d1396 fix: image demo test in argo-ci (#33523)
  • 8ed607d chore(deps): update dependency eslint-plugin-unicorn to v40 (#33520)
  • 659571e fix missing words in commets (#33514)

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

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.

1 participant