Skip to content

Commit 44de8eb

Browse files
dependabot[bot]che-bot
authored andcommitted
chore(deps-dev): 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.1.1 - [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.1.1/packages/jest) Updates `@types/jest` from 29.5.12 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.1.1 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> Signed-off-by: Che bot <che-bot@eclipse.org>
1 parent 4728584 commit 44de8eb

File tree

4 files changed

+2224
-1564
lines changed

4 files changed

+2224
-1564
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"arrowParens": "avoid"
99
},
1010
"devDependencies": {
11-
"@types/jest": "^29.5.12",
11+
"@types/jest": "^30.0.0",
1212
"@typescript-eslint/eslint-plugin": "^5.62.0",
1313
"@typescript-eslint/parser": "^5.62.0",
1414
"eslint": "^8.57.0",
@@ -19,7 +19,7 @@
1919
"eslint-plugin-no-null": "^1.0.2",
2020
"eslint-plugin-no-unsanitized": "^4.0.2",
2121
"import-sort-style-eslint": "^6.0.0",
22-
"jest": "^29.7.0",
22+
"jest": "^30.1.1",
2323
"prettier": "^3.3.3",
2424
"prettier-plugin-import-sort": "^0.0.7",
2525
"rimraf": "^5.0.8",

tools/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@types/fs-extra": "^11.0.4",
4545
"@types/glob": "^8.1.0",
46-
"@types/jest": "^29.5.12",
46+
"@types/jest": "^30.0.0",
4747
"@types/js-yaml": "^4.0.9",
4848
"@types/semver": "^7.5.8",
4949
"@typescript-eslint/eslint-plugin": "^5.62.0",
@@ -59,7 +59,7 @@
5959
"eslint-plugin-no-unsanitized": "^4.0.2",
6060
"if-env": "^1.0.4",
6161
"import-sort-style-eslint": "^6.0.0",
62-
"jest": "^29.7.0",
62+
"jest": "^30.1.1",
6363
"prettier": "^3.3.3",
6464
"prettier-plugin-import-sort": "^0.0.7",
6565
"rimraf": "^5.0.8",

0 commit comments

Comments
 (0)