Skip to content

Commit

Permalink
build(deps-dev): bump jest-environment-jsdom from 29.6.1 to 29.6.2 (#…
Browse files Browse the repository at this point in the history
…5079)

Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 29.6.1 to 29.6.2.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.6.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] committed Aug 1, 2023
1 parent 0a15582 commit 9a44eb5
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 31 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@babel/preset-env": "^7.22.9",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"jest-environment-jsdom": "^29.6.2",
"markdown-toc": "^1.2.0",
"standard": "^17.1.0",
"start-server-and-test": "^2.0.0"
Expand Down
84 changes: 54 additions & 30 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1439,15 +1439,15 @@
slash "^3.0.0"
strip-ansi "^6.0.0"

"@jest/environment@^29.6.1":
version "29.6.1"
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.6.1.tgz#ee358fff2f68168394b4a50f18c68278a21fe82f"
integrity sha512-RMMXx4ws+Gbvw3DfLSuo2cfQlK7IwGbpuEWXCqyYDcqYTI+9Ju3a5hDnXaxjNsa6uKh9PQF2v+qg+RLe63tz5A==
"@jest/environment@^29.6.1", "@jest/environment@^29.6.2":
version "29.6.2"
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.6.2.tgz#794c0f769d85e7553439d107d3f43186dc6874a9"
integrity sha512-AEcW43C7huGd/vogTddNNTDRpO6vQ2zaQNrttvWV18ArBx9Z56h7BIsXkNFJVOO4/kblWEQz30ckw0+L3izc+Q==
dependencies:
"@jest/fake-timers" "^29.6.1"
"@jest/fake-timers" "^29.6.2"
"@jest/types" "^29.6.1"
"@types/node" "*"
jest-mock "^29.6.1"
jest-mock "^29.6.2"

"@jest/expect-utils@^29.6.1":
version "29.6.1"
Expand All @@ -1464,17 +1464,17 @@
expect "^29.6.1"
jest-snapshot "^29.6.1"

"@jest/fake-timers@^29.6.1":
version "29.6.1"
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.6.1.tgz#c773efddbc61e1d2efcccac008139f621de57c69"
integrity sha512-RdgHgbXyosCDMVYmj7lLpUwXA4c69vcNzhrt69dJJdf8azUrpRh3ckFCaTPNjsEeRi27Cig0oKDGxy5j7hOgHg==
"@jest/fake-timers@^29.6.1", "@jest/fake-timers@^29.6.2":
version "29.6.2"
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.6.2.tgz#fe9d43c5e4b1b901168fe6f46f861b3e652a2df4"
integrity sha512-euZDmIlWjm1Z0lJ1D0f7a0/y5Kh/koLFMUBE5SUYWrmy8oNhJpbTBDAP6CxKnadcMLDoDf4waRYCe35cH6G6PA==
dependencies:
"@jest/types" "^29.6.1"
"@sinonjs/fake-timers" "^10.0.2"
"@types/node" "*"
jest-message-util "^29.6.1"
jest-mock "^29.6.1"
jest-util "^29.6.1"
jest-message-util "^29.6.2"
jest-mock "^29.6.2"
jest-util "^29.6.2"

"@jest/globals@^29.6.1":
version "29.6.1"
Expand Down Expand Up @@ -3861,18 +3861,18 @@ jest-each@^29.6.1:
jest-util "^29.6.1"
pretty-format "^29.6.1"

jest-environment-jsdom@^29.6.1:
version "29.6.1"
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-29.6.1.tgz#480bce658aa31589309c82ca510351fd7c683bbb"
integrity sha512-PoY+yLaHzVRhVEjcVKSfJ7wXmJW4UqPYNhR05h7u/TK0ouf6DmRNZFBL/Z00zgQMyWGMBXn69/FmOvhEJu8cIw==
jest-environment-jsdom@^29.6.2:
version "29.6.2"
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-29.6.2.tgz#4fc68836a7774a771819a2f980cb47af3b1629da"
integrity sha512-7oa/+266AAEgkzae8i1awNEfTfjwawWKLpiw2XesZmaoVVj9u9t8JOYx18cG29rbPNtkUlZ8V4b5Jb36y/VxoQ==
dependencies:
"@jest/environment" "^29.6.1"
"@jest/fake-timers" "^29.6.1"
"@jest/environment" "^29.6.2"
"@jest/fake-timers" "^29.6.2"
"@jest/types" "^29.6.1"
"@types/jsdom" "^20.0.0"
"@types/node" "*"
jest-mock "^29.6.1"
jest-util "^29.6.1"
jest-mock "^29.6.2"
jest-util "^29.6.2"
jsdom "^20.0.0"

