Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit ea69a99

Browse files
[skip netlify]: Bump @types/jest from 24.0.11 to 26.0.20 (#250)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.0.11 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[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Barabash <[email protected]>
1 parent 3cc2265 commit ea69a99

File tree

2 files changed

+127
-8
lines changed

2 files changed

+127
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"trim-right": "^1.0.1"
3030
},
3131
"devDependencies": {
32-
"@types/jest": "^24.0.11",
32+
"@types/jest": "^26.0.20",
3333
"@types/typescript": "^2.0.0",
3434
"codecov": "^3.2.0",
3535
"flow-bin": "^0.98.0",

yarn.lock

Lines changed: 126 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,17 @@
500500
"@types/istanbul-lib-coverage" "^1.1.0"
501501
"@types/yargs" "^12.0.9"
502502

503+
"@jest/types@^26.6.2":
504+
version "26.6.2"
505+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.2.tgz#bef5a532030e1d88a2f5a6d933f84e97226ed48e"
506+
integrity sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==
507+
dependencies:
508+
"@types/istanbul-lib-coverage" "^2.0.0"
509+
"@types/istanbul-reports" "^3.0.0"
510+
"@types/node" "*"
511+
"@types/yargs" "^15.0.0"
512+
chalk "^4.0.0"
513+
503514
"@types/babel__core@^7.1.0":
504515
version "7.1.0"
505516
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.0.tgz#710f2487dda4dcfd010ca6abb2b4dc7394365c51"
@@ -529,19 +540,36 @@
529540
dependencies:
530541
"@babel/types" "^7.3.0"
531542

543+
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0":
544+
version "2.0.3"
545+
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762"
546+
integrity sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==
547+
532548
"@types/istanbul-lib-coverage@^1.1.0":
533549
version "1.1.0"
534550
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-1.1.0.tgz#2cc2ca41051498382b43157c8227fea60363f94a"
535551

536-
"@types/jest-diff@*":
537-
version "20.0.1"
538-
resolved "https://registry.yarnpkg.com/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89"
552+
"@types/istanbul-lib-report@*":
553+
version "3.0.0"
554+
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#c14c24f18ea8190c118ee7562b7ff99a36552686"
555+
integrity sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==
556+
dependencies:
557+
"@types/istanbul-lib-coverage" "*"
558+
559+
"@types/istanbul-reports@^3.0.0":
560+
version "3.0.0"
561+
resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz#508b13aa344fa4976234e75dddcc34925737d821"
562+
integrity sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==
563+
dependencies:
564+
"@types/istanbul-lib-report" "*"
539565

540-
"@types/jest@^24.0.11":
541-
version "24.0.11"
542-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.11.tgz#1f099bea332c228ea6505a88159bfa86a5858340"
566+
"@types/jest@^26.0.20":
567+
version "26.0.20"
568+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.20.tgz#cd2f2702ecf69e86b586e1f5223a60e454056307"
569+
integrity sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==
543570
dependencies:
544-
"@types/jest-diff" "*"
571+
jest-diff "^26.0.0"
572+
pretty-format "^26.0.0"
545573

546574
"@types/node@*":
547575
version "11.11.6"
@@ -557,10 +585,22 @@
557585
dependencies:
558586
typescript "*"
559587

588+
"@types/yargs-parser@*":
589+
version "20.2.0"
590+
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.0.tgz#dd3e6699ba3237f0348cd085e4698780204842f9"
591+
integrity sha512-37RSHht+gzzgYeobbG+KWryeAW8J33Nhr69cjTqSYymXVZEN9NbRYWoYlRtDhHKPVT1FyNKwaTPC1NynKZpzRA==
592+
560593
"@types/yargs@^12.0.2", "@types/yargs@^12.0.9":
561594
version "12.0.10"
562595
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-12.0.10.tgz#17a8ec65cd8e88f51b418ceb271af18d3137df67"
563596

597+
"@types/yargs@^15.0.0":
598+
version "15.0.13"
599+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.13.tgz#34f7fec8b389d7f3c1fd08026a5763e072d3c6dc"
600+
integrity sha512-kQ5JNTrbDv3Rp5X2n/iUu37IJBDU2gsZ5R/g1/KHOOEc5IKfUFjXT6DENPGduh08I/pamwtEq4oul7gUqKTQDQ==
601+
dependencies:
602+
"@types/yargs-parser" "*"
603+
564604
abab@^2.0.0:
565605
version "2.0.0"
566606
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.0.tgz#aba0ab4c5eee2d4c79d3487d85450fb2376ebb0f"
@@ -616,12 +656,24 @@ ansi-regex@^4.0.0, ansi-regex@^4.1.0:
616656
version "4.1.0"
617657
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
618658

659+
ansi-regex@^5.0.0:
660+
version "5.0.0"
661+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
662+
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
663+
619664
ansi-styles@^3.2.0, ansi-styles@^3.2.1:
620665
version "3.2.1"
621666
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
622667
dependencies:
623668
color-convert "^1.9.0"
624669

670+
ansi-styles@^4.0.0, ansi-styles@^4.1.0:
671+
version "4.3.0"
672+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
673+
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
674+
dependencies:
675+
color-convert "^2.0.1"
676+
625677
anymatch@^2.0.0:
626678
version "2.0.0"
627679
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb"
@@ -882,6 +934,14 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.4.2:
882934
escape-string-regexp "^1.0.5"
883935
supports-color "^5.3.0"
884936

937+
chalk@^4.0.0:
938+
version "4.1.0"
939+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
940+
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
941+
dependencies:
942+
ansi-styles "^4.1.0"
943+
supports-color "^7.1.0"
944+
885945
ci-info@^2.0.0:
886946
version "2.0.0"
887947
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
@@ -934,10 +994,22 @@ color-convert@^1.9.0:
934994
dependencies:
935995
color-name "1.1.3"
936996

997+
color-convert@^2.0.1:
998+
version "2.0.1"
999+
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
1000+
integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
1001+
dependencies:
1002+
color-name "~1.1.4"
1003+
9371004
9381005
version "1.1.3"
9391006
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
9401007

1008+
color-name@~1.1.4:
1009+
version "1.1.4"
1010+
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
1011+
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
1012+
9411013
colorette@^1.2.1:
9421014
version "1.2.2"
9431015
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
@@ -1107,6 +1179,11 @@ diff-sequences@^24.3.0:
11071179
version "24.3.0"
11081180
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-24.3.0.tgz#0f20e8a1df1abddaf4d9c226680952e64118b975"
11091181

1182+
diff-sequences@^26.6.2:
1183+
version "26.6.2"
1184+
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-26.6.2.tgz#48ba99157de1923412eed41db6b6d4aa9ca7c0b1"
1185+
integrity sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==
1186+
11101187
domexception@^1.0.1:
11111188
version "1.0.1"
11121189
resolved "https://registry.yarnpkg.com/domexception/-/domexception-1.0.1.tgz#937442644ca6a31261ef36e3ec677fe805582c90"
@@ -1437,6 +1514,11 @@ has-flag@^3.0.0:
14371514
version "3.0.0"
14381515
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
14391516

1517+
has-flag@^4.0.0:
1518+
version "4.0.0"
1519+
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
1520+
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
1521+
14401522
has-symbols@^1.0.0:
14411523
version "1.0.0"
14421524
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
@@ -1837,6 +1919,16 @@ jest-diff@^24.5.0:
18371919
jest-get-type "^24.3.0"
18381920
pretty-format "^24.5.0"
18391921

1922+
jest-diff@^26.0.0:
1923+
version "26.6.2"
1924+
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-26.6.2.tgz#1aa7468b52c3a68d7d5c5fdcdfcd5e49bd164394"
1925+
integrity sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==
1926+
dependencies:
1927+
chalk "^4.0.0"
1928+
diff-sequences "^26.6.2"
1929+
jest-get-type "^26.3.0"
1930+
pretty-format "^26.6.2"
1931+
18401932
jest-docblock@^24.3.0:
18411933
version "24.3.0"
18421934
resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-24.3.0.tgz#b9c32dac70f72e4464520d2ba4aec02ab14db5dd"
@@ -1878,6 +1970,11 @@ jest-get-type@^24.3.0:
18781970
version "24.3.0"
18791971
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-24.3.0.tgz#582cfd1a4f91b5cdad1d43d2932f816d543c65da"
18801972

1973+
jest-get-type@^26.3.0:
1974+
version "26.3.0"
1975+
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-26.3.0.tgz#e97dc3c3f53c2b406ca7afaed4493b1d099199e0"
1976+
integrity sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==
1977+
18811978
jest-haste-map@^24.5.0:
18821979
version "24.5.0"
18831980
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-24.5.0.tgz#3f17d0c548b99c0c96ed2893f9c0ccecb2eb9066"
@@ -2661,6 +2758,16 @@ pretty-format@^24.5.0:
26612758
ansi-styles "^3.2.0"
26622759
react-is "^16.8.4"
26632760

2761+
pretty-format@^26.0.0, pretty-format@^26.6.2:
2762+
version "26.6.2"
2763+
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.2.tgz#e35c2705f14cb7fe2fe94fa078345b444120fc93"
2764+
integrity sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==
2765+
dependencies:
2766+
"@jest/types" "^26.6.2"
2767+
ansi-regex "^5.0.0"
2768+
ansi-styles "^4.0.0"
2769+
react-is "^17.0.1"
2770+
26642771
process-nextick-args@~2.0.0:
26652772
version "2.0.0"
26662773
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa"
@@ -2699,6 +2806,11 @@ react-is@^16.8.4:
26992806
version "16.8.5"
27002807
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.5.tgz#c54ac229dd66b5afe0de5acbe47647c3da692ff8"
27012808

2809+
react-is@^17.0.1:
2810+
version "17.0.1"
2811+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.1.tgz#5b3531bd76a645a4c9fb6e693ed36419e3301339"
2812+
integrity sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA==
2813+
27022814
read-pkg-up@^4.0.0:
27032815
version "4.0.0"
27042816
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-4.0.0.tgz#1b221c6088ba7799601c808f91161c66e58f8978"
@@ -3124,6 +3236,13 @@ supports-color@^6.0.0, supports-color@^6.1.0:
31243236
dependencies:
31253237
has-flag "^3.0.0"
31263238

3239+
supports-color@^7.1.0:
3240+
version "7.2.0"
3241+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
3242+
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
3243+
dependencies:
3244+
has-flag "^4.0.0"
3245+
31273246
symbol-tree@^3.2.2:
31283247
version "3.2.2"
31293248
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6"

0 commit comments

Comments
 (0)