Skip to content

Commit 8e01572

Browse files
chore(deps-dev): bump jest-environment-jsdom from 30.0.5 to 30.1.2 (#470)
Bumps [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) from 30.0.5 to 30.1.2. - [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/HEAD/packages/jest-environment-jsdom) --- updated-dependencies: - dependency-name: jest-environment-jsdom dependency-version: 30.1.2 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> Co-authored-by: Eder Sampaio <edersampaio@outlook.com.br>
1 parent d6bd328 commit 8e01572

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"eslint-plugin-react-hooks": "^5.2.0",
4949
"husky": "^9.1.7",
5050
"jest": "^30.1.2",
51-
"jest-environment-jsdom": "^30.0.5",
51+
"jest-environment-jsdom": "^30.1.2",
5252
"lint-staged": "^16.1.5",
5353
"plop": "^4.0.1",
5454
"prettier": "3.6.2",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1522,13 +1522,13 @@
15221522
resolved "https://registry.yarnpkg.com/@jest/diff-sequences/-/diff-sequences-30.0.1.tgz#0ededeae4d071f5c8ffe3678d15f3a1be09156be"
15231523
integrity sha512-n5H8QLDJ47QqbCNn5SuFjCRDrOLEZ0h8vAHCK5RL9Ls7Xa8AQLa/YxAc9UjFqoEDM48muwtBGjtMY5cr0PLDCw==
15241524

1525-
"@jest/environment-jsdom-abstract@30.0.5":
1526-
version "30.0.5"
1527-
resolved "https://registry.yarnpkg.com/@jest/environment-jsdom-abstract/-/environment-jsdom-abstract-30.0.5.tgz#7299cca59b3e84547ca3d1bbd4e7d36b4b44d426"
1528-
integrity sha512-gpWwiVxZunkoglP8DCnT3As9x5O8H6gveAOpvaJd2ATAoSh7ZSSCWbr9LQtUMvr8WD3VjG9YnDhsmkCK5WN1rQ==
1525+
"@jest/environment-jsdom-abstract@30.1.2":
1526+
version "30.1.2"
1527+
resolved "https://registry.yarnpkg.com/@jest/environment-jsdom-abstract/-/environment-jsdom-abstract-30.1.2.tgz#4ede626bf27a52c21f11917608f4ab539363b16f"
1528+
integrity sha512-u8kTh/ZBl97GOmnGJLYK/1GuwAruMC4hoP6xuk/kwltmVWsA9u/6fH1/CsPVGt2O+Wn2yEjs8n1B1zZJ62Cx0w==
15291529
dependencies:
1530-
"@jest/environment" "30.0.5"
1531-
"@jest/fake-timers" "30.0.5"
1530+
"@jest/environment" "30.1.2"
1531+
"@jest/fake-timers" "30.1.2"
15321532
"@jest/types" "30.0.5"
15331533
"@types/jsdom" "^21.1.7"
15341534
"@types/node" "*"
@@ -5464,13 +5464,13 @@ jest-each@30.1.0:
54645464
jest-util "30.0.5"
54655465
pretty-format "30.0.5"
54665466

5467-
jest-environment-jsdom@^30.0.5:
5468-
version "30.0.5"
5469-
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-30.0.5.tgz#36351cc8a14fcd54945da0beb029af493d7d5764"
5470-
integrity sha512-BmnDEoAH+jEjkPrvE9DTKS2r3jYSJWlN/r46h0/DBUxKrkgt2jAZ5Nj4wXLAcV1KWkRpcFqA5zri9SWzJZ1cCg==
5467+
jest-environment-jsdom@^30.1.2:
5468+
version "30.1.2"
5469+
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-30.1.2.tgz#30756e73b9b7c10ebbe9c066f30dd1af670eb9c1"
5470+
integrity sha512-LXsfAh5+mDTuXDONGl1ZLYxtJEaS06GOoxJb2arcJTjIfh1adYg8zLD8f6P0df8VmjvCaMrLmc1PgHUI/YUTbg==
54715471
dependencies:
5472-
"@jest/environment" "30.0.5"
5473-
"@jest/environment-jsdom-abstract" "30.0.5"
5472+
"@jest/environment" "30.1.2"
5473+
"@jest/environment-jsdom-abstract" "30.1.2"
54745474
"@types/jsdom" "^21.1.7"
54755475
"@types/node" "*"
54765476
jsdom "^26.1.0"

0 commit comments

Comments
 (0)