Skip to content

Commit 52774cd

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @types/jest to v27
1 parent 1aa7956 commit 52774cd

File tree

3 files changed

+236
-20
lines changed

3 files changed

+236
-20
lines changed

package-lock.json

Lines changed: 174 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@testing-library/jest-dom": "5.11.9",
1212
"@testing-library/react": "11.2.7",
1313
"@testing-library/user-event": "13.0.6",
14-
"@types/jest": "26.0.24",
14+
"@types/jest": "27.0.1",
1515
"@types/node": "14.17.9",
1616
"@types/react": "17.0.17",
1717
"@types/react-dom": "17.0.9",

yarn.lock

Lines changed: 61 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,6 +1567,17 @@
15671567
"@types/yargs" "^15.0.0"
15681568
chalk "^4.0.0"
15691569

1570+
"@jest/types@^27.0.6":
1571+
version "27.0.6"
1572+
resolved "https://registry.npmjs.org/@jest/types/-/types-27.0.6.tgz"
1573+
integrity sha512-aSquT1qa9Pik26JK5/3rvnYb4bGtm1VFNesHKmNTwmPIgOrixvhL2ghIvFRNEpzy3gU+rUgjIF/KodbkFAl++g==
1574+
dependencies:
1575+
"@types/istanbul-lib-coverage" "^2.0.0"
1576+
"@types/istanbul-reports" "^3.0.0"
1577+
"@types/node" "*"
1578+
"@types/yargs" "^16.0.0"
1579+
chalk "^4.0.0"
1580+
15701581
"@nodelib/[email protected]":
15711582
version "2.1.4"
15721583
resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz"
@@ -1914,13 +1925,13 @@
19141925
dependencies:
19151926
"@types/istanbul-lib-report" "*"
19161927

1917-
"@types/jest@*", "@types/jest@26.0.24":
1918-
version "26.0.24"
1919-
resolved "https://registry.npmjs.org/@types/jest/-/jest-26.0.24.tgz"
1920-
integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==
1928+
"@types/jest@*", "@types/jest@27.0.1":
1929+
version "27.0.1"
1930+
resolved "https://registry.npmjs.org/@types/jest/-/jest-27.0.1.tgz"
1931+
integrity sha512-HTLpVXHrY69556ozYkcq47TtQJXpcWAWfkoqz+ZGz2JnmZhzlRjprCIyFnetSy8gpDWwTTGBcRVv1J1I1vBrHw==
19211932
dependencies:
1922-
jest-diff "^26.0.0"
1923-
pretty-format "^26.0.0"
1933+
jest-diff "^27.0.0"
1934+
pretty-format "^27.0.0"
19241935

19251936
"@types/json-schema@*", "@types/json-schema@^7.0.3", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6":
19261937
version "7.0.7"
@@ -2086,6 +2097,13 @@
20862097
dependencies:
20872098
"@types/yargs-parser" "*"
20882099

2100+
"@types/yargs@^16.0.0":
2101+
version "16.0.4"
2102+
resolved "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz"
2103+
integrity sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==
2104+
dependencies:
2105+
"@types/yargs-parser" "*"
2106+
20892107
"@typescript-eslint/eslint-plugin@^4.5.0":
20902108
version "4.14.2"
20912109
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.14.2.tgz"
@@ -2514,6 +2532,11 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0:
25142532
dependencies:
25152533
color-convert "^2.0.1"
25162534

2535+
ansi-styles@^5.0.0:
2536+
version "5.2.0"
2537+
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz"
2538+
integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==
2539+
25172540
anymatch@^2.0.0:
25182541
version "2.0.0"
25192542
resolved "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz"
@@ -4333,6 +4356,11 @@ diff-sequences@^26.6.2:
43334356
resolved "https://registry.npmjs.org/diff-sequences/-/diff-sequences-26.6.2.tgz"
43344357
integrity sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==
43354358

