Skip to content

Commit 4e12606

Browse files
authored
Merge pull request #2684 from guardian/update-aws-cdk-2.1018.0
fix(deps): Update AWS CDK libraries to 2.1018.0, and constructs to 10.4.2
2 parents 74df527 + 888d5e2 commit 4e12606

7 files changed

Lines changed: 40 additions & 30 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@guardian/cdk": patch
3+
---
4+
5+
Update aws-cdk to 2.1018.0, aws-cdk-lib to 2.200.1, constructs to 10.4.2
6+

package-lock.json

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"@types/lodash.upperfirst": "^4.3.9",
4141
"@types/node": "22.15.30",
4242
"@types/yargs": "^17.0.33",
43-
"aws-cdk": "2.1014.0",
44-
"aws-cdk-lib": "2.195.0",
43+
"aws-cdk": "2.1018.0",
44+
"aws-cdk-lib": "2.200.1",
4545
"constructs": "10.4.2",
4646
"eslint": "^9.28.0",
4747
"eslint-plugin-custom-rules": "file:tools/eslint",
@@ -68,8 +68,8 @@
6868
"yargs": "^17.7.2"
6969
},
7070
"peerDependencies": {
71-
"aws-cdk": "2.1014.0",
72-
"aws-cdk-lib": "2.195.0",
71+
"aws-cdk": "2.1018.0",
72+
"aws-cdk-lib": "2.200.1",
7373
"constructs": "10.4.2"
7474
}
7575
}

src/constructs/cloudwatch/__snapshots__/api-gateway-alarms.test.ts.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ exports[`The GuApiGateway5xxPercentageAlarm construct should create the correct
6868
"Expression": "100*m1/m2",
6969
"Id": "expr_1",
7070
"Label": "% of 5XX responses served for testing",
71+
"ReturnData": true,
7172
},
7273
{
7374
"Id": "m1",

src/constructs/cloudwatch/__snapshots__/ec2-alarms.test.ts.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ exports[`The GuAlb4xxPercentageAlarm construct should create the correct alarm r
144144
"Expression": "100*(m1+m2)/m3",
145145
"Id": "expr_1",
146146
"Label": "% of 4XX responses served for testing (load balancer and instances combined)",
147+
"ReturnData": true,
147148
},
148149
{
149150
"Id": "m1",
@@ -386,6 +387,7 @@ exports[`The GuAlb5xxPercentageAlarm construct should create the correct alarm r
386387
"Expression": "100*(m1+m2)/m3",
387388
"Id": "expr_1",
388389
"Label": "% of 5XX responses served for testing (load balancer and instances combined)",
390+
"ReturnData": true,
389391
},
390392
{
391393
"Id": "m1",

src/constructs/cloudwatch/__snapshots__/lambda-alarms.test.ts.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@ exports[`The GuLambdaErrorPercentageAlarm construct should create the correct al
594594
],
595595
],
596596
},
597+
"ReturnData": true,
597598
},
598599
{
599600
"Id": "m1",

tools/integration-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"@guardian/tsconfig": "^0.2.0",
2121
"@types/jest": "^29.1.2",
2222
"@types/node": "20.8.7",
23-
"aws-cdk": "2.1014.0",
24-
"aws-cdk-lib": "2.195.0",
23+
"aws-cdk": "2.1018.0",
24+
"aws-cdk-lib": "2.200.1",
2525
"constructs": "10.4.2",
2626
"eslint": "^9.24.0",
2727
"eslint-plugin-custom-rules": "file:../eslint",

0 commit comments

Comments
 (0)