Skip to content

Commit 124955d

Browse files
authored
⬆️ Update @types/jest to version 29.5.12
1 parent da4e6f9 commit 124955d

File tree

2 files changed

+117
-9
lines changed

2 files changed

+117
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@babel/preset-react": "^7.16.7",
2929
"@babel/preset-typescript": "^7.16.7",
3030
"@types/enzyme": "^3.10.12",
31-
"@types/jest": "^27.5.2",
31+
"@types/jest": "^29.5.12",
3232
"@types/node-fetch": "^2",
3333
"@types/react": "^17.0.43",
3434
"@types/react-dom": "^18.0.2",

yarn.lock

Lines changed: 116 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,6 +1288,13 @@
12881288
"@types/node" "*"
12891289
jest-mock "^27.5.1"
12901290

1291+
"@jest/expect-utils@^29.7.0":
1292+
version "29.7.0"
1293+
resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-29.7.0.tgz#023efe5d26a8a70f21677d0a1afc0f0a44e3a1c6"
1294+
integrity sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==
1295+
dependencies:
1296+
jest-get-type "^29.6.3"
1297+
12911298
"@jest/fake-timers@^27.5.1":
12921299
version "27.5.1"
12931300
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-27.5.1.tgz#76979745ce0579c8a94a4678af7a748eda8ada74"
@@ -1347,6 +1354,13 @@
13471354
dependencies:
13481355
"@sinclair/typebox" "^0.23.3"
13491356

1357+
"@jest/schemas@^29.6.3":
1358+
version "29.6.3"
1359+
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.6.3.tgz#430b5ce8a4e0044a7e3819663305a7b3091c8e03"
1360+
integrity sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==
1361+
dependencies:
1362+
"@sinclair/typebox" "^0.27.8"
1363+
13501364
"@jest/source-map@^27.5.1":
13511365
version "27.5.1"
13521366
resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-27.5.1.tgz#6608391e465add4205eae073b55e7f279e04e8cf"
@@ -1430,6 +1444,18 @@
14301444
"@types/yargs" "^17.0.8"
14311445
chalk "^4.0.0"
14321446

1447+
"@jest/types@^29.6.3":
1448+
version "29.6.3"
1449+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.3.tgz#1131f8cf634e7e84c5e77bab12f052af585fba59"
1450+
integrity sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==
1451+
dependencies:
1452+
"@jest/schemas" "^29.6.3"
1453+
"@types/istanbul-lib-coverage" "^2.0.0"
1454+
"@types/istanbul-reports" "^3.0.0"
1455+
"@types/node" "*"
1456+
"@types/yargs" "^17.0.8"
1457+
chalk "^4.0.0"
1458+
14331459
"@jridgewell/gen-mapping@^0.1.0":
14341460
version "0.1.1"
14351461
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996"
@@ -1558,6 +1584,11 @@
15581584
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.23.5.tgz#93f7b9f4e3285a7a9ade7557d9a8d36809cbc47d"
15591585
integrity sha512-AFBVi/iT4g20DHoujvMH1aEDn8fGJh4xsRGCP6d8RpLPMqsNPvW01Jcn0QysXTsg++/xj25NmJsGyH9xug/wKg==
15601586

1587+
"@sinclair/typebox@^0.27.8":
1588+
version "0.27.8"
1589+
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"
1590+
integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==
1591+
15611592
"@sinonjs/commons@^1.7.0":
15621593
version "1.8.3"
15631594
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.3.tgz#3802ddd21a50a949b6721ddd72da36e67e7f1b2d"
@@ -1864,13 +1895,13 @@
18641895
dependencies:
18651896
"@types/istanbul-lib-report" "*"
18661897

