Skip to content

Commit ba91912

Browse files
chore(deps-dev): bump jest-environment-jsdom from 30.1.2 to 30.2.0 (#304)
Bumps [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) from 30.1.2 to 30.2.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.2.0/packages/jest-environment-jsdom) --- updated-dependencies: - dependency-name: jest-environment-jsdom dependency-version: 30.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d9613e commit ba91912

File tree

2 files changed

+97
-17
lines changed

2 files changed

+97
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"eslint-plugin-react-hooks": "^5.2.0",
5252
"husky": "^9.1.7",
5353
"jest": "^30.1.2",
54-
"jest-environment-jsdom": "^30.1.2",
54+
"jest-environment-jsdom": "^30.2.0",
5555
"lint-staged": "^16.2.3",
5656
"prettier": "3.6.2",
5757
"typescript": "^5.9.3",

yarn.lock

Lines changed: 96 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,18 +1524,18 @@
15241524
resolved "https://registry.yarnpkg.com/@jest/diff-sequences/-/diff-sequences-30.0.1.tgz#0ededeae4d071f5c8ffe3678d15f3a1be09156be"
15251525
integrity sha512-n5H8QLDJ47QqbCNn5SuFjCRDrOLEZ0h8vAHCK5RL9Ls7Xa8AQLa/YxAc9UjFqoEDM48muwtBGjtMY5cr0PLDCw==
15261526

1527-
"@jest/environment-jsdom-abstract@30.1.2":
1528-
version "30.1.2"
1529-
resolved "https://registry.yarnpkg.com/@jest/environment-jsdom-abstract/-/environment-jsdom-abstract-30.1.2.tgz#4ede626bf27a52c21f11917608f4ab539363b16f"
1530-
integrity sha512-u8kTh/ZBl97GOmnGJLYK/1GuwAruMC4hoP6xuk/kwltmVWsA9u/6fH1/CsPVGt2O+Wn2yEjs8n1B1zZJ62Cx0w==
1531-
dependencies:
1532-
"@jest/environment" "30.1.2"
1533-
"@jest/fake-timers" "30.1.2"
1534-
"@jest/types" "30.0.5"
1527+
"@jest/environment-jsdom-abstract@30.2.0":
1528+
version "30.2.0"
1529+
resolved "https://registry.yarnpkg.com/@jest/environment-jsdom-abstract/-/environment-jsdom-abstract-30.2.0.tgz#1313f9b3b509c31298c241203161b36622865181"
1530+
integrity sha512-kazxw2L9IPuZpQ0mEt9lu9Z98SqR74xcagANmMBU16X0lS23yPc0+S6hGLUz8kVRlomZEs/5S/Zlpqwf5yu6OQ==
1531+
dependencies:
1532+
"@jest/environment" "30.2.0"
1533+
"@jest/fake-timers" "30.2.0"
1534+
"@jest/types" "30.2.0"
15351535
"@types/jsdom" "^21.1.7"
15361536
"@types/node" "*"
1537-
jest-mock "30.0.5"
1538-
jest-util "30.0.5"
1537+
jest-mock "30.2.0"
1538+
jest-util "30.2.0"
15391539

15401540
"@jest/environment@30.1.2":
15411541
version "30.1.2"
@@ -1547,6 +1547,16 @@
15471547
"@types/node" "*"
15481548
jest-mock "30.0.5"
15491549

1550+
"@jest/environment@30.2.0":
1551+
version "30.2.0"
1552+
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-30.2.0.tgz#1e673cdb8b93ded707cf6631b8353011460831fa"
1553+
integrity sha512-/QPTL7OBJQ5ac09UDRa3EQes4gt1FTEG/8jZ/4v5IVzx+Cv7dLxlVIvfvSVRiiX2drWyXeBjkMSR8hvOWSog5g==
1554+
dependencies:
1555+
"@jest/fake-timers" "30.2.0"
1556+
"@jest/types" "30.2.0"
1557+
"@types/node" "*"
1558+
jest-mock "30.2.0"
1559+
15501560
"@jest/expect-utils@30.0.4":
15511561
version "30.0.4"
15521562
resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-30.0.4.tgz#0512fb2588c7fc463ce26fb38c0d47814266d965"
@@ -1588,6 +1598,18 @@
15881598
jest-mock "30.0.5"
15891599
jest-util "30.0.5"
15901600