4359+
diff-sequences@^27.0.6:
4360+
version "27.0.6"
4361+
resolved "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.0.6.tgz"
4362+
integrity sha512-ag6wfpBFyNXZ0p8pcuIDS//D8H062ZQJ3fzYxjpmeKjnz8W4pekL3AI8VohmyZmsWW2PWaHgjsmqR6L13101VQ==
4363+
43364364
diff@^4.0.1:
43374365
version "4.0.2"
43384366
resolved "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz"
@@ -6710,7 +6738,7 @@ jest-config@^26.6.3:
67106738
micromatch "^4.0.2"
67116739
pretty-format "^26.6.2"
67126740

6713-
jest-diff@^26.0.0, jest-diff@^26.6.2:
6741+
jest-diff@^26.6.2:
67146742
version "26.6.2"
67156743
resolved "https://registry.npmjs.org/jest-diff/-/jest-diff-26.6.2.tgz"
67166744
integrity sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==
@@ -6720,6 +6748,16 @@ jest-diff@^26.0.0, jest-diff@^26.6.2:
67206748
jest-get-type "^26.3.0"
67216749
pretty-format "^26.6.2"
67226750

6751+
jest-diff@^27.0.0:
6752+
version "27.0.6"
6753+
resolved "https://registry.npmjs.org/jest-diff/-/jest-diff-27.0.6.tgz"
6754+
integrity sha512-Z1mqgkTCSYaFgwTlP/NUiRzdqgxmmhzHY1Tq17zL94morOHfHu3K4bgSgl+CR4GLhpV8VxkuOYuIWnQ9LnFqmg==
6755+
dependencies:
6756+
chalk "^4.0.0"
6757+
diff-sequences "^27.0.6"
6758+
jest-get-type "^27.0.6"
6759+
pretty-format "^27.0.6"
6760+
67236761
jest-docblock@^26.0.0:
67246762
version "26.0.0"
67256763
resolved "https://registry.npmjs.org/jest-docblock/-/jest-docblock-26.0.0.tgz"
@@ -6768,6 +6806,11 @@ jest-get-type@^26.3.0:
67686806
resolved "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz"
67696807
integrity sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==
67706808

6809+
jest-get-type@^27.0.6:
6810+
version "27.0.6"
6811+
resolved "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.0.6.tgz"
6812+
integrity sha512-XTkK5exIeUbbveehcSR8w0bhH+c0yloW/Wpl+9vZrjzztCPWrxhHwkIFpZzCt71oRBsgxmuUfxEqOYoZI2macg==
6813+
67716814
jest-haste-map@^26.6.2:
67726815
version "26.6.2"
67736816
resolved "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-26.6.2.tgz"
@@ -9399,7 +9442,7 @@ pretty-error@^2.1.1:
93999442
lodash "^4.17.20"
94009443
renderkid "^2.0.4"
94019444

9402-
pretty-format@^26.0.0, pretty-format@^26.6.0, pretty-format@^26.6.2:
9445+
pretty-format@^26.6.0, pretty-format@^26.6.2:
94039446
version "26.6.2"
94049447
resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz"
94059448
integrity sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==
@@ -9409,6 +9452,16 @@ pretty-format@^26.0.0, pretty-format@^26.6.0, pretty-format@^26.6.2:
94099452
ansi-styles "^4.0.0"
94109453
react-is "^17.0.1"
94119454

9455+
pretty-format@^27.0.0, pretty-format@^27.0.6:
9456+
version "27.0.6"
9457+
resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-27.0.6.tgz"
9458+
integrity sha512-8tGD7gBIENgzqA+UBzObyWqQ5B778VIFZA/S66cclyd5YkFLYs2Js7gxDKf0MXtTc9zcS7t1xhdfcElJ3YIvkQ==
9459+
dependencies:
9460+
"@jest/types" "^27.0.6"
9461+
ansi-regex "^5.0.0"
9462+
ansi-styles "^5.0.0"
9463+
react-is "^17.0.1"
9464+
94129465
process-nextick-args@~2.0.0:
94139466
version "2.0.1"
94149467
resolved "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz"

0 commit comments

Comments
 (0)