Skip to content

Commit 98b117f

Browse files
build(deps-dev): bump babel-jest from 30.1.2 to 30.2.0
Bumps [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest) from 30.1.2 to 30.2.0. - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/babel-jest) --- updated-dependencies: - dependency-name: babel-jest dependency-version: 30.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b9031bb commit 98b117f

File tree

1 file changed

+129
-5
lines changed

1 file changed

+129
-5
lines changed

yarn.lock

Lines changed: 129 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,6 +1258,27 @@
12581258
slash "^3.0.0"
12591259
write-file-atomic "^5.0.1"
12601260

1261+
1262+
version "30.2.0"
1263+
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-30.2.0.tgz#54bef1a4510dcbd58d5d4de4fe2980a63077ef2a"
1264+
integrity sha512-XsauDV82o5qXbhalKxD7p4TZYYdwcaEXC77PPD2HixEFF+6YGppjrAAQurTl2ECWcEomHBMMNS9AH3kcCFx8jA==
1265+
dependencies:
1266+
"@babel/core" "^7.27.4"
1267+
"@jest/types" "30.2.0"
1268+
"@jridgewell/trace-mapping" "^0.3.25"
1269+
babel-plugin-istanbul "^7.0.1"
1270+
chalk "^4.1.2"
1271+
convert-source-map "^2.0.0"
1272+
fast-json-stable-stringify "^2.1.0"
1273+
graceful-fs "^4.2.11"
1274+
jest-haste-map "30.2.0"
1275+
jest-regex-util "30.0.1"
1276+
jest-util "30.2.0"
1277+
micromatch "^4.0.8"
1278+
pirates "^4.0.7"
1279+
slash "^3.0.0"
1280+
write-file-atomic "^5.0.1"
1281+
12611282
12621283
version "30.0.5"
12631284
resolved "https://registry.yarnpkg.com/@jest/types/-/types-30.0.5.tgz#29a33a4c036e3904f1cfd94f6fe77f89d2e1cc05"
@@ -1271,6 +1292,19 @@
12711292
"@types/yargs" "^17.0.33"
12721293
chalk "^4.1.2"
12731294

1295+
1296+
version "30.2.0"
1297+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-30.2.0.tgz#1c678a7924b8f59eafd4c77d56b6d0ba976d62b8"
1298+
integrity sha512-H9xg1/sfVvyfU7o3zMfBEjQ1gcsdeTMgqHoYdN79tuLqfTtuu7WckRA1R5whDwOzxaZAeMKTYWqP+WCAi0CHsg==
1299+
dependencies:
1300+
"@jest/pattern" "30.0.1"
1301+
"@jest/schemas" "30.0.5"
1302+
"@types/istanbul-lib-coverage" "^2.0.6"
1303+
"@types/istanbul-reports" "^3.0.4"
1304+
"@types/node" "*"
1305+
"@types/yargs" "^17.0.33"
1306+
chalk "^4.1.2"
1307+
12741308
"@jridgewell/gen-mapping@^0.1.0":
12751309
version "0.1.1"
12761310
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996"
@@ -1777,7 +1811,7 @@ babel-eslint@^10.0.1:
17771811
eslint-visitor-keys "^1.0.0"
17781812
resolve "^1.12.0"
17791813

1780-
[email protected], babel-jest@^30.0.2:
1814+
17811815
version "30.1.2"
17821816
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-30.1.2.tgz#decd53b3a0cafca49443f93fb7a2c0fba55510da"
17831817
integrity sha512-IQCus1rt9kaSh7PQxLYRY5NmkNrNlU2TpabzwV7T2jljnpdHOcmnYYv8QmE04Li4S3a2Lj8/yXyET5pBarPr6g==
@@ -1790,10 +1824,23 @@ [email protected], babel-jest@^30.0.2:
17901824
graceful-fs "^4.2.11"
17911825
slash "^3.0.0"
17921826

