Skip to content

Commit 1512380

Browse files
Bump the jest group with 3 updates
Bumps the jest group with 3 updates: [@jest/globals](https://github.com/jestjs/jest/tree/HEAD/packages/jest-globals), [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [ts-jest](https://github.com/kulshekhar/ts-jest). Updates `@jest/globals` from 30.0.5 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/jest-globals) Updates `jest` from 30.0.5 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/jest) Updates `ts-jest` from 29.4.1 to 29.4.5 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.4.1...v29.4.5) --- updated-dependencies: - dependency-name: "@jest/globals" dependency-version: 30.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: jest - dependency-name: jest dependency-version: 30.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: jest - dependency-name: ts-jest dependency-version: 29.4.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: jest ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 424b803 commit 1512380

File tree

2 files changed

+570
-561
lines changed

2 files changed

+570
-561
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"date-fns": "^4.1.0"
4848
},
4949
"devDependencies": {
50-
"@jest/globals": "^30.0.5",
50+
"@jest/globals": "^30.2.0",
5151
"@octokit/types": "^14.1.0",
5252
"@octokit/webhooks-types": "^7.6.1",
5353
"@types/node": "^20.12.11",
@@ -57,9 +57,9 @@
5757
"eslint-plugin-github": "^4.10.2",
5858
"eslint-plugin-jest": "^28.5.0",
5959
"eslint-plugin-prettier": "^5.1.3",
60-
"jest": "^30.0.5",
60+
"jest": "^30.2.0",
6161
"prettier": "^3.6.2",
62-
"ts-jest": "^29.4.1",
62+
"ts-jest": "^29.4.5",
6363
"typescript": "^5.9.3"
6464
}
6565
}

0 commit comments

Comments
 (0)