Skip to content

Commit fee487a

Browse files
[deps] Bump jest-environment-jsdom from 30.2.0 to 30.3.0
Bumps [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) from 30.2.0 to 30.3.0. - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.3.0/packages/jest-environment-jsdom) --- updated-dependencies: - dependency-name: jest-environment-jsdom dependency-version: 30.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f2e772b commit fee487a

File tree

1 file changed

+102
-17
lines changed

1 file changed

+102
-17
lines changed

yarn.lock

Lines changed: 102 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,18 +1112,18 @@
11121112
resolved "https://registry.yarnpkg.com/@jest/diff-sequences/-/diff-sequences-30.0.1.tgz#0ededeae4d071f5c8ffe3678d15f3a1be09156be"
11131113
integrity sha512-n5H8QLDJ47QqbCNn5SuFjCRDrOLEZ0h8vAHCK5RL9Ls7Xa8AQLa/YxAc9UjFqoEDM48muwtBGjtMY5cr0PLDCw==
11141114

1115-
"@jest/environment-jsdom-abstract@30.2.0":
1116-
version "30.2.0"
1117-
resolved "https://registry.yarnpkg.com/@jest/environment-jsdom-abstract/-/environment-jsdom-abstract-30.2.0.tgz#1313f9b3b509c31298c241203161b36622865181"
1118-
integrity sha512-kazxw2L9IPuZpQ0mEt9lu9Z98SqR74xcagANmMBU16X0lS23yPc0+S6hGLUz8kVRlomZEs/5S/Zlpqwf5yu6OQ==
1119-
dependencies:
1120-
"@jest/environment" "30.2.0"
1121-
"@jest/fake-timers" "30.2.0"
1122-
"@jest/types" "30.2.0"
1115+
"@jest/environment-jsdom-abstract@30.3.0":
1116+
version "30.3.0"
1117+
resolved "https://registry.yarnpkg.com/@jest/environment-jsdom-abstract/-/environment-jsdom-abstract-30.3.0.tgz#c97b2bf3ec35336d543c174a758f3dc07478c172"
1118+
integrity sha512-0hNFs5N6We3DMCwobzI0ydhkY10sT1tZSC0AAiy+0g2Dt/qEWgrcV5BrMxPczhe41cxW4qm6X+jqZaUdpZIajA==
1119+
dependencies:
1120+
"@jest/environment" "30.3.0"
1121+
"@jest/fake-timers" "30.3.0"
1122+
"@jest/types" "30.3.0"
11231123
"@types/jsdom" "^21.1.7"
11241124
"@types/node" "*"
1125-
jest-mock "30.2.0"
1126-
jest-util "30.2.0"
1125+
jest-mock "30.3.0"
1126+
jest-util "30.3.0"
11271127

11281128
"@jest/environment@30.2.0":
11291129
version "30.2.0"
@@ -1135,6 +1135,16 @@
11351135
"@types/node" "*"
11361136
jest-mock "30.2.0"
11371137

1138+
"@jest/environment@30.3.0":
1139+
version "30.3.0"
1140+
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-30.3.0.tgz#b0657c2944b6ef3352f7b25903cc3a23e6ab70f6"
1141+
integrity sha512-SlLSF4Be735yQXyh2+mctBOzNDx5s5uLv88/j8Qn1wH679PDcwy67+YdADn8NJnGjzlXtN62asGH/T4vWOkfaw==
1142+
dependencies:
1143+
"@jest/fake-timers" "30.3.0"
1144+
"@jest/types" "30.3.0"
1145+
"@types/node" "*"
1146+
jest-mock "30.3.0"
1147+
11381148
"@jest/expect-utils@30.2.0":
11391149
version "30.2.0"
11401150
resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-30.2.0.tgz#4f95413d4748454fdb17404bf1141827d15e6011"
@@ -1162,6 +1172,18 @@
11621172
jest-mock "30.2.0"
11631173
jest-util "30.2.0"
11641174

