Skip to content

Commit c2b28b3

Browse files
authored
Merge pull request #1663 from guardian/dependabot/npm_and_yarn/cdk/multi-a28ee524ce
Build(deps-dev): Bump jest and @types/jest in /cdk
2 parents c4c0812 + e34002a commit c2b28b3

8 files changed

Lines changed: 1386 additions & 693 deletions

cdk/lib/__snapshots__/notification.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`The Notification stack matches the snapshot for CODE 1`] = `
44
{

cdk/lib/__snapshots__/registration.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`The Registration stack matches the snapshot for CODE 1`] = `
44
{

cdk/lib/__snapshots__/registrations-db-proxy.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`The RegistrationDbProxy stack matches the snapshot on CODE 1`] = `
44
{

cdk/lib/__snapshots__/report.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`The Report stack matches the snapshot for CODE 1`] = `
44
{

cdk/lib/__snapshots__/senderworker.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`The Sender Worker stack matches the snapshot 1`] = `
44
{

cdk/lib/__snapshots__/slo-monitoring.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`The SloMonitoring stack matches the snapshot 1`] = `
44
{

cdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"@guardian/eslint-config": "12.0.1",
1717
"@guardian/prettier": "10.0.0",
1818
"@guardian/tsconfig": "1.0.1",
19-
"@types/jest": "^29.5.14",
19+
"@types/jest": "^30.0.0",
2020
"@types/node": "24.10.1",
2121
"aws-cdk": "2.1030.0",
2222
"aws-cdk-lib": "2.219.0",
2323
"constructs": "^10.4.2",
2424
"eslint": "9.39.2",
2525
"eslint-plugin-prettier": "5.5.5",
26-
"jest": "^29.7",
26+
"jest": "^30.2",
2727
"prettier": "3.8.1",
2828
"source-map-support": "^0.5.20",
2929
"ts-jest": "^29.4.6",

0 commit comments

Comments
 (0)