Bump jest-environment-jsdom from 29.3.1 to 29.4.1 (#23329)
Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 29.3.1 to 29.4.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.4.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>gh/stable
parent
fe4e2e0bd1
commit
e79babe6a3
|
@ -151,7 +151,7 @@
|
||||||
"eslint-plugin-promise": "~6.1.1",
|
"eslint-plugin-promise": "~6.1.1",
|
||||||
"eslint-plugin-react": "~7.32.2",
|
"eslint-plugin-react": "~7.32.2",
|
||||||
"jest": "^29.4.1",
|
"jest": "^29.4.1",
|
||||||
"jest-environment-jsdom": "^29.3.1",
|
"jest-environment-jsdom": "^29.4.1",
|
||||||
"postcss-scss": "^4.0.6",
|
"postcss-scss": "^4.0.6",
|
||||||
"prettier": "^2.8.3",
|
"prettier": "^2.8.3",
|
||||||
"raf": "^3.4.1",
|
"raf": "^3.4.1",
|
||||||
|
|
113
yarn.lock
113
yarn.lock
|
@ -1294,16 +1294,6 @@
|
||||||
slash "^3.0.0"
|
slash "^3.0.0"
|
||||||
strip-ansi "^6.0.0"
|
strip-ansi "^6.0.0"
|
||||||
|
|
||||||
"@jest/environment@^29.3.1":
|
|
||||||
version "29.3.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.3.1.tgz#eb039f726d5fcd14698acd072ac6576d41cfcaa6"
|
|
||||||
integrity sha512-pMmvfOPmoa1c1QpfFW0nXYtNLpofqo4BrCIk6f2kW4JFeNlHV2t3vd+3iDLf31e2ot2Mec0uqZfmI+U0K2CFag==
|
|
||||||
dependencies:
|
|
||||||
"@jest/fake-timers" "^29.3.1"
|
|
||||||
"@jest/types" "^29.3.1"
|
|
||||||
"@types/node" "*"
|
|
||||||
jest-mock "^29.3.1"
|
|
||||||
|
|
||||||
"@jest/environment@^29.4.1":
|
"@jest/environment@^29.4.1":
|
||||||
version "29.4.1"
|
version "29.4.1"
|
||||||
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.4.1.tgz#52d232a85cdc995b407a940c89c86568f5a88ffe"
|
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.4.1.tgz#52d232a85cdc995b407a940c89c86568f5a88ffe"
|
||||||
|
@ -1329,18 +1319,6 @@
|
||||||
expect "^29.4.1"
|
expect "^29.4.1"
|
||||||
jest-snapshot "^29.4.1"
|
jest-snapshot "^29.4.1"
|
||||||
|
|
||||||
"@jest/fake-timers@^29.3.1":
|
|
||||||
version "29.3.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.3.1.tgz#b140625095b60a44de820876d4c14da1aa963f67"
|
|
||||||
integrity sha512-iHTL/XpnDlFki9Tq0Q1GGuVeQ8BHZGIYsvCO5eN/O/oJaRzofG9Xndd9HuSDBI/0ZS79pg0iwn07OMTQ7ngF2A==
|
|
||||||
dependencies:
|
|
||||||
"@jest/types" "^29.3.1"
|
|
||||||
"@sinonjs/fake-timers" "^9.1.2"
|
|
||||||
"@types/node" "*"
|
|
||||||
jest-message-util "^29.3.1"
|
|
||||||
jest-mock "^29.3.1"
|
|
||||||
jest-util "^29.3.1"
|
|
||||||
|
|
||||||
"@jest/fake-timers@^29.4.1":
|
"@jest/fake-timers@^29.4.1":
|
||||||
version "29.4.1"
|
version "29.4.1"
|
||||||
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.4.1.tgz#7b673131e8ea2a2045858f08241cace5d518b42b"
|
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.4.1.tgz#7b673131e8ea2a2045858f08241cace5d518b42b"
|
||||||
|
@ -1393,13 +1371,6 @@
|
||||||
strip-ansi "^6.0.0"
|
strip-ansi "^6.0.0"
|
||||||
v8-to-istanbul "^9.0.1"
|
v8-to-istanbul "^9.0.1"
|
||||||
|
|
||||||
"@jest/schemas@^29.0.0":
|
|
||||||
version "29.0.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.0.0.tgz#5f47f5994dd4ef067fb7b4188ceac45f77fe952a"
|
|
||||||
integrity sha512-3Ab5HgYIIAnS0HjqJHQYZS+zXc4tUmTmBH3z83ajI6afXp8X3ZtdLX+nXx+I7LNkJD7uN9LAVhgnjDgZa2z0kA==
|
|
||||||
dependencies:
|
|
||||||
"@sinclair/typebox" "^0.24.1"
|
|
||||||
|
|
||||||
"@jest/schemas@^29.4.0":
|
"@jest/schemas@^29.4.0":
|
||||||
version "29.4.0"
|
version "29.4.0"
|
||||||
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.4.0.tgz#0d6ad358f295cc1deca0b643e6b4c86ebd539f17"
|
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.4.0.tgz#0d6ad358f295cc1deca0b643e6b4c86ebd539f17"
|
||||||
|
@ -1651,23 +1622,11 @@
|
||||||
estree-walker "^1.0.1"
|
estree-walker "^1.0.1"
|
||||||
picomatch "^2.2.2"
|
picomatch "^2.2.2"
|
||||||
|
|
||||||
"@sinclair/typebox@^0.24.1":
|
|
||||||
version "0.24.20"
|
|
||||||
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.24.20.tgz#11a657875de6008622d53f56e063a6347c51a6dd"
|
|
||||||
integrity sha512-kVaO5aEFZb33nPMTZBxiPEkY+slxiPtqC7QX8f9B3eGOMBvEfuMfxp9DSTTCsRJPumPKjrge4yagyssO4q6qzQ==
|
|
||||||
|
|
||||||
"@sinclair/typebox@^0.25.16":
|
"@sinclair/typebox@^0.25.16":
|
||||||
version "0.25.21"
|
version "0.25.21"
|
||||||
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.21.tgz#763b05a4b472c93a8db29b2c3e359d55b29ce272"
|
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.21.tgz#763b05a4b472c93a8db29b2c3e359d55b29ce272"
|
||||||
integrity sha512-gFukHN4t8K4+wVC+ECqeqwzBDeFeTzBXroBTqE6vcWrQGbEUpHO7LYdG0f4xnvYq4VOEwITSlHlp0JBAIFMS/g==
|
integrity sha512-gFukHN4t8K4+wVC+ECqeqwzBDeFeTzBXroBTqE6vcWrQGbEUpHO7LYdG0f4xnvYq4VOEwITSlHlp0JBAIFMS/g==
|
||||||
|
|
||||||
"@sinonjs/commons@^1.7.0":
|
|
||||||
version "1.8.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.1.tgz#e7df00f98a203324f6dc7cc606cad9d4a8ab2217"
|
|
||||||
integrity sha512-892K+kWUUi3cl+LlqEWIDrhvLgdL79tECi8JZUyq6IviKy/DNhuzCRlbHUjxK89f4ypPMMaFnFuR9Ie6DoIMsw==
|
|
||||||
dependencies:
|
|
||||||
type-detect "4.0.8"
|
|
||||||
|
|
||||||
"@sinonjs/commons@^2.0.0":
|
"@sinonjs/commons@^2.0.0":
|
||||||
version "2.0.0"
|
version "2.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-2.0.0.tgz#fd4ca5b063554307e8327b4564bd56d3b73924a3"
|
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-2.0.0.tgz#fd4ca5b063554307e8327b4564bd56d3b73924a3"
|
||||||
|
@ -1682,13 +1641,6 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
"@sinonjs/commons" "^2.0.0"
|
"@sinonjs/commons" "^2.0.0"
|
||||||
|
|
||||||
"@sinonjs/fake-timers@^9.1.2":
|
|
||||||
version "9.1.2"
|
|
||||||
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-9.1.2.tgz#4eaab737fab77332ab132d396a3c0d364bd0ea8c"
|
|
||||||
integrity sha512-BPS4ynJW/o92PUR4wgriz2Ud5gpST5vz6GQfMixEDK0Z8ZCUv2M7SkBLykH56T++Xs+8ln9zTGbOvNGIe02/jw==
|
|
||||||
dependencies:
|
|
||||||
"@sinonjs/commons" "^1.7.0"
|
|
||||||
|
|
||||||
"@surma/rollup-plugin-off-main-thread@^2.2.3":
|
"@surma/rollup-plugin-off-main-thread@^2.2.3":
|
||||||
version "2.2.3"
|
version "2.2.3"
|
||||||
resolved "https://registry.yarnpkg.com/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz#ee34985952ca21558ab0d952f00298ad2190c053"
|
resolved "https://registry.yarnpkg.com/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz#ee34985952ca21558ab0d952f00298ad2190c053"
|
||||||
|
@ -6603,18 +6555,18 @@ jest-each@^29.4.1:
|
||||||
jest-util "^29.4.1"
|
jest-util "^29.4.1"
|
||||||
pretty-format "^29.4.1"
|
pretty-format "^29.4.1"
|
||||||
|
|
||||||
jest-environment-jsdom@^29.3.1:
|
jest-environment-jsdom@^29.4.1:
|
||||||
version "29.3.1"
|
version "29.4.1"
|
||||||
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-29.3.1.tgz#14ca63c3e0ef5c63c5bcb46033e50bc649e3b639"
|
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-29.4.1.tgz#34d491244ddd6fe3d666da603b576bd0ae6aef78"
|
||||||
integrity sha512-G46nKgiez2Gy4zvYNhayfMEAFlVHhWfncqvqS6yCd0i+a4NsSUD2WtrKSaYQrYiLQaupHXxCRi8xxVL2M9PbhA==
|
integrity sha512-+KfYmRTl5CBHQst9hIz77TiiriHYvuWoLjMT855gx2AMxhHxpk1vtKvag1DQfyWCPVTWV/AG7SIqVh5WI1O/uw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@jest/environment" "^29.3.1"
|
"@jest/environment" "^29.4.1"
|
||||||
"@jest/fake-timers" "^29.3.1"
|
"@jest/fake-timers" "^29.4.1"
|
||||||
"@jest/types" "^29.3.1"
|
"@jest/types" "^29.4.1"
|
||||||
"@types/jsdom" "^20.0.0"
|
"@types/jsdom" "^20.0.0"
|
||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
jest-mock "^29.3.1"
|
jest-mock "^29.4.1"
|
||||||
jest-util "^29.3.1"
|
jest-util "^29.4.1"
|
||||||
jsdom "^20.0.0"
|
jsdom "^20.0.0"
|
||||||
|
|
||||||
jest-environment-node@^29.4.1:
|
jest-environment-node@^29.4.1:
|
||||||
|
@ -6676,21 +6628,6 @@ jest-matcher-utils@^29.4.1:
|
||||||
jest-get-type "^29.2.0"
|
jest-get-type "^29.2.0"
|
||||||
pretty-format "^29.4.1"
|
pretty-format "^29.4.1"
|
||||||
|
|
||||||
jest-message-util@^29.3.1:
|
|
||||||
version "29.3.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.3.1.tgz#37bc5c468dfe5120712053dd03faf0f053bd6adb"
|
|
||||||
integrity sha512-lMJTbgNcDm5z+6KDxWtqOFWlGQxD6XaYwBqHR8kmpkP+WWWG90I35kdtQHY67Ay5CSuydkTBbJG+tH9JShFCyA==
|
|
||||||
dependencies:
|
|
||||||
"@babel/code-frame" "^7.12.13"
|
|
||||||
"@jest/types" "^29.3.1"
|
|
||||||
"@types/stack-utils" "^2.0.0"
|
|
||||||
chalk "^4.0.0"
|
|
||||||
graceful-fs "^4.2.9"
|
|
||||||
micromatch "^4.0.4"
|
|
||||||
pretty-format "^29.3.1"
|
|
||||||
slash "^3.0.0"
|
|
||||||
stack-utils "^2.0.3"
|
|
||||||
|
|
||||||
jest-message-util@^29.4.1:
|
jest-message-util@^29.4.1:
|
||||||
version "29.4.1"
|
version "29.4.1"
|
||||||
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.4.1.tgz#522623aa1df9a36ebfdffb06495c7d9d19e8a845"
|
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.4.1.tgz#522623aa1df9a36ebfdffb06495c7d9d19e8a845"
|
||||||
|
@ -6706,15 +6643,6 @@ jest-message-util@^29.4.1:
|
||||||
slash "^3.0.0"
|
slash "^3.0.0"
|
||||||
stack-utils "^2.0.3"
|
stack-utils "^2.0.3"
|
||||||
|
|
||||||
jest-mock@^29.3.1:
|
|
||||||
version "29.3.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.3.1.tgz#60287d92e5010979d01f218c6b215b688e0f313e"
|
|
||||||
integrity sha512-H8/qFDtDVMFvFP4X8NuOT3XRDzOUTz+FeACjufHzsOIBAxivLqkB1PoLCaJx9iPPQ8dZThHPp/G3WRWyMgA3JA==
|
|
||||||
dependencies:
|
|
||||||
"@jest/types" "^29.3.1"
|
|
||||||
"@types/node" "*"
|
|
||||||
jest-util "^29.3.1"
|
|
||||||
|
|
||||||
jest-mock@^29.4.1:
|
jest-mock@^29.4.1:
|
||||||
version "29.4.1"
|
version "29.4.1"
|
||||||
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.4.1.tgz#a218a2abf45c99c501d4665207748a6b9e29afbd"
|
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.4.1.tgz#a218a2abf45c99c501d4665207748a6b9e29afbd"
|
||||||
|
@ -6843,19 +6771,7 @@ jest-snapshot@^29.4.1:
|
||||||
pretty-format "^29.4.1"
|
pretty-format "^29.4.1"
|
||||||
semver "^7.3.5"
|
semver "^7.3.5"
|
||||||
|
|
||||||
jest-util@^29.3.1:
|
jest-util@^29.3.1, jest-util@^29.4.1:
|
||||||
version "29.3.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.3.1.tgz#1dda51e378bbcb7e3bc9d8ab651445591ed373e1"
|
|
||||||
integrity sha512-7YOVZaiX7RJLv76ZfHt4nbNEzzTRiMW/IiOG7ZOKmTXmoGBxUDefgMAxQubu6WPVqP5zSzAdZG0FfLcC7HOIFQ==
|
|
||||||
dependencies:
|
|
||||||
"@jest/types" "^29.3.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.1:
|
|
||||||
version "29.4.1"
|
version "29.4.1"
|
||||||
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.4.1.tgz#2eeed98ff4563b441b5a656ed1a786e3abc3e4c4"
|
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.4.1.tgz#2eeed98ff4563b441b5a656ed1a786e3abc3e4c4"
|
||||||
integrity sha512-bQy9FPGxVutgpN4VRc0hk6w7Hx/m6L53QxpDreTZgJd9gfx/AV2MjyPde9tGyZRINAUrSv57p2inGBu2dRLmkQ==
|
integrity sha512-bQy9FPGxVutgpN4VRc0hk6w7Hx/m6L53QxpDreTZgJd9gfx/AV2MjyPde9tGyZRINAUrSv57p2inGBu2dRLmkQ==
|
||||||
|
@ -8861,15 +8777,6 @@ pretty-format@^27.0.2:
|
||||||
ansi-styles "^5.0.0"
|
ansi-styles "^5.0.0"
|
||||||
react-is "^17.0.1"
|
react-is "^17.0.1"
|
||||||
|
|
||||||
pretty-format@^29.3.1:
|
|
||||||
version "29.3.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.3.1.tgz#1841cac822b02b4da8971dacb03e8a871b4722da"
|
|
||||||
integrity sha512-FyLnmb1cYJV8biEIiRyzRFvs2lry7PPIvOqKVe1GCUEYg4YGmlx1qG9EJNMxArYm7piII4qb8UV1Pncq5dxmcg==
|
|
||||||
dependencies:
|
|
||||||
"@jest/schemas" "^29.0.0"
|
|
||||||
ansi-styles "^5.0.0"
|
|
||||||
react-is "^18.0.0"
|
|
||||||
|
|
||||||
pretty-format@^29.4.1:
|
pretty-format@^29.4.1:
|
||||||
version "29.4.1"
|
version "29.4.1"
|
||||||
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.4.1.tgz#0da99b532559097b8254298da7c75a0785b1751c"
|
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.4.1.tgz#0da99b532559097b8254298da7c75a0785b1751c"
|
||||||
|
|
Reference in New Issue