mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-19 14:35:50 +00:00
build(deps-dev): Bump jest-circus from 27.2.5 to 27.3.0
Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 27.2.5 to 27.3.0. - [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/v27.3.0/packages/jest-circus) --- updated-dependencies: - dependency-name: jest-circus dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1bffac7054
commit
0778defa76
2 changed files with 212 additions and 98 deletions
|
|
@ -38,7 +38,7 @@
|
|||
"eslint-plugin-github": "^4.3.2",
|
||||
"eslint-plugin-jest": "^25.0.5",
|
||||
"jest": "^27.2.5",
|
||||
"jest-circus": "^27.2.5",
|
||||
"jest-circus": "^27.3.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
"prettier": "2.4.1",
|
||||
"ts-jest": "^27.0.5",
|
||||
|
|
|
|||
308
yarn.lock
308
yarn.lock
|
|
@ -390,6 +390,18 @@
|
|||
jest-util "^27.2.5"
|
||||
slash "^3.0.0"
|
||||
|
||||
"@jest/console@^27.3.0":
|
||||
version "27.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@jest/console/-/console-27.3.0.tgz#a55f03a4f7e1e92a5879bdab2e8b9fe4dd5312ba"
|
||||
integrity sha512-+Tr/xoNiosjckq96xIGpDaGsybeIm45VWXpSvDR8T9deXmWjYKX85prhz8yFPhLG4UVOeMo/B6RI/+flw3sO8A==
|
||||
dependencies:
|
||||
"@jest/types" "^27.2.5"
|
||||
"@types/node" "*"
|
||||
chalk "^4.0.0"
|
||||
jest-message-util "^27.3.0"
|
||||
jest-util "^27.3.0"
|
||||
slash "^3.0.0"
|
||||
|
||||
"@jest/core@^27.2.5":
|
||||
version "27.2.5"
|
||||
resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.2.5.tgz#854c314708cee0d892ac4f531b9129f00a21ee69"
|
||||
|
|
@ -424,15 +436,15 @@
|
|||
slash "^3.0.0"
|
||||
strip-ansi "^6.0.0"
|
||||
|
||||
"@jest/environment@^27.2.5":
|
||||
version "27.2.5"
|
||||
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-27.2.5.tgz#b85517ccfcec55690c82c56f5a01a3b30c5e3c84"
|
||||
integrity sha512-XvUW3q6OUF+54SYFCgbbfCd/BKTwm5b2MGLoc2jINXQLKQDTCS2P2IrpPOtQ08WWZDGzbhAzVhOYta3J2arubg==
|
||||
"@jest/environment@^27.2.5", "@jest/environment@^27.3.0":
|
||||
version "27.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-27.3.0.tgz#21b85e6f0baa18e92c5bb173a65c0df24565536d"
|
||||
integrity sha512-OWx5RBd8QaPLlw7fL6l2IVyhYDpamaW3dDXlBnXb4IPGCIwoXAHZkmHV+VPIzb6xAkcPyXOmVm/rSaEneTqweg==
|
||||
dependencies:
|
||||
"@jest/fake-timers" "^27.2.5"
|
||||
"@jest/fake-timers" "^27.3.0"
|
||||
"@jest/types" "^27.2.5"
|
||||
"@types/node" "*"
|
||||
jest-mock "^27.2.5"
|
||||
jest-mock "^27.3.0"
|
||||
|
||||
"@jest/fake-timers@^27.2.5":
|
||||
version "27.2.5"
|
||||
|
|
@ -446,14 +458,26 @@
|
|||
jest-mock "^27.2.5"
|
||||
jest-util "^27.2.5"
|
||||
|
||||
"@jest/globals@^27.2.5":
|
||||
version "27.2.5"
|
||||
resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.2.5.tgz#4115538f98ed6cee4051a90fdbd0854062902099"
|
||||
integrity sha512-naRI537GM+enFVJQs6DcwGYPn/0vgJNb06zGVbzXfDfe/epDPV73hP1vqO37PqSKDeOXM2KInr6ymYbL1HTP7g==
|
||||
"@jest/fake-timers@^27.3.0":
|
||||
version "27.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-27.3.0.tgz#716f166f56abc01901b7823da503bf16c8a00ade"
|
||||
integrity sha512-GCWgnItK6metb75QKflFxcVRlraVGomZonBQ+9B5UPc6wxBB3xzS7dATDWe/73R5P6BfnzCEaiizna771M5r9w==
|
||||
dependencies:
|
||||
"@jest/environment" "^27.2.5"
|
||||
"@jest/types" "^27.2.5"
|
||||
expect "^27.2.5"
|
||||
"@sinonjs/fake-timers" "^8.0.1"
|
||||
"@types/node" "*"
|
||||
jest-message-util "^27.3.0"
|
||||
jest-mock "^27.3.0"
|
||||
jest-util "^27.3.0"
|
||||
|
||||
"@jest/globals@^27.3.0":
|
||||
version "27.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.3.0.tgz#8822f9a72aea428e3f11a688ff13c7992bfe1ea4"
|
||||
integrity sha512-EEqmQHMLXgEZfchMVAavUfJuZmORRrP+zhomfREqVE85d1nccd7nw8uN4FQDJ53m5Glm1XtVCyOIJ9kQLrqjeA==
|
||||
dependencies:
|
||||
"@jest/environment" "^27.3.0"
|
||||
"@jest/types" "^27.2.5"
|
||||
expect "^27.3.0"
|
||||
|
||||
"@jest/reporters@^27.2.5":
|
||||
version "27.2.5"
|
||||
|
|
@ -495,12 +519,12 @@
|
|||
graceful-fs "^4.2.4"
|
||||
source-map "^0.6.0"
|
||||
|
||||
"@jest/test-result@^27.2.5":
|
||||
version "27.2.5"
|
||||
resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-27.2.5.tgz#e9f73cf6cd5e2cc6eb3105339248dea211f9320e"
|
||||
integrity sha512-ub7j3BrddxZ0BdSnM5JCF6cRZJ/7j3wgdX0+Dtwhw2Po+HKsELCiXUTvh+mgS4/89mpnU1CPhZxe2mTvuLPJJg==
|
||||
"@jest/test-result@^27.2.5", "@jest/test-result@^27.3.0":
|
||||
version "27.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-27.3.0.tgz#e093c5d9eb34afa1b653cdb550c4bcaeb3096233"
|
||||
integrity sha512-5+rYZgj562oPKjExQngfboobeIF2FSrgAvoxlkrogEMIbgT7FY+VAMIkp03klVfJtqo3XKzVWkTfsDSmZFI29w==
|
||||
dependencies:
|
||||
"@jest/console" "^27.2.5"
|
||||
"@jest/console" "^27.3.0"
|
||||
"@jest/types" "^27.2.5"
|
||||
"@types/istanbul-lib-coverage" "^2.0.0"
|
||||
collect-v8-coverage "^1.0.0"
|
||||
|
|
@ -536,6 +560,27 @@
|
|||
source-map "^0.6.1"
|
||||
write-file-atomic "^3.0.0"
|
||||
|
||||
"@jest/transform@^27.3.0":
|
||||
version "27.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.3.0.tgz#f2a63883eaada30f8141938ec1ad23ba7fdfb97e"
|
||||
integrity sha512-IKrFhIT/+WIfeNjIRKTwQN7HYCdjKF/mmBqoD660gyGWVw1MzCO9pQuEJK9GXEnFWIuOcMHlm8XfUaDohP/zxA==
|
||||
dependencies:
|
||||
"@babel/core" "^7.1.0"
|
||||
"@jest/types" "^27.2.5"
|
||||
babel-plugin-istanbul "^6.0.0"
|
||||
chalk "^4.0.0"
|
||||
convert-source-map "^1.4.0"
|
||||
fast-json-stable-stringify "^2.0.0"
|
||||
graceful-fs "^4.2.4"
|
||||
jest-haste-map "^27.3.0"
|
||||
jest-regex-util "^27.0.6"
|
||||
jest-util "^27.3.0"
|
||||
micromatch "^4.0.4"
|
||||
pirates "^4.0.1"
|
||||
slash "^3.0.0"
|
||||
source-map "^0.6.1"
|
||||
write-file-atomic "^3.0.0"
|
||||
|
||||
"@jest/types@^27.2.5":
|
||||
version "27.2.5"
|
||||
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.2.5.tgz#420765c052605e75686982d24b061b4cbba22132"
|
||||
|
|
@ -1779,16 +1824,16 @@ exit@^0.1.2:
|
|||
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
|
||||
integrity sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=
|
||||
|
||||
expect@^27.2.5:
|
||||
version "27.2.5"
|
||||
resolved "https://registry.yarnpkg.com/expect/-/expect-27.2.5.tgz#16154aaa60b4d9a5b0adacfea3e4d6178f4b93fd"
|
||||
integrity sha512-ZrO0w7bo8BgGoP/bLz+HDCI+0Hfei9jUSZs5yI/Wyn9VkG9w8oJ7rHRgYj+MA7yqqFa0IwHA3flJzZtYugShJA==
|
||||
expect@^27.2.5, expect@^27.3.0:
|
||||
version "27.3.0"
|
||||
resolved "https://registry.yarnpkg.com/expect/-/expect-27.3.0.tgz#6cf2864a2553fe8ea68e19a6ce1641b08c3a5a98"
|
||||
integrity sha512-JBRU82EBkZUBqLBAoF3ovzNGEBm14QQnePK4PmZdm6de6q/UzPnmIuWP3dRCw/FE8wRQhf/1eKzy1p1q8d6EvQ==
|
||||
dependencies:
|
||||
"@jest/types" "^27.2.5"
|
||||
ansi-styles "^5.0.0"
|
||||
jest-get-type "^27.0.6"
|
||||
jest-matcher-utils "^27.2.5"
|
||||
jest-message-util "^27.2.5"
|
||||
jest-matcher-utils "^27.3.0"
|
||||
jest-message-util "^27.3.0"
|
||||
jest-regex-util "^27.0.6"
|
||||
|
||||
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
|
||||
|
|
@ -2323,27 +2368,27 @@ jest-changed-files@^27.2.5:
|
|||
execa "^5.0.0"
|
||||
throat "^6.0.1"
|
||||
|
||||
jest-circus@^27.2.5:
|
||||
version "27.2.5"
|
||||
resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-27.2.5.tgz#573256a6fb6e447ac2fc7e0ade9375013309037f"
|
||||
integrity sha512-eyL9IcrAxm3Saq3rmajFCwpaxaRMGJ1KJs+7hlTDinXpJmeR3P02bheM3CYohE7UfwOBmrFMJHjgo/WPcLTM+Q==
|
||||
jest-circus@^27.2.5, jest-circus@^27.3.0:
|
||||
version "27.3.0"
|
||||
resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-27.3.0.tgz#adc822231f5e634bd676a1eeaa7f4cd6b840cc1d"
|
||||
integrity sha512-i2P6t92Z6qujHD7C0nVYWm9YofUBMbOOTE9q9vEGi9qFotKUZv1H8M0H3NPTOWButgFuSXZfcwGBXGDAt7b9NA==
|
||||
dependencies:
|
||||
"@jest/environment" "^27.2.5"
|
||||
"@jest/test-result" "^27.2.5"
|
||||
"@jest/environment" "^27.3.0"
|
||||
"@jest/test-result" "^27.3.0"
|
||||
"@jest/types" "^27.2.5"
|
||||
"@types/node" "*"
|
||||
chalk "^4.0.0"
|
||||
co "^4.6.0"
|
||||
dedent "^0.7.0"
|
||||
expect "^27.2.5"
|
||||
expect "^27.3.0"
|
||||
is-generator-fn "^2.0.0"
|
||||
jest-each "^27.2.5"
|
||||
jest-matcher-utils "^27.2.5"
|
||||
jest-message-util "^27.2.5"
|
||||
jest-runtime "^27.2.5"
|
||||
jest-snapshot "^27.2.5"
|
||||
jest-util "^27.2.5"
|
||||
pretty-format "^27.2.5"
|
||||
jest-each "^27.3.0"
|
||||
jest-matcher-utils "^27.3.0"
|
||||
jest-message-util "^27.3.0"
|
||||
jest-runtime "^27.3.0"
|
||||
jest-snapshot "^27.3.0"
|
||||
jest-util "^27.3.0"
|
||||
pretty-format "^27.3.0"
|
||||
slash "^3.0.0"
|
||||
stack-utils "^2.0.3"
|
||||
throat "^6.0.1"
|
||||
|
|
@ -2403,15 +2448,15 @@ jest-diff@^27.0.0:
|
|||
jest-get-type "^27.0.6"
|
||||
pretty-format "^27.2.3"
|
||||
|
||||
jest-diff@^27.2.5:
|
||||
version "27.2.5"
|
||||
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.2.5.tgz#908f7a6aca5653824516ad30e0a9fd9767e53623"
|
||||
integrity sha512-7gfwwyYkeslOOVQY4tVq5TaQa92mWfC9COsVYMNVYyJTOYAqbIkoD3twi5A+h+tAPtAelRxkqY6/xu+jwTr0dA==
|
||||
jest-diff@^27.3.0:
|
||||
version "27.3.0"
|
||||
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.3.0.tgz#4d6f6f9d34f7e2a359b3c7eb142bba4de1e37695"
|
||||
integrity sha512-Nl2rE58B2ye+RvPcU4hN+6wBCHxX7aWz6RMTMFxe9jAg8ZueMj5QQ+T/nmHRutbBc5BEjrbbEWOrRzp9rUEsYA==
|
||||
dependencies:
|
||||
chalk "^4.0.0"
|
||||
diff-sequences "^27.0.6"
|
||||
jest-get-type "^27.0.6"
|
||||
pretty-format "^27.2.5"
|
||||
pretty-format "^27.3.0"
|
||||
|
||||
jest-docblock@^27.0.6:
|
||||
version "27.0.6"
|
||||
|
|
@ -2420,16 +2465,16 @@ jest-docblock@^27.0.6:
|
|||
dependencies:
|
||||
detect-newline "^3.0.0"
|
||||
|
||||
jest-each@^27.2.5:
|
||||
version "27.2.5"
|
||||
resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-27.2.5.tgz#378118d516db730b92096a9607b8711165946353"
|
||||
integrity sha512-HUPWIbJT0bXarRwKu/m7lYzqxR4GM5EhKOsu0z3t0SKtbFN6skQhpAUADM4qFShBXb9zoOuag5lcrR1x/WM+Ag==
|
||||
jest-each@^27.2.5, jest-each@^27.3.0:
|
||||
version "27.3.0"
|
||||
resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-27.3.0.tgz#7976cf15bebeef28aa5108a589f4c335b6f0eec9"
|
||||
integrity sha512-i7qQt+puYusxOoiNyq/M6EyNcfEbvKvqOp89FbiHfm6/POTxgzpp5wAmoS9+BAssoX20t7Zt1A1M7yT3FLVvdg==
|
||||
dependencies:
|
||||
"@jest/types" "^27.2.5"
|
||||
chalk "^4.0.0"
|
||||
jest-get-type "^27.0.6"
|
||||
jest-util "^27.2.5"
|
||||
pretty-format "^27.2.5"
|
||||
jest-util "^27.3.0"
|
||||
pretty-format "^27.3.0"
|
||||
|
||||
jest-environment-jsdom@^27.2.5:
|
||||
version "27.2.5"
|
||||
|
|
@ -2481,6 +2526,26 @@ jest-haste-map@^27.2.5:
|
|||
optionalDependencies:
|
||||
fsevents "^2.3.2"
|
||||
|
||||
jest-haste-map@^27.3.0:
|
||||
version "27.3.0"
|
||||
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.3.0.tgz#06305f57064af766fdbb54da4c4bc663f72e8a78"
|
||||
integrity sha512-HV7BXCWhHFuQyLCnmy+VzvYQDccTdt5gpmt2abwIrWTnQiHNAklLB3Djq7Ze3OypTmWBMLgF8AHcKNmLKx8Rzw==
|
||||
dependencies:
|
||||
"@jest/types" "^27.2.5"
|
||||
"@types/graceful-fs" "^4.1.2"
|
||||
"@types/node" "*"
|
||||
anymatch "^3.0.3"
|
||||
fb-watchman "^2.0.0"
|
||||
graceful-fs "^4.2.4"
|
||||
jest-regex-util "^27.0.6"
|
||||
jest-serializer "^27.0.6"
|
||||
jest-util "^27.3.0"
|
||||
jest-worker "^27.3.0"
|
||||
micromatch "^4.0.4"
|
||||
walker "^1.0.7"
|
||||
optionalDependencies:
|
||||
fsevents "^2.3.2"
|
||||
|
||||
jest-jasmine2@^27.2.5:
|
||||
version "27.2.5"
|
||||
resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-27.2.5.tgz#baaf96c69913c52bce0100000cf0721027c0fd66"
|
||||
|
|
@ -2513,20 +2578,20 @@ jest-leak-detector@^27.2.5:
|
|||
jest-get-type "^27.0.6"
|
||||
pretty-format "^27.2.5"
|
||||
|
||||
jest-matcher-utils@^27.2.5:
|
||||
version "27.2.5"
|
||||
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.2.5.tgz#4684faaa8eb32bf15e6edaead6834031897e2980"
|
||||
integrity sha512-qNR/kh6bz0Dyv3m68Ck2g1fLW5KlSOUNcFQh87VXHZwWc/gY6XwnKofx76Qytz3x5LDWT09/2+yXndTkaG4aWg==
|
||||
jest-matcher-utils@^27.2.5, jest-matcher-utils@^27.3.0:
|
||||
version "27.3.0"
|
||||
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.3.0.tgz#82c41750db4384d7a8db319348752df2bb0acf7a"
|
||||
integrity sha512-AK2ds5J29PJcZhfJ/5J8ycbjCXTHnwc6lQeOV1a1GahU1MCpSvyHG1iIevyvp6PXPy6r0q9ywGdCObWHmkK16g==
|
||||
dependencies:
|
||||
chalk "^4.0.0"
|
||||
jest-diff "^27.2.5"
|
||||
jest-diff "^27.3.0"
|
||||
jest-get-type "^27.0.6"
|
||||
pretty-format "^27.2.5"
|
||||
pretty-format "^27.3.0"
|
||||
|
||||
jest-message-util@^27.2.5:
|
||||
version "27.2.5"
|
||||
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.2.5.tgz#ed8b7b0965247bb875a49c1f9b9ab2d1d0820028"
|
||||
integrity sha512-ggXSLoPfIYcbmZ8glgEJZ8b+e0Msw/iddRmgkoO7lDAr9SmI65IIfv7VnvTnV4FGnIIUIjzM+fHRHO5RBvyAbQ==
|
||||
jest-message-util@^27.2.5, jest-message-util@^27.3.0:
|
||||
version "27.3.0"
|
||||
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.3.0.tgz#d64d24c2f19111ea916c092fea015076bb7615fe"
|
||||
integrity sha512-0c79aomiyE3mlta4NCWsICydvv2W0HlM/eVx46YEO+vdDuwUvNuQn8LqOtcHC1hSd25i03RrPvscrWgHBJQpRQ==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.12.13"
|
||||
"@jest/types" "^27.2.5"
|
||||
|
|
@ -2534,7 +2599,7 @@ jest-message-util@^27.2.5:
|
|||
chalk "^4.0.0"
|
||||
graceful-fs "^4.2.4"
|
||||
micromatch "^4.0.4"
|
||||
pretty-format "^27.2.5"
|
||||
pretty-format "^27.3.0"
|
||||
slash "^3.0.0"
|
||||
stack-utils "^2.0.3"
|
||||
|
||||
|
|
@ -2546,6 +2611,14 @@ jest-mock@^27.2.5:
|
|||
"@jest/types" "^27.2.5"
|
||||
"@types/node" "*"
|
||||
|
||||
jest-mock@^27.3.0:
|
||||
version "27.3.0"
|
||||
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-27.3.0.tgz#ddf0ec3cc3e68c8ccd489bef4d1f525571a1b867"
|
||||
integrity sha512-ziZiLk0elZOQjD08bLkegBzv5hCABu/c8Ytx45nJKkysQwGaonvmTxwjLqEA4qGdasq9o2I8/HtdGMNnVsMTGw==
|
||||
dependencies:
|
||||
"@jest/types" "^27.2.5"
|
||||
"@types/node" "*"
|
||||
|
||||
jest-pnp-resolver@^1.2.2:
|
||||
version "1.2.2"
|
||||
resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz#b704ac0ae028a89108a4d040b3f919dfddc8e33c"
|
||||
|
|
@ -2581,6 +2654,22 @@ jest-resolve@^27.2.5:
|
|||
resolve "^1.20.0"
|
||||
slash "^3.0.0"
|
||||
|
||||
jest-resolve@^27.3.0:
|
||||
version "27.3.0"
|
||||
resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-27.3.0.tgz#ffd1db6828b3ee2243f4e4973d80d02e988f2443"
|
||||
integrity sha512-SZxjtEkM0+f5vxJVpaGztQfnzEqgVnQqHzeGW1P9UON9qDtAET01HWaPCnb10SNUaNRG9NhhOMP418zl44FaIA==
|
||||
dependencies:
|
||||
"@jest/types" "^27.2.5"
|
||||
chalk "^4.0.0"
|
||||
graceful-fs "^4.2.4"
|
||||
jest-haste-map "^27.3.0"
|
||||
jest-pnp-resolver "^1.2.2"
|
||||
jest-util "^27.3.0"
|
||||
jest-validate "^27.3.0"
|
||||
resolve "^1.20.0"
|
||||
resolve.exports "^1.1.0"
|
||||
slash "^3.0.0"
|
||||
|
||||
jest-runner@^27.2.5:
|
||||
version "27.2.5"
|
||||
resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.2.5.tgz#3d9d0626f351480bb2cffcfbbfac240c0097ebd4"
|
||||
|
|
@ -2609,18 +2698,17 @@ jest-runner@^27.2.5:
|
|||
source-map-support "^0.5.6"
|
||||
throat "^6.0.1"
|
||||
|
||||
jest-runtime@^27.2.5:
|
||||
version "27.2.5"
|
||||
resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-27.2.5.tgz#d144c3f6889b927aae1e695b63a41a3323b7016b"
|
||||
integrity sha512-N0WRZ3QszKyZ3Dm27HTBbBuestsSd3Ud5ooVho47XZJ8aSKO/X1Ag8M1dNx9XzfGVRNdB/xCA3lz8MJwIzPLLA==
|
||||
jest-runtime@^27.2.5, jest-runtime@^27.3.0:
|
||||
version "27.3.0"
|
||||
resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-27.3.0.tgz#6957699d74a675441f50627bca9fe8b035c82b83"
|
||||
integrity sha512-CRhIM45UlYVY2u5IfCx+0jsCm6DLvY9fz34CzDi3c4W1prb7hGKLOJlxbayQIHHMhUx22WhK4eRqXjOKDnKdAQ==
|
||||
dependencies:
|
||||
"@jest/console" "^27.2.5"
|
||||
"@jest/environment" "^27.2.5"
|
||||
"@jest/fake-timers" "^27.2.5"
|
||||
"@jest/globals" "^27.2.5"
|
||||
"@jest/console" "^27.3.0"
|
||||
"@jest/environment" "^27.3.0"
|
||||
"@jest/globals" "^27.3.0"
|
||||
"@jest/source-map" "^27.0.6"
|
||||
"@jest/test-result" "^27.2.5"
|
||||
"@jest/transform" "^27.2.5"
|
||||
"@jest/test-result" "^27.3.0"
|
||||
"@jest/transform" "^27.3.0"
|
||||
"@jest/types" "^27.2.5"
|
||||
"@types/yargs" "^16.0.0"
|
||||
chalk "^4.0.0"
|
||||
|
|
@ -2630,14 +2718,14 @@ jest-runtime@^27.2.5:
|
|||
exit "^0.1.2"
|
||||
glob "^7.1.3"
|
||||
graceful-fs "^4.2.4"
|
||||
jest-haste-map "^27.2.5"
|
||||
jest-message-util "^27.2.5"
|
||||
jest-mock "^27.2.5"
|
||||
jest-haste-map "^27.3.0"
|
||||
jest-message-util "^27.3.0"
|
||||
jest-mock "^27.3.0"
|
||||
jest-regex-util "^27.0.6"
|
||||
jest-resolve "^27.2.5"
|
||||
jest-snapshot "^27.2.5"
|
||||
jest-util "^27.2.5"
|
||||
jest-validate "^27.2.5"
|
||||
jest-resolve "^27.3.0"
|
||||
jest-snapshot "^27.3.0"
|
||||
jest-util "^27.3.0"
|
||||
jest-validate "^27.3.0"
|
||||
slash "^3.0.0"
|
||||
strip-bom "^4.0.0"
|
||||
yargs "^16.2.0"
|
||||
|
|
@ -2650,10 +2738,10 @@ jest-serializer@^27.0.6:
|
|||
"@types/node" "*"
|
||||
graceful-fs "^4.2.4"
|
||||
|
||||
jest-snapshot@^27.2.5:
|
||||
version "27.2.5"
|
||||
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-27.2.5.tgz#8a612fe31e2967f58ad364542198dff61f92ef32"
|
||||
integrity sha512-2/Jkn+VN6Abwz0llBltZaiJMnL8b1j5Bp/gRIxe9YR3FCEh9qp0TXVV0dcpTGZ8AcJV1SZGQkczewkI9LP5yGw==
|
||||
jest-snapshot@^27.2.5, jest-snapshot@^27.3.0:
|
||||
version "27.3.0"
|
||||
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-27.3.0.tgz#3792e1d22633050a1817c3e0d9a18666d43746ee"
|
||||
integrity sha512-JaFXNS6D1BxvU2ORKaQwpen3Qic7IJAtGb09lbYiYk/GXXlde67Ts990i2nC5oBs0CstbeQE3jTeRayIZpM1Pw==
|
||||
dependencies:
|
||||
"@babel/core" "^7.7.2"
|
||||
"@babel/generator" "^7.7.2"
|
||||
|
|
@ -2661,29 +2749,29 @@ jest-snapshot@^27.2.5:
|
|||
"@babel/plugin-syntax-typescript" "^7.7.2"
|
||||
"@babel/traverse" "^7.7.2"
|
||||
"@babel/types" "^7.0.0"
|
||||
"@jest/transform" "^27.2.5"
|
||||
"@jest/transform" "^27.3.0"
|
||||
"@jest/types" "^27.2.5"
|
||||
"@types/babel__traverse" "^7.0.4"
|
||||
"@types/prettier" "^2.1.5"
|
||||
babel-preset-current-node-syntax "^1.0.0"
|
||||
chalk "^4.0.0"
|
||||
expect "^27.2.5"
|
||||
expect "^27.3.0"
|
||||
graceful-fs "^4.2.4"
|
||||
jest-diff "^27.2.5"
|
||||
jest-diff "^27.3.0"
|
||||
jest-get-type "^27.0.6"
|
||||
jest-haste-map "^27.2.5"
|
||||
jest-matcher-utils "^27.2.5"
|
||||
jest-message-util "^27.2.5"
|
||||
jest-resolve "^27.2.5"
|
||||
jest-util "^27.2.5"
|
||||
jest-haste-map "^27.3.0"
|
||||
jest-matcher-utils "^27.3.0"
|
||||
jest-message-util "^27.3.0"
|
||||
jest-resolve "^27.3.0"
|
||||
jest-util "^27.3.0"
|
||||
natural-compare "^1.4.0"
|
||||
pretty-format "^27.2.5"
|
||||
pretty-format "^27.3.0"
|
||||
semver "^7.3.2"
|
||||
|
||||
jest-util@^27.0.0, jest-util@^27.2.5:
|
||||
version "27.2.5"
|
||||
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.2.5.tgz#88740c4024d223634a82ce7c2263e8bc6df3b3ba"
|
||||
integrity sha512-QRhDC6XxISntMzFRd/OQ6TGsjbzA5ONO0tlAj2ElHs155x1aEr0rkYJBEysG6H/gZVH3oGFzCdAB/GA8leh8NQ==
|
||||
jest-util@^27.0.0, jest-util@^27.2.5, jest-util@^27.3.0:
|
||||
version "27.3.0"
|
||||
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.3.0.tgz#178f211d308c25c9593d1c5a2f2b3aef28411741"
|
||||
integrity sha512-SFSDBGKkxXi4jClmU1WLp/cMMlb4YX6+5Lb0CUySxmonArio8yJ2NALMWvQuXchgySiH7Rb912hVZ2QZ6t3x7w==
|
||||
dependencies:
|
||||
"@jest/types" "^27.2.5"
|
||||
"@types/node" "*"
|
||||
|
|
@ -2704,6 +2792,18 @@ jest-validate@^27.2.5:
|
|||
leven "^3.1.0"
|
||||
pretty-format "^27.2.5"
|
||||
|
||||
jest-validate@^27.3.0:
|
||||
version "27.3.0"
|
||||
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-27.3.0.tgz#1a92dd52d0a493037f6e1776c49457c031e0adc8"
|
||||
integrity sha512-5oqWnb9MrkicE+ywR+BxoZr0L7H3WBDAt6LZggnyFHieAk8nnIQAKRpSodNPhiNJTwaMSbNjCe7SxAzKwTsBoA==
|
||||
dependencies:
|
||||
"@jest/types" "^27.2.5"
|
||||
camelcase "^6.2.0"
|
||||
chalk "^4.0.0"
|
||||
jest-get-type "^27.0.6"
|
||||
leven "^3.1.0"
|
||||
pretty-format "^27.3.0"
|
||||
|
||||
jest-watcher@^27.2.5:
|
||||
version "27.2.5"
|
||||
resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-27.2.5.tgz#41cd3e64dc5bea8a4327083d71ba7667be400567"
|
||||
|
|
@ -2726,6 +2826,15 @@ jest-worker@^27.2.5:
|
|||
merge-stream "^2.0.0"
|
||||
supports-color "^8.0.0"
|
||||
|
||||
jest-worker@^27.3.0:
|
||||
version "27.3.0"
|
||||
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.3.0.tgz#6b636b63b6672208b91b92d8dcde112d1d4dba2d"
|
||||
integrity sha512-xTTvvJqOjKBqE1AmwDHiQN8qzp9VoT981LtfXA+XiJVxHn4435vpnrzVcJ6v/ESiuB+IXPjZakn/ppT00xBCWA==
|
||||
dependencies:
|
||||
"@types/node" "*"
|
||||
merge-stream "^2.0.0"
|
||||
supports-color "^8.0.0"
|
||||
|
||||
jest@^27.2.5:
|
||||
version "27.2.5"
|
||||
resolved "https://registry.yarnpkg.com/jest/-/jest-27.2.5.tgz#7d8a5c8781a160f693beeb7c68e46c16ef948148"
|
||||
|
|
@ -3228,10 +3337,10 @@ prettier@2.4.1, prettier@^2.2.1:
|
|||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.4.1.tgz#671e11c89c14a4cfc876ce564106c4a6726c9f5c"
|
||||
integrity sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==
|
||||
|
||||
pretty-format@^27.0.0, pretty-format@^27.2.3, pretty-format@^27.2.5:
|
||||
version "27.2.5"
|
||||
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.2.5.tgz#7cfe2a8e8f01a5b5b29296a0b70f4140df0830c5"
|
||||
integrity sha512-+nYn2z9GgicO9JiqmY25Xtq8SYfZ/5VCpEU3pppHHNAhd1y+ZXxmNPd1evmNcAd6Hz4iBV2kf0UpGth5A/VJ7g==
|
||||
pretty-format@^27.0.0, pretty-format@^27.2.3, pretty-format@^27.2.5, pretty-format@^27.3.0:
|
||||
version "27.3.0"
|
||||
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.3.0.tgz#ab4679ffc25dd9bc29bab220a4a70a873a19600e"
|
||||
integrity sha512-Nkdd0xmxZdjCe6GoJomHnrLcCYGYzZKI/fRnUX0sCwDai2mmCHJfC9Ecx33lYgaxAFS/pJCAqhfxmWlm1wNVag==
|
||||
dependencies:
|
||||
"@jest/types" "^27.2.5"
|
||||
ansi-regex "^5.0.1"
|
||||
|
|
@ -3303,6 +3412,11 @@ resolve-from@^5.0.0:
|
|||
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
|
||||
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
|
||||
|
||||
resolve.exports@^1.1.0:
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-1.1.0.tgz#5ce842b94b05146c0e03076985d1d0e7e48c90c9"
|
||||
integrity sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==
|
||||
|
||||
resolve@^1.20.0:
|
||||
version "1.20.0"
|
||||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
|
||||
|
|
|
|||
Loading…
Reference in a new issue