Skip to content

Commit 034679a

Browse files
authored
chore: bump jsii-rosetta to 5.7 and bump other jsii tools (#32603)
### Reason for this change In #32595 we bumped jsii to 5.7, now let's also bump jsii-rosetta. ### Description of changes Upgrade jsii-rosetta to v5.7 Upgrade other jsii tools to latest version ### Describe any new or updated permissions being added n/a ### Description of how you validated changes Code builds. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent cbacf4d commit 034679a

File tree

6 files changed

+87
-129
lines changed

6 files changed

+87
-129
lines changed

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"fs-extra": "^9.1.0",
2626
"graceful-fs": "^4.2.11",
2727
"jest-junit": "^13.2.0",
28-
"jsii-diff": "1.104.0",
29-
"jsii-pacmak": "1.104.0",
30-
"jsii-reflect": "1.104.0",
28+
"jsii-diff": "1.106.0",
29+
"jsii-pacmak": "1.106.0",
30+
"jsii-reflect": "1.106.0",
3131
"lerna": "^8.1.8",
3232
"nx": "^19.8.6",
3333
"semver": "^7.6.3",

Diff for: packages/aws-cdk/THIRD_PARTY_LICENSES

+1-1
Original file line numberDiff line numberDiff line change
@@ -17701,7 +17701,7 @@ Apache License
1770117701

1770217702
----------------
1770317703

17704-
** @jsii/check-node@1.104.0 - https://www.npmjs.com/package/@jsii/check-node/v/1.104.0 | Apache-2.0
17704+
** @jsii/check-node@1.106.0 - https://www.npmjs.com/package/@jsii/check-node/v/1.106.0 | Apache-2.0
1770517705
jsii
1770617706
Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1770717707

Diff for: packages/aws-cdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"@aws-sdk/credential-providers": "3.699.0",
127127
"@aws-sdk/ec2-metadata-service": "3.699.0",
128128
"@aws-sdk/lib-storage": "3.699.0",
129-
"@jsii/check-node": "1.104.0",
129+
"@jsii/check-node": "1.106.0",
130130
"@smithy/middleware-endpoint": "3.1.4",
131131
"@smithy/node-http-handler": "3.2.4",
132132
"@smithy/property-provider": "3.1.10",

Diff for: packages/awslint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"awslint": "bin/awslint"
1919
},
2020
"dependencies": {
21-
"@jsii/spec": "1.104.0",
21+
"@jsii/spec": "1.106.0",
2222
"chalk": "^4",
2323
"fs-extra": "^9.1.0",
24-
"jsii-reflect": "1.104.0",
24+
"jsii-reflect": "1.106.0",
2525
"change-case": "^4.1.2",
2626
"yargs": "^16.2.0"
2727
},

Diff for: tools/@aws-cdk/cdk-build-tools/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
"jest": "^29.7.0",
6363
"jest-junit": "^13.2.0",
6464
"jsii": "~5.7.0",
65-
"jsii-rosetta": "~5.4.36",
66-
"jsii-pacmak": "1.104.0",
67-
"jsii-reflect": "1.104.0",
65+
"jsii-rosetta": "~5.7.0",
66+
"jsii-pacmak": "1.106.0",
67+
"jsii-reflect": "1.106.0",
6868
"markdownlint-cli": "^0.42.0",
6969
"nyc": "^15.1.0",
7070
"semver": "^7.6.3",

0 commit comments

Comments
 (0)