mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-19 06:25:50 +00:00
build(deps-dev): Bump jest-circus from 27.0.4 to 27.0.5
Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 27.0.4 to 27.0.5. - [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/v27.0.5/packages/jest-circus) --- updated-dependencies: - dependency-name: jest-circus dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
19a596c414
commit
c5d28687e7
2 changed files with 107 additions and 26 deletions
131
package-lock.json
generated
131
package-lock.json
generated
|
|
@ -3664,12 +3664,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"jest-circus": {
|
"jest-circus": {
|
||||||
"version": "27.0.4",
|
"version": "27.0.5",
|
||||||
"resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.0.4.tgz",
|
"resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.0.5.tgz",
|
||||||
"integrity": "sha512-QD+eblDiRphta630WRKewuASLs/oY1Zki2G4bccntRvrTHQ63ljwFR5TLduuK4Zg0ZPzW0+8o6AP7KRd1yKOjw==",
|
"integrity": "sha512-p5rO90o1RTh8LPOG6l0Fc9qgp5YGv+8M5CFixhMh7gGHtGSobD1AxX9cjFZujILgY8t30QZ7WVvxlnuG31r8TA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@jest/environment": "^27.0.3",
|
"@jest/environment": "^27.0.5",
|
||||||
"@jest/test-result": "^27.0.2",
|
"@jest/test-result": "^27.0.2",
|
||||||
"@jest/types": "^27.0.2",
|
"@jest/types": "^27.0.2",
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
|
|
@ -3681,8 +3681,8 @@
|
||||||
"jest-each": "^27.0.2",
|
"jest-each": "^27.0.2",
|
||||||
"jest-matcher-utils": "^27.0.2",
|
"jest-matcher-utils": "^27.0.2",
|
||||||
"jest-message-util": "^27.0.2",
|
"jest-message-util": "^27.0.2",
|
||||||
"jest-runtime": "^27.0.4",
|
"jest-runtime": "^27.0.5",
|
||||||
"jest-snapshot": "^27.0.4",
|
"jest-snapshot": "^27.0.5",
|
||||||
"jest-util": "^27.0.2",
|
"jest-util": "^27.0.2",
|
||||||
"pretty-format": "^27.0.2",
|
"pretty-format": "^27.0.2",
|
||||||
"slash": "^3.0.0",
|
"slash": "^3.0.0",
|
||||||
|
|
@ -3690,6 +3690,66 @@
|
||||||
"throat": "^6.0.1"
|
"throat": "^6.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@jest/environment": {
|
||||||
|
"version": "27.0.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.0.5.tgz",
|
||||||
|
"integrity": "sha512-IAkJPOT7bqn0GiX5LPio6/e1YpcmLbrd8O5EFYpAOZ6V+9xJDsXjdgN2vgv9WOKIs/uA1kf5WeD96HhlBYO+FA==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"@jest/fake-timers": "^27.0.5",
|
||||||
|
"@jest/types": "^27.0.2",
|
||||||
|
"@types/node": "*",
|
||||||
|
"jest-mock": "^27.0.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jest/fake-timers": {
|
||||||
|
"version": "27.0.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.0.5.tgz",
|
||||||
|
"integrity": "sha512-d6Tyf7iDoKqeUdwUKrOBV/GvEZRF67m7lpuWI0+SCD9D3aaejiOQZxAOxwH2EH/W18gnfYaBPLi0VeTGBHtQBg==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"@jest/types": "^27.0.2",
|
||||||
|
"@sinonjs/fake-timers": "^7.0.2",
|
||||||
|
"@types/node": "*",
|
||||||
|
"jest-message-util": "^27.0.2",
|
||||||
|
"jest-mock": "^27.0.3",
|
||||||
|
"jest-util": "^27.0.2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jest/globals": {
|
||||||
|
"version": "27.0.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.0.5.tgz",
|
||||||
|
"integrity": "sha512-qqKyjDXUaZwDuccpbMMKCCMBftvrbXzigtIsikAH/9ca+kaae8InP2MDf+Y/PdCSMuAsSpHS6q6M25irBBUh+Q==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"@jest/environment": "^27.0.5",
|
||||||
|
"@jest/types": "^27.0.2",
|
||||||
|
"expect": "^27.0.2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jest/transform": {
|
||||||
|
"version": "27.0.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.0.5.tgz",
|
||||||
|
"integrity": "sha512-lBD6OwKXSc6JJECBNk4mVxtSVuJSBsQrJ9WCBisfJs7EZuYq4K6vM9HmoB7hmPiLIDGeyaerw3feBV/bC4z8tg==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"@babel/core": "^7.1.0",
|
||||||
|
"@jest/types": "^27.0.2",
|
||||||
|
"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.0.5",
|
||||||
|
"jest-regex-util": "^27.0.1",
|
||||||
|
"jest-util": "^27.0.2",
|
||||||
|
"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": {
|
"@jest/types": {
|
||||||
"version": "27.0.2",
|
"version": "27.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.0.2.tgz",
|
||||||
|
|
@ -3730,10 +3790,31 @@
|
||||||
"pretty-format": "^27.0.2"
|
"pretty-format": "^27.0.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"jest-haste-map": {
|
||||||
|
"version": "27.0.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.0.5.tgz",
|
||||||
|
"integrity": "sha512-3LFryGSHxwPFHzKIs6W0BGA2xr6g1MvzSjR3h3D8K8Uqy4vbRm/grpGHzbPtIbOPLC6wFoViRrNEmd116QWSkw==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"@jest/types": "^27.0.2",
|
||||||
|
"@types/graceful-fs": "^4.1.2",
|
||||||
|
"@types/node": "*",
|
||||||
|
"anymatch": "^3.0.3",
|
||||||
|
"fb-watchman": "^2.0.0",
|
||||||
|
"fsevents": "^2.3.2",
|
||||||
|
"graceful-fs": "^4.2.4",
|
||||||
|
"jest-regex-util": "^27.0.1",
|
||||||
|
"jest-serializer": "^27.0.1",
|
||||||
|
"jest-util": "^27.0.2",
|
||||||
|
"jest-worker": "^27.0.2",
|
||||||
|
"micromatch": "^4.0.4",
|
||||||
|
"walker": "^1.0.7"
|
||||||
|
}
|
||||||
|
},
|
||||||
"jest-resolve": {
|
"jest-resolve": {
|
||||||
"version": "27.0.4",
|
"version": "27.0.5",
|
||||||
"resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.0.4.tgz",
|
"resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.0.5.tgz",
|
||||||
"integrity": "sha512-BcfyK2i3cG79PDb/6gB6zFeFQlcqLsQjGBqznFCpA0L/3l1L/oOsltdUjs5eISAWA9HS9qtj8v2PSZr/yWxONQ==",
|
"integrity": "sha512-Md65pngRh8cRuWVdWznXBB5eDt391OJpdBaJMxfjfuXCvOhM3qQBtLMCMTykhuUKiBMmy5BhqCW7AVOKmPrW+Q==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@jest/types": "^27.0.2",
|
"@jest/types": "^27.0.2",
|
||||||
|
|
@ -3748,18 +3829,18 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"jest-runtime": {
|
"jest-runtime": {
|
||||||
"version": "27.0.4",
|
"version": "27.0.5",
|
||||||
"resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.0.4.tgz",
|
"resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.0.5.tgz",
|
||||||
"integrity": "sha512-voJB4xbAjS/qYPboV+e+gmg3jfvHJJY4CagFWBOM9dQKtlaiTjcpD2tWwla84Z7PtXSQPeIpXY0qksA9Dum29A==",
|
"integrity": "sha512-V/w/+VasowPESbmhXn5AsBGPfb35T7jZPGZybYTHxZdP7Gwaa+A0EXE6rx30DshHKA98lVCODbCO8KZpEW3hiQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@jest/console": "^27.0.2",
|
"@jest/console": "^27.0.2",
|
||||||
"@jest/environment": "^27.0.3",
|
"@jest/environment": "^27.0.5",
|
||||||
"@jest/fake-timers": "^27.0.3",
|
"@jest/fake-timers": "^27.0.5",
|
||||||
"@jest/globals": "^27.0.3",
|
"@jest/globals": "^27.0.5",
|
||||||
"@jest/source-map": "^27.0.1",
|
"@jest/source-map": "^27.0.1",
|
||||||
"@jest/test-result": "^27.0.2",
|
"@jest/test-result": "^27.0.2",
|
||||||
"@jest/transform": "^27.0.2",
|
"@jest/transform": "^27.0.5",
|
||||||
"@jest/types": "^27.0.2",
|
"@jest/types": "^27.0.2",
|
||||||
"@types/yargs": "^16.0.0",
|
"@types/yargs": "^16.0.0",
|
||||||
"chalk": "^4.0.0",
|
"chalk": "^4.0.0",
|
||||||
|
|
@ -3768,12 +3849,12 @@
|
||||||
"exit": "^0.1.2",
|
"exit": "^0.1.2",
|
||||||
"glob": "^7.1.3",
|
"glob": "^7.1.3",
|
||||||
"graceful-fs": "^4.2.4",
|
"graceful-fs": "^4.2.4",
|
||||||
"jest-haste-map": "^27.0.2",
|
"jest-haste-map": "^27.0.5",
|
||||||
"jest-message-util": "^27.0.2",
|
"jest-message-util": "^27.0.2",
|
||||||
"jest-mock": "^27.0.3",
|
"jest-mock": "^27.0.3",
|
||||||
"jest-regex-util": "^27.0.1",
|
"jest-regex-util": "^27.0.1",
|
||||||
"jest-resolve": "^27.0.4",
|
"jest-resolve": "^27.0.5",
|
||||||
"jest-snapshot": "^27.0.4",
|
"jest-snapshot": "^27.0.5",
|
||||||
"jest-util": "^27.0.2",
|
"jest-util": "^27.0.2",
|
||||||
"jest-validate": "^27.0.2",
|
"jest-validate": "^27.0.2",
|
||||||
"slash": "^3.0.0",
|
"slash": "^3.0.0",
|
||||||
|
|
@ -3782,9 +3863,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"jest-snapshot": {
|
"jest-snapshot": {
|
||||||
"version": "27.0.4",
|
"version": "27.0.5",
|
||||||
"resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.0.4.tgz",
|
"resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.0.5.tgz",
|
||||||
"integrity": "sha512-hnjrvpKGdSMvKfbHyaG5Kul7pDJGZvjVy0CKpzhu28MmAssDXS6GpynhXzgst1wBQoKD8c9b2VS2a5yhDLQRCA==",
|
"integrity": "sha512-H1yFYdgnL1vXvDqMrnDStH6yHFdMEuzYQYc71SnC/IJnuuhW6J16w8GWG1P+qGd3Ag3sQHjbRr0TcwEo/vGS+g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/core": "^7.7.2",
|
"@babel/core": "^7.7.2",
|
||||||
|
|
@ -3793,7 +3874,7 @@
|
||||||
"@babel/plugin-syntax-typescript": "^7.7.2",
|
"@babel/plugin-syntax-typescript": "^7.7.2",
|
||||||
"@babel/traverse": "^7.7.2",
|
"@babel/traverse": "^7.7.2",
|
||||||
"@babel/types": "^7.0.0",
|
"@babel/types": "^7.0.0",
|
||||||
"@jest/transform": "^27.0.2",
|
"@jest/transform": "^27.0.5",
|
||||||
"@jest/types": "^27.0.2",
|
"@jest/types": "^27.0.2",
|
||||||
"@types/babel__traverse": "^7.0.4",
|
"@types/babel__traverse": "^7.0.4",
|
||||||
"@types/prettier": "^2.1.5",
|
"@types/prettier": "^2.1.5",
|
||||||
|
|
@ -3803,10 +3884,10 @@
|
||||||
"graceful-fs": "^4.2.4",
|
"graceful-fs": "^4.2.4",
|
||||||
"jest-diff": "^27.0.2",
|
"jest-diff": "^27.0.2",
|
||||||
"jest-get-type": "^27.0.1",
|
"jest-get-type": "^27.0.1",
|
||||||
"jest-haste-map": "^27.0.2",
|
"jest-haste-map": "^27.0.5",
|
||||||
"jest-matcher-utils": "^27.0.2",
|
"jest-matcher-utils": "^27.0.2",
|
||||||
"jest-message-util": "^27.0.2",
|
"jest-message-util": "^27.0.2",
|
||||||
"jest-resolve": "^27.0.4",
|
"jest-resolve": "^27.0.5",
|
||||||
"jest-util": "^27.0.2",
|
"jest-util": "^27.0.2",
|
||||||
"natural-compare": "^1.4.0",
|
"natural-compare": "^1.4.0",
|
||||||
"pretty-format": "^27.0.2",
|
"pretty-format": "^27.0.2",
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
"eslint-plugin-github": "^4.1.3",
|
"eslint-plugin-github": "^4.1.3",
|
||||||
"eslint-plugin-jest": "^24.3.6",
|
"eslint-plugin-jest": "^24.3.6",
|
||||||
"jest": "^27.0.4",
|
"jest": "^27.0.4",
|
||||||
"jest-circus": "^27.0.4",
|
"jest-circus": "^27.0.5",
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"prettier": "2.3.1",
|
"prettier": "2.3.1",
|
||||||
"ts-jest": "^27.0.3",
|
"ts-jest": "^27.0.3",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue