Skip to content

Commit

Permalink
fix(deps): Update AWS CDK libraries to 2.175.0, and constructs to 10.4.2
Browse files Browse the repository at this point in the history
Update aws-cdk to 2.175.0, aws-cdk-lib to 2.175.0, constructs to 10.4.2
  • Loading branch information
guardian-ci authored and akash1810 committed Jan 10, 2025
1 parent 335638d commit d1b7fa6
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 21 deletions.
6 changes: 6 additions & 0 deletions .changeset/aws-cdk-update-v2.175.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@guardian/cdk": patch
---

Update aws-cdk to 2.175.0, aws-cdk-lib to 2.175.0, constructs to 10.4.2

30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@types/lodash.upperfirst": "^4.3.9",
"@types/node": "22.10.5",
"@types/yargs": "^17.0.33",
"aws-cdk": "2.172.0",
"aws-cdk-lib": "2.172.0",
"aws-cdk": "2.175.0",
"aws-cdk-lib": "2.175.0",
"constructs": "10.4.2",
"eslint": "^8.57.1",
"eslint-plugin-custom-rules": "file:tools/eslint",
Expand All @@ -68,8 +68,8 @@
"yargs": "^17.7.2"
},
"peerDependencies": {
"aws-cdk": "2.172.0",
"aws-cdk-lib": "2.172.0",
"aws-cdk": "2.175.0",
"aws-cdk-lib": "2.175.0",
"constructs": "10.4.2"
}
}
44 changes: 44 additions & 0 deletions src/constructs/vpc/__snapshots__/vpc.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,28 @@ exports[`The GuVpc construct should match snapshot 1`] = `
],
],
},
"Tags": [
{
"Key": "gu:cdk:version",
"Value": "TEST",
},
{
"Key": "gu:repo",
"Value": "guardian/cdk",
},
{
"Key": "Name",
"Value": "Test/MyVpc",
},
{
"Key": "Stack",
"Value": "test-stack",
},
{
"Key": "Stage",
"Value": "TEST",
},
],
"VpcEndpointType": "Gateway",
"VpcId": {
"Ref": "MyVpcF9F0CA6F",
Expand Down Expand Up @@ -931,6 +953,28 @@ exports[`The GuVpc construct should match snapshot 1`] = `
],
],
},
"Tags": [
{
"Key": "gu:cdk:version",
"Value": "TEST",
},
{
"Key": "gu:repo",
"Value": "guardian/cdk",
},
{
"Key": "Name",
"Value": "Test/MyVpc",
},
{
"Key": "Stack",
"Value": "test-stack",
},
{
"Key": "Stage",
"Value": "TEST",
},
],
"VpcEndpointType": "Gateway",
"VpcId": {
"Ref": "MyVpcF9F0CA6F",
Expand Down
4 changes: 2 additions & 2 deletions tools/integration-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@guardian/tsconfig": "^0.2.0",
"@types/jest": "^29.1.2",
"@types/node": "20.8.7",
"aws-cdk": "2.172.0",
"aws-cdk-lib": "2.172.0",
"aws-cdk": "2.175.0",
"aws-cdk-lib": "2.175.0",
"constructs": "10.4.2",
"eslint": "^8.8.0",
"eslint-plugin-custom-rules": "file:../eslint",
Expand Down

0 comments on commit d1b7fa6

Please sign in to comment.