mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Bump jest-circus from 26.4.1 to 26.4.2 (#401)
Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 26.4.1 to 26.4.2. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v26.4.2/packages/jest-circus) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
015781122b
commit
525be23dcd
@ -46,7 +46,7 @@
|
||||
"eslint-plugin-jest": "23.20.0",
|
||||
"eslint-plugin-prettier": "^3.1.2",
|
||||
"jest": "25.5.4",
|
||||
"jest-circus": "26.4.1",
|
||||
"jest-circus": "26.4.2",
|
||||
"prettier": "2.0.5",
|
||||
"ts-jest": "25.5.1",
|
||||
"typescript": "3.9.7"
|
||||
|
166
yarn.lock
166
yarn.lock
@ -431,13 +431,13 @@
|
||||
"@jest/types" "^25.5.0"
|
||||
expect "^25.5.0"
|
||||
|
||||
"@jest/globals@^26.4.1":
|
||||
version "26.4.1"
|
||||
resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-26.4.1.tgz#4e8f6721f081444eda86a7c3e4ceefcf2baa5de1"
|
||||
"@jest/globals@^26.4.2":
|
||||
version "26.4.2"
|
||||
resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-26.4.2.tgz#73c2a862ac691d998889a241beb3dc9cada40d4a"
|
||||
dependencies:
|
||||
"@jest/environment" "^26.3.0"
|
||||
"@jest/types" "^26.3.0"
|
||||
expect "^26.4.1"
|
||||
expect "^26.4.2"
|
||||
|
||||
"@jest/reporters@^25.5.1":
|
||||
version "25.5.1"
|
||||
@ -514,15 +514,15 @@
|
||||
jest-runner "^25.5.4"
|
||||
jest-runtime "^25.5.4"
|
||||
|
||||
"@jest/test-sequencer@^26.4.1":
|
||||
version "26.4.1"
|
||||
resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-26.4.1.tgz#b7cd13fedf4c1c20364bd40c134876b003f742e1"
|
||||
"@jest/test-sequencer@^26.4.2":
|
||||
version "26.4.2"
|
||||
resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-26.4.2.tgz#58a3760a61eec758a2ce6080201424580d97cbba"
|
||||
dependencies:
|
||||
"@jest/test-result" "^26.3.0"
|
||||
graceful-fs "^4.2.4"
|
||||
jest-haste-map "^26.3.0"
|
||||
jest-runner "^26.4.1"
|
||||
jest-runtime "^26.4.1"
|
||||
jest-runner "^26.4.2"
|
||||
jest-runtime "^26.4.2"
|
||||
|
||||
"@jest/transform@^25.5.1":
|
||||
version "25.5.1"
|
||||
@ -2023,14 +2023,14 @@ expect@^25.5.0:
|
||||
jest-message-util "^25.5.0"
|
||||
jest-regex-util "^25.2.6"
|
||||
|
||||
expect@^26.4.1:
|
||||
version "26.4.1"
|
||||
resolved "https://registry.yarnpkg.com/expect/-/expect-26.4.1.tgz#6ed3dc218e6a9ffce16c15edc518f44bad9a6731"
|
||||
expect@^26.4.2:
|
||||
version "26.4.2"
|
||||
resolved "https://registry.yarnpkg.com/expect/-/expect-26.4.2.tgz#36db120928a5a2d7d9736643032de32f24e1b2a1"
|
||||
dependencies:
|
||||
"@jest/types" "^26.3.0"
|
||||
ansi-styles "^4.0.0"
|
||||
jest-get-type "^26.3.0"
|
||||
jest-matcher-utils "^26.4.1"
|
||||
jest-matcher-utils "^26.4.2"
|
||||
jest-message-util "^26.3.0"
|
||||
jest-regex-util "^26.0.0"
|
||||
|
||||
@ -2694,9 +2694,9 @@ jest-changed-files@^25.5.0:
|
||||
execa "^3.2.0"
|
||||
throat "^5.0.0"
|
||||
|
||||
jest-circus@26.4.1:
|
||||
version "26.4.1"
|
||||
resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-26.4.1.tgz#06d23d313bb891db0bdac7477bd50ff2c69cb630"
|
||||
jest-circus@26.4.2:
|
||||
version "26.4.2"
|
||||
resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-26.4.2.tgz#f84487d2ea635cadf1feb269b14ad0602135ad17"
|
||||
dependencies:
|
||||
"@babel/traverse" "^7.1.0"
|
||||
"@jest/environment" "^26.3.0"
|
||||
@ -2706,16 +2706,16 @@ jest-circus@26.4.1:
|
||||
chalk "^4.0.0"
|
||||
co "^4.6.0"
|
||||
dedent "^0.7.0"
|
||||
expect "^26.4.1"
|
||||
expect "^26.4.2"
|
||||
is-generator-fn "^2.0.0"
|
||||
jest-each "^26.4.0"
|
||||
jest-matcher-utils "^26.4.1"
|
||||
jest-each "^26.4.2"
|
||||
jest-matcher-utils "^26.4.2"
|
||||
jest-message-util "^26.3.0"
|
||||
jest-runner "^26.4.1"
|
||||
jest-runtime "^26.4.1"
|
||||
jest-snapshot "^26.4.1"
|
||||
jest-runner "^26.4.2"
|
||||
jest-runtime "^26.4.2"
|
||||
jest-snapshot "^26.4.2"
|
||||
jest-util "^26.3.0"
|
||||
pretty-format "^26.4.0"
|
||||
pretty-format "^26.4.2"
|
||||
stack-utils "^2.0.2"
|
||||
throat "^5.0.0"
|
||||
|
||||
@ -2762,12 +2762,12 @@ jest-config@^25.5.4:
|
||||
pretty-format "^25.5.0"
|
||||
realpath-native "^2.0.0"
|
||||
|
||||
jest-config@^26.4.1:
|
||||
version "26.4.1"
|
||||
resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-26.4.1.tgz#16b5a8e25c43279025718b1678115e39607f914f"
|
||||
jest-config@^26.4.2:
|
||||
version "26.4.2"
|
||||
resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-26.4.2.tgz#da0cbb7dc2c131ffe831f0f7f2a36256e6086558"
|
||||
dependencies:
|
||||
"@babel/core" "^7.1.0"
|
||||
"@jest/test-sequencer" "^26.4.1"
|
||||
"@jest/test-sequencer" "^26.4.2"
|
||||
"@jest/types" "^26.3.0"
|
||||
babel-jest "^26.3.0"
|
||||
chalk "^4.0.0"
|
||||
@ -2777,13 +2777,13 @@ jest-config@^26.4.1:
|
||||
jest-environment-jsdom "^26.3.0"
|
||||
jest-environment-node "^26.3.0"
|
||||
jest-get-type "^26.3.0"
|
||||
jest-jasmine2 "^26.4.1"
|
||||
jest-jasmine2 "^26.4.2"
|
||||
jest-regex-util "^26.0.0"
|
||||
jest-resolve "^26.4.0"
|
||||
jest-util "^26.3.0"
|
||||
jest-validate "^26.4.0"
|
||||
jest-validate "^26.4.2"
|
||||
micromatch "^4.0.2"
|
||||
pretty-format "^26.4.0"
|
||||
pretty-format "^26.4.2"
|
||||
|
||||
jest-diff@^25.2.1, jest-diff@^25.5.0:
|
||||
version "25.5.0"
|
||||
@ -2794,14 +2794,14 @@ jest-diff@^25.2.1, jest-diff@^25.5.0:
|
||||
jest-get-type "^25.2.6"
|
||||
pretty-format "^25.5.0"
|
||||
|
||||
jest-diff@^26.4.0:
|
||||
version "26.4.0"
|
||||
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-26.4.0.tgz#d073a0a11952b5bd9f1ff39bb9ad24304a0c55f7"
|
||||
jest-diff@^26.4.2:
|
||||
version "26.4.2"
|
||||
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-26.4.2.tgz#a1b7b303bcc534aabdb3bd4a7caf594ac059f5aa"
|
||||
dependencies:
|
||||
chalk "^4.0.0"
|
||||
diff-sequences "^26.3.0"
|
||||
jest-get-type "^26.3.0"
|
||||
pretty-format "^26.4.0"
|
||||
pretty-format "^26.4.2"
|
||||
|
||||
jest-docblock@^25.3.0:
|
||||
version "25.3.0"
|
||||
@ -2825,15 +2825,15 @@ jest-each@^25.5.0:
|
||||
jest-util "^25.5.0"
|
||||
pretty-format "^25.5.0"
|
||||
|
||||
jest-each@^26.4.0:
|
||||
version "26.4.0"
|
||||
resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-26.4.0.tgz#c53605b20e7a0a58d6dcf4d8b2f309e607d35d5a"
|
||||
jest-each@^26.4.2:
|
||||
version "26.4.2"
|
||||
resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-26.4.2.tgz#bb14f7f4304f2bb2e2b81f783f989449b8b6ffae"
|
||||
dependencies:
|
||||
"@jest/types" "^26.3.0"
|
||||
chalk "^4.0.0"
|
||||
jest-get-type "^26.3.0"
|
||||
jest-util "^26.3.0"
|
||||
pretty-format "^26.4.0"
|
||||
pretty-format "^26.4.2"
|
||||
|
||||
jest-environment-jsdom@^25.5.0:
|
||||
version "25.5.0"
|
||||
@ -2949,9 +2949,9 @@ jest-jasmine2@^25.5.4:
|
||||
pretty-format "^25.5.0"
|
||||
throat "^5.0.0"
|
||||
|
||||
jest-jasmine2@^26.4.1:
|
||||
version "26.4.1"
|
||||
resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-26.4.1.tgz#85f5997720332bedaa64b65b1e7b01074d8485c1"
|
||||
jest-jasmine2@^26.4.2:
|
||||
version "26.4.2"
|
||||
resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-26.4.2.tgz#18a9d5bec30904267ac5e9797570932aec1e2257"
|
||||
dependencies:
|
||||
"@babel/traverse" "^7.1.0"
|
||||
"@jest/environment" "^26.3.0"
|
||||
@ -2961,15 +2961,15 @@ jest-jasmine2@^26.4.1:
|
||||
"@types/node" "*"
|
||||
chalk "^4.0.0"
|
||||
co "^4.6.0"
|
||||
expect "^26.4.1"
|
||||
expect "^26.4.2"
|
||||
is-generator-fn "^2.0.0"
|
||||
jest-each "^26.4.0"
|
||||
jest-matcher-utils "^26.4.1"
|
||||
jest-each "^26.4.2"
|
||||
jest-matcher-utils "^26.4.2"
|
||||
jest-message-util "^26.3.0"
|
||||
jest-runtime "^26.4.1"
|
||||
jest-snapshot "^26.4.1"
|
||||
jest-runtime "^26.4.2"
|
||||
jest-snapshot "^26.4.2"
|
||||
jest-util "^26.3.0"
|
||||
pretty-format "^26.4.0"
|
||||
pretty-format "^26.4.2"
|
||||
throat "^5.0.0"
|
||||
|
||||
jest-leak-detector@^25.5.0:
|
||||
@ -2979,12 +2979,12 @@ jest-leak-detector@^25.5.0:
|
||||
jest-get-type "^25.2.6"
|
||||
pretty-format "^25.5.0"
|
||||
|
||||
jest-leak-detector@^26.4.0:
|
||||
version "26.4.0"
|
||||
resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-26.4.0.tgz#1efeeef693af3c9332062876add5ac5f25cb0a70"
|
||||
jest-leak-detector@^26.4.2:
|
||||
version "26.4.2"
|
||||
resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-26.4.2.tgz#c73e2fa8757bf905f6f66fb9e0070b70fa0f573f"
|
||||
dependencies:
|
||||
jest-get-type "^26.3.0"
|
||||
pretty-format "^26.4.0"
|
||||
pretty-format "^26.4.2"
|
||||
|
||||
jest-matcher-utils@^25.5.0:
|
||||
version "25.5.0"
|
||||
@ -2995,14 +2995,14 @@ jest-matcher-utils@^25.5.0:
|
||||
jest-get-type "^25.2.6"
|
||||
pretty-format "^25.5.0"
|
||||
|
||||
jest-matcher-utils@^26.4.1:
|
||||
version "26.4.1"
|
||||
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-26.4.1.tgz#f9f2d1d37d301e328eb22e9df09e7343d6cc1b25"
|
||||
jest-matcher-utils@^26.4.2:
|
||||
version "26.4.2"
|
||||
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-26.4.2.tgz#fa81f3693f7cb67e5fc1537317525ef3b85f4b06"
|
||||
dependencies:
|
||||
chalk "^4.0.0"
|
||||
jest-diff "^26.4.0"
|
||||
jest-diff "^26.4.2"
|
||||
jest-get-type "^26.3.0"
|
||||
pretty-format "^26.4.0"
|
||||
pretty-format "^26.4.2"
|
||||
|
||||
jest-message-util@^25.5.0:
|
||||
version "25.5.0"
|
||||
@ -3118,9 +3118,9 @@ jest-runner@^25.5.4:
|
||||
source-map-support "^0.5.6"
|
||||
throat "^5.0.0"
|
||||
|
||||
jest-runner@^26.4.1:
|
||||
version "26.4.1"
|
||||
resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-26.4.1.tgz#5a98c87b558aacf88e761d5ee83e98bfb0a59839"
|
||||
jest-runner@^26.4.2:
|
||||
version "26.4.2"
|
||||
resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-26.4.2.tgz#c3ec5482c8edd31973bd3935df5a449a45b5b853"
|
||||
dependencies:
|
||||
"@jest/console" "^26.3.0"
|
||||
"@jest/environment" "^26.3.0"
|
||||
@ -3131,13 +3131,13 @@ jest-runner@^26.4.1:
|
||||
emittery "^0.7.1"
|
||||
exit "^0.1.2"
|
||||
graceful-fs "^4.2.4"
|
||||
jest-config "^26.4.1"
|
||||
jest-config "^26.4.2"
|
||||
jest-docblock "^26.0.0"
|
||||
jest-haste-map "^26.3.0"
|
||||
jest-leak-detector "^26.4.0"
|
||||
jest-leak-detector "^26.4.2"
|
||||
jest-message-util "^26.3.0"
|
||||
jest-resolve "^26.4.0"
|
||||
jest-runtime "^26.4.1"
|
||||
jest-runtime "^26.4.2"
|
||||
jest-util "^26.3.0"
|
||||
jest-worker "^26.3.0"
|
||||
source-map-support "^0.5.6"
|
||||
@ -3174,14 +3174,14 @@ jest-runtime@^25.5.4:
|
||||
strip-bom "^4.0.0"
|
||||
yargs "^15.3.1"
|
||||
|
||||
jest-runtime@^26.4.1:
|
||||
version "26.4.1"
|
||||
resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-26.4.1.tgz#9a6ffefc7167b0f244e0907f4820ab38d825cdd2"
|
||||
jest-runtime@^26.4.2:
|
||||
version "26.4.2"
|
||||
resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-26.4.2.tgz#94ce17890353c92e4206580c73a8f0c024c33c42"
|
||||
dependencies:
|
||||
"@jest/console" "^26.3.0"
|
||||
"@jest/environment" "^26.3.0"
|
||||
"@jest/fake-timers" "^26.3.0"
|
||||
"@jest/globals" "^26.4.1"
|
||||
"@jest/globals" "^26.4.2"
|
||||
"@jest/source-map" "^26.3.0"
|
||||
"@jest/test-result" "^26.3.0"
|
||||
"@jest/transform" "^26.3.0"
|
||||
@ -3192,15 +3192,15 @@ jest-runtime@^26.4.1:
|
||||
exit "^0.1.2"
|
||||
glob "^7.1.3"
|
||||
graceful-fs "^4.2.4"
|
||||
jest-config "^26.4.1"
|
||||
jest-config "^26.4.2"
|
||||
jest-haste-map "^26.3.0"
|
||||
jest-message-util "^26.3.0"
|
||||
jest-mock "^26.3.0"
|
||||
jest-regex-util "^26.0.0"
|
||||
jest-resolve "^26.4.0"
|
||||
jest-snapshot "^26.4.1"
|
||||
jest-snapshot "^26.4.2"
|
||||
jest-util "^26.3.0"
|
||||
jest-validate "^26.4.0"
|
||||
jest-validate "^26.4.2"
|
||||
slash "^3.0.0"
|
||||
strip-bom "^4.0.0"
|
||||
yargs "^15.3.1"
|
||||
@ -3238,24 +3238,24 @@ jest-snapshot@^25.5.1:
|
||||
pretty-format "^25.5.0"
|
||||
semver "^6.3.0"
|
||||
|
||||
jest-snapshot@^26.4.1:
|
||||
version "26.4.1"
|
||||
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-26.4.1.tgz#41dd85c41dbb76ac874e36c18dcfe722c88d22c4"
|
||||
jest-snapshot@^26.4.2:
|
||||
version "26.4.2"
|
||||
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-26.4.2.tgz#87d3ac2f2bd87ea8003602fbebd8fcb9e94104f6"
|
||||
dependencies:
|
||||
"@babel/types" "^7.0.0"
|
||||
"@jest/types" "^26.3.0"
|
||||
"@types/prettier" "^2.0.0"
|
||||
chalk "^4.0.0"
|
||||
expect "^26.4.1"
|
||||
expect "^26.4.2"
|
||||
graceful-fs "^4.2.4"
|
||||
jest-diff "^26.4.0"
|
||||
jest-diff "^26.4.2"
|
||||
jest-get-type "^26.3.0"
|
||||
jest-haste-map "^26.3.0"
|
||||
jest-matcher-utils "^26.4.1"
|
||||
jest-matcher-utils "^26.4.2"
|
||||
jest-message-util "^26.3.0"
|
||||
jest-resolve "^26.4.0"
|
||||
natural-compare "^1.4.0"
|
||||
pretty-format "^26.4.0"
|
||||
pretty-format "^26.4.2"
|
||||
semver "^7.3.2"
|
||||
|
||||
jest-util@^25.5.0:
|
||||
@ -3290,16 +3290,16 @@ jest-validate@^25.5.0:
|
||||
leven "^3.1.0"
|
||||
pretty-format "^25.5.0"
|
||||
|
||||
jest-validate@^26.4.0:
|
||||
version "26.4.0"
|
||||
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-26.4.0.tgz#3874a7cc9e27328afac88899ee9e2fae5e3a4293"
|
||||
jest-validate@^26.4.2:
|
||||
version "26.4.2"
|
||||
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-26.4.2.tgz#e871b0dfe97747133014dcf6445ee8018398f39c"
|
||||
dependencies:
|
||||
"@jest/types" "^26.3.0"
|
||||
camelcase "^6.0.0"
|
||||
chalk "^4.0.0"
|
||||
jest-get-type "^26.3.0"
|
||||
leven "^3.1.0"
|
||||
pretty-format "^26.4.0"
|
||||
pretty-format "^26.4.2"
|
||||
|
||||
jest-watcher@^25.5.0:
|
||||
version "25.5.0"
|
||||
@ -4036,9 +4036,9 @@ pretty-format@^25.2.1, pretty-format@^25.5.0:
|
||||
ansi-styles "^4.0.0"
|
||||
react-is "^16.12.0"
|
||||
|
||||
pretty-format@^26.4.0:
|
||||
version "26.4.0"
|
||||
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.4.0.tgz#c08073f531429e9e5024049446f42ecc9f933a3b"
|
||||
pretty-format@^26.4.2:
|
||||
version "26.4.2"
|
||||
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.4.2.tgz#d081d032b398e801e2012af2df1214ef75a81237"
|
||||
dependencies:
|
||||
"@jest/types" "^26.3.0"
|
||||
ansi-regex "^5.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user