Skip to content

Commit 63370bd

Browse files
chore(deps-dev): Bump babel-jest from 30.0.5 to 30.1.2
Bumps [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest) from 30.0.5 to 30.1.2. - [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/HEAD/packages/babel-jest) --- updated-dependencies: - dependency-name: babel-jest dependency-version: 30.1.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f07d61b commit 63370bd

7 files changed

+21
-21
lines changed
-16.7 KB
Binary file not shown.
16.7 KB
Binary file not shown.

.yarn/cache/babel-jest-npm-30.0.5-8bced40b9f-39a36b8648.zip renamed to .yarn/cache/babel-jest-npm-30.1.2-2d68b3440b-9697119fe4.zip

6.4 KB
Binary file not shown.

.yarn/cache/jest-haste-map-npm-30.0.5-ff2b66456e-3539359589.zip renamed to .yarn/cache/jest-haste-map-npm-30.1.0-8189548adb-bd39053fe1.zip

36.5 KB
Binary file not shown.

.yarn/cache/jest-worker-npm-30.0.5-dcae728924-04d9a58ddb.zip renamed to .yarn/cache/jest-worker-npm-30.1.0-b4a01545e6-cc09d2ce86.zip

37.4 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@types/jest": "^29.5.14",
5353
"@types/react": "^18.3.12",
5454
"@types/react-test-renderer": "^18.3.0",
55-
"babel-jest": "^30.0.5",
55+
"babel-jest": "^30.1.2",
5656
"babel-preset-gatsby": "^3.15.0",
5757
"identity-obj-proxy": "^3.0.0",
5858
"jest": "^29.7.0",

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2911,9 +2911,9 @@ __metadata:
29112911
languageName: node
29122912
linkType: hard
29132913

2914-
"@jest/transform@npm:30.0.5":
2915-
version: 30.0.5
2916-
resolution: "@jest/transform@npm:30.0.5"
2914+
"@jest/transform@npm:30.1.2":
2915+
version: 30.1.2
2916+
resolution: "@jest/transform@npm:30.1.2"
29172917
dependencies:
29182918
"@babel/core": "npm:^7.27.4"
29192919
"@jest/types": "npm:30.0.5"
@@ -2923,14 +2923,14 @@ __metadata:
29232923
convert-source-map: "npm:^2.0.0"
29242924
fast-json-stable-stringify: "npm:^2.1.0"
29252925
graceful-fs: "npm:^4.2.11"
2926-
jest-haste-map: "npm:30.0.5"
2926+
jest-haste-map: "npm:30.1.0"
29272927
jest-regex-util: "npm:30.0.1"
29282928
jest-util: "npm:30.0.5"
29292929
micromatch: "npm:^4.0.8"
29302930
pirates: "npm:^4.0.7"
29312931
slash: "npm:^3.0.0"
29322932
write-file-atomic: "npm:^5.0.1"
2933-
checksum: 2b3e0bc39aa6ff0c521f9fff4724e3ca1d720cd51f6fd3a97a18d832f66b3f7d021f38fb2d26053461a32577ef187fe5e2d636050be419aefd0d06d23ea1d35a
2933+
checksum: aec6c6a46fbce1cc1d60b7f4d29bbdf69db9d1f4003f75754efe601d26db667b3fb445c337be22acfb7de797cae4ab11d61221cc6fff3aa4e2c1d4d0d61ecb6c
29342934
languageName: node
29352935
linkType: hard
29362936

@@ -5267,11 +5267,11 @@ __metadata:
52675267
languageName: node
52685268
linkType: hard
52695269