1175+
"@jest/fake-timers@30.3.0":
1176+
version "30.3.0"
1177+
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-30.3.0.tgz#2b2868130c1d28233a79566874c42cae1c5a70bc"
1178+
integrity sha512-WUQDs8SOP9URStX1DzhD425CqbN/HxUYCTwVrT8sTVBfMvFqYt/s61EK5T05qnHu0po6RitXIvP9otZxYDzTGQ==
1179+
dependencies:
1180+
"@jest/types" "30.3.0"
1181+
"@sinonjs/fake-timers" "^15.0.0"
1182+
"@types/node" "*"
1183+
jest-message-util "30.3.0"
1184+
jest-mock "30.3.0"
1185+
jest-util "30.3.0"
1186+
11651187
"@jest/get-type@30.1.0":
11661188
version "30.1.0"
11671189
resolved "https://registry.yarnpkg.com/@jest/get-type/-/get-type-30.1.0.tgz#4fcb4dc2ebcf0811be1c04fd1cb79c2dba431cbc"
@@ -1294,6 +1316,19 @@
12941316
"@types/yargs" "^17.0.33"
12951317
chalk "^4.1.2"
12961318

1319+
"@jest/types@30.3.0":
1320+
version "30.3.0"
1321+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-30.3.0.tgz#cada800d323cb74945c24ac74615fdb312a6c85f"
1322+
integrity sha512-JHm87k7bA33hpBngtU8h6UBub/fqqA9uXfw+21j5Hmk7ooPHlboRNxHq0JcMtC+n8VJGP1mcfnD3Mk+XKe1oSw==
1323+
dependencies:
1324+
"@jest/pattern" "30.0.1"
1325+
"@jest/schemas" "30.0.5"
1326+
"@types/istanbul-lib-coverage" "^2.0.6"
1327+
"@types/istanbul-reports" "^3.0.4"
1328+
"@types/node" "*"
1329+
"@types/yargs" "^17.0.33"
1330+
chalk "^4.1.2"
1331+
12971332
"@jridgewell/gen-mapping@^0.3.12", "@jridgewell/gen-mapping@^0.3.5":
12981333
version "0.3.13"
12991334
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#6342a19f44347518c93e43b1ac69deb3c4656a1f"
@@ -1916,6 +1951,13 @@
19161951
dependencies:
19171952
"@sinonjs/commons" "^3.0.1"
19181953

1954+
"@sinonjs/fake-timers@^15.0.0":
1955+
version "15.3.0"
1956+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-15.3.0.tgz#0638dd40960dce355955a56e1cf38b38a27275a2"
1957+
integrity sha512-m2xozxSfCIxjDdvbhIWazlP2i2aha/iUmbl94alpsIbd3iLTfeXgfBVbwyWogB6l++istyGZqamgA/EcqYf+Bg==
1958+
dependencies:
1959+
"@sinonjs/commons" "^3.0.1"
1960+
19191961
"@testing-library/jest-dom@^6.4.2":
19201962
version "6.9.1"
19211963
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.9.1.tgz#7613a04e146dd2976d24ddf019730d57a89d56c2"
@@ -5310,14 +5352,12 @@ jest-each@30.2.0:
53105352
pretty-format "30.2.0"
53115353

53125354
jest-environment-jsdom@^30.0.5:
5313-
version "30.2.0"
5314-
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-30.2.0.tgz#e95e0921ed22be974f1d8a324766d12b1844cb2c"
5315-
integrity sha512-zbBTiqr2Vl78pKp/laGBREYzbZx9ZtqPjOK4++lL4BNDhxRnahg51HtoDrk9/VjIy9IthNEWdKVd7H5bqBhiWQ==
5355+
version "30.3.0"
5356+
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-30.3.0.tgz#6bf80519643333ae2faa07b5660d80451d328578"
5357+
integrity sha512-RLEOJy6ip1lpw0yqJ8tB3i88FC7VBz7i00Zvl2qF71IdxjS98gC9/0SPWYIBVXHm5hgCYK0PAlSlnHGGy9RoMg==
53165358
dependencies:
5317-
"@jest/environment" "30.2.0"
5318-
"@jest/environment-jsdom-abstract" "30.2.0"
5319-
"@types/jsdom" "^21.1.7"
5320-
"@types/node" "*"
5359+
"@jest/environment" "30.3.0"
5360+
"@jest/environment-jsdom-abstract" "30.3.0"
53215361
jsdom "^26.1.0"
53225362

