Skip to content

Commit 82a932a

Browse files
build(deps-dev): bump babel-jest from 30.2.0 to 30.3.0
Bumps [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest) from 30.2.0 to 30.3.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.3.0/packages/babel-jest) --- updated-dependencies: - dependency-name: babel-jest dependency-version: 30.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cf8927f commit 82a932a

File tree

1 file changed

+108
-1
lines changed

1 file changed

+108
-1
lines changed

yarn.lock

Lines changed: 108 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1263,6 +1263,26 @@
12631263
slash "^3.0.0"
12641264
write-file-atomic "^5.0.1"
12651265

1266+
"@jest/transform@30.3.0":
1267+
version "30.3.0"
1268+
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-30.3.0.tgz#9e6f78ffa205449bf956e269fd707c160f47ce2f"
1269+
integrity sha512-TLKY33fSLVd/lKB2YI1pH69ijyUblO/BQvCj566YvnwuzoTNr648iE0j22vRvVNk2HsPwByPxATg3MleS3gf5A==
1270+
dependencies:
1271+
"@babel/core" "^7.27.4"
1272+
"@jest/types" "30.3.0"
1273+
"@jridgewell/trace-mapping" "^0.3.25"
1274+
babel-plugin-istanbul "^7.0.1"
1275+
chalk "^4.1.2"
1276+
convert-source-map "^2.0.0"
1277+
fast-json-stable-stringify "^2.1.0"
1278+
graceful-fs "^4.2.11"
1279+
jest-haste-map "30.3.0"
1280+
jest-regex-util "30.0.1"
1281+
jest-util "30.3.0"
1282+
pirates "^4.0.7"
1283+
slash "^3.0.0"
1284+
write-file-atomic "^5.0.1"
1285+
12661286
"@jest/types@30.2.0":
12671287
version "30.2.0"
12681288
resolved "https://registry.yarnpkg.com/@jest/types/-/types-30.2.0.tgz#1c678a7924b8f59eafd4c77d56b6d0ba976d62b8"
@@ -1276,6 +1296,19 @@
12761296
"@types/yargs" "^17.0.33"
12771297
chalk "^4.1.2"
12781298

1299+
"@jest/types@30.3.0":
1300+
version "30.3.0"
1301+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-30.3.0.tgz#cada800d323cb74945c24ac74615fdb312a6c85f"
1302+
integrity sha512-JHm87k7bA33hpBngtU8h6UBub/fqqA9uXfw+21j5Hmk7ooPHlboRNxHq0JcMtC+n8VJGP1mcfnD3Mk+XKe1oSw==
1303+
dependencies:
1304+
"@jest/pattern" "30.0.1"
1305+
"@jest/schemas" "30.0.5"
1306+
"@types/istanbul-lib-coverage" "^2.0.6"
1307+
"@types/istanbul-reports" "^3.0.4"
1308+
"@types/node" "*"
1309+
"@types/yargs" "^17.0.33"
1310+
chalk "^4.1.2"
1311+
12791312
"@jridgewell/gen-mapping@^0.3.12":
12801313
version "0.3.12"
12811314
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz#2234ce26c62889f03db3d7fea43c1932ab3e927b"
@@ -1777,7 +1810,7 @@ babel-eslint@^10.0.1:
17771810
eslint-visitor-keys "^1.0.0"
17781811
resolve "^1.12.0"
17791812

1780-
babel-jest@30.2.0, babel-jest@^30.0.2:
1813+
babel-jest@30.2.0:
17811814
version "30.2.0"
17821815
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-30.2.0.tgz#fd44a1ec9552be35ead881f7381faa7d8f3b95ac"
17831816
integrity sha512-0YiBEOxWqKkSQWL9nNGGEgndoeL0ZpWrbLMNL5u/Kaxrli3Eaxlt3ZtIDktEvXt4L/R9r3ODr2zKwGM/2BjxVw==
@@ -1790,6 +1823,19 @@ babel-jest@30.2.0, babel-jest@^30.0.2:
17901823
graceful-fs "^4.2.11"
17911824
slash "^3.0.0"
17921825

1826+
babel-jest@^30.0.2:
1827+
version "30.3.0"
1828+
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-30.3.0.tgz#3ff5553fa3bcbb8738d2d7335a4dbdc3bd1a0eb5"
1829+
integrity sha512-gRpauEU2KRrCox5Z296aeVHR4jQ98BCnu0IO332D/xpHNOsIH/bgSRk9k6GbKIbBw8vFeN6ctuu6tV8WOyVfYQ==
1830+
dependencies:
1831+
"@jest/transform" "30.3.0"
1832+
"@types/babel__core" "^7.20.5"
1833+
babel-plugin-istanbul "^7.0.1"
1834+
babel-preset-jest "30.3.0"
1835+
chalk "^4.1.2"
1836+
graceful-fs "^4.2.11"
1837+
slash "^3.0.0"
1838+
17931839
babel-plugin-istanbul@^7.0.1:
17941840
version "7.0.1"
17951841
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-7.0.1.tgz#d8b518c8ea199364cf84ccc82de89740236daf92"
@@ -1808,6 +1854,13 @@ babel-plugin-jest-hoist@30.2.0:
18081854
dependencies:
18091855
"@types/babel__core" "^7.20.5"
18101856

