Skip to content

Commit d4e1c55

Browse files
build(deps-dev): bump @testing-library/jest-dom from 5.17.0 to 6.6.3
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.17.0 to 6.6.3. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](testing-library/jest-dom@v5.17.0...v6.6.3) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 417350f commit d4e1c55

File tree

2 files changed

+21
-63
lines changed

2 files changed

+21
-63
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@babel/preset-flow": "7.25.9",
4444
"@babel/preset-react": "^7.25.9",
4545
"@babel/preset-typescript": "^7.26.0",
46-
"@testing-library/jest-dom": "^5.17.0",
46+
"@testing-library/jest-dom": "^6.6.3",
4747
"@testing-library/react": "^14.3.0",
4848
"@testing-library/user-event": "^14.5.2",
4949
"@types/dotenv-webpack": "^7.0.8",

yarn.lock

+20-62
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@adobe/css-tools@^4.0.1":
6-
version "4.0.1"
7-
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.0.1.tgz#b38b444ad3aa5fedbb15f2f746dcd934226a12dd"
8-
integrity sha512-+u76oB43nOHrF4DDWRLWDCtci7f3QJoEBigemIdIeTi1ODqjx6Tad9NCVnPRwewWlKkVab5PlK8DCtPTyX7S8g==
5+
"@adobe/css-tools@^4.4.0":
6+
version "4.4.0"
7+
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.4.0.tgz#728c484f4e10df03d5a3acd0d8adcbbebff8ad63"
8+
integrity sha512-Ff9+ksdQQB3rMncgqDK78uLznstjyfIf2Arnh22pW8kBpLs6rpKDwgnZT46hin5Hl1WzazzK64DOrhSwYpS7bQ==
99

1010
"@ampproject/remapping@^2.2.0":
1111
version "2.2.0"
@@ -1172,7 +1172,7 @@
11721172
"@babel/plugin-transform-modules-commonjs" "^7.25.9"
11731173
"@babel/plugin-transform-typescript" "^7.25.9"
11741174

1175-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.23.9", "@babel/runtime@^7.25.0", "@babel/runtime@^7.25.7", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
1175+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.23.9", "@babel/runtime@^7.25.0", "@babel/runtime@^7.25.7", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
11761176
version "7.25.7"
11771177
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.7.tgz#7ffb53c37a8f247c8c4d335e89cdf16a2e0d0fb6"
11781178
integrity sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w==
@@ -2147,19 +2147,17 @@
21472147
lz-string "^1.4.4"
21482148
pretty-format "^27.0.2"
21492149

2150-
"@testing-library/jest-dom@^5.17.0":
2151-
version "5.17.0"
2152-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.17.0.tgz#5e97c8f9a15ccf4656da00fecab505728de81e0c"
2153-
integrity sha512-ynmNeT7asXyH3aSVv4vvX4Rb+0qjOhdNHnO/3vuZNqPmhDpV/+rCSGwQ7bLcmU2cJ4dvoheIO85LQj0IbJHEtg==
2150+
"@testing-library/jest-dom@^6.6.3":
2151+
version "6.6.3"
2152+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz#26ba906cf928c0f8172e182c6fe214eb4f9f2bd2"
2153+
integrity sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==
21542154
dependencies:
2155-
"@adobe/css-tools" "^4.0.1"
2156-
"@babel/runtime" "^7.9.2"
2157-
"@types/testing-library__jest-dom" "^5.9.1"
2155+
"@adobe/css-tools" "^4.4.0"
21582156
aria-query "^5.0.0"
21592157
chalk "^3.0.0"
21602158
css.escape "^1.5.1"
2161-
dom-accessibility-api "^0.5.6"
2162-
lodash "^4.17.15"
2159+
dom-accessibility-api "^0.6.3"
2160+
lodash "^4.17.21"
21632161
redent "^3.0.0"
21642162

21652163
"@testing-library/react@^14.3.0":
@@ -2333,14 +2331,6 @@
23332331
dependencies:
23342332
"@types/istanbul-lib-report" "*"
23352333

2336-
"@types/jest@*":
2337-
version "27.5.2"
2338-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.2.tgz#ec49d29d926500ffb9fd22b84262e862049c026c"
2339-
integrity sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA==
2340-
dependencies:
2341-
jest-matcher-utils "^27.0.0"
2342-
pretty-format "^27.0.0"
2343-
23442334
"@types/jsdom@^20.0.0":
23452335
version "20.0.0"
23462336
resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-20.0.0.tgz#4414fb629465167f8b7b3804b9e067bdd99f1791"
@@ -2523,13 +2513,6 @@
25232513
resolved "https://registry.yarnpkg.com/@types/stylis/-/stylis-4.2.5.tgz#1daa6456f40959d06157698a653a9ab0a70281df"
25242514
integrity sha512-1Xve+NMN7FWjY14vLoY5tL3BVEQ/n42YLwaqJIPYhotZ9uBHt87VceMwWQpzmdEt2TNXIorIFG+YeCUUW7RInw==
25252515

