Skip to content

Commit cc68a95

Browse files
Bump the jest group across 1 directory with 3 updates
Bumps the jest group with 3 updates in the / directory: [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest), [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) and [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom). Updates `jest` from 29.7.0 to 30.0.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.0.0/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) Updates `jest-environment-jsdom` from 29.7.0 to 30.0.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.0.0/packages/jest-environment-jsdom) --- updated-dependencies: - dependency-name: jest dependency-version: 30.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: jest - dependency-name: "@types/jest" dependency-version: 30.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: jest - dependency-name: jest-environment-jsdom dependency-version: 30.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: jest ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0d76494 commit cc68a95

File tree

3 files changed

+1320
-829
lines changed

3 files changed

+1320
-829
lines changed

apps-rendering/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@types/compression": "1.7.5",
6767
"@types/express": "4.17.21",
6868
"@types/html-webpack-plugin": "3.2.9",
69-
"@types/jest": "29.5.14",
69+
"@types/jest": "30.0.0",
7070
"@types/jsdom": "16.2.15",
7171
"@types/node": "18.18.14",
7272
"@types/react": "18.3.1",
@@ -87,8 +87,8 @@
8787
"eslint-plugin-react": "7.33.2",
8888
"express": "4.21.2",
8989
"html-webpack-plugin": "5.6.3",
90-
"jest": "29.7.0",
91-
"jest-environment-jsdom": "29.7.0",
90+
"jest": "30.0.2",
91+
"jest-environment-jsdom": "30.0.2",
9292
"jsdom": "16.7.0",
9393
"lodash.debounce": "4.0.8",
9494
"mockdate": "3.0.5",

dotcom-rendering/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@types/express": "4.17.21",
7777
"@types/he": "1.2.0",
7878
"@types/html-minifier-terser": "7.0.2",
79-
"@types/jest": "29.5.14",
79+
"@types/jest": "30.0.0",
8080
"@types/jsdom": "21.1.1",
8181
"@types/k6": "0.52.0",
8282
"@types/lodash.debounce": "4.0.7",
@@ -135,8 +135,8 @@
135135
"he": "1.2.0",
136136
"html-minifier-terser": "7.2.0",
137137
"is-mobile": "3.1.1",
138-
"jest": "29.7.0",
139-
"jest-environment-jsdom": "29.7.0",
138+
"jest": "30.0.2",
139+
"jest-environment-jsdom": "30.0.2",
140140
"jsdom": "22.1.0",
141141
"load-json-file": "6.2.0",
142142
"lodash.debounce": "4.0.8",

0 commit comments

Comments
 (0)