jest-environment-node@^29.6.1:
Expand Down Expand Up @@ -3944,14 +3944,29 @@ jest-message-util@^29.6.1:
slash "^3.0.0"
stack-utils "^2.0.3"

jest-mock@^29.6.1:
version "29.6.1"
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.6.1.tgz#049ee26aea8cbf54c764af649070910607316517"
integrity sha512-brovyV9HBkjXAEdRooaTQK42n8usKoSRR3gihzUpYeV/vwqgSoNfrksO7UfSACnPmxasO/8TmHM3w9Hp3G1dgw==
jest-message-util@^29.6.2:
version "29.6.2"
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.6.2.tgz#af7adc2209c552f3f5ae31e77cf0a261f23dc2bb"
integrity sha512-vnIGYEjoPSuRqV8W9t+Wow95SDp6KPX2Uf7EoeG9G99J2OVh7OSwpS4B6J0NfpEIpfkBNHlBZpA2rblEuEFhZQ==
dependencies:
"@babel/code-frame" "^7.12.13"
"@jest/types" "^29.6.1"
"@types/stack-utils" "^2.0.0"
chalk "^4.0.0"
graceful-fs "^4.2.9"
micromatch "^4.0.4"
pretty-format "^29.6.2"
slash "^3.0.0"
stack-utils "^2.0.3"

jest-mock@^29.6.1, jest-mock@^29.6.2:
version "29.6.2"
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.6.2.tgz#ef9c9b4d38c34a2ad61010a021866dad41ce5e00"
integrity sha512-hoSv3lb3byzdKfwqCuT6uTscan471GUECqgNYykg6ob0yiAw3zYc7OrPnI9Qv8Wwoa4lC7AZ9hyS4AiIx5U2zg==
dependencies:
"@jest/types" "^29.6.1"
"@types/node" "*"
jest-util "^29.6.1"
jest-util "^29.6.2"

jest-pnp-resolver@^1.2.2:
version "1.2.2"
Expand Down Expand Up @@ -4068,10 +4083,10 @@ jest-snapshot@^29.6.1:
pretty-format "^29.6.1"
semver "^7.5.3"

jest-util@^29.6.1:
version "29.6.1"
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.6.1.tgz#c9e29a87a6edbf1e39e6dee2b4689b8a146679cb"
integrity sha512-NRFCcjc+/uO3ijUVyNOQJluf8PtGCe/W6cix36+M3cTFgiYqFOOW5MgN4JOOcvbUhcKTYVd1CvHz/LWi8d16Mg==
jest-util@^29.6.1, jest-util@^29.6.2:
version "29.6.2"
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.6.2.tgz#8a052df8fff2eebe446769fd88814521a517664d"
integrity sha512-3eX1qb6L88lJNCFlEADKOkjpXJQyZRiavX1INZ4tRnrBVr2COd3RgcTLyUiEXMNBlDU/cgYq6taUS0fExrWW4w==
dependencies:
"@jest/types" "^29.6.1"
"@types/node" "*"
Expand Down Expand Up @@ -4831,6 +4846,15 @@ pretty-format@^29.6.1:
ansi-styles "^5.0.0"
react-is "^18.0.0"

pretty-format@^29.6.2:
version "29.6.2"
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.6.2.tgz#3d5829261a8a4d89d8b9769064b29c50ed486a47"
integrity sha512-1q0oC8eRveTg5nnBEWMXAU2qpv65Gnuf2eCQzSjxpWFkPaPARwqZZDGuNE0zPAZfTCHzIk3A8dIjwlQKKLphyg==
dependencies:
"@jest/schemas" "^29.6.0"
ansi-styles "^5.0.0"
react-is "^18.0.0"

process-nextick-args@~2.0.0:
version "2.0.1"
resolved "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz"
Expand Down

0 comments on commit 9a44eb5

Please sign in to comment.