Skip to content

Commit 5f7ec29

Browse files
Bump the jest group across 1 directory with 2 updates
Bumps the jest group with 2 updates in the / directory: [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). Updates `jest` from 29.7.0 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/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.4 dependency-type: direct:development update-type: version-update:semver-major dependency-group: jest - dependency-name: "@types/jest" dependency-version: 30.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: jest ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 438230d commit 5f7ec29

File tree

2 files changed

+860
-547
lines changed

2 files changed

+860
-547
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"author": "",
1515
"license": "MIT",
1616
"devDependencies": {
17-
"@types/jest": "^29.5.14",
17+
"@types/jest": "^30.0.0",
1818
"@types/node": "^22.15.30",
1919
"@typescript-eslint/eslint-plugin": "^8.35.1",
2020
"@typescript-eslint/parser": "^8.31.1",
2121
"eslint": "^9.28.0",
2222
"eslint-plugin-jest": "^29.0.1",
23-
"jest": "^29.7.0",
23+
"jest": "^30.0.4",
2424
"ts-node": "^10.9.2",
2525
"ts-jest": "^29.3.4",
2626
"typescript": "^5.8.3"

0 commit comments

Comments
 (0)