Skip to content

Commit bc1c183

Browse files
chore(deps): update devdependency babel-jest to ^26.6.2 (#5997)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 25ef63c commit bc1c183

File tree

2 files changed

+134
-2
lines changed

2 files changed

+134
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"autoprefixer": "^10.0.1",
108108
"babel-core": "^7.0.0-bridge.0",
109109
"babel-eslint": "^10.1.0",
110-
"babel-jest": "^26.6.1",
110+
"babel-jest": "^26.6.2",
111111
"babel-plugin-istanbul": "^6.0.0",
112112
"bootstrap-icons": "^1.1.0",
113113
"bundlewatch": "^0.3.1",

yarn.lock

Lines changed: 133 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@
498498
dependencies:
499499
"@babel/helper-plugin-utils" "^7.8.0"
500500

501-
"@babel/plugin-syntax-top-level-await@^7.12.1":
501+
"@babel/plugin-syntax-top-level-await@^7.12.1", "@babel/plugin-syntax-top-level-await@^7.8.3":
502502
version "7.12.1"
503503
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.1.tgz#dd6c0b357ac1bb142d98537450a319625d13d2a0"
504504
integrity sha512-i7ooMZFS+a/Om0crxZodrTzNEPJHZrlMVGMTEpFAj6rYY/bKCddB0Dk/YxfPuYXOopuhKk/e1jV6h+WUU9XN3A==
@@ -1111,6 +1111,27 @@
11111111
source-map "^0.6.1"
11121112
write-file-atomic "^3.0.0"
11131113

1114+
"@jest/transform@^26.6.2":
1115+
version "26.6.2"
1116+
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-26.6.2.tgz#5ac57c5fa1ad17b2aae83e73e45813894dcf2e4b"
1117+
integrity sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==
1118+
dependencies:
1119+
"@babel/core" "^7.1.0"
1120+
"@jest/types" "^26.6.2"
1121+
babel-plugin-istanbul "^6.0.0"
1122+
chalk "^4.0.0"
1123+
convert-source-map "^1.4.0"
1124+
fast-json-stable-stringify "^2.0.0"
1125+
graceful-fs "^4.2.4"
1126+
jest-haste-map "^26.6.2"
1127+
jest-regex-util "^26.0.0"
1128+
jest-util "^26.6.2"
1129+
micromatch "^4.0.2"
1130+
pirates "^4.0.1"
1131+
slash "^3.0.0"
1132+
source-map "^0.6.1"
1133+
write-file-atomic "^3.0.0"
1134+
11141135
"@jest/types@^25.5.0":
11151136
version "25.5.0"
11161137
resolved "https://registry.yarnpkg.com/@jest/types/-/types-25.5.0.tgz#4d6a4793f7b9599fc3680877b856a97dbccf2a9d"
@@ -1132,6 +1153,17 @@
11321153
"@types/yargs" "^15.0.0"
11331154
chalk "^4.0.0"
11341155

1156+
"@jest/types@^26.6.2":
1157+
version "26.6.2"
1158+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.2.tgz#bef5a532030e1d88a2f5a6d933f84e97226ed48e"
1159+
integrity sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==
1160+
dependencies:
1161+
"@types/istanbul-lib-coverage" "^2.0.0"
1162+
"@types/istanbul-reports" "^3.0.0"
1163+
"@types/node" "*"
1164+
"@types/yargs" "^15.0.0"
1165+
chalk "^4.0.0"
1166+
11351167
"@lokidb/full-text-search@^2.1.0":
11361168
version "2.1.0"
11371169
resolved "https://registry.yarnpkg.com/@lokidb/full-text-search/-/full-text-search-2.1.0.tgz#5f0b36dc0d67ba365f84663a9c0438537c186a76"
@@ -2848,6 +2880,20 @@ babel-jest@^26.6.1:
28482880
graceful-fs "^4.2.4"
28492881
slash "^3.0.0"
28502882

2883+
babel-jest@^26.6.2:
2884+
version "26.6.2"
2885+
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.6.2.tgz#ca84659b1683e6e5bf16609bc88f3f2f086fe443"
2886+
integrity sha512-pysyz/mZ7T5sozKnvSa1n7QEf22W9yc+dUmn2zNuQTN0saG51q8A/8k9wbED9X4YNxmwjuhIwf4JRXXQGzui3Q==
2887+
dependencies:
2888+
"@jest/transform" "^26.6.2"
2889+
"@jest/types" "^26.6.2"
2890+
"@types/babel__core" "^7.1.7"
2891+
babel-plugin-istanbul "^6.0.0"
2892+
babel-preset-jest "^26.6.2"
2893+
chalk "^4.0.0"
2894+
graceful-fs "^4.2.4"
2895+
slash "^3.0.0"
2896+
28512897
babel-loader@^8.1.0:
28522898
version "8.1.0"
28532899
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.1.0.tgz#c611d5112bd5209abe8b9fa84c3e4da25275f1c3"
@@ -2894,6 +2940,16 @@ babel-plugin-jest-hoist@^26.5.0:
28942940
"@types/babel__core" "^7.0.0"
28952941
"@types/babel__traverse" "^7.0.6"
28962942

2943+
babel-plugin-jest-hoist@^26.6.2:
2944+
version "26.6.2"
2945+
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.6.2.tgz#8185bd030348d254c6d7dd974355e6a28b21e62d"
2946+
integrity sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw==
2947+
dependencies:
2948+
"@babel/template" "^7.3.3"
2949+
"@babel/types" "^7.3.3"
2950+
"@types/babel__core" "^7.0.0"
2951+
"@types/babel__traverse" "^7.0.6"
2952+
28972953
babel-plugin-transform-es2015-modules-commonjs@^6.26.0:
28982954
version "6.26.2"
28992955
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.2.tgz#58a793863a9e7ca870bdc5a881117ffac27db6f3"
@@ -2929,6 +2985,24 @@ babel-preset-current-node-syntax@^0.1.3:
29292985
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
29302986
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
29312987

2988+
babel-preset-current-node-syntax@^1.0.0:
2989+
version "1.0.0"
2990+
resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.0.tgz#cf5feef29551253471cfa82fc8e0f5063df07a77"
2991+
integrity sha512-mGkvkpocWJes1CmMKtgGUwCeeq0pOhALyymozzDWYomHTbDLwueDYG6p4TK1YOeYHCzBzYPsWkgTto10JubI1Q==
2992+
dependencies:
2993+
"@babel/plugin-syntax-async-generators" "^7.8.4"
2994+
"@babel/plugin-syntax-bigint" "^7.8.3"
2995+
"@babel/plugin-syntax-class-properties" "^7.8.3"
2996+
"@babel/plugin-syntax-import-meta" "^7.8.3"
2997+
"@babel/plugin-syntax-json-strings" "^7.8.3"
2998+
"@babel/plugin-syntax-logical-assignment-operators" "^7.8.3"
2999+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
3000+
"@babel/plugin-syntax-numeric-separator" "^7.8.3"
3001+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
3002+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
3003+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
3004+
"@babel/plugin-syntax-top-level-await" "^7.8.3"
3005+
29323006
babel-preset-jest@^26.5.0:
29333007
version "26.5.0"
29343008
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-26.5.0.tgz#f1b166045cd21437d1188d29f7fba470d5bdb0e7"
@@ -2937,6 +3011,14 @@ babel-preset-jest@^26.5.0:
29373011
babel-plugin-jest-hoist "^26.5.0"
29383012
babel-preset-current-node-syntax "^0.1.3"
29393013

3014+
babel-preset-jest@^26.6.2:
3015+
version "26.6.2"
3016+
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-26.6.2.tgz#747872b1171df032252426586881d62d31798fee"
3017+
integrity sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==
3018+
dependencies:
3019+
babel-plugin-jest-hoist "^26.6.2"
3020+
babel-preset-current-node-syntax "^1.0.0"
3021+
29403022
babel-runtime@^6.22.0, babel-runtime@^6.26.0:
29413023
version "6.26.0"
29423024
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
@@ -8071,6 +8153,27 @@ jest-haste-map@^26.6.1:
80718153
optionalDependencies:
80728154
fsevents "^2.1.2"
80738155

8156+
jest-haste-map@^26.6.2:
8157+
version "26.6.2"
8158+
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-26.6.2.tgz#dd7e60fe7dc0e9f911a23d79c5ff7fb5c2cafeaa"
8159+
integrity sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w==
8160+
dependencies:
8161+
"@jest/types" "^26.6.2"
8162+
"@types/graceful-fs" "^4.1.2"
8163+
"@types/node" "*"
8164+
anymatch "^3.0.3"
8165+
fb-watchman "^2.0.0"
8166+
graceful-fs "^4.2.4"
8167+
jest-regex-util "^26.0.0"
8168+
jest-serializer "^26.6.2"
8169+
jest-util "^26.6.2"
8170+
jest-worker "^26.6.2"
8171+
micromatch "^4.0.2"
8172+
sane "^4.0.3"
8173+
walker "^1.0.7"
8174+
optionalDependencies:
8175+
fsevents "^2.1.2"
8176+
80748177
jest-jasmine2@^26.6.1:
80758178
version "26.6.1"
80768179
resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-26.6.1.tgz#11c92603d1fa97e3c33404359e69d6cec7e57017"
@@ -8235,6 +8338,14 @@ jest-serializer@^26.5.0:
82358338
"@types/node" "*"
82368339
graceful-fs "^4.2.4"
82378340

8341+
jest-serializer@^26.6.2:
8342+
version "26.6.2"
8343+
resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-26.6.2.tgz#d139aafd46957d3a448f3a6cdabe2919ba0742d1"
8344+
integrity sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==
8345+
dependencies:
8346+
"@types/node" "*"
8347+
graceful-fs "^4.2.4"
8348+
82388349
jest-snapshot@^26.6.1:
82398350
version "26.6.1"
82408351
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-26.6.1.tgz#469e9d0b749496aea7dad0d7e5e5c88b91cdb4cc"
@@ -8269,6 +8380,18 @@ jest-util@^26.6.1:
82698380
is-ci "^2.0.0"
82708381
micromatch "^4.0.2"
82718382

8383+
jest-util@^26.6.2:
8384+
version "26.6.2"
8385+
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.6.2.tgz#907535dbe4d5a6cb4c47ac9b926f6af29576cbc1"
8386+
integrity sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==
8387+
dependencies:
8388+
"@jest/types" "^26.6.2"
8389+
"@types/node" "*"
8390+
chalk "^4.0.0"
8391+
graceful-fs "^4.2.4"
8392+
is-ci "^2.0.0"
8393+
micromatch "^4.0.2"
8394+
82728395
jest-validate@^26.6.1:
82738396
version "26.6.1"
82748397
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-26.6.1.tgz#28730eb8570d60968d9d06f1a8c94d922167bd2a"
@@ -8311,6 +8434,15 @@ jest-worker@^26.6.1:
83118434
merge-stream "^2.0.0"
83128435
supports-color "^7.0.0"
83138436

8437+
jest-worker@^26.6.2:
8438+
version "26.6.2"
8439+
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-26.6.2.tgz#7f72cbc4d643c365e27b9fd775f9d0eaa9c7a8ed"
8440+
integrity sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==
8441+
dependencies:
8442+
"@types/node" "*"
8443+
merge-stream "^2.0.0"
8444+
supports-color "^7.0.0"
8445+
83148446
jest@^26.6.1:
83158447
version "26.6.1"
83168448
resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.1.tgz#821e8280d2bdeeed40ac7bc43941dceff0f1b650"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy