Skip to content

Commit 6610646

Browse files
chore(deps): 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 [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom). Updates `jest` from 29.7.0 to 30.1.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.1.3/packages/jest) Updates `jest-environment-jsdom` from 29.7.0 to 30.1.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.1.2/packages/jest-environment-jsdom) --- updated-dependencies: - dependency-name: jest dependency-version: 30.1.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: jest - dependency-name: jest-environment-jsdom dependency-version: 30.1.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: jest ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 99dfac7 commit 6610646

File tree

3 files changed

+1378
-818
lines changed

3 files changed

+1378
-818
lines changed

apps-rendering/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/compression": "1.8.1",
6060
"@types/express": "5.0.1",
6161
"@types/html-webpack-plugin": "3.2.9",
62-
"@types/jest": "29.5.14",
62+
"@types/jest": "30.0.0",
6363
"@types/jsdom": "16.2.15",
6464
"@types/node": "22.17.0",
6565
"@types/react": "18.3.1",
@@ -80,8 +80,8 @@
8080
"eslint-plugin-react": "7.33.2",
8181
"express": "5.1.0",
8282
"html-webpack-plugin": "5.6.4",
83-
"jest": "29.7.0",
84-
"jest-environment-jsdom": "29.7.0",
83+
"jest": "30.2.0",
84+
"jest-environment-jsdom": "30.2.0",
8585
"jsdom": "16.7.0",
8686
"lodash.debounce": "4.0.8",
8787
"mockdate": "3.0.5",

dotcom-rendering/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@types/express": "5.0.1",
6767
"@types/he": "1.2.0",
6868
"@types/html-minifier-terser": "7.0.2",
69-
"@types/jest": "29.5.14",
69+
"@types/jest": "30.0.0",
7070
"@types/jsdom": "21.1.1",
7171
"@types/k6": "0.52.0",
7272
"@types/lodash.debounce": "4.0.7",
@@ -122,8 +122,8 @@
122122
"he": "1.2.0",
123123
"html-minifier-terser": "7.2.0",
124124
"is-mobile": "3.1.1",
125-
"jest": "29.7.0",
126-
"jest-environment-jsdom": "29.7.0",
125+
"jest": "30.2.0",
126+
"jest-environment-jsdom": "30.2.0",
127127
"jsdom": "22.1.0",
128128
"lodash.debounce": "4.0.8",
129129
"log4js": "6.9.1",

0 commit comments

Comments
 (0)