Skip to content

Commit

Permalink
chore(deps): update jest monorepo to v27.2.4 (#12046)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Oct 6, 2021
1 parent acc9886 commit 112d6d8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 78 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -200,9 +200,9 @@
},
"devDependencies": {
"@actions/core": "1.6.0",
"@jest/globals": "27.2.3",
"@jest/reporters": "27.2.3",
"@jest/test-result": "27.2.3",
"@jest/globals": "27.2.4",
"@jest/reporters": "27.2.4",
"@jest/test-result": "27.2.4",
"@ls-lint/ls-lint": "1.10.0",
"@renovate/eslint-plugin": "https://github.com/renovatebot/eslint-plugin#v0.0.3",
"@semantic-release/exec": "6.0.1",
Expand Down Expand Up @@ -253,7 +253,7 @@
"glob": "7.2.0",
"graphql": "15.6.0",
"husky": "7.0.2",
"jest": "27.2.3",
"jest": "27.2.4",
"jest-extended": "0.11.5",
"jest-github-actions-reporter": "1.0.3",
"jest-junit": "12.3.0",
Expand Down
99 changes: 25 additions & 74 deletions yarn.lock
Expand Up @@ -1018,7 +1018,7 @@
chalk "^2.0.1"
slash "^2.0.0"

"@jest/console@^27.2.3", "@jest/console@^27.2.4":
"@jest/console@^27.2.4":
version "27.2.4"
resolved "https://registry.yarnpkg.com/@jest/console/-/console-27.2.4.tgz#2f1a4bf82b9940065d4818fac271def99ec55e5e"
integrity sha512-94znCKynPZpDpYHQ6esRJSc11AmONrVkBOBZiD7S+bSubHhrUfbS95EY5HIOxhm4PQO7cnvZkL3oJcY0oMA+Wg==
Expand All @@ -1030,7 +1030,7 @@
jest-util "^27.2.4"
slash "^3.0.0"

"@jest/core@^27.2.3", "@jest/core@^27.2.4":
"@jest/core@^27.2.4":
version "27.2.4"
resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.2.4.tgz#0b932da787d64848eab720dbb88e5b7a3f86e539"
integrity sha512-UNQLyy+rXoojNm2MGlapgzWhZD1CT1zcHZQYeiD0xE7MtJfC19Q6J5D/Lm2l7i4V97T30usKDoEtjI8vKwWcLg==
Expand Down Expand Up @@ -1064,7 +1064,7 @@
slash "^3.0.0"
strip-ansi "^6.0.0"

"@jest/environment@^27.2.3", "@jest/environment@^27.2.4":
"@jest/environment@^27.2.4":
version "27.2.4"
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-27.2.4.tgz#db3e60f7dd30ab950f6ce2d6d7293ed9a6b7cbcd"
integrity sha512-wkuui5yr3SSQW0XD0Qm3TATUbL/WE3LDEM3ulC+RCQhMf2yxhci8x7svGkZ4ivJ6Pc94oOzpZ6cdHBAMSYd1ew==
Expand All @@ -1086,16 +1086,7 @@
jest-mock "^27.2.4"
jest-util "^27.2.4"

"@jest/globals@27.2.3":
version "27.2.3"
resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.2.3.tgz#6b8d652083d78709b243d9571457058f1c6c5fea"
integrity sha512-JVjQDs5z34XvFME0qHmKwWtgzRnBa/i22nfWjzlIUvkdFCzndN+JTLEWNXAgyBbGnNYuMZ8CpvgF9uhKt/cR3g==
dependencies:
"@jest/environment" "^27.2.3"
"@jest/types" "^27.2.3"
expect "^27.2.3"

"@jest/globals@^27.2.4":
"@jest/globals@27.2.4", "@jest/globals@^27.2.4":
version "27.2.4"
resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.2.4.tgz#0aeb22b011f8c8c4b8ff3b4dbd1ee0392fe0dd8a"
integrity sha512-DRsRs5dh0i+fA9mGHylTU19+8fhzNJoEzrgsu+zgJoZth3x8/0juCQ8nVVdW1er4Cqifb/ET7/hACYVPD0dBEA==
Expand All @@ -1104,37 +1095,7 @@
"@jest/types" "^27.2.4"
expect "^27.2.4"

"@jest/reporters@27.2.3":
version "27.2.3"
resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-27.2.3.tgz#47c27be7c3e2069042b6fba12c1f8f62f91302db"
integrity sha512-zc9gQDjUAnkRQ5C0LW2u4JU9Ojqp9qc8OXQkMSmAbou6lN0mvDGEl4PG5HrZxpW4nE2FjIYyX6JAn05QT3gLbw==
dependencies:
"@bcoe/v8-coverage" "^0.2.3"
"@jest/console" "^27.2.3"
"@jest/test-result" "^27.2.3"
"@jest/transform" "^27.2.3"
"@jest/types" "^27.2.3"
chalk "^4.0.0"
collect-v8-coverage "^1.0.0"
exit "^0.1.2"
glob "^7.1.2"
graceful-fs "^4.2.4"
istanbul-lib-coverage "^3.0.0"
istanbul-lib-instrument "^4.0.3"
istanbul-lib-report "^3.0.0"
istanbul-lib-source-maps "^4.0.0"
istanbul-reports "^3.0.2"
jest-haste-map "^27.2.3"
jest-resolve "^27.2.3"
jest-util "^27.2.3"
jest-worker "^27.2.3"
slash "^3.0.0"
source-map "^0.6.0"
string-length "^4.0.1"
terminal-link "^2.0.0"
v8-to-istanbul "^8.1.0"

"@jest/reporters@^27.2.4":
"@jest/reporters@27.2.4", "@jest/reporters@^27.2.4":
version "27.2.4"
resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-27.2.4.tgz#1482ff007f2e919d85c54b1563abb8b2ea2d5198"
integrity sha512-LHeSdDnDZkDnJ8kvnjcqV8P1Yv/32yL4d4XfR5gBiy3xGO0onwll1QEbvtW96fIwhx2nejug0GTaEdNDoyr3fQ==
Expand Down Expand Up @@ -1182,13 +1143,13 @@
graceful-fs "^4.2.4"
source-map "^0.6.0"

"@jest/test-result@27.2.3":
version "27.2.3"
resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-27.2.3.tgz#7d8f790186c7ec7600edc1d8781656268f038255"
integrity sha512-+pRxO4xSJyUxoA0ENiTq8wT+5RCFOxK4nlNY2lUes/VF33uB54GBkZeXlljZcZjuzS1Yarz4hZI/a4mBtv9jQA==
"@jest/test-result@27.2.4", "@jest/test-result@^27.2.4":
version "27.2.4"
resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-27.2.4.tgz#d1ca8298d168f1b0be834bfb543b1ac0294c05d7"
integrity sha512-eU+PRo0+lIS01b0dTmMdVZ0TtcRSxEaYquZTRFMQz6CvsehGhx9bRzi9Zdw6VROviJyv7rstU+qAMX5pNBmnfQ==
dependencies:
"@jest/console" "^27.2.3"
"@jest/types" "^27.2.3"
"@jest/console" "^27.2.4"
"@jest/types" "^27.2.4"
"@types/istanbul-lib-coverage" "^2.0.0"
collect-v8-coverage "^1.0.0"

Expand All @@ -1201,16 +1162,6 @@
"@jest/types" "^24.9.0"
"@types/istanbul-lib-coverage" "^2.0.0"

"@jest/test-result@^27.2.3", "@jest/test-result@^27.2.4":
version "27.2.4"
resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-27.2.4.tgz#d1ca8298d168f1b0be834bfb543b1ac0294c05d7"
integrity sha512-eU+PRo0+lIS01b0dTmMdVZ0TtcRSxEaYquZTRFMQz6CvsehGhx9bRzi9Zdw6VROviJyv7rstU+qAMX5pNBmnfQ==
dependencies:
"@jest/console" "^27.2.4"
"@jest/types" "^27.2.4"
"@types/istanbul-lib-coverage" "^2.0.0"
collect-v8-coverage "^1.0.0"

"@jest/test-sequencer@^27.2.4":
version "27.2.4"
resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-27.2.4.tgz#df66422a3e9e7440ce8b7498e255fa6b52c0bc03"
Expand All @@ -1221,7 +1172,7 @@
jest-haste-map "^27.2.4"
jest-runtime "^27.2.4"

"@jest/transform@^27.2.3", "@jest/transform@^27.2.4":
"@jest/transform@^27.2.4":
version "27.2.4"
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.2.4.tgz#2fe5b6836895f7a1b8bdec442c51e83943c62733"
integrity sha512-n5FlX2TH0oQGwyVDKPxdJ5nI2sO7TJBFe3u3KaAtt7TOiV4yL+Y+rSFDl+Ic5MpbiA/eqXmLAQxjnBmWgS2rEA==
Expand Down Expand Up @@ -1262,7 +1213,7 @@
"@types/yargs" "^15.0.0"
chalk "^4.0.0"

"@jest/types@^27.2.3", "@jest/types@^27.2.4":
"@jest/types@^27.2.4":
version "27.2.4"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.2.4.tgz#2430042a66e00dc5b140c3636f4474d464c21ee8"
integrity sha512-IDO2ezTxeMvQAHxzG/ZvEyA47q0aVfzT95rGFl7bZs/Go0aIucvfDbS2rmnoEdXxlLQhcolmoG/wvL/uKx4tKA==
Expand Down Expand Up @@ -4263,7 +4214,7 @@ expect@^24.1.0:
jest-message-util "^24.9.0"
jest-regex-util "^24.9.0"

expect@^27.2.3, expect@^27.2.4:
expect@^27.2.4:
version "27.2.4"
resolved "https://registry.yarnpkg.com/expect/-/expect-27.2.4.tgz#4debf546050bcdad8914a8c95fec7662e02bf67c"
integrity sha512-gOtuonQ8TCnbNNCSw2fhVzRf8EFYDII4nB5NmG4IEV0rbUnW1I5zXvoTntU4iicB/Uh0oZr20NGlOLdJiwsOZA==
Expand Down Expand Up @@ -5602,7 +5553,7 @@ jest-circus@^27.2.4:
stack-utils "^2.0.3"
throat "^6.0.1"

jest-cli@^27.2.3:
jest-cli@^27.2.4:
version "27.2.4"
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.2.4.tgz#acda7f367aa6e674723fc1a7334e0ae1799448d2"
integrity sha512-4kpQQkg74HYLaXo3nzwtg4PYxSLgL7puz1LXHj5Tu85KmlIpxQFjRkXlx4V47CYFFIDoyl3rHA/cXOxUWyMpNg==
Expand Down Expand Up @@ -5741,7 +5692,7 @@ jest-github-actions-reporter@1.0.3:
dependencies:
"@actions/core" "^1.2.0"

jest-haste-map@^27.2.3, jest-haste-map@^27.2.4:
jest-haste-map@^27.2.4:
version "27.2.4"
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.2.4.tgz#f8974807bedf07348ca9fd24e5861ab7c8e61aba"
integrity sha512-bkJ4bT00T2K+1NZXbRcyKnbJ42I6QBvoDNMTAQQDBhaGNnZreiQKUNqax0e6hLTx7E75pKDeltVu3V1HAdu+YA==
Expand Down Expand Up @@ -5900,7 +5851,7 @@ jest-resolve-dependencies@^27.2.4:
jest-regex-util "^27.0.6"
jest-snapshot "^27.2.4"

jest-resolve@^27.2.3, jest-resolve@^27.2.4:
jest-resolve@^27.2.4:
version "27.2.4"
resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-27.2.4.tgz#d3b999f073ff84a8ae109ce99ff7f3223048701a"
integrity sha512-IsAO/3+3BZnKjI2I4f3835TBK/90dxR7Otgufn3mnrDFTByOSXclDi3G2XJsawGV4/18IMLARJ+V7Wm7t+J89Q==
Expand Down Expand Up @@ -6035,7 +5986,7 @@ jest-util@^26.0.0:
is-ci "^2.0.0"
micromatch "^4.0.2"

jest-util@^27.0.0, jest-util@^27.2.3, jest-util@^27.2.4:
jest-util@^27.0.0, jest-util@^27.2.4:
version "27.2.4"
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.2.4.tgz#3d7ce081b2e7f4cfe0156452ac01f3cb456cc656"
integrity sha512-mW++4u+fSvAt3YBWm5IpbmRAceUqa2B++JlUZTiuEt2AmNYn0Yw5oay4cP17TGsMINRNPSGiJ2zNnX60g+VbFg==
Expand Down Expand Up @@ -6072,7 +6023,7 @@ jest-watcher@^27.2.4:
jest-util "^27.2.4"
string-length "^4.0.1"

jest-worker@^27.2.3, jest-worker@^27.2.4:
jest-worker@^27.2.4:
version "27.2.4"
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.2.4.tgz#881455df75e22e7726a53f43703ab74d6b36f82d"
integrity sha512-Zq9A2Pw59KkVjBBKD1i3iE2e22oSjXhUKKuAK1HGX8flGwkm6NMozyEYzKd41hXc64dbd/0eWFeEEuxqXyhM+g==
Expand All @@ -6081,14 +6032,14 @@ jest-worker@^27.2.3, jest-worker@^27.2.4:
merge-stream "^2.0.0"
supports-color "^8.0.0"

jest@27.2.3:
version "27.2.3"
resolved "https://registry.yarnpkg.com/jest/-/jest-27.2.3.tgz#9c2af9ce874a3eb202f83d92fbc1cc61ccc73248"
integrity sha512-r4ggA29J5xUg93DpvbsX+AXlFMWE3hZ5Y6BfgTl8PJvWelVezNPkmrsixuGoDBTHTCwScRSH0O4wsoeUgLie2w==
jest@27.2.4:
version "27.2.4"
resolved "https://registry.yarnpkg.com/jest/-/jest-27.2.4.tgz#70e27bef873138afc123aa4769f7124c50ad3efb"
integrity sha512-h4uqb1EQLfPulWyUFFWv9e9Nn8sCqsJ/j3wk/KCY0p4s4s0ICCfP3iMf6hRf5hEhsDyvyrCgKiZXma63gMz16A==
dependencies:
"@jest/core" "^27.2.3"
"@jest/core" "^27.2.4"
import-local "^3.0.2"
jest-cli "^27.2.3"
jest-cli "^27.2.4"

js-tokens@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit 112d6d8

Please sign in to comment.