Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit 1b3d9cc

Browse files
Bump jest and @types/jest
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together. Updates `jest` from 29.7.0 to 30.0.3 - [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.3/packages/jest) Updates `@types/jest` from 29.5.14 to 30.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: jest dependency-version: 30.0.3 dependency-type: direct:development update-type: version-update:semver-major - dependency-name: "@types/jest" dependency-version: 30.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e8c46bc commit 1b3d9cc

2 files changed

Lines changed: 1113 additions & 896 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
],
4848
"devDependencies": {
4949
"@swc/core": "^1.12.5",
50-
"@types/jest": "^29.5.14",
50+
"@types/jest": "^30.0.0",
5151
"@types/node": "^24.0.3",
5252
"@typescript-eslint/eslint-plugin": "^6.21.0",
5353
"@typescript-eslint/parser": "^6.21.0",
@@ -58,7 +58,7 @@
5858
"eslint-plugin-import": "^2.32.0",
5959
"eslint-plugin-n": "^16.6.2",
6060
"eslint-plugin-promise": "^6.6.0",
61-
"jest": "^29.7.0",
61+
"jest": "^30.0.3",
6262
"prettier": "^3.6.0",
6363
"rimraf": "^6.0.1",
6464
"ts-jest": "^29.4.0",

0 commit comments

Comments
 (0)