1793-
babel-plugin-istanbul@^7.0.0:
1794-
version "7.0.0"
1795-
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-7.0.0.tgz#629a178f63b83dc9ecee46fd20266283b1f11280"
1796-
integrity sha512-C5OzENSx/A+gt7t4VH1I2XsflxyPUmXRFPKBxt33xncdOmq7oROVM3bZv9Ysjjkv8OJYDMa+tKuKMvqU/H3xdw==
1827+
babel-jest@^30.0.2:
1828+
version "30.2.0"
1829+
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-30.2.0.tgz#fd44a1ec9552be35ead881f7381faa7d8f3b95ac"
1830+
integrity sha512-0YiBEOxWqKkSQWL9nNGGEgndoeL0ZpWrbLMNL5u/Kaxrli3Eaxlt3ZtIDktEvXt4L/R9r3ODr2zKwGM/2BjxVw==
1831+
dependencies:
1832+
"@jest/transform" "30.2.0"
1833+
"@types/babel__core" "^7.20.5"
1834+
babel-plugin-istanbul "^7.0.1"
1835+
babel-preset-jest "30.2.0"
1836+
chalk "^4.1.2"
1837+
graceful-fs "^4.2.11"
1838+
slash "^3.0.0"
1839+
1840+
babel-plugin-istanbul@^7.0.0, babel-plugin-istanbul@^7.0.1:
1841+
version "7.0.1"
1842+
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-7.0.1.tgz#d8b518c8ea199364cf84ccc82de89740236daf92"
1843+
integrity sha512-D8Z6Qm8jCvVXtIRkBnqNHX0zJ37rQcFJ9u8WOS6tkYOsRdHBzypCstaxWiu5ZIlqQtviRYbgnRLSoCEvjqcqbA==
17971844
dependencies:
17981845
"@babel/helper-plugin-utils" "^7.0.0"
17991846
"@istanbuljs/load-nyc-config" "^1.0.0"
@@ -1810,6 +1857,13 @@ [email protected]:
18101857
"@babel/types" "^7.27.3"
18111858
"@types/babel__core" "^7.20.5"
18121859

1860+
1861+
version "30.2.0"
1862+
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-30.2.0.tgz#94c250d36b43f95900f3a219241e0f4648191ce2"
1863+
integrity sha512-ftzhzSGMUnOzcCXd6WHdBGMyuwy15Wnn0iyyWGKgBDLxf9/s5ABuraCSpBX2uG0jUg4rqJnxsLc5+oYBqoxVaA==
1864+
dependencies:
1865+
"@types/babel__core" "^7.20.5"
1866+
18131867
babel-plugin-polyfill-corejs2@^0.4.14:
18141868
version "0.4.14"
18151869
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz#8101b82b769c568835611542488d463395c2ef8f"
@@ -1855,6 +1909,27 @@ babel-preset-current-node-syntax@^1.1.0:
18551909
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
18561910
"@babel/plugin-syntax-top-level-await" "^7.14.5"
18571911

1912+
babel-preset-current-node-syntax@^1.2.0:
1913+
version "1.2.0"
1914+
resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.2.0.tgz#20730d6cdc7dda5d89401cab10ac6a32067acde6"
1915+
integrity sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg==
1916+
dependencies:
1917+
"@babel/plugin-syntax-async-generators" "^7.8.4"
1918+
"@babel/plugin-syntax-bigint" "^7.8.3"
1919+
"@babel/plugin-syntax-class-properties" "^7.12.13"
1920+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
1921+
"@babel/plugin-syntax-import-attributes" "^7.24.7"
1922+
"@babel/plugin-syntax-import-meta" "^7.10.4"
1923+
"@babel/plugin-syntax-json-strings" "^7.8.3"
1924+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
1925+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
1926+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
1927+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
1928+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
1929+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
1930+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
1931+
"@babel/plugin-syntax-top-level-await" "^7.14.5"
1932+
18581933
18591934
version "30.0.1"
18601935
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-30.0.1.tgz#7d28db9531bce264e846c8483d54236244b8ae88"
@@ -1863,6 +1938,14 @@ [email protected]:
18631938
babel-plugin-jest-hoist "30.0.1"
18641939
babel-preset-current-node-syntax "^1.1.0"
18651940

