Skip to content

Commit 48e2157

Browse files
chore(deps-dev): bump jest-environment-jsdom from 29.2.2 to 29.3.1 (#55)
Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 29.2.2 to 29.3.1. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.3.1/packages/jest-environment-jsdom) --- updated-dependencies: - dependency-name: jest-environment-jsdom dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 33cb048 commit 48e2157

File tree

2 files changed

+64
-40
lines changed

2 files changed

+64
-40
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": "^4.6.0",
4949
"husky": "^8.0.0",
5050
"jest": "^29.2.2",
51-
"jest-environment-jsdom": "^29.2.2",
51+
"jest-environment-jsdom": "^29.3.1",
5252
"lint-staged": "^13.0.3",
5353
"plop": "^3.1.1",
5454
"prettier": "2.7.1",

yarn.lock

Lines changed: 63 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,15 +1172,15 @@
11721172
slash "^3.0.0"
11731173
strip-ansi "^6.0.0"
11741174

1175-
"@jest/environment@^29.2.2":
1176-
version "29.2.2"
1177-
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.2.2.tgz#481e729048d42e87d04842c38aa4d09c507f53b0"
1178-
integrity sha512-OWn+Vhu0I1yxuGBJEFFekMYc8aGBGrY4rt47SOh/IFaI+D7ZHCk7pKRiSoZ2/Ml7b0Ony3ydmEHRx/tEOC7H1A==
1175+
"@jest/environment@^29.2.2", "@jest/environment@^29.3.1":
1176+
version "29.3.1"
1177+
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.3.1.tgz#eb039f726d5fcd14698acd072ac6576d41cfcaa6"
1178+
integrity sha512-pMmvfOPmoa1c1QpfFW0nXYtNLpofqo4BrCIk6f2kW4JFeNlHV2t3vd+3iDLf31e2ot2Mec0uqZfmI+U0K2CFag==
11791179
dependencies:
1180-
"@jest/fake-timers" "^29.2.2"
1181-
"@jest/types" "^29.2.1"
1180+
"@jest/fake-timers" "^29.3.1"
1181+
"@jest/types" "^29.3.1"
11821182
"@types/node" "*"
1183-
jest-mock "^29.2.2"
1183+
jest-mock "^29.3.1"
11841184

11851185
"@jest/expect-utils@^29.2.2":
11861186
version "29.2.2"
@@ -1197,17 +1197,17 @@
11971197
expect "^29.2.2"
11981198
jest-snapshot "^29.2.2"
11991199

1200-
"@jest/fake-timers@^29.2.2":
1201-
version "29.2.2"
1202-
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.2.2.tgz#d8332e6e3cfa99cde4bc87d04a17d6b699deb340"
1203-
integrity sha512-nqaW3y2aSyZDl7zQ7t1XogsxeavNpH6kkdq+EpXncIDvAkjvFD7hmhcIs1nWloengEWUoWqkqSA6MSbf9w6DgA==
1200+
"@jest/fake-timers@^29.2.2", "@jest/fake-timers@^29.3.1":
1201+
version "29.3.1"
1202+
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.3.1.tgz#b140625095b60a44de820876d4c14da1aa963f67"
1203+
integrity sha512-iHTL/XpnDlFki9Tq0Q1GGuVeQ8BHZGIYsvCO5eN/O/oJaRzofG9Xndd9HuSDBI/0ZS79pg0iwn07OMTQ7ngF2A==
12041204
dependencies:
1205-
"@jest/types" "^29.2.1"
1205+
"@jest/types" "^29.3.1"
12061206
"@sinonjs/fake-timers" "^9.1.2"
12071207
"@types/node" "*"
1208-
jest-message-util "^29.2.1"
1209-
jest-mock "^29.2.2"
1210-
jest-util "^29.2.1"
1208+
jest-message-util "^29.3.1"
1209+
jest-mock "^29.3.1"
1210+
jest-util "^29.3.1"
12111211

12121212
"@jest/globals@^29.2.2":
12131213
version "29.2.2"
@@ -1306,10 +1306,10 @@
13061306
slash "^3.0.0"
13071307
write-file-atomic "^4.0.1"
13081308

1309-
"@jest/types@^29.2.1":
1310-
version "29.2.1"
1311-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.2.1.tgz#ec9c683094d4eb754e41e2119d8bdaef01cf6da0"
1312-
integrity sha512-O/QNDQODLnINEPAI0cl9U6zUIDXEWXt6IC1o2N2QENuos7hlGUIthlKyV4p6ki3TvXFX071blj8HUhgLGquPjw==
1309+
"@jest/types@^29.2.1", "@jest/types@^29.3.1":
1310+
version "29.3.1"
1311+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.3.1.tgz#7c5a80777cb13e703aeec6788d044150341147e3"
1312+
integrity sha512-d0S0jmmTpjnhCmNpApgX3jrUZgZ22ivKJRvL2lli5hpCRoNnp1f85r2/wpKfXuYu8E7Jjh1hGfhPyup1NM5AmA==
13131313
dependencies:
13141314
"@jest/schemas" "^29.0.0"
13151315
"@types/istanbul-lib-coverage" "^2.0.0"
@@ -3896,18 +3896,18 @@ jest-each@^29.2.1:
38963896
jest-util "^29.2.1"
38973897
pretty-format "^29.2.1"
38983898

3899-
jest-environment-jsdom@^29.2.2:
3900-
version "29.2.2"
3901-
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-29.2.2.tgz#1e2d9f1f017fbaa7362a83e670b569158b4b8527"
3902-
integrity sha512-5mNtTcky1+RYv9kxkwMwt7fkzyX4EJUarV7iI+NQLigpV4Hz4sgfOdP4kOpCHXbkRWErV7tgXoXLm2CKtucr+A==
3899+
jest-environment-jsdom@^29.3.1:
3900+
version "29.3.1"
3901+
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-29.3.1.tgz#14ca63c3e0ef5c63c5bcb46033e50bc649e3b639"
3902+
integrity sha512-G46nKgiez2Gy4zvYNhayfMEAFlVHhWfncqvqS6yCd0i+a4NsSUD2WtrKSaYQrYiLQaupHXxCRi8xxVL2M9PbhA==
39033903
dependencies:
3904-
"@jest/environment" "^29.2.2"
3905-
"@jest/fake-timers" "^29.2.2"
3906-
"@jest/types" "^29.2.1"
3904+
"@jest/environment" "^29.3.1"
3905+
"@jest/fake-timers" "^29.3.1"
3906+
"@jest/types" "^29.3.1"
39073907
"@types/jsdom" "^20.0.0"
39083908
"@types/node" "*"
3909-
jest-mock "^29.2.2"
3910-
jest-util "^29.2.1"
3909+
jest-mock "^29.3.1"
3910+
jest-util "^29.3.1"
39113911
jsdom "^20.0.0"
39123912

39133913
jest-environment-node@^29.2.2:
@@ -3979,14 +3979,29 @@ jest-message-util@^29.2.1:
39793979
slash "^3.0.0"
39803980
stack-utils "^2.0.3"
39813981

3982-
jest-mock@^29.2.2:
3983-
version "29.2.2"
3984-
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.2.2.tgz#9045618b3f9d27074bbcf2d55bdca6a5e2e8bca7"
3985-
integrity sha512-1leySQxNAnivvbcx0sCB37itu8f4OX2S/+gxLAV4Z62shT4r4dTG9tACDywUAEZoLSr36aYUTsVp3WKwWt4PMQ==
3982+
jest-message-util@^29.3.1:
3983+
version "29.3.1"
3984+
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.3.1.tgz#37bc5c468dfe5120712053dd03faf0f053bd6adb"
3985+
integrity sha512-lMJTbgNcDm5z+6KDxWtqOFWlGQxD6XaYwBqHR8kmpkP+WWWG90I35kdtQHY67Ay5CSuydkTBbJG+tH9JShFCyA==
39863986
dependencies:
3987-
"@jest/types" "^29.2.1"
3987+
"@babel/code-frame" "^7.12.13"
3988+
"@jest/types" "^29.3.1"
3989+
"@types/stack-utils" "^2.0.0"
3990+
chalk "^4.0.0"
3991+
graceful-fs "^4.2.9"
3992+
micromatch "^4.0.4"
3993+
pretty-format "^29.3.1"
3994+
slash "^3.0.0"
3995+
stack-utils "^2.0.3"
3996+
3997+
jest-mock@^29.2.2, jest-mock@^29.3.1:
3998+
version "29.3.1"
3999+
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.3.1.tgz#60287d92e5010979d01f218c6b215b688e0f313e"
4000+
integrity sha512-H8/qFDtDVMFvFP4X8NuOT3XRDzOUTz+FeACjufHzsOIBAxivLqkB1PoLCaJx9iPPQ8dZThHPp/G3WRWyMgA3JA==
4001+
dependencies:
4002+
"@jest/types" "^29.3.1"
39884003
"@types/node" "*"
3989-
jest-util "^29.2.1"
4004+
jest-util "^29.3.1"
39904005

39914006
jest-pnp-resolver@^1.2.2:
39924007
version "1.2.2"
@@ -4106,12 +4121,12 @@ jest-snapshot@^29.2.2:
41064121
pretty-format "^29.2.1"
41074122
semver "^7.3.5"
41084123

4109-
jest-util@^29.2.1:
4110-
version "29.2.1"
4111-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.2.1.tgz#f26872ba0dc8cbefaba32c34f98935f6cf5fc747"
4112-
integrity sha512-P5VWDj25r7kj7kl4pN2rG/RN2c1TLfYYYZYULnS/35nFDjBai+hBeo3MDrYZS7p6IoY3YHZnt2vq4L6mKnLk0g==
4124+
jest-util@^29.2.1, jest-util@^29.3.1:
4125+
version "29.3.1"
4126+
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.3.1.tgz#1dda51e378bbcb7e3bc9d8ab651445591ed373e1"
4127+
integrity sha512-7YOVZaiX7RJLv76ZfHt4nbNEzzTRiMW/IiOG7ZOKmTXmoGBxUDefgMAxQubu6WPVqP5zSzAdZG0FfLcC7HOIFQ==
41134128
dependencies:
4114-
"@jest/types" "^29.2.1"
4129+
"@jest/types" "^29.3.1"
41154130
"@types/node" "*"
41164131
chalk "^4.0.0"
41174132
ci-info "^3.2.0"
@@ -5019,6 +5034,15 @@ pretty-format@^29.0.0, pretty-format@^29.2.1:
50195034
ansi-styles "^5.0.0"
50205035
react-is "^18.0.0"
50215036

5037+
pretty-format@^29.3.1:
5038+
version "29.3.1"
5039+
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.3.1.tgz#1841cac822b02b4da8971dacb03e8a871b4722da"
5040+
integrity sha512-FyLnmb1cYJV8biEIiRyzRFvs2lry7PPIvOqKVe1GCUEYg4YGmlx1qG9EJNMxArYm7piII4qb8UV1Pncq5dxmcg==
5041+
dependencies:
5042+
"@jest/schemas" "^29.0.0"
5043+
ansi-styles "^5.0.0"
5044+
react-is "^18.0.0"
5045+
50225046
prompts@^2.0.1:
50235047
version "2.4.2"
50245048
resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069"

0 commit comments

Comments
 (0)