1867-
"@types/jest@^27.5.2":
1868-
version "27.5.2"
1869-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.2.tgz#ec49d29d926500ffb9fd22b84262e862049c026c"
1870-
integrity sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA==
1898+
"@types/jest@^29.5.12":
1899+
version "29.5.12"
1900+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.12.tgz#7f7dc6eb4cf246d2474ed78744b05d06ce025544"
1901+
integrity sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==
18711902
dependencies:
1872-
jest-matcher-utils "^27.0.0"
1873-
pretty-format "^27.0.0"
1903+
expect "^29.0.0"
1904+
pretty-format "^29.0.0"
18741905

18751906
"@types/json-schema@*", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
18761907
version "7.0.11"
@@ -3976,6 +4007,11 @@ diff-sequences@^27.5.1:
39764007
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-27.5.1.tgz#eaecc0d327fd68c8d9672a1e64ab8dccb2ef5327"
39774008
integrity sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==
39784009

4010+
diff-sequences@^29.6.3:
4011+
version "29.6.3"
4012+
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.6.3.tgz#4deaf894d11407c51efc8418012f9e70b84ea921"
4013+
integrity sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==
4014+
39794015
diffie-hellman@^5.0.0:
39804016
version "5.0.3"
39814017
resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875"
@@ -4743,6 +4779,17 @@ expect@^27.5.1:
47434779
jest-matcher-utils "^27.5.1"
47444780
jest-message-util "^27.5.1"
47454781

4782+
expect@^29.0.0:
4783+
version "29.7.0"
4784+
resolved "https://registry.yarnpkg.com/expect/-/expect-29.7.0.tgz#578874590dcb3214514084c08115d8aee61e11bc"
4785+
integrity sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==
4786+
dependencies:
4787+
"@jest/expect-utils" "^29.7.0"
4788+
jest-get-type "^29.6.3"
4789+
jest-matcher-utils "^29.7.0"
4790+
jest-message-util "^29.7.0"
4791+
jest-util "^29.7.0"
4792+
47464793
express@^4.17.3:
47474794
version "4.18.1"
47484795
resolved "https://registry.yarnpkg.com/express/-/express-4.18.1.tgz#7797de8b9c72c857b9cd0e14a5eea80666267caf"
@@ -5934,6 +5981,16 @@ jest-diff@^27.5.1:
59345981
jest-get-type "^27.5.1"
59355982
pretty-format "^27.5.1"
59365983

5984+
jest-diff@^29.7.0:
5985+
version "29.7.0"
5986+
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.7.0.tgz#017934a66ebb7ecf6f205e84699be10afd70458a"
5987+
integrity sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==
5988+
dependencies:
5989+
chalk "^4.0.0"
5990+
diff-sequences "^29.6.3"
5991+
jest-get-type "^29.6.3"
5992+
pretty-format "^29.7.0"
5993+
59375994
jest-docblock@^27.5.1:
59385995
version "27.5.1"
59395996
resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-27.5.1.tgz#14092f364a42c6108d42c33c8cf30e058e25f6c0"
@@ -5982,6 +6039,11 @@ jest-get-type@^27.5.1:
59826039
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.5.1.tgz#3cd613c507b0f7ace013df407a1c1cd578bcb4f1"
59836040
integrity sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==
59846041

6042+
jest-get-type@^29.6.3:
6043+
version "29.6.3"
6044+
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-29.6.3.tgz#36f499fdcea197c1045a127319c0481723908fd1"
6045+
integrity sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==
6046+
59856047
jest-haste-map@^27.5.1:
59866048
version "27.5.1"
59876049
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.5.1.tgz#9fd8bd7e7b4fa502d9c6164c5640512b4e811e7f"
@@ -6033,7 +6095,7 @@ jest-leak-detector@^27.5.1:
60336095
jest-get-type "^27.5.1"
60346096
pretty-format "^27.5.1"
60356097

6036-
jest-matcher-utils@^27.0.0, jest-matcher-utils@^27.5.1:
6098+
jest-matcher-utils@^27.5.1:
60376099
version "27.5.1"
60386100
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz#9c0cdbda8245bc22d2331729d1091308b40cf8ab"
60396101
integrity sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==
@@ -6043,6 +6105,16 @@ jest-matcher-utils@^27.0.0, jest-matcher-utils@^27.5.1:
60436105
jest-get-type "^27.5.1"
60446106
pretty-format "^27.5.1"
60456107