5270-
"babel-jest@npm:^30.0.5":
5271-
version: 30.0.5
5272-
resolution: "babel-jest@npm:30.0.5"
5270+
"babel-jest@npm:^30.1.2":
5271+
version: 30.1.2
5272+
resolution: "babel-jest@npm:30.1.2"
52735273
dependencies:
5274-
"@jest/transform": "npm:30.0.5"
5274+
"@jest/transform": "npm:30.1.2"
52755275
"@types/babel__core": "npm:^7.20.5"
52765276
babel-plugin-istanbul: "npm:^7.0.0"
52775277
babel-preset-jest: "npm:30.0.1"
@@ -5280,7 +5280,7 @@ __metadata:
52805280
slash: "npm:^3.0.0"
52815281
peerDependencies:
52825282
"@babel/core": ^7.11.0
5283-
checksum: 39a36b86484e8d545ff0f83c81fccd4952e6fc68b98015fd72a03ba2a5650edde20412fdf92328200a5cbdd0aed6f1c2982269f590fb0e5f131e0a2533436c81
5283+
checksum: 9697119fe41b84c95140df82d6387b264546e64c39a8e2f99e4b376d29fa1c10166c32f61a3d257ac962bcbf11c55038c8a54edc06c1e3bd886e4720dfb3c571
52845284
languageName: node
52855285
linkType: hard
52865286

@@ -9477,7 +9477,7 @@ __metadata:
94779477
"@types/jest": "npm:^29.5.14"
94789478
"@types/react": "npm:^18.3.12"
94799479
"@types/react-test-renderer": "npm:^18.3.0"
9480-
babel-jest: "npm:^30.0.5"
9480+
babel-jest: "npm:^30.1.2"
94819481
babel-preset-gatsby: "npm:^3.15.0"
94829482
gatsby: "npm:^5.15.0"
94839483
gatsby-plugin-canonical-urls: "npm:^5.15.0"
@@ -11597,9 +11597,9 @@ __metadata:
1159711597
languageName: node
1159811598
linkType: hard
1159911599

11600-
"jest-haste-map@npm:30.0.5":
11601-
version: 30.0.5
11602-
resolution: "jest-haste-map@npm:30.0.5"
11600+
"jest-haste-map@npm:30.1.0":
11601+
version: 30.1.0
11602+
resolution: "jest-haste-map@npm:30.1.0"
1160311603
dependencies:
1160411604
"@jest/types": "npm:30.0.5"
1160511605
"@types/node": "npm:*"
@@ -11609,13 +11609,13 @@ __metadata:
1160911609
graceful-fs: "npm:^4.2.11"
1161011610
jest-regex-util: "npm:30.0.1"
1161111611
jest-util: "npm:30.0.5"
11612-
jest-worker: "npm:30.0.5"
11612+
jest-worker: "npm:30.1.0"
1161311613
micromatch: "npm:^4.0.8"
1161411614
walker: "npm:^1.0.8"
1161511615
dependenciesMeta:
1161611616
fsevents:
1161711617
optional: true
11618-
checksum: 3539359589c94a6300c0696fbcfc3df4aad6ee0580cb7873c97a2ae2a009a40e49174b1f25c864302203407e0876e6287fca44b3bbbf7e2c29675436935a347c
11618+
checksum: bd39053fe1602979917b8214b64b0ea3e2441e59a503a634cf49ceef32b647e6c829ddd7ade44ce091a6a2dfe9476ddb9f750067eae1ba36c15551a822a78653
1161911619
languageName: node
1162011620
linkType: hard
1162111621

@@ -11933,16 +11933,16 @@ __metadata:
1193311933
languageName: node
1193411934
linkType: hard
1193511935

11936-
"jest-worker@npm:30.0.5":
11937-
version: 30.0.5
11938-
resolution: "jest-worker@npm:30.0.5"
11936+
"jest-worker@npm:30.1.0":
11937+
version: 30.1.0
11938+
resolution: "jest-worker@npm:30.1.0"
1193911939
dependencies:
1194011940
"@types/node": "npm:*"
1194111941
"@ungap/structured-clone": "npm:^1.3.0"
1194211942
jest-util: "npm:30.0.5"
1194311943
merge-stream: "npm:^2.0.0"
1194411944
supports-color: "npm:^8.1.1"
11945-
checksum: 04d9a58ddb210a2efe8ad3f46cf54190a5e29edfe4f11847a51fb753be1b4cda7db52b5a786fae833774506b3b75bee9ad7ef26bef81d85914fbcd63555a1c1a
11945+
checksum: cc09d2ce8601d3e356540c09c80265554fdd96ed82e989568a5454018e9e4863337898d3e8c19c3b03c6047eb531629224a91f3c62682222059929acb4e0c5cc
1194611946
languageName: node
1194711947
linkType: hard
1194811948

0 commit comments

Comments
 (0)