2526-
"@types/testing-library__jest-dom@^5.9.1":
2527-
version "5.14.3"
2528-
resolved "https://registry.yarnpkg.com/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.3.tgz#ee6c7ffe9f8595882ee7bda8af33ae7b8789ef17"
2529-
integrity sha512-oKZe+Mf4ioWlMuzVBaXQ9WDnEm1+umLx0InILg+yvZVBBDmzV5KfZyLrCvadtWcx8+916jLmHafcmqqffl+iIw==
2530-
dependencies:
2531-
"@types/jest" "*"
2532-
25332516
"@types/tough-cookie@*":
25342517
version "4.0.2"
25352518
resolved "https://registry.yarnpkg.com/@types/tough-cookie/-/tough-cookie-4.0.2.tgz#6286b4c7228d58ab7866d19716f3696e03a09397"
@@ -3705,11 +3688,6 @@ detect-node@^2.0.4:
37053688
resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz#c9c70775a49c3d03bc2c06d9a73be550f978f8b1"
37063689
integrity sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==
37073690

3708-
diff-sequences@^27.5.1:
3709-
version "27.5.1"
3710-
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-27.5.1.tgz#eaecc0d327fd68c8d9672a1e64ab8dccb2ef5327"
3711-
integrity sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==
3712-
37133691
diff-sequences@^29.6.3:
37143692
version "29.6.3"
37153693
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.6.3.tgz#4deaf894d11407c51efc8418012f9e70b84ea921"
@@ -3727,11 +3705,16 @@ dns-packet@^5.2.2:
37273705
dependencies:
37283706
"@leichtgewicht/ip-codec" "^2.0.1"
37293707

3730-
dom-accessibility-api@^0.5.6, dom-accessibility-api@^0.5.9:
3708+
dom-accessibility-api@^0.5.9:
37313709
version "0.5.14"
37323710
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.14.tgz#56082f71b1dc7aac69d83c4285eef39c15d93f56"
37333711
integrity sha512-NMt+m9zFMPZe0JcY9gN224Qvk6qLIdqex29clBvc/y75ZBX9YA9wNK3frsYvu2DI1xcCIwxwnX+TlsJ2DSOADg==
37343712

3713+
dom-accessibility-api@^0.6.3:
3714+
version "0.6.3"
3715+
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz#993e925cc1d73f2c662e7d75dd5a5445259a8fd8"
3716+
integrity sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==
3717+
37353718
dom-converter@^0.2.0:
37363719
version "0.2.0"
37373720
resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768"
@@ -4786,16 +4769,6 @@ jest-config@^29.7.0:
47864769
slash "^3.0.0"
47874770
strip-json-comments "^3.1.1"
47884771

4789-
jest-diff@^27.5.1:
4790-
version "27.5.1"
4791-
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.5.1.tgz#a07f5011ac9e6643cf8a95a462b7b1ecf6680def"
4792-
integrity sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==
4793-
dependencies:
4794-
chalk "^4.0.0"
4795-
diff-sequences "^27.5.1"
4796-
jest-get-type "^27.5.1"
4797-
pretty-format "^27.5.1"
4798-
47994772
jest-diff@^29.7.0:
48004773
version "29.7.0"
48014774
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.7.0.tgz#017934a66ebb7ecf6f205e84699be10afd70458a"
@@ -4850,11 +4823,6 @@ jest-environment-node@^29.7.0:
48504823
jest-mock "^29.7.0"
48514824
jest-util "^29.7.0"
48524825

4853-
jest-get-type@^27.5.1:
4854-
version "27.5.1"
4855-
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.5.1.tgz#3cd613c507b0f7ace013df407a1c1cd578bcb4f1"
4856-
integrity sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==
4857-
48584826
jest-get-type@^29.6.3:
48594827
version "29.6.3"
48604828
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-29.6.3.tgz#36f499fdcea197c1045a127319c0481723908fd1"
@@ -4897,16 +4865,6 @@ jest-leak-detector@^29.7.0:
48974865
jest-get-type "^29.6.3"
48984866
pretty-format "^29.7.0"
48994867

4900-
jest-matcher-utils@^27.0.0:
4901-
version "27.5.1"
4902-
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz#9c0cdbda8245bc22d2331729d1091308b40cf8ab"
4903-
integrity sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==
4904-
dependencies:
4905-
chalk "^4.0.0"
4906-
jest-diff "^27.5.1"
4907-
jest-get-type "^27.5.1"
4908-
pretty-format "^27.5.1"
4909-
49104868
jest-matcher-utils@^29.7.0:
49114869
version "29.7.0"
49124870
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz#ae8fec79ff249fd592ce80e3ee474e83a6c44f12"
@@ -5333,7 +5291,7 @@ lodash.debounce@^4.0.8:
53335291
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
53345292
integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==
53355293

5336-
lodash@^4.17.15, lodash@^4.17.20, lodash@^4.17.21:
5294+
lodash@^4.17.20, lodash@^4.17.21:
53375295
version "4.17.21"
53385296
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
53395297
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -5860,7 +5818,7 @@ pretty-error@^4.0.0:
58605818
lodash "^4.17.20"
58615819
renderkid "^3.0.0"
58625820

5863-
pretty-format@^27.0.0, pretty-format@^27.0.2, pretty-format@^27.5.1:
5821+
pretty-format@^27.0.2:
58645822
version "27.5.1"
58655823
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.5.1.tgz#2181879fdea51a7a5851fb39d920faa63f01d88e"
58665824
integrity sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==

0 commit comments

Comments
 (0)