1857+
babel-plugin-jest-hoist@30.3.0:
1858+
version "30.3.0"
1859+
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-30.3.0.tgz#235ad714a45c18b12566becf439e1c604e277015"
1860+
integrity sha512-+TRkByhsws6sfPjVaitzadk1I0F5sPvOVUH5tyTSzhePpsGIVrdeunHSw/C36QeocS95OOk8lunc4rlu5Anwsg==
1861+
dependencies:
1862+
"@types/babel__core" "^7.20.5"
1863+
18111864
babel-plugin-polyfill-corejs2@^0.4.15:
18121865
version "0.4.15"
18131866
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.15.tgz#808fa349686eea4741807cfaaa2aa3aa57ce120a"
@@ -1861,6 +1914,14 @@ babel-preset-jest@30.2.0:
18611914
babel-plugin-jest-hoist "30.2.0"
18621915
babel-preset-current-node-syntax "^1.2.0"
18631916

1917+
babel-preset-jest@30.3.0:
1918+
version "30.3.0"
1919+
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-30.3.0.tgz#21cf3d19a6f5e9924426c879ee0b7f092636d043"
1920+
integrity sha512-6ZcUbWHC+dMz2vfzdNwi87Z1gQsLNK2uLuK1Q89R11xdvejcivlYYwDlEv0FHX3VwEXpbBQ9uufB/MUNpZGfhQ==
1921+
dependencies:
1922+
babel-plugin-jest-hoist "30.3.0"
1923+
babel-preset-current-node-syntax "^1.2.0"
1924+
18641925
balanced-match@^1.0.0:
18651926
version "1.0.2"
18661927
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
@@ -2916,6 +2977,24 @@ jest-haste-map@30.2.0:
29162977
optionalDependencies:
29172978
fsevents "^2.3.3"
29182979

2980+
jest-haste-map@30.3.0:
2981+
version "30.3.0"
2982+
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-30.3.0.tgz#1ea6843e6e45c077d91270666a4fcba958c24cd5"
2983+
integrity sha512-mMi2oqG4KRU0R9QEtscl87JzMXfUhbKaFqOxmjb2CKcbHcUGFrJCBWHmnTiUqi6JcnzoBlO4rWfpdl2k/RfLCA==
2984+
dependencies:
2985+
"@jest/types" "30.3.0"
2986+
"@types/node" "*"
2987+
anymatch "^3.1.3"
2988+
fb-watchman "^2.0.2"
2989+
graceful-fs "^4.2.11"
2990+
jest-regex-util "30.0.1"
2991+
jest-util "30.3.0"
2992+
jest-worker "30.3.0"
2993+
picomatch "^4.0.3"
2994+
walker "^1.0.8"
2995+
optionalDependencies:
2996+
fsevents "^2.3.3"
2997+
29192998
jest-leak-detector@30.2.0:
29202999
version "30.2.0"
29213000
resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-30.2.0.tgz#292fdca7b7c9cf594e1e570ace140b01d8beb736"
@@ -3085,6 +3164,18 @@ jest-util@30.2.0:
30853164
graceful-fs "^4.2.11"
30863165
picomatch "^4.0.2"
30873166

3167+
jest-util@30.3.0:
3168+
version "30.3.0"
3169+
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-30.3.0.tgz#95a4fbacf2dac20e768e2f1744b70519f2ba7980"
3170+
integrity sha512-/jZDa00a3Sz7rdyu55NLrQCIrbyIkbBxareejQI315f/i8HjYN+ZWsDLLpoQSiUIEIyZF/R8fDg3BmB8AtHttg==
3171+
dependencies:
3172+
"@jest/types" "30.3.0"
3173+
"@types/node" "*"
3174+
chalk "^4.1.2"
3175+
ci-info "^4.2.0"
3176+
graceful-fs "^4.2.11"
3177+
picomatch "^4.0.3"
3178+
30883179
jest-validate@30.2.0:
30893180
version "30.2.0"
30903181
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-30.2.0.tgz#273eaaed4c0963b934b5b31e96289edda6e0a2ef"
@@ -3122,6 +3213,17 @@ jest-worker@30.2.0:
31223213
merge-stream "^2.0.0"
31233214
supports-color "^8.1.1"
31243215

3216+
jest-worker@30.3.0:
3217+
version "30.3.0"
3218+
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-30.3.0.tgz#ae4dc1f1d93d0cba1415624fcedaec40ea764f14"
3219+
integrity sha512-DrCKkaQwHexjRUFTmPzs7sHQe0TSj9nvDALKGdwmK5mW9v7j90BudWirKAJHt3QQ9Dhrg1F7DogPzhChppkJpQ==
3220+
dependencies:
3221+
"@types/node" "*"
3222+
"@ungap/structured-clone" "^1.3.0"
3223+
jest-util "30.3.0"
3224+
merge-stream "^2.0.0"
3225+
supports-color "^8.1.1"
3226+
31253227
jest@^30.0.3:
31263228
version "30.2.0"
31273229
resolved "https://registry.yarnpkg.com/jest/-/jest-30.2.0.tgz#9f0a71e734af968f26952b5ae4b724af82681630"
@@ -3482,6 +3584,11 @@ picomatch@^4.0.2:
34823584
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
34833585
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
34843586

3587+
picomatch@^4.0.3:
3588+
version "4.0.4"
3589+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.4.tgz#fd6f5e00a143086e074dffe4c924b8fb293b0589"
3590+
integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
3591+
34853592
pirates@^4.0.7:
34863593
version "4.0.7"
34873594
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.7.tgz#643b4a18c4257c8a65104b73f3049ce9a0a15e22"

0 commit comments

Comments
 (0)