6108+
jest-matcher-utils@^29.7.0:
6109+
version "29.7.0"
6110+
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz#ae8fec79ff249fd592ce80e3ee474e83a6c44f12"
6111+
integrity sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==
6112+
dependencies:
6113+
chalk "^4.0.0"
6114+
jest-diff "^29.7.0"
6115+
jest-get-type "^29.6.3"
6116+
pretty-format "^29.7.0"
6117+
60466118
jest-message-util@^27.5.1:
60476119
version "27.5.1"
60486120
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.5.1.tgz#bdda72806da10d9ed6425e12afff38cd1458b6cf"
@@ -6073,6 +6145,21 @@ jest-message-util@^28.1.0:
60736145
slash "^3.0.0"
60746146
stack-utils "^2.0.3"
60756147

6148+
jest-message-util@^29.7.0:
6149+
version "29.7.0"
6150+
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.7.0.tgz#8bc392e204e95dfe7564abbe72a404e28e51f7f3"
6151+
integrity sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==
6152+
dependencies:
6153+
"@babel/code-frame" "^7.12.13"
6154+
"@jest/types" "^29.6.3"
6155+
"@types/stack-utils" "^2.0.0"
6156+
chalk "^4.0.0"
6157+
graceful-fs "^4.2.9"
6158+
micromatch "^4.0.4"
6159+
pretty-format "^29.7.0"
6160+
slash "^3.0.0"
6161+
stack-utils "^2.0.3"
6162+
60766163
jest-mock@^27.5.1:
60776164
version "27.5.1"
60786165
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-27.5.1.tgz#19948336d49ef4d9c52021d34ac7b5f36ff967d6"
@@ -6236,6 +6323,18 @@ jest-util@^28.1.0:
62366323
graceful-fs "^4.2.9"
62376324
picomatch "^2.2.3"
62386325

6326+
jest-util@^29.7.0:
6327+
version "29.7.0"
6328+
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.7.0.tgz#23c2b62bfb22be82b44de98055802ff3710fc0bc"
6329+
integrity sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==
6330+
dependencies:
6331+
"@jest/types" "^29.6.3"
6332+
"@types/node" "*"
6333+
chalk "^4.0.0"
6334+
ci-info "^3.2.0"
6335+
graceful-fs "^4.2.9"
6336+
picomatch "^2.2.3"
6337+
62396338
jest-validate@^27.5.1:
62406339
version "27.5.1"
62416340
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-27.5.1.tgz#9197d54dc0bdb52260b8db40b46ae668e04df067"
@@ -8053,7 +8152,7 @@ pretty-error@^4.0.0:
80538152
lodash "^4.17.20"
80548153
renderkid "^3.0.0"
80558154

8056-
pretty-format@^27.0.0, pretty-format@^27.5.1:
8155+
pretty-format@^27.5.1:
80578156
version "27.5.1"
80588157
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.5.1.tgz#2181879fdea51a7a5851fb39d920faa63f01d88e"
80598158
integrity sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==
@@ -8072,6 +8171,15 @@ pretty-format@^28.1.0:
80728171
ansi-styles "^5.0.0"
80738172
react-is "^18.0.0"
80748173

8174+
pretty-format@^29.0.0, pretty-format@^29.7.0:
8175+
version "29.7.0"
8176+
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.7.0.tgz#ca42c758310f365bfa71a0bda0a807160b776812"
8177+
integrity sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==
8178+
dependencies:
8179+
"@jest/schemas" "^29.6.3"
8180+
ansi-styles "^5.0.0"
8181+
react-is "^18.0.0"
8182+
80758183
process-nextick-args@~2.0.0:
80768184
version "2.0.1"
80778185
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"

0 commit comments

Comments
 (0)