-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency babel-jest to v29 (#485)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
0f17a99
commit cc5925b
Showing
2 changed files
with
156 additions
and
3 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 |
---|---|---|
|
@@ -1951,6 +1951,13 @@ | |
dependencies: | ||
"@sinclair/typebox" "^0.24.1" | ||
|
||
"@jest/schemas@^29.6.3": | ||
version "29.6.3" | ||
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.6.3.tgz#430b5ce8a4e0044a7e3819663305a7b3091c8e03" | ||
integrity sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA== | ||
dependencies: | ||
"@sinclair/typebox" "^0.27.8" | ||
|
||
"@jest/source-map@^28.1.2": | ||
version "28.1.2" | ||
resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-28.1.2.tgz#7fe832b172b497d6663cdff6c13b0a920e139e24" | ||
|
@@ -2001,6 +2008,27 @@ | |
slash "^3.0.0" | ||
write-file-atomic "^4.0.1" | ||
|
||
"@jest/transform@^29.6.3": | ||
version "29.6.3" | ||
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.6.3.tgz#e8e376f56fffe827b529bf03a9881e58d152c14b" | ||
integrity sha512-dPIc3DsvMZ/S8ut4L2ViCj265mKO0owB0wfzBv2oGzL9pQ+iRvJewHqLBmsGb7XFb5UotWIEtvY5A/lnylaIoQ== | ||
dependencies: | ||
"@babel/core" "^7.11.6" | ||
"@jest/types" "^29.6.3" | ||
"@jridgewell/trace-mapping" "^0.3.18" | ||
babel-plugin-istanbul "^6.1.1" | ||
chalk "^4.0.0" | ||
convert-source-map "^2.0.0" | ||
fast-json-stable-stringify "^2.1.0" | ||
graceful-fs "^4.2.9" | ||
jest-haste-map "^29.6.3" | ||
jest-regex-util "^29.6.3" | ||
jest-util "^29.6.3" | ||
micromatch "^4.0.4" | ||
pirates "^4.0.4" | ||
slash "^3.0.0" | ||
write-file-atomic "^4.0.2" | ||
|
||
"@jest/types@^28.1.3": | ||
version "28.1.3" | ||
resolved "https://registry.yarnpkg.com/@jest/types/-/types-28.1.3.tgz#b05de80996ff12512bc5ceb1d208285a7d11748b" | ||
|
@@ -2013,6 +2041,18 @@ | |
"@types/yargs" "^17.0.8" | ||
chalk "^4.0.0" | ||
|
||
"@jest/types@^29.6.3": | ||
version "29.6.3" | ||
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.3.tgz#1131f8cf634e7e84c5e77bab12f052af585fba59" | ||
integrity sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw== | ||
dependencies: | ||
"@jest/schemas" "^29.6.3" | ||
"@types/istanbul-lib-coverage" "^2.0.0" | ||
"@types/istanbul-reports" "^3.0.0" | ||
"@types/node" "*" | ||
"@types/yargs" "^17.0.8" | ||
chalk "^4.0.0" | ||
|
||
"@jridgewell/gen-mapping@^0.1.0": | ||
version "0.1.1" | ||
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996" | ||
|
@@ -2049,6 +2089,11 @@ | |
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.3.tgz#b80093f4edbb5490c49746231513669c8f518acb" | ||
integrity sha512-fuIOnc81C5iRNevb/XPiM8Khp9bVjreydRQ37rt0C/dY0PAW1DRvEM3WrKX/5rStS5lbgwS0FCgqSndh9tvK5w== | ||
|
||
"@jridgewell/resolve-uri@^3.1.0": | ||
version "3.1.1" | ||
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" | ||
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== | ||
|
||
"@jridgewell/set-array@^1.0.0": | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.0.tgz#1179863356ac8fbea64a5a4bcde93a4871012c01" | ||
|
@@ -2077,6 +2122,11 @@ | |
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec" | ||
integrity sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg== | ||
|
||
"@jridgewell/sourcemap-codec@^1.4.14": | ||
version "1.4.15" | ||
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" | ||
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== | ||
|
||
"@jridgewell/trace-mapping@^0.3.0": | ||
version "0.3.4" | ||
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz#f6a0832dffd5b8a6aaa633b7d9f8e8e94c83a0c3" | ||
|
@@ -2101,6 +2151,14 @@ | |
"@jridgewell/resolve-uri" "3.1.0" | ||
"@jridgewell/sourcemap-codec" "1.4.14" | ||
|
||
"@jridgewell/trace-mapping@^0.3.18": | ||
version "0.3.19" | ||
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811" | ||
integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw== | ||
dependencies: | ||
"@jridgewell/resolve-uri" "^3.1.0" | ||
"@jridgewell/sourcemap-codec" "^1.4.14" | ||
|
||
"@jridgewell/trace-mapping@^0.3.9": | ||
version "0.3.13" | ||
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz#dcfe3e95f224c8fe97a87a5235defec999aa92ea" | ||
|
@@ -2247,6 +2305,11 @@ | |
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.24.19.tgz#5297278e0d8a1aea084685a3216074910ac6c113" | ||
integrity sha512-gHJu8cdYTD5p4UqmQHrxaWrtb/jkH5imLXzuBypWhKzNkW0qfmgz+w1xaJccWVuJta1YYUdlDiPHXRTR4Ku0MQ== | ||
|
||
"@sinclair/typebox@^0.27.8": | ||
version "0.27.8" | ||
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e" | ||
integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA== | ||
|
||
"@sinonjs/commons@^1.7.0": | ||
version "1.8.2" | ||
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.2.tgz#858f5c4b48d80778fde4b9d541f27edc0d56488b" | ||
|
@@ -2844,7 +2907,20 @@ array-flatten@^2.1.2: | |
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099" | ||
integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ== | ||
|
||
[email protected], babel-jest@^28.1.3: | ||
[email protected]: | ||
version "29.6.3" | ||
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.6.3.tgz#e62f6c38f3ec8c147244168ee18ef0b919f10348" | ||
integrity sha512-1Ne93zZZEy5XmTa4Q+W5+zxBrDpExX8E3iy+xJJ+24ewlfo/T3qHfQJCzi/MMVFmBQDNxtRR/Gfd2dwb/0yrQw== | ||
dependencies: | ||
"@jest/transform" "^29.6.3" | ||
"@types/babel__core" "^7.1.14" | ||
babel-plugin-istanbul "^6.1.1" | ||
babel-preset-jest "^29.6.3" | ||
chalk "^4.0.0" | ||
graceful-fs "^4.2.9" | ||
slash "^3.0.0" | ||
|
||
babel-jest@^28.1.3: | ||
version "28.1.3" | ||
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-28.1.3.tgz#c1187258197c099072156a0a121c11ee1e3917d5" | ||
integrity sha512-epUaPOEWMk3cWX0M/sPvCHHCe9fMFAa/9hXEgKP8nFfNl/jlGkE9ucq9NqkZGXLDduCJYS0UvSlPUwC0S+rH6Q== | ||
|
@@ -2886,6 +2962,16 @@ babel-plugin-jest-hoist@^28.1.3: | |
"@types/babel__core" "^7.1.14" | ||
"@types/babel__traverse" "^7.0.6" | ||
|
||
babel-plugin-jest-hoist@^29.6.3: | ||
version "29.6.3" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz#aadbe943464182a8922c3c927c3067ff40d24626" | ||
integrity sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg== | ||
dependencies: | ||
"@babel/template" "^7.3.3" | ||
"@babel/types" "^7.3.3" | ||
"@types/babel__core" "^7.1.14" | ||
"@types/babel__traverse" "^7.0.6" | ||
|
||
babel-plugin-polyfill-corejs2@^0.4.5: | ||
version "0.4.5" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.5.tgz#8097b4cb4af5b64a1d11332b6fb72ef5e64a054c" | ||
|
@@ -2936,6 +3022,14 @@ babel-preset-jest@^28.1.3: | |
babel-plugin-jest-hoist "^28.1.3" | ||
babel-preset-current-node-syntax "^1.0.0" | ||
|
||
babel-preset-jest@^29.6.3: | ||
version "29.6.3" | ||
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz#fa05fa510e7d493896d7b0dd2033601c840f171c" | ||
integrity sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA== | ||
dependencies: | ||
babel-plugin-jest-hoist "^29.6.3" | ||
babel-preset-current-node-syntax "^1.0.0" | ||
|
||
balanced-match@^1.0.0: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" | ||
|
@@ -3392,6 +3486,11 @@ convert-source-map@^1.6.0: | |
dependencies: | ||
safe-buffer "~5.1.1" | ||
|
||
convert-source-map@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a" | ||
integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg== | ||
|
||
[email protected]: | ||
version "1.0.6" | ||
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c" | ||
|
@@ -3831,7 +3930,7 @@ fast-glob@^3.2.11: | |
merge2 "^1.3.0" | ||
micromatch "^4.0.4" | ||
|
||
fast-json-stable-stringify@^2.0.0: | ||
fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" | ||
integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== | ||
|
@@ -4656,6 +4755,25 @@ jest-haste-map@^28.1.3: | |
optionalDependencies: | ||
fsevents "^2.3.2" | ||
|
||
jest-haste-map@^29.6.3: | ||
version "29.6.3" | ||
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.6.3.tgz#a53ac35a137fd32d932039aab29d02a9dab30689" | ||
integrity sha512-GecR5YavfjkhOytEFHAeI6aWWG3f/cOKNB1YJvj/B76xAmeVjy4zJUYobGF030cRmKaO1FBw3V8CZZ6KVh9ZSw== | ||
dependencies: | ||
"@jest/types" "^29.6.3" | ||
"@types/graceful-fs" "^4.1.3" | ||
"@types/node" "*" | ||
anymatch "^3.0.3" | ||
fb-watchman "^2.0.0" | ||
graceful-fs "^4.2.9" | ||
jest-regex-util "^29.6.3" | ||
jest-util "^29.6.3" | ||
jest-worker "^29.6.3" | ||
micromatch "^4.0.4" | ||
walker "^1.0.8" | ||
optionalDependencies: | ||
fsevents "^2.3.2" | ||
|
||
jest-leak-detector@^28.1.3: | ||
version "28.1.3" | ||
resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-28.1.3.tgz#a6685d9b074be99e3adee816ce84fd30795e654d" | ||
|
@@ -4707,6 +4825,11 @@ jest-regex-util@^28.0.2: | |
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-28.0.2.tgz#afdc377a3b25fb6e80825adcf76c854e5bf47ead" | ||
integrity sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw== | ||
|
||
jest-regex-util@^29.6.3: | ||
version "29.6.3" | ||
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-29.6.3.tgz#4a556d9c776af68e1c5f48194f4d0327d24e8a52" | ||
integrity sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg== | ||
|
||
jest-resolve-dependencies@^28.1.3: | ||
version "28.1.3" | ||
resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-28.1.3.tgz#8c65d7583460df7275c6ea2791901fa975c1fe66" | ||
|
@@ -4826,6 +4949,18 @@ jest-util@^28.1.3: | |
graceful-fs "^4.2.9" | ||
picomatch "^2.2.3" | ||
|
||
jest-util@^29.6.3: | ||
version "29.6.3" | ||
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.6.3.tgz#e15c3eac8716440d1ed076f09bc63ace1aebca63" | ||
integrity sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA== | ||
dependencies: | ||
"@jest/types" "^29.6.3" | ||
"@types/node" "*" | ||
chalk "^4.0.0" | ||
ci-info "^3.2.0" | ||
graceful-fs "^4.2.9" | ||
picomatch "^2.2.3" | ||
|
||
jest-validate@^28.1.3: | ||
version "28.1.3" | ||
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-28.1.3.tgz#e322267fd5e7c64cea4629612c357bbda96229df" | ||
|
@@ -4870,6 +5005,16 @@ jest-worker@^28.1.3: | |
merge-stream "^2.0.0" | ||
supports-color "^8.0.0" | ||
|
||
jest-worker@^29.6.3: | ||
version "29.6.3" | ||
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.6.3.tgz#7b1a47bbb6559f3c0882d16595938590e63915d5" | ||
integrity sha512-wacANXecZ/GbQakpf2CClrqrlwsYYDSXFd4fIGdL+dXpM2GWoJ+6bhQ7vR3TKi3+gkSfBkjy1/khH/WrYS4Q6g== | ||
dependencies: | ||
"@types/node" "*" | ||
jest-util "^29.6.3" | ||
merge-stream "^2.0.0" | ||
supports-color "^8.0.0" | ||
|
||
[email protected]: | ||
version "28.1.3" | ||
resolved "https://registry.yarnpkg.com/jest/-/jest-28.1.3.tgz#e9c6a7eecdebe3548ca2b18894a50f45b36dfc6b" | ||
|
@@ -6756,6 +6901,14 @@ write-file-atomic@^4.0.1: | |
imurmurhash "^0.1.4" | ||
signal-exit "^3.0.7" | ||
|
||
write-file-atomic@^4.0.2: | ||
version "4.0.2" | ||
resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-4.0.2.tgz#a9df01ae5b77858a027fd2e80768ee433555fcfd" | ||
integrity sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg== | ||
dependencies: | ||
imurmurhash "^0.1.4" | ||
signal-exit "^3.0.7" | ||
|
||
ws@^8.13.0: | ||
version "8.13.0" | ||
resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0" | ||
|