Skip to content

Commit 1f7ec82

Browse files
Bump jest and @types/jest (#332)
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.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/v30.0.2/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.2 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f833cf5 commit 1f7ec82

2 files changed

Lines changed: 947 additions & 684 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
"yaml": "^2.8.0"
234234
},
235235
"devDependencies": {
236-
"@types/jest": "^29.5.14",
236+
"@types/jest": "^30.0.0",
237237
"@types/node": "^20.19.1",
238238
"@types/node-fetch": "^2.6.12",
239239
"@types/vscode": "^1.63.0",
@@ -246,7 +246,7 @@
246246
"eslint": "^9.29.0",
247247
"extract-zip": "^2.0.1",
248248
"globby": "^14.1.0",
249-
"jest": "^29.7.0",
249+
"jest": "^30.0.2",
250250
"markdownlint-cli": "^0.45.0",
251251
"markdown-link-check": "^3.13.7",
252252
"node-fetch": "^3.3.2",

0 commit comments

Comments
 (0)