-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump jest-environment-jsdom from 28.1.2 to 28.1.3 (#696)
Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 28.1.2 to 28.1.3. - [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/v28.1.3/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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
94cd145
commit cb5a806
Showing
1 changed file
with
63 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1227,15 +1227,15 @@ | |
slash "^3.0.0" | ||
strip-ansi "^6.0.0" | ||
|
||
"@jest/environment@^28.1.2": | ||
version "28.1.2" | ||
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-28.1.2.tgz#94a052c0c5f9f8c8e6d13ea6da78dbc5d7d9b85b" | ||
integrity sha512-I0CR1RUMmOzd0tRpz10oUfaChBWs+/Hrvn5xYhMEF/ZqrDaaeHwS8yDBqEWCrEnkH2g+WE/6g90oBv3nKpcm8Q== | ||
"@jest/environment@^28.1.2", "@jest/environment@^28.1.3": | ||
version "28.1.3" | ||
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-28.1.3.tgz#abed43a6b040a4c24fdcb69eab1f97589b2d663e" | ||
integrity sha512-1bf40cMFTEkKyEf585R9Iz1WayDjHoHqvts0XFYEqyKM3cFWDpeMoqKKTAF9LSYQModPUlh8FKptoM2YcMWAXA== | ||
dependencies: | ||
"@jest/fake-timers" "^28.1.2" | ||
"@jest/types" "^28.1.1" | ||
"@jest/fake-timers" "^28.1.3" | ||
"@jest/types" "^28.1.3" | ||
"@types/node" "*" | ||
jest-mock "^28.1.1" | ||
jest-mock "^28.1.3" | ||
|
||
"@jest/expect-utils@^28.1.1": | ||
version "28.1.1" | ||
|
@@ -1252,17 +1252,17 @@ | |
expect "^28.1.1" | ||
jest-snapshot "^28.1.2" | ||
|
||
"@jest/fake-timers@^28.1.2": | ||
version "28.1.2" | ||
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-28.1.2.tgz#d49e8ee4e02ba85a6e844a52a5e7c59c23e3b76f" | ||
integrity sha512-xSYEI7Y0D5FbZN2LsCUj/EKRR1zfQYmGuAUVh6xTqhx7V5JhjgMcK5Pa0iR6WIk0GXiHDe0Ke4A+yERKE9saqg== | ||
"@jest/fake-timers@^28.1.2", "@jest/fake-timers@^28.1.3": | ||
version "28.1.3" | ||
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-28.1.3.tgz#230255b3ad0a3d4978f1d06f70685baea91c640e" | ||
integrity sha512-D/wOkL2POHv52h+ok5Oj/1gOG9HSywdoPtFsRCUmlCILXNn5eIWmcnd3DIiWlJnpGvQtmajqBP95Ei0EimxfLw== | ||
dependencies: | ||
"@jest/types" "^28.1.1" | ||
"@jest/types" "^28.1.3" | ||
"@sinonjs/fake-timers" "^9.1.2" | ||
"@types/node" "*" | ||
jest-message-util "^28.1.1" | ||
jest-mock "^28.1.1" | ||
jest-util "^28.1.1" | ||
jest-message-util "^28.1.3" | ||
jest-mock "^28.1.3" | ||
jest-util "^28.1.3" | ||
|
||
"@jest/globals@^28.1.2": | ||
version "28.1.2" | ||
|
@@ -1379,12 +1379,12 @@ | |
"@types/yargs" "^16.0.0" | ||
chalk "^4.0.0" | ||
|
||
"@jest/types@^28.1.1": | ||
version "28.1.1" | ||
resolved "https://registry.yarnpkg.com/@jest/types/-/types-28.1.1.tgz#d059bbc80e6da6eda9f081f293299348bd78ee0b" | ||
integrity sha512-vRXVqSg1VhDnB8bWcmvLzmg0Bt9CRKVgHPXqYwvWMX3TvAjeO+nRuK6+VdTKCtWOvYlmkF/HqNAL/z+N3B53Kw== | ||
"@jest/types@^28.1.1", "@jest/types@^28.1.3": | ||
version "28.1.3" | ||
resolved "https://registry.yarnpkg.com/@jest/types/-/types-28.1.3.tgz#b05de80996ff12512bc5ceb1d208285a7d11748b" | ||
integrity sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ== | ||
dependencies: | ||
"@jest/schemas" "^28.0.2" | ||
"@jest/schemas" "^28.1.3" | ||
"@types/istanbul-lib-coverage" "^2.0.0" | ||
"@types/istanbul-reports" "^3.0.0" | ||
"@types/node" "*" | ||
|
@@ -3443,17 +3443,17 @@ jest-each@^28.1.1: | |
pretty-format "^28.1.1" | ||
|
||
jest-environment-jsdom@^28.1.1: | ||
version "28.1.2" | ||
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-28.1.2.tgz#d3fe82ef8f900c34ab582df7d3002c5079e3d8ab" | ||
integrity sha512-Ujhx/xFZGVPuxAVpseQ7KqdBErenuWH3Io2HujkGOKMS2VWmpnTGYHzv+73p21QJ9yYQlJkeg06rTe1svV+u0g== | ||
version "28.1.3" | ||
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-28.1.3.tgz#2d4e5d61b7f1d94c3bddfbb21f0308ee506c09fb" | ||
integrity sha512-HnlGUmZRdxfCByd3GM2F100DgQOajUBzEitjGqIREcb45kGjZvRrKUdlaF6escXBdcXNl0OBh+1ZrfeZT3GnAg== | ||
dependencies: | ||
"@jest/environment" "^28.1.2" | ||
"@jest/fake-timers" "^28.1.2" | ||
"@jest/types" "^28.1.1" | ||
"@jest/environment" "^28.1.3" | ||
"@jest/fake-timers" "^28.1.3" | ||
"@jest/types" "^28.1.3" | ||
"@types/jsdom" "^16.2.4" | ||
"@types/node" "*" | ||
jest-mock "^28.1.1" | ||
jest-util "^28.1.1" | ||
jest-mock "^28.1.3" | ||
jest-util "^28.1.3" | ||
jsdom "^19.0.0" | ||
|
||
jest-environment-node@^28.1.2: | ||
|
@@ -3544,12 +3544,27 @@ jest-message-util@^28.1.1: | |
slash "^3.0.0" | ||
stack-utils "^2.0.3" | ||
|
||
jest-mock@^28.1.1: | ||
version "28.1.1" | ||
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-28.1.1.tgz#37903d269427fa1ef5b2447be874e1c62a39a371" | ||
integrity sha512-bDCb0FjfsmKweAvE09dZT59IMkzgN0fYBH6t5S45NoJfd2DHkS3ySG2K+hucortryhO3fVuXdlxWcbtIuV/Skw== | ||
jest-message-util@^28.1.3: | ||
version "28.1.3" | ||
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-28.1.3.tgz#232def7f2e333f1eecc90649b5b94b0055e7c43d" | ||
integrity sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g== | ||
dependencies: | ||
"@jest/types" "^28.1.1" | ||
"@babel/code-frame" "^7.12.13" | ||
"@jest/types" "^28.1.3" | ||
"@types/stack-utils" "^2.0.0" | ||
chalk "^4.0.0" | ||
graceful-fs "^4.2.9" | ||
micromatch "^4.0.4" | ||
pretty-format "^28.1.3" | ||
slash "^3.0.0" | ||
stack-utils "^2.0.3" | ||
|
||
jest-mock@^28.1.1, jest-mock@^28.1.3: | ||
version "28.1.3" | ||
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-28.1.3.tgz#d4e9b1fc838bea595c77ab73672ebf513ab249da" | ||
integrity sha512-o3J2jr6dMMWYVH4Lh/NKmDXdosrsJgi4AviS8oXLujcjpCMBb1FMsblDnOXKZKfSiHLxYub1eS0IHuRXsio9eA== | ||
dependencies: | ||
"@jest/types" "^28.1.3" | ||
"@types/node" "*" | ||
|
||
jest-pnp-resolver@^1.2.2: | ||
|
@@ -3669,12 +3684,12 @@ jest-snapshot@^28.1.2: | |
pretty-format "^28.1.1" | ||
semver "^7.3.5" | ||
|
||
jest-util@^28.1.1: | ||
version "28.1.1" | ||
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-28.1.1.tgz#ff39e436a1aca397c0ab998db5a51ae2b7080d05" | ||
integrity sha512-FktOu7ca1DZSyhPAxgxB6hfh2+9zMoJ7aEQA759Z6p45NuO8mWcqujH+UdHlCm/V6JTWwDztM2ITCzU1ijJAfw== | ||
jest-util@^28.1.1, jest-util@^28.1.3: | ||
version "28.1.3" | ||
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-28.1.3.tgz#f4f932aa0074f0679943220ff9cbba7e497028b0" | ||
integrity sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ== | ||
dependencies: | ||
"@jest/types" "^28.1.1" | ||
"@jest/types" "^28.1.3" | ||
"@types/node" "*" | ||
chalk "^4.0.0" | ||
ci-info "^3.2.0" | ||
|
@@ -4282,6 +4297,16 @@ pretty-format@^28.1.1: | |
ansi-styles "^5.0.0" | ||
react-is "^18.0.0" | ||
|
||
pretty-format@^28.1.3: | ||
version "28.1.3" | ||
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-28.1.3.tgz#c9fba8cedf99ce50963a11b27d982a9ae90970d5" | ||
integrity sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q== | ||
dependencies: | ||
"@jest/schemas" "^28.1.3" | ||
ansi-regex "^5.0.1" | ||
ansi-styles "^5.0.0" | ||
react-is "^18.0.0" | ||
|
||
[email protected]: | ||
version "3.1.3" | ||
resolved "https://registry.yarnpkg.com/pretty-quick/-/pretty-quick-3.1.3.tgz#15281108c0ddf446675157ca40240099157b638e" | ||
|