1601+
"@jest/fake-timers@30.2.0":
1602+
version "30.2.0"
1603+
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-30.2.0.tgz#0941ddc28a339b9819542495b5408622dc9e94ec"
1604+
integrity sha512-HI3tRLjRxAbBy0VO8dqqm7Hb2mIa8d5bg/NJkyQcOk7V118ObQML8RC5luTF/Zsg4474a+gDvhce7eTnP4GhYw==
1605+
dependencies:
1606+
"@jest/types" "30.2.0"
1607+
"@sinonjs/fake-timers" "^13.0.0"
1608+
"@types/node" "*"
1609+
jest-message-util "30.2.0"
1610+
jest-mock "30.2.0"
1611+
jest-util "30.2.0"
1612+
15911613
"@jest/get-type@30.0.1":
15921614
version "30.0.1"
15931615
resolved "https://registry.yarnpkg.com/@jest/get-type/-/get-type-30.0.1.tgz#0d32f1bbfba511948ad247ab01b9007724fc9f52"
@@ -1752,6 +1774,19 @@
17521774
"@types/yargs" "^17.0.33"
17531775
chalk "^4.1.2"
17541776

1777+
"@jest/types@30.2.0":
1778+
version "30.2.0"
1779+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-30.2.0.tgz#1c678a7924b8f59eafd4c77d56b6d0ba976d62b8"
1780+
integrity sha512-H9xg1/sfVvyfU7o3zMfBEjQ1gcsdeTMgqHoYdN79tuLqfTtuu7WckRA1R5whDwOzxaZAeMKTYWqP+WCAi0CHsg==
1781+
dependencies:
1782+
"@jest/pattern" "30.0.1"
1783+
"@jest/schemas" "30.0.5"
1784+
"@types/istanbul-lib-coverage" "^2.0.6"
1785+
"@types/istanbul-reports" "^3.0.4"
1786+
"@types/node" "*"
1787+
"@types/yargs" "^17.0.33"
1788+
chalk "^4.1.2"
1789+
17551790
"@jest/types@^29.6.3":
17561791
version "29.6.3"
17571792
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.3.tgz#1131f8cf634e7e84c5e77bab12f052af585fba59"
@@ -5113,13 +5148,13 @@ jest-each@30.1.0:
51135148
jest-util "30.0.5"
51145149
pretty-format "30.0.5"
51155150

5116-
jest-environment-jsdom@^30.1.2:
5117-
version "30.1.2"
5118-
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-30.1.2.tgz#30756e73b9b7c10ebbe9c066f30dd1af670eb9c1"
5119-
integrity sha512-LXsfAh5+mDTuXDONGl1ZLYxtJEaS06GOoxJb2arcJTjIfh1adYg8zLD8f6P0df8VmjvCaMrLmc1PgHUI/YUTbg==
5151+
jest-environment-jsdom@^30.2.0:
5152+
version "30.2.0"
5153+
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-30.2.0.tgz#e95e0921ed22be974f1d8a324766d12b1844cb2c"
5154+
integrity sha512-zbBTiqr2Vl78pKp/laGBREYzbZx9ZtqPjOK4++lL4BNDhxRnahg51HtoDrk9/VjIy9IthNEWdKVd7H5bqBhiWQ==
51205155
dependencies:
5121-
"@jest/environment" "30.1.2"
5122-
"@jest/environment-jsdom-abstract" "30.1.2"
5156+
"@jest/environment" "30.2.0"
5157+
"@jest/environment-jsdom-abstract" "30.2.0"
51235158
"@types/jsdom" "^21.1.7"
51245159
"@types/node" "*"
51255160
jsdom "^26.1.0"
@@ -5228,6 +5263,21 @@ jest-message-util@30.1.0:
52285263
slash "^3.0.0"
52295264
stack-utils "^2.0.6"
52305265

