-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump babel-jest from 26.6.3 to 27.0.6
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 26.6.3 to 27.0.6. - [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.6/packages/babel-jest) Signed-off-by: dependabot-preview[bot] <[email protected]>
- Loading branch information
1 parent
122a575
commit c83235f
Showing
2 changed files
with
168 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1356,6 +1356,27 @@ | |
source-map "^0.6.1" | ||
write-file-atomic "^3.0.0" | ||
|
||
"@jest/transform@^27.0.6": | ||
version "27.0.6" | ||
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.0.6.tgz#189ad7107413208f7600f4719f81dd2f7278cc95" | ||
integrity sha512-rj5Dw+mtIcntAUnMlW/Vju5mr73u8yg+irnHwzgtgoeI6cCPOvUwQ0D1uQtc/APmWgvRweEb1g05pkUpxH3iCA== | ||
dependencies: | ||
"@babel/core" "^7.1.0" | ||
"@jest/types" "^27.0.6" | ||
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.6" | ||
jest-regex-util "^27.0.6" | ||
jest-util "^27.0.6" | ||
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@^26.6.2": | ||
version "26.6.2" | ||
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.2.tgz#bef5a532030e1d88a2f5a6d933f84e97226ed48e" | ||
|
@@ -1367,6 +1388,17 @@ | |
"@types/yargs" "^15.0.0" | ||
chalk "^4.0.0" | ||
|
||
"@jest/types@^27.0.6": | ||
version "27.0.6" | ||
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.0.6.tgz#9a992bc517e0c49f035938b8549719c2de40706b" | ||
integrity sha512-aSquT1qa9Pik26JK5/3rvnYb4bGtm1VFNesHKmNTwmPIgOrixvhL2ghIvFRNEpzy3gU+rUgjIF/KodbkFAl++g== | ||
dependencies: | ||
"@types/istanbul-lib-coverage" "^2.0.0" | ||
"@types/istanbul-reports" "^3.0.0" | ||
"@types/node" "*" | ||
"@types/yargs" "^16.0.0" | ||
chalk "^4.0.0" | ||
|
||
"@sinonjs/commons@^1.7.0": | ||
version "1.8.1" | ||
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.1.tgz#e7df00f98a203324f6dc7cc606cad9d4a8ab2217" | ||
|
@@ -1381,10 +1413,10 @@ | |
dependencies: | ||
"@sinonjs/commons" "^1.7.0" | ||
|
||
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7": | ||
version "7.1.10" | ||
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.10.tgz#ca58fc195dd9734e77e57c6f2df565623636ab40" | ||
integrity sha512-x8OM8XzITIMyiwl5Vmo2B1cR1S1Ipkyv4mdlbJjMa1lmuKvKY9FrBbEANIaMlnWn5Rf7uO+rC/VgYabNkE17Hw== | ||
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14", "@types/babel__core@^7.1.7": | ||
version "7.1.15" | ||
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.15.tgz#2ccfb1ad55a02c83f8e0ad327cbc332f55eb1024" | ||
integrity sha512-bxlMKPDbY8x5h6HBwVzEOk2C8fb6SLfYQ5Jw3uBYuYF1lfWk/kbLd81la82vrIkBb0l+JdmrZaDikPrNxpS/Ew== | ||
dependencies: | ||
"@babel/parser" "^7.1.0" | ||
"@babel/types" "^7.0.0" | ||
|
@@ -1480,6 +1512,13 @@ | |
dependencies: | ||
"@types/yargs-parser" "*" | ||
|
||
"@types/yargs@^16.0.0": | ||
version "16.0.4" | ||
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.4.tgz#26aad98dd2c2a38e421086ea9ad42b9e51642977" | ||
integrity sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw== | ||
dependencies: | ||
"@types/yargs-parser" "*" | ||
|
||
abab@^2.0.3: | ||
version "2.0.5" | ||
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a" | ||
|
@@ -1619,7 +1658,7 @@ aws4@^1.8.0: | |
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.1.tgz#e1e82e4f3e999e2cfd61b161280d16a111f86428" | ||
integrity sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA== | ||
|
||
babel-jest@^26.6.1, babel-jest@^26.6.3: | ||
babel-jest@^26.6.3: | ||
version "26.6.3" | ||
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.6.3.tgz#d87d25cb0037577a0c89f82e5755c5d293c01056" | ||
integrity sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA== | ||
|
@@ -1633,6 +1672,20 @@ babel-jest@^26.6.1, babel-jest@^26.6.3: | |
graceful-fs "^4.2.4" | ||
slash "^3.0.0" | ||
|
||
babel-jest@^27.0.6: | ||
version "27.0.6" | ||
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.0.6.tgz#e99c6e0577da2655118e3608b68761a5a69bd0d8" | ||
integrity sha512-iTJyYLNc4wRofASmofpOc5NK9QunwMk+TLFgGXsTFS8uEqmd8wdI7sga0FPe2oVH3b5Agt/EAK1QjPEuKL8VfA== | ||
dependencies: | ||
"@jest/transform" "^27.0.6" | ||
"@jest/types" "^27.0.6" | ||
"@types/babel__core" "^7.1.14" | ||
babel-plugin-istanbul "^6.0.0" | ||
babel-preset-jest "^27.0.6" | ||
chalk "^4.0.0" | ||
graceful-fs "^4.2.4" | ||
slash "^3.0.0" | ||
|
||
babel-plugin-dynamic-import-node@^2.3.3: | ||
version "2.3.3" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3" | ||
|
@@ -1661,6 +1714,16 @@ babel-plugin-jest-hoist@^26.6.2: | |
"@types/babel__core" "^7.0.0" | ||
"@types/babel__traverse" "^7.0.6" | ||
|
||
babel-plugin-jest-hoist@^27.0.6: | ||
version "27.0.6" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.0.6.tgz#f7c6b3d764af21cb4a2a1ab6870117dbde15b456" | ||
integrity sha512-CewFeM9Vv2gM7Yr9n5eyyLVPRSiBnk6lKZRjgwYnGKSl9M14TMn2vkN02wTF04OGuSDLEzlWiMzvjXuW9mB6Gw== | ||
dependencies: | ||
"@babel/template" "^7.3.3" | ||
"@babel/types" "^7.3.3" | ||
"@types/babel__core" "^7.0.0" | ||
"@types/babel__traverse" "^7.0.6" | ||
|
||
babel-plugin-polyfill-corejs2@^0.2.2: | ||
version "0.2.2" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz#e9124785e6fd94f94b618a7954e5693053bf5327" | ||
|
@@ -1711,6 +1774,14 @@ babel-preset-jest@^26.6.2: | |
babel-plugin-jest-hoist "^26.6.2" | ||
babel-preset-current-node-syntax "^1.0.0" | ||
|
||
babel-preset-jest@^27.0.6: | ||
version "27.0.6" | ||
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-27.0.6.tgz#909ef08e9f24a4679768be2f60a3df0856843f9d" | ||
integrity sha512-WObA0/Biw2LrVVwZkF/2GqbOdzhKD6Fkdwhoy9ASIrOWr/zodcSpQh72JOkEn6NWyjmnPDjNSqaGN4KnpKzhXw== | ||
dependencies: | ||
babel-plugin-jest-hoist "^27.0.6" | ||
babel-preset-current-node-syntax "^1.0.0" | ||
|
||
balanced-match@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" | ||
|
@@ -1869,6 +1940,11 @@ ci-info@^2.0.0: | |
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" | ||
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== | ||
|
||
ci-info@^3.1.1: | ||
version "3.2.0" | ||
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.2.0.tgz#2876cb948a498797b5236f0095bc057d0dca38b6" | ||
integrity sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A== | ||
|
||
cjs-module-lexer@^0.6.0: | ||
version "0.6.0" | ||
resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-0.6.0.tgz#4186fcca0eae175970aee870b9fe2d6cf8d5655f" | ||
|
@@ -2421,6 +2497,11 @@ fsevents@^2.1.2: | |
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e" | ||
integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== | ||
|
||
fsevents@^2.3.2: | ||
version "2.3.2" | ||
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" | ||
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== | ||
|
||
function-bind@^1.1.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" | ||
|
@@ -2665,6 +2746,13 @@ is-ci@^2.0.0: | |
dependencies: | ||
ci-info "^2.0.0" | ||
|
||
is-ci@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-3.0.0.tgz#c7e7be3c9d8eef7d0fa144390bd1e4b88dc4c994" | ||
integrity sha512-kDXyttuLeslKAHYL/K28F2YkM3x5jvFPEw3yXbRptXydjD9rpLEz+C5K5iutY9ZiUu6AP41JdvRQwF4Iqs4ZCQ== | ||
dependencies: | ||
ci-info "^3.1.1" | ||
|
||
is-core-module@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.0.0.tgz#58531b70aed1db7c0e8d4eb1a0a2d1ddd64bd12d" | ||
|
@@ -3012,6 +3100,26 @@ jest-haste-map@^26.6.2: | |
optionalDependencies: | ||
fsevents "^2.1.2" | ||
|
||
jest-haste-map@^27.0.6: | ||
version "27.0.6" | ||
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.0.6.tgz#4683a4e68f6ecaa74231679dca237279562c8dc7" | ||
integrity sha512-4ldjPXX9h8doB2JlRzg9oAZ2p6/GpQUNAeiYXqcpmrKbP0Qev0wdZlxSMOmz8mPOEnt4h6qIzXFLDi8RScX/1w== | ||
dependencies: | ||
"@jest/types" "^27.0.6" | ||
"@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.0.6" | ||
jest-worker "^27.0.6" | ||
micromatch "^4.0.4" | ||
walker "^1.0.7" | ||
optionalDependencies: | ||
fsevents "^2.3.2" | ||
|
||
jest-jasmine2@^26.6.3: | ||
version "26.6.3" | ||
resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-26.6.3.tgz#adc3cf915deacb5212c93b9f3547cd12958f2edd" | ||
|
@@ -3087,6 +3195,11 @@ jest-regex-util@^26.0.0: | |
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-26.0.0.tgz#d25e7184b36e39fd466c3bc41be0971e821fee28" | ||
integrity sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A== | ||
|
||
jest-regex-util@^27.0.6: | ||
version "27.0.6" | ||
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-27.0.6.tgz#02e112082935ae949ce5d13b2675db3d8c87d9c5" | ||
integrity sha512-SUhPzBsGa1IKm8hx2F4NfTGGp+r7BXJ4CulsZ1k2kI+mGLG+lxGrs76veN2LF/aUdGosJBzKgXmNCw+BzFqBDQ== | ||
|
||
jest-resolve-dependencies@^26.6.3: | ||
version "26.6.3" | ||
resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-26.6.3.tgz#6680859ee5d22ee5dcd961fe4871f59f4c784fb6" | ||
|
@@ -3177,6 +3290,14 @@ jest-serializer@^26.6.2: | |
"@types/node" "*" | ||
graceful-fs "^4.2.4" | ||
|
||
jest-serializer@^27.0.6: | ||
version "27.0.6" | ||
resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-27.0.6.tgz#93a6c74e0132b81a2d54623251c46c498bb5bec1" | ||
integrity sha512-PtGdVK9EGC7dsaziskfqaAPib6wTViY3G8E5wz9tLVPhHyiDNTZn/xjZ4khAw+09QkoOVpn7vF5nPSN6dtBexA== | ||
dependencies: | ||
"@types/node" "*" | ||
graceful-fs "^4.2.4" | ||
|
||
jest-snapshot@^26.6.2: | ||
version "26.6.2" | ||
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-26.6.2.tgz#f3b0af1acb223316850bd14e1beea9837fb39c84" | ||
|
@@ -3211,6 +3332,18 @@ jest-util@^26.6.2: | |
is-ci "^2.0.0" | ||
micromatch "^4.0.2" | ||
|
||
jest-util@^27.0.6: | ||
version "27.0.6" | ||
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.0.6.tgz#e8e04eec159de2f4d5f57f795df9cdc091e50297" | ||
integrity sha512-1JjlaIh+C65H/F7D11GNkGDDZtDfMEM8EBXsvd+l/cxtgQ6QhxuloOaiayt89DxUvDarbVhqI98HhgrM1yliFQ== | ||
dependencies: | ||
"@jest/types" "^27.0.6" | ||
"@types/node" "*" | ||
chalk "^4.0.0" | ||
graceful-fs "^4.2.4" | ||
is-ci "^3.0.0" | ||
picomatch "^2.2.3" | ||
|
||
jest-validate@^26.6.2: | ||
version "26.6.2" | ||
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-26.6.2.tgz#23d380971587150467342911c3d7b4ac57ab20ec" | ||
|
@@ -3245,6 +3378,15 @@ jest-worker@^26.6.2: | |
merge-stream "^2.0.0" | ||
supports-color "^7.0.0" | ||
|
||
jest-worker@^27.0.6: | ||
version "27.0.6" | ||
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.0.6.tgz#a5fdb1e14ad34eb228cfe162d9f729cdbfa28aed" | ||
integrity sha512-qupxcj/dRuA3xHPMUd40gr2EaAurFbkwzOh7wfPaeE9id7hyjURRQoqNfHifHK3XjJU6YJJUQKILGUnwGPEOCA== | ||
dependencies: | ||
"@types/node" "*" | ||
merge-stream "^2.0.0" | ||
supports-color "^8.0.0" | ||
|
||
jest@^26.6.1: | ||
version "26.6.3" | ||
resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.3.tgz#40e8fdbe48f00dfa1f0ce8121ca74b88ac9148ef" | ||
|
@@ -3485,6 +3627,14 @@ micromatch@^4.0.2: | |
braces "^3.0.1" | ||
picomatch "^2.0.5" | ||
|
||
micromatch@^4.0.4: | ||
version "4.0.4" | ||
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9" | ||
integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg== | ||
dependencies: | ||
braces "^3.0.1" | ||
picomatch "^2.2.3" | ||
|
||
[email protected]: | ||
version "1.44.0" | ||
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10c5a6272f92" | ||
|
@@ -3785,6 +3935,11 @@ picomatch@^2.0.4, picomatch@^2.0.5: | |
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad" | ||
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== | ||
|
||
picomatch@^2.2.3: | ||
version "2.3.0" | ||
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972" | ||
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw== | ||
|
||
pirates@^4.0.1: | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.1.tgz#643a92caf894566f91b2b986d2c66950a8e2fb87" | ||
|
@@ -4383,6 +4538,13 @@ supports-color@^7.0.0, supports-color@^7.1.0: | |
dependencies: | ||
has-flag "^4.0.0" | ||
|
||
supports-color@^8.0.0: | ||
version "8.1.1" | ||
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c" | ||
integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q== | ||
dependencies: | ||
has-flag "^4.0.0" | ||
|
||
supports-hyperlinks@^2.0.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.1.0.tgz#f663df252af5f37c5d49bbd7eeefa9e0b9e59e47" | ||
|