Skip to content

Commit

Permalink
Bump jest-environment-jsdom from 29.4.1 to 29.4.2 (shipshapecode#2232)
Browse files Browse the repository at this point in the history
Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 29.4.1 to 29.4.2.
- [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.4.2/packages/jest-environment-jsdom)

---
updated-dependencies:
- dependency-name: jest-environment-jsdom
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 13, 2023
1 parent fc4ada2 commit 94e1345
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 85 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"glob": "^8.1.0",
"http-server": "^14.1.1",
"jest": "^29.4.2",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-jsdom": "^29.4.2",
"jest-expect-message": "^1.1.3",
"jest-transform-css": "^6.0.1",
"jsdoc": "^4.0.0",
Expand Down
94 changes: 10 additions & 84 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1205,16 +1205,6 @@
slash "^3.0.0"
strip-ansi "^6.0.0"

"@jest/environment@^29.4.1":
version "29.4.1"
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.4.1.tgz#52d232a85cdc995b407a940c89c86568f5a88ffe"
integrity sha512-pJ14dHGSQke7Q3mkL/UZR9ZtTOxqskZaC91NzamEH4dlKRt42W+maRBXiw/LWkdJe+P0f/zDR37+SPMplMRlPg==
dependencies:
"@jest/fake-timers" "^29.4.1"
"@jest/types" "^29.4.1"
"@types/node" "*"
jest-mock "^29.4.1"

"@jest/environment@^29.4.2":
version "29.4.2"
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.4.2.tgz#ee92c316ee2fbdf0bcd9d2db0ef42d64fea26b56"
Expand All @@ -1240,18 +1230,6 @@
expect "^29.4.2"
jest-snapshot "^29.4.2"

"@jest/fake-timers@^29.4.1":
version "29.4.1"
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.4.1.tgz#7b673131e8ea2a2045858f08241cace5d518b42b"
integrity sha512-/1joI6rfHFmmm39JxNfmNAO3Nwm6Y0VoL5fJDy7H1AtWrD1CgRtqJbN9Ld6rhAkGO76qqp4cwhhxJ9o9kYjQMw==
dependencies:
"@jest/types" "^29.4.1"
"@sinonjs/fake-timers" "^10.0.2"
"@types/node" "*"
jest-message-util "^29.4.1"
jest-mock "^29.4.1"
jest-util "^29.4.1"

"@jest/fake-timers@^29.4.2":
version "29.4.2"
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.4.2.tgz#af43ee1a5720b987d0348f80df98f2cb17d45cd0"
Expand Down Expand Up @@ -1304,13 +1282,6 @@
strip-ansi "^6.0.0"
v8-to-istanbul "^9.0.1"

"@jest/schemas@^29.4.0":
version "29.4.0"
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.4.0.tgz#0d6ad358f295cc1deca0b643e6b4c86ebd539f17"
integrity sha512-0E01f/gOZeNTG76i5eWWSupvSHaIINrTie7vCyjiYFKgzNdyEGd12BUv4oNBFHOqlHDbtoJi3HrQ38KCC90NsQ==
dependencies:
"@sinclair/typebox" "^0.25.16"

"@jest/schemas@^29.4.2":
version "29.4.2"
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.4.2.tgz#cf7cfe97c5649f518452b176c47ed07486270fc1"
Expand Down Expand Up @@ -5818,18 +5789,18 @@ jest-each@^29.4.2:
jest-util "^29.4.2"
pretty-format "^29.4.2"

jest-environment-jsdom@^29.4.1:
version "29.4.1"
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-29.4.1.tgz#34d491244ddd6fe3d666da603b576bd0ae6aef78"
integrity sha512-+KfYmRTl5CBHQst9hIz77TiiriHYvuWoLjMT855gx2AMxhHxpk1vtKvag1DQfyWCPVTWV/AG7SIqVh5WI1O/uw==
jest-environment-jsdom@^29.4.2:
version "29.4.2"
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-29.4.2.tgz#0cf95ad846949280dd58bc91a9ca463b6b232dd8"
integrity sha512-v1sH4Q0JGM+LPEGqHNM+m+uTMf3vpXpKiuDYqWUAh+0c9+nc7scGE+qTR5JuE+OOTDnwfzPgcv9sMq6zWAOaVg==
dependencies:
"@jest/environment" "^29.4.1"
"@jest/fake-timers" "^29.4.1"
"@jest/types" "^29.4.1"
"@jest/environment" "^29.4.2"
"@jest/fake-timers" "^29.4.2"
"@jest/types" "^29.4.2"
"@types/jsdom" "^20.0.0"
"@types/node" "*"
jest-mock "^29.4.1"
jest-util "^29.4.1"
jest-mock "^29.4.2"
jest-util "^29.4.2"
jsdom "^20.0.0"

jest-environment-node@^29.4.2:
Expand Down Expand Up @@ -5915,21 +5886,6 @@ jest-matcher-utils@^29.4.2:
jest-get-type "^29.4.2"
pretty-format "^29.4.2"

jest-message-util@^29.4.1:
version "29.4.1"
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.4.1.tgz#522623aa1df9a36ebfdffb06495c7d9d19e8a845"
integrity sha512-H4/I0cXUaLeCw6FM+i4AwCnOwHRgitdaUFOdm49022YD5nfyr8C/DrbXOBEyJaj+w/y0gGJ57klssOaUiLLQGQ==
dependencies:
"@babel/code-frame" "^7.12.13"
"@jest/types" "^29.4.1"
"@types/stack-utils" "^2.0.0"
chalk "^4.0.0"
graceful-fs "^4.2.9"
micromatch "^4.0.4"
pretty-format "^29.4.1"
slash "^3.0.0"
stack-utils "^2.0.3"

jest-message-util@^29.4.2:
version "29.4.2"
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.4.2.tgz#309a2924eae6ca67cf7f25781a2af1902deee717"
Expand All @@ -5945,15 +5901,6 @@ jest-message-util@^29.4.2:
slash "^3.0.0"
stack-utils "^2.0.3"

jest-mock@^29.4.1:
version "29.4.1"
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.4.1.tgz#a218a2abf45c99c501d4665207748a6b9e29afbd"
integrity sha512-MwA4hQ7zBOcgVCVnsM8TzaFLVUD/pFWTfbkY953Y81L5ret3GFRZtmPmRFAjKQSdCKoJvvqOu6Bvfpqlwwb0dQ==
dependencies:
"@jest/types" "^29.4.1"
"@types/node" "*"
jest-util "^29.4.1"

jest-mock@^29.4.2:
version "29.4.2"
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.4.2.tgz#e1054be66fb3e975d26d4528fcde6979e4759de8"
Expand Down Expand Up @@ -6098,19 +6045,7 @@ jest-transform-css@^6.0.1:
postcss-modules "4.3.1"
style-inject "0.3.0"

jest-util@^29.4.1:
version "29.4.1"
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.4.1.tgz#2eeed98ff4563b441b5a656ed1a786e3abc3e4c4"
integrity sha512-bQy9FPGxVutgpN4VRc0hk6w7Hx/m6L53QxpDreTZgJd9gfx/AV2MjyPde9tGyZRINAUrSv57p2inGBu2dRLmkQ==
dependencies:
"@jest/types" "^29.4.1"
"@types/node" "*"
chalk "^4.0.0"
ci-info "^3.2.0"
graceful-fs "^4.2.9"
picomatch "^2.2.3"

jest-util@^29.4.2:
jest-util@^29.4.1, jest-util@^29.4.2:
version "29.4.2"
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.4.2.tgz#3db8580b295df453a97de4a1b42dd2578dabd2c2"
integrity sha512-wKnm6XpJgzMUSRFB7YF48CuwdzuDIHenVuoIb1PLuJ6F+uErZsuDkU+EiExkChf6473XcawBrSfDSnXl+/YG4g==
Expand Down Expand Up @@ -8219,15 +8154,6 @@ pretty-format@^27.0.0, pretty-format@^27.0.2, pretty-format@^27.3.1:
ansi-styles "^5.0.0"
react-is "^17.0.1"

pretty-format@^29.4.1:
version "29.4.1"
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.4.1.tgz#0da99b532559097b8254298da7c75a0785b1751c"
integrity sha512-dt/Z761JUVsrIKaY215o1xQJBGlSmTx/h4cSqXqjHLnU1+Kt+mavVE7UgqJJO5ukx5HjSswHfmXz4LjS2oIJfg==
dependencies:
"@jest/schemas" "^29.4.0"
ansi-styles "^5.0.0"
react-is "^18.0.0"

pretty-format@^29.4.2:
version "29.4.2"
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.4.2.tgz#64bf5ccc0d718c03027d94ac957bdd32b3fb2401"
Expand Down

0 comments on commit 94e1345

Please sign in to comment.