5266+
jest-message-util@30.2.0:
5267+
version "30.2.0"
5268+
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-30.2.0.tgz#fc97bf90d11f118b31e6131e2b67fc4f39f92152"
5269+
integrity sha512-y4DKFLZ2y6DxTWD4cDe07RglV88ZiNEdlRfGtqahfbIjfsw1nMCPx49Uev4IA/hWn3sDKyAnSPwoYSsAEdcimw==
5270+
dependencies:
5271+
"@babel/code-frame" "^7.27.1"
5272+
"@jest/types" "30.2.0"
5273+
"@types/stack-utils" "^2.0.3"
5274+
chalk "^4.1.2"
5275+
graceful-fs "^4.2.11"
5276+
micromatch "^4.0.8"
5277+
pretty-format "30.2.0"
5278+
slash "^3.0.0"
5279+
stack-utils "^2.0.6"
5280+
52315281
jest-message-util@^29.7.0:
52325282
version "29.7.0"
52335283
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.7.0.tgz#8bc392e204e95dfe7564abbe72a404e28e51f7f3"
@@ -5261,6 +5311,15 @@ jest-mock@30.0.5:
52615311
"@types/node" "*"
52625312
jest-util "30.0.5"
52635313

5314+
jest-mock@30.2.0:
5315+
version "30.2.0"
5316+
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-30.2.0.tgz#69f991614eeb4060189459d3584f710845bff45e"
5317+
integrity sha512-JNNNl2rj4b5ICpmAcq+WbLH83XswjPbjH4T7yvGzfAGCPh1rw+xVNbtk+FnRslvt9lkCcdn9i1oAoKUuFsOxRw==
5318+
dependencies:
5319+
"@jest/types" "30.2.0"
5320+
"@types/node" "*"
5321+
jest-util "30.2.0"
5322+
52645323
jest-pnp-resolver@^1.2.3:
52655324
version "1.2.3"
52665325
resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz#930b1546164d4ad5937d5540e711d4d38d4cad2e"
@@ -5400,6 +5459,18 @@ jest-util@30.0.5:
54005459
graceful-fs "^4.2.11"
54015460
picomatch "^4.0.2"
54025461

5462+
jest-util@30.2.0:
5463+
version "30.2.0"
5464+
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-30.2.0.tgz#5142adbcad6f4e53c2776c067a4db3c14f913705"
5465+
integrity sha512-QKNsM0o3Xe6ISQU869e+DhG+4CK/48aHYdJZGlFQVTjnbvgpcKyxpzk29fGiO7i/J8VENZ+d2iGnSsvmuHywlA==
5466+
dependencies:
5467+
"@jest/types" "30.2.0"
5468+
"@types/node" "*"
5469+
chalk "^4.1.2"
5470+
ci-info "^4.2.0"
5471+
graceful-fs "^4.2.11"
5472+
picomatch "^4.0.2"
5473+
54035474
jest-util@^29.7.0:
54045475
version "29.7.0"
54055476
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.7.0.tgz#23c2b62bfb22be82b44de98055802ff3710fc0bc"
@@ -6120,6 +6191,15 @@ pretty-format@30.0.5:
61206191
ansi-styles "^5.2.0"
61216192
react-is "^18.3.1"
61226193

6194+
pretty-format@30.2.0:
6195+
version "30.2.0"
6196+
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-30.2.0.tgz#2d44fe6134529aed18506f6d11509d8a62775ebe"
6197+
integrity sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==
6198+
dependencies:
6199+
"@jest/schemas" "30.0.5"
6200+
ansi-styles "^5.2.0"
6201+
react-is "^18.3.1"
6202+
61236203
pretty-format@^27.0.2:
61246204
version "27.5.1"
61256205
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.5.1.tgz#2181879fdea51a7a5851fb39d920faa63f01d88e"

0 commit comments

Comments
 (0)