Skip to content

Commit 546dfdf

Browse files
Bump babel-jest from 30.0.2 to 30.0.4
Bumps [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest) from 30.0.2 to 30.0.4. - [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.0.4/packages/babel-jest) --- updated-dependencies: - dependency-name: babel-jest dependency-version: 30.0.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c45ec11 commit 546dfdf

File tree

2 files changed

+2
-36
lines changed

2 files changed

+2
-36
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/jest": "^30.0.0",
4040
"@types/node": "^22.15.30",
4141
"@typescript-eslint/eslint-plugin": "^6.4.0",
42-
"babel-jest": "^30.0.2",
42+
"babel-jest": "^30.0.4",
4343
"escodegen": "^2.1.0",
4444
"eslint": "^8.57.1",
4545
"eslint-config-standard-with-typescript": "^43.0.1",

yarn.lock

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,27 +1458,6 @@
14581458
jest-haste-map "30.0.2"
14591459
slash "^3.0.0"
14601460

1461-
1462-
version "30.0.2"
1463-
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-30.0.2.tgz#62ba84fcc2389ab751e7ec923958c9b1163d90c3"
1464-
integrity sha512-kJIuhLMTxRF7sc0gPzPtCDib/V9KwW3I2U25b+lYCYMVqHHSrcZopS8J8H+znx9yixuFv+Iozl8raLt/4MoxrA==
1465-
dependencies:
1466-
"@babel/core" "^7.27.4"
1467-
"@jest/types" "30.0.1"
1468-
"@jridgewell/trace-mapping" "^0.3.25"
1469-
babel-plugin-istanbul "^7.0.0"
1470-
chalk "^4.1.2"
1471-
convert-source-map "^2.0.0"
1472-
fast-json-stable-stringify "^2.1.0"
1473-
graceful-fs "^4.2.11"
1474-
jest-haste-map "30.0.2"
1475-
jest-regex-util "30.0.1"
1476-
jest-util "30.0.2"
1477-
micromatch "^4.0.8"
1478-
pirates "^4.0.7"
1479-
slash "^3.0.0"
1480-
write-file-atomic "^5.0.1"
1481-
14821461
14831462
version "30.0.4"
14841463
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-30.0.4.tgz#a06f8c6fc2a04985241b483096f821bafb99cc93"
@@ -2182,7 +2161,7 @@ available-typed-arrays@^1.0.7:
21822161
dependencies:
21832162
possible-typed-array-names "^1.0.0"
21842163

2185-
2164+
[email protected], babel-jest@^30.0.4:
21862165
version "30.0.4"
21872166
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-30.0.4.tgz#63945c1b27227312fc687689073124dba5b28282"
21882167
integrity sha512-UjG2j7sAOqsp2Xua1mS/e+ekddkSu3wpf4nZUSvXNHuVWdaOUXQ77+uyjJLDE9i0atm5x4kds8K9yb5lRsRtcA==
@@ -2195,19 +2174,6 @@ [email protected]:
21952174
graceful-fs "^4.2.11"
21962175
slash "^3.0.0"
21972176

2198-
babel-jest@^30.0.2:
2199-
version "30.0.2"
2200-
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-30.0.2.tgz#f627dc5afc3bd5795fc84735b4f1d74f9d4b8e91"
2201-
integrity sha512-A5kqR1/EUTidM2YC2YMEUDP2+19ppgOwK0IAd9Swc3q2KqFb5f9PtRUXVeZcngu0z5mDMyZ9zH2huJZSOMLiTQ==
2202-
dependencies:
2203-
"@jest/transform" "30.0.2"
2204-
"@types/babel__core" "^7.20.5"
2205-
babel-plugin-istanbul "^7.0.0"
2206-
babel-preset-jest "30.0.1"
2207-
chalk "^4.1.2"
2208-
graceful-fs "^4.2.11"
2209-
slash "^3.0.0"
2210-
22112177
babel-plugin-istanbul@^7.0.0:
22122178
version "7.0.0"
22132179
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-7.0.0.tgz#629a178f63b83dc9ecee46fd20266283b1f11280"

0 commit comments

Comments
 (0)