Skip to content

Commit

Permalink
chore(deps): update jest monorepo to v28.1.2 (#16438)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 6, 2022
1 parent 793095c commit f1b66c4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 58 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -218,8 +218,8 @@
},
"devDependencies": {
"@actions/core": "1.9.0",
"@jest/globals": "28.1.1",
"@jest/reporters": "28.1.1",
"@jest/globals": "28.1.2",
"@jest/reporters": "28.1.2",
"@jest/test-result": "28.1.1",
"@ls-lint/ls-lint": "1.11.2",
"@openpgp/web-stream-tools": "0.0.10",
Expand Down Expand Up @@ -280,7 +280,7 @@
"glob": "8.0.3",
"graphql": "16.5.0",
"husky": "8.0.1",
"jest": "28.1.1",
"jest": "28.1.2",
"jest-extended": "2.0.0",
"jest-junit": "13.2.0",
"jest-mock-extended": "2.0.6",
Expand Down
70 changes: 15 additions & 55 deletions yarn.lock
Expand Up @@ -1413,7 +1413,7 @@
jest-util "^28.1.1"
slash "^3.0.0"

"@jest/core@^28.1.1", "@jest/core@^28.1.2":
"@jest/core@^28.1.2":
version "28.1.2"
resolved "https://registry.yarnpkg.com/@jest/core/-/core-28.1.2.tgz#eac519b9acbd154313854b8823a47b5c645f785a"
integrity sha512-Xo4E+Sb/nZODMGOPt2G3cMmCBqL4/W2Ijwr7/mrXlq4jdJwcFQ/9KrrJZT2adQRk2otVBXXOz1GRQ4Z5iOgvRQ==
Expand Down Expand Up @@ -1448,7 +1448,7 @@
slash "^3.0.0"
strip-ansi "^6.0.0"

"@jest/environment@^28.1.1", "@jest/environment@^28.1.2":
"@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==
Expand All @@ -1472,7 +1472,7 @@
dependencies:
jest-get-type "^28.0.2"

"@jest/expect@^28.1.1", "@jest/expect@^28.1.2":
"@jest/expect@^28.1.2":
version "28.1.2"
resolved "https://registry.yarnpkg.com/@jest/expect/-/expect-28.1.2.tgz#0b25acedff46e1e1e5606285306c8a399c12534f"
integrity sha512-HBzyZBeFBiOelNbBKN0pilWbbrGvwDUwAqMC46NVJmWm8AVkuE58NbG1s7DR4cxFt4U5cVLxofAoHxgvC5MyOw==
Expand All @@ -1492,16 +1492,7 @@
jest-mock "^28.1.1"
jest-util "^28.1.1"

"@jest/globals@28.1.1":
version "28.1.1"
resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-28.1.1.tgz#c0a7977f85e26279cc090d9adcdf82b8a34c4061"
integrity sha512-dEgl/6v7ToB4vXItdvcltJBgny0xBE6xy6IYQrPJAJggdEinGxCDMivNv7sFzPcTITGquXD6UJwYxfJ/5ZwDSg==
dependencies:
"@jest/environment" "^28.1.1"
"@jest/expect" "^28.1.1"
"@jest/types" "^28.1.1"

"@jest/globals@^28.1.2":
"@jest/globals@28.1.2", "@jest/globals@^28.1.2":
version "28.1.2"
resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-28.1.2.tgz#92fab296e337c7309c25e4202fb724f62249d83f"
integrity sha512-cz0lkJVDOtDaYhvT3Fv2U1B6FtBnV+OpEyJCzTHM1fdoTsU4QNLAt/H4RkiwEUU+dL4g/MFsoTuHeT2pvbo4Hg==
Expand All @@ -1510,38 +1501,7 @@
"@jest/expect" "^28.1.2"
"@jest/types" "^28.1.1"

"@jest/reporters@28.1.1":
version "28.1.1"
resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-28.1.1.tgz#9389f4bb3cce4d9b586f6195f83c79cd2a1c8662"
integrity sha512-597Zj4D4d88sZrzM4atEGLuO7SdA/YrOv9SRXHXRNC+/FwPCWxZhBAEzhXoiJzfRwn8zes/EjS8Lo6DouGN5Gg==
dependencies:
"@bcoe/v8-coverage" "^0.2.3"
"@jest/console" "^28.1.1"
"@jest/test-result" "^28.1.1"
"@jest/transform" "^28.1.1"
"@jest/types" "^28.1.1"
"@jridgewell/trace-mapping" "^0.3.7"
"@types/node" "*"
chalk "^4.0.0"
collect-v8-coverage "^1.0.0"
exit "^0.1.2"
glob "^7.1.3"
graceful-fs "^4.2.9"
istanbul-lib-coverage "^3.0.0"
istanbul-lib-instrument "^5.1.0"
istanbul-lib-report "^3.0.0"
istanbul-lib-source-maps "^4.0.0"
istanbul-reports "^3.1.3"
jest-message-util "^28.1.1"
jest-util "^28.1.1"
jest-worker "^28.1.1"
slash "^3.0.0"
string-length "^4.0.1"
strip-ansi "^6.0.0"
terminal-link "^2.0.0"
v8-to-istanbul "^9.0.0"

"@jest/reporters@^28.1.2":
"@jest/reporters@28.1.2", "@jest/reporters@^28.1.2":
version "28.1.2"
resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-28.1.2.tgz#0327be4ce4d0d9ae49e7908656f89669d0c2a260"
integrity sha512-/whGLhiwAqeCTmQEouSigUZJPVl7sW8V26EiboImL+UyXznnr1a03/YZ2BX8OlFw0n+Zlwu+EZAITZtaeRTxyA==
Expand Down Expand Up @@ -1608,7 +1568,7 @@
jest-haste-map "^28.1.1"
slash "^3.0.0"

"@jest/transform@^28.1.1", "@jest/transform@^28.1.2":
"@jest/transform@^28.1.2":
version "28.1.2"
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-28.1.2.tgz#b367962c53fd53821269bde050ce373e111327c1"
integrity sha512-3o+lKF6iweLeJFHBlMJysdaPbpoMmtbHEFsjzSv37HIq/wWt5ijTeO2Yf7MO5yyczCopD507cNwNLeX8Y/CuIg==
Expand Down Expand Up @@ -1692,7 +1652,7 @@
"@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10"

"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.13", "@jridgewell/trace-mapping@^0.3.7", "@jridgewell/trace-mapping@^0.3.9":
"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.13", "@jridgewell/trace-mapping@^0.3.9":
version "0.3.14"
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz#b231a081d8f66796e475ad588a1ef473112701ed"
integrity sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==
Expand Down Expand Up @@ -5829,7 +5789,7 @@ jest-circus@^28.1.2:
stack-utils "^2.0.3"
throat "^6.0.1"

jest-cli@^28.1.1:
jest-cli@^28.1.2:
version "28.1.2"
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-28.1.2.tgz#b89012e5bad14135e71b1628b85475d3773a1bbc"
integrity sha512-l6eoi5Do/IJUXAFL9qRmDiFpBeEJAnjJb1dcd9i/VWfVWbp3mJhuH50dNtX67Ali4Ecvt4eBkWb4hXhPHkAZTw==
Expand Down Expand Up @@ -6214,15 +6174,15 @@ jest-worker@^28.1.1:
merge-stream "^2.0.0"
supports-color "^8.0.0"

jest@28.1.1:
version "28.1.1"
resolved "https://registry.yarnpkg.com/jest/-/jest-28.1.1.tgz#3c39a3a09791e16e9ef283597d24ab19a0df701e"
integrity sha512-qw9YHBnjt6TCbIDMPMpJZqf9E12rh6869iZaN08/vpOGgHJSAaLLUn6H8W3IAEuy34Ls3rct064mZLETkxJ2XA==
jest@28.1.2:
version "28.1.2"
resolved "https://registry.yarnpkg.com/jest/-/jest-28.1.2.tgz#451ff24081ce31ca00b07b60c61add13aa96f8eb"
integrity sha512-Tuf05DwLeCh2cfWCQbcz9UxldoDyiR1E9Igaei5khjonKncYdc6LDfynKCEWozK0oLE3GD+xKAo2u8x/0s6GOg==
dependencies:
"@jest/core" "^28.1.1"
"@jest/core" "^28.1.2"
"@jest/types" "^28.1.1"
import-local "^3.0.2"
jest-cli "^28.1.1"
jest-cli "^28.1.2"

js-tokens@^4.0.0:
version "4.0.0"
Expand Down Expand Up @@ -9389,7 +9349,7 @@ v8-compile-cache@^2.0.3:
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==

v8-to-istanbul@^9.0.0, v8-to-istanbul@^9.0.1:
v8-to-istanbul@^9.0.1:
version "9.0.1"
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.0.1.tgz#b6f994b0b5d4ef255e17a0d17dc444a9f5132fa4"
integrity sha512-74Y4LqY74kLE6IFyIjPtkSTWzUZmj8tdHT9Ii/26dvQ6K9Dl2NbEfj0XgU2sHCtKgt5VupqhlO/5aWuqS+IY1w==
Expand Down

0 comments on commit f1b66c4

Please sign in to comment.