Skip to content

Commit 9edd7fa

Browse files
chore(deps): bump @types/jest to ^29.0.0 (#979)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7261f30 commit 9edd7fa

File tree

1 file changed

+63
-64
lines changed

1 file changed

+63
-64
lines changed

yarn.lock

Lines changed: 63 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,12 +1391,12 @@
13911391
"@types/node" "*"
13921392
jest-mock "^29.6.2"
13931393

1394-
"@jest/expect-utils@^29.6.2":
1395-
version "29.6.2"
1396-
resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-29.6.2.tgz#1b97f290d0185d264dd9fdec7567a14a38a90534"
1397-
integrity sha512-6zIhM8go3RV2IG4aIZaZbxwpOzz3ZiM23oxAlkquOIole+G6TrbeXnykxWYlqF7kz2HlBjdKtca20x9atkEQYg==
1394+
"@jest/expect-utils@^29.6.2", "@jest/expect-utils@^29.6.4":
1395+
version "29.6.4"
1396+
resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-29.6.4.tgz#17c7dfe6cec106441f218b0aff4b295f98346679"
1397+
integrity sha512-FEhkJhqtvBwgSpiTrocquJCdXPsyvNKcl/n7A3u7X4pVoF4bswm11c9d4AV+kfq2Gpv/mM8x7E7DsRvH+djkrg==
13981398
dependencies:
1399-
jest-get-type "^29.4.3"
1399+
jest-get-type "^29.6.3"
14001400

14011401
"@jest/expect@^29.6.2":
14021402
version "29.6.2"
@@ -1458,10 +1458,10 @@
14581458
strip-ansi "^6.0.0"
14591459
v8-to-istanbul "^9.0.1"
14601460

1461-
"@jest/schemas@^29.6.0":
1462-
version "29.6.0"
1463-
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.6.0.tgz#0f4cb2c8e3dca80c135507ba5635a4fd755b0040"
1464-
integrity sha512-rxLjXyJBTL4LQeJW3aKo0M/+GkCOXsO+8i9Iu7eDb6KwtP65ayoDsitrdPBtujxQ88k4wI2FNYfa6TOGwSn6cQ==
1461+
"@jest/schemas@^29.6.3":
1462+
version "29.6.3"
1463+
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.6.3.tgz#430b5ce8a4e0044a7e3819663305a7b3091c8e03"
1464+
integrity sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==
14651465
dependencies:
14661466
"@sinclair/typebox" "^0.27.8"
14671467

@@ -1515,12 +1515,12 @@
15151515
slash "^3.0.0"
15161516
write-file-atomic "^4.0.2"
15171517

1518-
"@jest/types@^29.6.1":
1519-
version "29.6.1"
1520-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.1.tgz#ae79080278acff0a6af5eb49d063385aaa897bf2"
1521-
integrity sha512-tPKQNMPuXgvdOn2/Lg9HNfUvjYVGolt04Hp03f5hAk878uwOLikN+JzeLY0HcVgKgFl9Hs3EIqpu3WX27XNhnw==
1518+
"@jest/types@^29.6.1", "@jest/types@^29.6.3":
1519+
version "29.6.3"
1520+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.3.tgz#1131f8cf634e7e84c5e77bab12f052af585fba59"
1521+
integrity sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==
15221522
dependencies:
1523-
"@jest/schemas" "^29.6.0"
1523+
"@jest/schemas" "^29.6.3"
15241524
"@types/istanbul-lib-coverage" "^2.0.0"
15251525
"@types/istanbul-reports" "^3.0.0"
15261526
"@types/node" "*"
@@ -1722,9 +1722,9 @@
17221722
"@types/istanbul-lib-report" "*"
17231723

17241724
"@types/jest@^29.0.0":
1725-
version "29.5.3"
1726-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.3.tgz#7a35dc0044ffb8b56325c6802a4781a626b05777"
1727-
integrity sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA==
1725+
version "29.5.4"
1726+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.4.tgz#9d0a16edaa009a71e6a71a999acd582514dab566"
1727+
integrity sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==
17281728
dependencies:
17291729
expect "^29.0.0"
17301730
pretty-format "^29.0.0"
@@ -2948,10 +2948,10 @@ detect-newline@^3.0.0:
29482948
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
29492949
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
29502950

2951-
diff-sequences@^29.4.3:
2952-
version "29.4.3"
2953-
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.4.3.tgz#9314bc1fabe09267ffeca9cbafc457d8499a13f2"
2954-
integrity sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==
2951+
diff-sequences@^29.6.3:
2952+
version "29.6.3"
2953+
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.6.3.tgz#4deaf894d11407c51efc8418012f9e70b84ea921"
2954+
integrity sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==
29552955

29562956
29572957
version "5.0.0"
@@ -3335,16 +3335,15 @@ exit@^0.1.2:
33353335
integrity sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==
33363336

33373337
expect@^29.0.0, expect@^29.6.2:
3338-
version "29.6.2"
3339-
resolved "https://registry.yarnpkg.com/expect/-/expect-29.6.2.tgz#7b08e83eba18ddc4a2cf62b5f2d1918f5cd84521"
3340-
integrity sha512-iAErsLxJ8C+S02QbLAwgSGSezLQK+XXRDt8IuFXFpwCNw2ECmzZSmjKcCaFVp5VRMk+WAvz6h6jokzEzBFZEuA==
3338+
version "29.6.4"
3339+
resolved "https://registry.yarnpkg.com/expect/-/expect-29.6.4.tgz#a6e6f66d4613717859b2fe3da98a739437b6f4b8"
3340+
integrity sha512-F2W2UyQ8XYyftHT57dtfg8Ue3X5qLgm2sSug0ivvLRH/VKNRL/pDxg/TH7zVzbQB0tu80clNFy6LU7OS/VSEKA==
33413341
dependencies:
3342-
"@jest/expect-utils" "^29.6.2"
3343-
"@types/node" "*"
3344-
jest-get-type "^29.4.3"
3345-
jest-matcher-utils "^29.6.2"
3346-
jest-message-util "^29.6.2"
3347-
jest-util "^29.6.2"
3342+
"@jest/expect-utils" "^29.6.4"
3343+
jest-get-type "^29.6.3"
3344+
jest-matcher-utils "^29.6.4"
3345+
jest-message-util "^29.6.3"
3346+
jest-util "^29.6.3"
33483347

33493348
extend@~3.0.2:
33503349
version "3.0.2"
@@ -4373,15 +4372,15 @@ jest-config@^29.6.2:
43734372
slash "^3.0.0"
43744373
strip-json-comments "^3.1.1"
43754374

4376-
jest-diff@^29.0.0, jest-diff@^29.6.2:
4377-
version "29.6.2"
4378-
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.6.2.tgz#c36001e5543e82a0805051d3ceac32e6825c1c46"
4379-
integrity sha512-t+ST7CB9GX5F2xKwhwCf0TAR17uNDiaPTZnVymP9lw0lssa9vG+AFyDZoeIHStU3WowFFwT+ky+er0WVl2yGhA==
4375+
jest-diff@^29.0.0, jest-diff@^29.6.2, jest-diff@^29.6.4:
4376+
version "29.6.4"
4377+
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.6.4.tgz#85aaa6c92a79ae8cd9a54ebae8d5b6d9a513314a"
4378+
integrity sha512-9F48UxR9e4XOEZvoUXEHSWY4qC4zERJaOfrbBg9JpbJOO43R1vN76REt/aMGZoY6GD5g84nnJiBIVlscegefpw==
43804379
dependencies:
43814380
chalk "^4.0.0"
4382-
diff-sequences "^29.4.3"
4383-
jest-get-type "^29.4.3"
4384-
pretty-format "^29.6.2"
4381+
diff-sequences "^29.6.3"
4382+
jest-get-type "^29.6.3"
4383+
pretty-format "^29.6.3"
43854384

43864385
jest-docblock@^29.4.3:
43874386
version "29.4.3"
@@ -4427,10 +4426,10 @@ jest-environment-node@^29.6.2:
44274426
jest-mock "^29.6.2"
44284427
jest-util "^29.6.2"
44294428

4430-
jest-get-type@^29.4.3:
4431-
version "29.4.3"
4432-
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-29.4.3.tgz#1ab7a5207c995161100b5187159ca82dd48b3dd5"
4433-
integrity sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==
4429+
jest-get-type@^29.4.3, jest-get-type@^29.6.3:
4430+
version "29.6.3"
4431+
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-29.6.3.tgz#36f499fdcea197c1045a127319c0481723908fd1"
4432+
integrity sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==
44344433

44354434
jest-haste-map@^29.6.2:
44364435
version "29.6.2"
@@ -4469,28 +4468,28 @@ jest-leak-detector@^29.6.2:
44694468
jest-get-type "^29.4.3"
44704469
pretty-format "^29.6.2"
44714470

4472-
jest-matcher-utils@^29.6.2:
4473-
version "29.6.2"
4474-
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.6.2.tgz#39de0be2baca7a64eacb27291f0bd834fea3a535"
4475-
integrity sha512-4LiAk3hSSobtomeIAzFTe+N8kL6z0JtF3n6I4fg29iIW7tt99R7ZcIFW34QkX+DuVrf+CUe6wuVOpm7ZKFJzZQ==
4471+
jest-matcher-utils@^29.6.2, jest-matcher-utils@^29.6.4:
4472+
version "29.6.4"
4473+
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.6.4.tgz#327db7ababea49455df3b23e5d6109fe0c709d24"
4474+
integrity sha512-KSzwyzGvK4HcfnserYqJHYi7sZVqdREJ9DMPAKVbS98JsIAvumihaNUbjrWw0St7p9IY7A9UskCW5MYlGmBQFQ==
44764475
dependencies:
44774476
chalk "^4.0.0"
4478-
jest-diff "^29.6.2"
4479-
jest-get-type "^29.4.3"
4480-
pretty-format "^29.6.2"
4477+
jest-diff "^29.6.4"
4478+
jest-get-type "^29.6.3"
4479+
pretty-format "^29.6.3"
44814480

4482-
jest-message-util@^29.6.2:
4483-
version "29.6.2"
4484-
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.6.2.tgz#af7adc2209c552f3f5ae31e77cf0a261f23dc2bb"
4485-
integrity sha512-vnIGYEjoPSuRqV8W9t+Wow95SDp6KPX2Uf7EoeG9G99J2OVh7OSwpS4B6J0NfpEIpfkBNHlBZpA2rblEuEFhZQ==
4481+
jest-message-util@^29.6.2, jest-message-util@^29.6.3:
4482+
version "29.6.3"
4483+
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.6.3.tgz#bce16050d86801b165f20cfde34dc01d3cf85fbf"
4484+
integrity sha512-FtzaEEHzjDpQp51HX4UMkPZjy46ati4T5pEMyM6Ik48ztu4T9LQplZ6OsimHx7EuM9dfEh5HJa6D3trEftu3dA==
44864485
dependencies:
44874486
"@babel/code-frame" "^7.12.13"
4488-
"@jest/types" "^29.6.1"
4487+
"@jest/types" "^29.6.3"
44894488
"@types/stack-utils" "^2.0.0"
44904489
chalk "^4.0.0"
44914490
graceful-fs "^4.2.9"
44924491
micromatch "^4.0.4"
4493-
pretty-format "^29.6.2"
4492+
pretty-format "^29.6.3"
44944493
slash "^3.0.0"
44954494
stack-utils "^2.0.3"
44964495

@@ -4617,12 +4616,12 @@ jest-snapshot@^29.6.2:
46174616
pretty-format "^29.6.2"
46184617
semver "^7.5.3"
46194618

4620-
jest-util@^29.6.2:
4621-
version "29.6.2"
4622-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.6.2.tgz#8a052df8fff2eebe446769fd88814521a517664d"
4623-
integrity sha512-3eX1qb6L88lJNCFlEADKOkjpXJQyZRiavX1INZ4tRnrBVr2COd3RgcTLyUiEXMNBlDU/cgYq6taUS0fExrWW4w==
4619+
jest-util@^29.6.2, jest-util@^29.6.3:
4620+
version "29.6.3"
4621+
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.6.3.tgz#e15c3eac8716440d1ed076f09bc63ace1aebca63"
4622+
integrity sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==
46244623
dependencies:
4625-
"@jest/types" "^29.6.1"
4624+
"@jest/types" "^29.6.3"
46264625
"@types/node" "*"
46274626
chalk "^4.0.0"
46284627
ci-info "^3.2.0"
@@ -5533,12 +5532,12 @@ pretty-format@^27.0.2:
55335532
ansi-styles "^5.0.0"
55345533
react-is "^17.0.1"
55355534

5536-
pretty-format@^29.0.0, pretty-format@^29.6.2:
5537-
version "29.6.2"
5538-
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.6.2.tgz#3d5829261a8a4d89d8b9769064b29c50ed486a47"
5539-
integrity sha512-1q0oC8eRveTg5nnBEWMXAU2qpv65Gnuf2eCQzSjxpWFkPaPARwqZZDGuNE0zPAZfTCHzIk3A8dIjwlQKKLphyg==
5535+
pretty-format@^29.0.0, pretty-format@^29.6.2, pretty-format@^29.6.3:
5536+
version "29.6.3"
5537+
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.6.3.tgz#d432bb4f1ca6f9463410c3fb25a0ba88e594ace7"
5538+
integrity sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==
55405539
dependencies:
5541-
"@jest/schemas" "^29.6.0"
5540+
"@jest/schemas" "^29.6.3"
55425541
ansi-styles "^5.0.0"
55435542
react-is "^18.0.0"
55445543

0 commit comments

Comments
 (0)