From a93d4aee716a402bfd10ab11ef91de60aabc3562 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 10 Jan 2022 03:04:29 -0800
Subject: [PATCH] Bump antd from 4.18.0 to 4.18.2 in /desktop (#3233)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Summary:
allow-large-files
Bumps [antd](https://github.com/ant-design/ant-design) from 4.18.0 to 4.18.2.
Release notes
Sourced from antd's releases.
4.18.2
- 🐞 Revert #33411 to Table onChange being invoked infinitely.
- 🐞 回滚 #33411 以修复 Table 死循环调用 onChange 的问题。
4.18.1
- 🐞 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
Changelog
Sourced from antd's changelog.
4.18.2
2021-12-30
- 🐞 Revert #33411 to Table
onChange being invoked infinitely.
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
Commits
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request resolved: https://github.com/facebook/flipper/pull/3233
Reviewed By: lawrencelomax
Differential Revision: D33403862
Pulled By: passy
fbshipit-source-id: 4daefc5dee2fb186866b877af0212a6e1492696e
---
desktop/flipper-ui-core/package.json | 2 +-
desktop/yarn.lock | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/desktop/flipper-ui-core/package.json b/desktop/flipper-ui-core/package.json
index 0c534b564..b51a2135e 100644
--- a/desktop/flipper-ui-core/package.json
+++ b/desktop/flipper-ui-core/package.json
@@ -15,7 +15,7 @@
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"@tanishiking/aho-corasick": "^0.0.1",
- "antd": "4.18.0",
+ "antd": "4.18.2",
"cbuffer": "^2.2.0",
"console-feed": "^3.2.2",
"deep-equal": "^2.0.5",
diff --git a/desktop/yarn.lock b/desktop/yarn.lock
index bde515591..e58dc1d83 100644
--- a/desktop/yarn.lock
+++ b/desktop/yarn.lock
@@ -3155,10 +3155,10 @@ ansicolors@~0.3.2:
resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979"
integrity sha1-ZlWX3oap/+Oqm/vmyuXG6kJrSXk=
-antd@4.18.0:
- version "4.18.0"
- resolved "https://registry.yarnpkg.com/antd/-/antd-4.18.0.tgz#8bb62d7ed6b11d125871a94d4f863368cd42ac8c"
- integrity sha512-cCc5k7SqL9zCTTH+BwF5CGYCTvfdCukWRzvMc99pp85mpHratSfzIyxb1tcRz9Zs9/gnqJPDGGPuCDo0Y7SPog==
+antd@4.18.2:
+ version "4.18.2"
+ resolved "https://registry.yarnpkg.com/antd/-/antd-4.18.2.tgz#e4d03b2229b1f4b3b204e5e5539693aa653d3b7e"
+ integrity sha512-omezo7dtskrfGoSOoHYbA2jyaSVDd2UsxS5WM8GWyuIDtguMqlTDFKF/5204s3IjXnSUiJLOuDOWSLPMyVwHrA==
dependencies:
"@ant-design/colors" "^6.0.0"
"@ant-design/icons" "^4.7.0"