53235363
jest-environment-node@30.2.0:
@@ -5384,6 +5424,21 @@ jest-message-util@30.2.0:
53845424
slash "^3.0.0"
53855425
stack-utils "^2.0.6"
53865426

5427+
jest-message-util@30.3.0:
5428+
version "30.3.0"
5429+
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-30.3.0.tgz#4d723544d36890ba862ac3961db52db5b0d1ba39"
5430+
integrity sha512-Z/j4Bo+4ySJ+JPJN3b2Qbl9hDq3VrXmnjjGEWD/x0BCXeOXPTV1iZYYzl2X8c1MaCOL+ewMyNBcm88sboE6YWw==
5431+
dependencies:
5432+
"@babel/code-frame" "^7.27.1"
5433+
"@jest/types" "30.3.0"
5434+
"@types/stack-utils" "^2.0.3"
5435+
chalk "^4.1.2"
5436+
graceful-fs "^4.2.11"
5437+
picomatch "^4.0.3"
5438+
pretty-format "30.3.0"
5439+
slash "^3.0.0"
5440+
stack-utils "^2.0.6"
5441+
53875442
jest-mock@30.2.0:
53885443
version "30.2.0"
53895444
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-30.2.0.tgz#69f991614eeb4060189459d3584f710845bff45e"
@@ -5393,6 +5448,15 @@ jest-mock@30.2.0:
53935448
"@types/node" "*"
53945449
jest-util "30.2.0"
53955450

5451+
jest-mock@30.3.0:
5452+
version "30.3.0"
5453+
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-30.3.0.tgz#e0fa4184a596a6c4fdec53d4f412158418923747"
5454+
integrity sha512-OTzICK8CpE+t4ndhKrwlIdbM6Pn8j00lvmSmq5ejiO+KxukbLjgOflKWMn3KE34EZdQm5RqTuKj+5RIEniYhog==
5455+
dependencies:
5456+
"@jest/types" "30.3.0"
5457+
"@types/node" "*"
5458+
jest-util "30.3.0"
5459+
53965460
jest-pnp-resolver@^1.2.3:
53975461
version "1.2.3"
53985462
resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz#930b1546164d4ad5937d5540e711d4d38d4cad2e"
@@ -5520,6 +5584,18 @@ jest-util@30.2.0:
55205584
graceful-fs "^4.2.11"
55215585
picomatch "^4.0.2"
55225586

5587+
jest-util@30.3.0:
5588+
version "30.3.0"
5589+
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-30.3.0.tgz#95a4fbacf2dac20e768e2f1744b70519f2ba7980"
5590+
integrity sha512-/jZDa00a3Sz7rdyu55NLrQCIrbyIkbBxareejQI315f/i8HjYN+ZWsDLLpoQSiUIEIyZF/R8fDg3BmB8AtHttg==
5591+
dependencies:
5592+
"@jest/types" "30.3.0"
5593+
"@types/node" "*"
5594+
chalk "^4.1.2"
5595+
ci-info "^4.2.0"
5596+
graceful-fs "^4.2.11"
5597+
picomatch "^4.0.3"
5598+
55235599
jest-validate@30.2.0:
55245600
version "30.2.0"
55255601
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-30.2.0.tgz#273eaaed4c0963b934b5b31e96289edda6e0a2ef"
@@ -6602,6 +6678,15 @@ pretty-format@30.2.0, pretty-format@^30.0.0:
66026678
ansi-styles "^5.2.0"
66036679
react-is "^18.3.1"
66046680

6681+
pretty-format@30.3.0:
6682+
version "30.3.0"
6683+
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-30.3.0.tgz#e977eed4bcd1b6195faed418af8eac68b9ea1f29"
6684+
integrity sha512-oG4T3wCbfeuvljnyAzhBvpN45E8iOTXCU/TD3zXW80HA3dQ4ahdqMkWGiPWZvjpQwlbyHrPTWUAqUzGzv4l1JQ==
6685+
dependencies:
6686+
"@jest/schemas" "30.0.5"
6687+
ansi-styles "^5.2.0"
6688+
react-is "^18.3.1"
6689+
66056690
process-nextick-args@~2.0.0:
66066691
version "2.0.1"
66076692
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"

0 commit comments

Comments
 (0)