Skip to content

Commit 028c054

Browse files
chore(deps-dev): bump @types/jest from 26.0.13 to 26.0.20 (#592)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.13 to 26.0.20. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 23ab137 commit 028c054

File tree

2 files changed

+10
-87
lines changed

2 files changed

+10
-87
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@commitlint/config-conventional": "11.0.0",
2121
"@testing-library/react": "11.1.1",
2222
"@testing-library/react-hooks": "3.4.1",
23-
"@types/jest": "26.0.13",
23+
"@types/jest": "26.0.20",
2424
"@typescript-eslint/eslint-plugin": "3.10.1",
2525
"@typescript-eslint/parser": "3.10.1",
2626
"bundlesize": "0.18.0",

yarn.lock

Lines changed: 9 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -1453,27 +1453,6 @@
14531453
source-map "^0.6.1"
14541454
write-file-atomic "^3.0.0"
14551455

1456-
"@jest/types@^25.5.0":
1457-
version "25.5.0"
1458-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-25.5.0.tgz#4d6a4793f7b9599fc3680877b856a97dbccf2a9d"
1459-
integrity sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw==
1460-
dependencies:
1461-
"@types/istanbul-lib-coverage" "^2.0.0"
1462-
"@types/istanbul-reports" "^1.1.1"
1463-
"@types/yargs" "^15.0.0"
1464-
chalk "^3.0.0"
1465-
1466-
"@jest/types@^26.3.0":
1467-
version "26.3.0"
1468-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.3.0.tgz#97627bf4bdb72c55346eef98e3b3f7ddc4941f71"
1469-
integrity sha512-BDPG23U0qDeAvU4f99haztXwdAg3hz4El95LkAM+tHAqqhiVzRpEGHHU8EDxT/AnxOrA65YjLBwDahdJ9pTLJQ==
1470-
dependencies:
1471-
"@types/istanbul-lib-coverage" "^2.0.0"
1472-
"@types/istanbul-reports" "^3.0.0"
1473-
"@types/node" "*"
1474-
"@types/yargs" "^15.0.0"
1475-
chalk "^4.0.0"
1476-
14771456
"@jest/types@^26.6.2":
14781457
version "26.6.2"
14791458
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.2.tgz#bef5a532030e1d88a2f5a6d933f84e97226ed48e"
@@ -2585,28 +2564,20 @@
25852564
dependencies:
25862565
"@types/istanbul-lib-coverage" "*"
25872566

2588-
"@types/istanbul-reports@^1.1.1":
2589-
version "1.1.2"
2590-
resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-1.1.2.tgz#e875cc689e47bce549ec81f3df5e6f6f11cfaeb2"
2591-
integrity sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw==
2592-
dependencies:
2593-
"@types/istanbul-lib-coverage" "*"
2594-
"@types/istanbul-lib-report" "*"
2595-
25962567
"@types/istanbul-reports@^3.0.0":
25972568
version "3.0.0"
25982569
resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz#508b13aa344fa4976234e75dddcc34925737d821"
25992570
integrity sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==
26002571
dependencies:
26012572
"@types/istanbul-lib-report" "*"
26022573

2603-
"@types/jest@26.0.13":
2604-
version "26.0.13"
2605-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.13.tgz#5a7b9d5312f5dd521a38329c38ee9d3802a0b85e"
2606-
integrity sha512-sCzjKow4z9LILc6DhBvn5AkIfmQzDZkgtVVKmGwVrs5tuid38ws281D4l+7x1kP487+FlKDh5kfMZ8WSPAdmdA==
2574+
"@types/jest@26.0.20":
2575+
version "26.0.20"
2576+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.20.tgz#cd2f2702ecf69e86b586e1f5223a60e454056307"
2577+
integrity sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==
26072578
dependencies:
2608-
jest-diff "^25.2.1"
2609-
pretty-format "^25.2.1"
2579+
jest-diff "^26.0.0"
2580+
pretty-format "^26.0.0"
26102581

26112582
"@types/json-schema@^7.0.3":
26122583
version "7.0.6"
@@ -3650,14 +3621,6 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.3.1, chalk@^2.3.2, chalk@^2.4.1, chalk@^2.4
36503621
escape-string-regexp "^1.0.5"
36513622
supports-color "^5.3.0"
36523623

3653-
chalk@^3.0.0:
3654-
version "3.0.0"
3655-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
3656-
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
3657-
dependencies:
3658-
ansi-styles "^4.1.0"
3659-
supports-color "^7.1.0"
3660-
36613624
char-regex@^1.0.2:
36623625
version "1.0.2"
36633626
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
@@ -4468,11 +4431,6 @@ dezalgo@^1.0.0, dezalgo@~1.0.3:
44684431
asap "^2.0.0"
44694432
wrappy "1"
44704433

4471-
diff-sequences@^25.2.6:
4472-
version "25.2.6"
4473-
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-25.2.6.tgz#5f467c00edd35352b7bca46d7927d60e687a76dd"
4474-
integrity sha512-Hq8o7+6GaZeoFjtpgvRBUknSXNeJiCx7V9Fr94ZMljNiCr9n9L8H8aJqgWOQiDDGdyn29fRNcDdRVJ5fdyihfg==
4475-
44764434
diff-sequences@^26.6.2:
44774435
version "26.6.2"
44784436
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-26.6.2.tgz#48ba99157de1923412eed41db6b6d4aa9ca7c0b1"
@@ -6685,17 +6643,7 @@ jest-config@^26.6.3:
66856643
micromatch "^4.0.2"
66866644
pretty-format "^26.6.2"
66876645

6688-
jest-diff@^25.2.1:
6689-
version "25.5.0"
6690-
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-25.5.0.tgz#1dd26ed64f96667c068cef026b677dfa01afcfa9"
6691-
integrity sha512-z1kygetuPiREYdNIumRpAHY6RXiGmp70YHptjdaxTWGmA085W3iCnXNx0DhflK3vwrKmrRWyY1wUpkPMVxMK7A==
6692-
dependencies:
6693-
chalk "^3.0.0"
6694-
diff-sequences "^25.2.6"
6695-
jest-get-type "^25.2.6"
6696-
pretty-format "^25.5.0"
6697-
6698-
jest-diff@^26.6.2:
6646+
jest-diff@^26.0.0, jest-diff@^26.6.2:
66996647
version "26.6.2"
67006648
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-26.6.2.tgz#1aa7468b52c3a68d7d5c5fdcdfcd5e49bd164394"
67016649
integrity sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==
@@ -6748,11 +6696,6 @@ jest-environment-node@^26.6.2:
67486696
jest-mock "^26.6.2"
67496697
jest-util "^26.6.2"
67506698

6751-
jest-get-type@^25.2.6:
6752-
version "25.2.6"
6753-
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-25.2.6.tgz#0b0a32fab8908b44d508be81681487dbabb8d877"
6754-
integrity sha512-DxjtyzOHjObRM+sM1knti6or+eOgcGU4xVSb2HNP1TqO4ahsT+rqZg+nyqHWJSvWgKC5cG3QjGFBqxLghiF/Ig==
6755-
67566699
jest-get-type@^26.3.0:
67576700
version "26.3.0"
67586701
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-26.3.0.tgz#e97dc3c3f53c2b406ca7afaed4493b1d099199e0"
@@ -9177,27 +9120,7 @@ prepend-http@^1.0.1:
91779120
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
91789121
integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=
91799122

9180-
pretty-format@^25.2.1, pretty-format@^25.5.0:
9181-
version "25.5.0"
9182-
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.5.0.tgz#7873c1d774f682c34b8d48b6743a2bf2ac55791a"
9183-
integrity sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ==
9184-
dependencies:
9185-
"@jest/types" "^25.5.0"
9186-
ansi-regex "^5.0.0"
9187-
ansi-styles "^4.0.0"
9188-
react-is "^16.12.0"
9189-
9190-
pretty-format@^26.4.2:
9191-
version "26.4.2"
9192-
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.4.2.tgz#d081d032b398e801e2012af2df1214ef75a81237"
9193-
integrity sha512-zK6Gd8zDsEiVydOCGLkoBoZuqv8VTiHyAbKznXe/gaph/DAeZOmit9yMfgIz5adIgAMMs5XfoYSwAX3jcCO1tA==
9194-
dependencies:
9195-
"@jest/types" "^26.3.0"
9196-
ansi-regex "^5.0.0"
9197-
ansi-styles "^4.0.0"
9198-
react-is "^16.12.0"
9199-
9200-
pretty-format@^26.6.2:
9123+
pretty-format@^26.0.0, pretty-format@^26.4.2, pretty-format@^26.6.2:
92019124
version "26.6.2"
92029125
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.2.tgz#e35c2705f14cb7fe2fe94fa078345b444120fc93"
92039126
integrity sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==
@@ -9394,7 +9317,7 @@ react-dom@^16.13.0:
93949317
prop-types "^15.6.2"
93959318
scheduler "^0.19.1"
93969319

9397-
react-is@^16.12.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.6, react-is@^16.9.0:
9320+
react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.6, react-is@^16.9.0:
93989321
version "16.13.1"
93999322
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
94009323
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

0 commit comments

Comments
 (0)