1941+
1942+
version "30.2.0"
1943+
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-30.2.0.tgz#04717843e561347781d6d7f69c81e6bcc3ed11ce"
1944+
integrity sha512-US4Z3NOieAQumwFnYdUWKvUKh8+YSnS/gB3t6YBiz0bskpu7Pine8pPCheNxlPEW4wnUkma2a94YuW2q3guvCQ==
1945+
dependencies:
1946+
babel-plugin-jest-hoist "30.2.0"
1947+
babel-preset-current-node-syntax "^1.2.0"
1948+
18661949
balanced-match@^1.0.0:
18671950
version "1.0.2"
18681951
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
@@ -2905,6 +2988,24 @@ [email protected]:
29052988
optionalDependencies:
29062989
fsevents "^2.3.3"
29072990

2991+
2992+
version "30.2.0"
2993+
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-30.2.0.tgz#808e3889f288603ac70ff0ac047598345a66022e"
2994+
integrity sha512-sQA/jCb9kNt+neM0anSj6eZhLZUIhQgwDt7cPGjumgLM4rXsfb9kpnlacmvZz3Q5tb80nS+oG/if+NBKrHC+Xw==
2995+
dependencies:
2996+
"@jest/types" "30.2.0"
2997+
"@types/node" "*"
2998+
anymatch "^3.1.3"
2999+
fb-watchman "^2.0.2"
3000+
graceful-fs "^4.2.11"
3001+
jest-regex-util "30.0.1"
3002+
jest-util "30.2.0"
3003+
jest-worker "30.2.0"
3004+
micromatch "^4.0.8"
3005+
walker "^1.0.8"
3006+
optionalDependencies:
3007+
fsevents "^2.3.3"
3008+
29083009
29093010
version "30.1.0"
29103011
resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-30.1.0.tgz#8b86e7c5f1e3e4f2a32d930ec769103ad0985874"
@@ -3074,6 +3175,18 @@ [email protected]:
30743175
graceful-fs "^4.2.11"
30753176
picomatch "^4.0.2"
30763177

3178+
3179+
version "30.2.0"
3180+
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-30.2.0.tgz#5142adbcad6f4e53c2776c067a4db3c14f913705"
3181+
integrity sha512-QKNsM0o3Xe6ISQU869e+DhG+4CK/48aHYdJZGlFQVTjnbvgpcKyxpzk29fGiO7i/J8VENZ+d2iGnSsvmuHywlA==
3182+
dependencies:
3183+
"@jest/types" "30.2.0"
3184+
"@types/node" "*"
3185+
chalk "^4.1.2"
3186+
ci-info "^4.2.0"
3187+
graceful-fs "^4.2.11"
3188+
picomatch "^4.0.2"
3189+
30773190
30783191
version "30.1.0"
30793192
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-30.1.0.tgz#585aae6c9ee1ac138dbacbece8a7838ca7773e60"
@@ -3111,6 +3224,17 @@ [email protected]:
31113224
merge-stream "^2.0.0"
31123225
supports-color "^8.1.1"
31133226

3227+
3228+
version "30.2.0"
3229+
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-30.2.0.tgz#fd5c2a36ff6058ec8f74366ec89538cc99539d26"
3230+
integrity sha512-0Q4Uk8WF7BUwqXHuAjc23vmopWJw5WH7w2tqBoUOZpOjW/ZnR44GXXd1r82RvnmI2GZge3ivrYXk/BE2+VtW2g==
3231+
dependencies:
3232+
"@types/node" "*"
3233+
"@ungap/structured-clone" "^1.3.0"
3234+
jest-util "30.2.0"
3235+
merge-stream "^2.0.0"
3236+
supports-color "^8.1.1"
3237+
31143238
jest@^30.0.3:
31153239
version "30.1.2"
31163240
resolved "https://registry.yarnpkg.com/jest/-/jest-30.1.2.tgz#28c1615b7eea7c217a1cf6e94845636f3af38c01"

0 commit comments

Comments
 (0)