Skip to content

Commit

Permalink
chore: bump jsii-rosetta to 5.7 and bump other jsii tools (#32603)
Browse files Browse the repository at this point in the history
### 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*
  • Loading branch information
mrgrain authored Dec 20, 2024
1 parent cbacf4d commit 034679a
Show file tree
Hide file tree
Showing 6 changed files with 87 additions and 129 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"fs-extra": "^9.1.0",
"graceful-fs": "^4.2.11",
"jest-junit": "^13.2.0",
"jsii-diff": "1.104.0",
"jsii-pacmak": "1.104.0",
"jsii-reflect": "1.104.0",
"jsii-diff": "1.106.0",
"jsii-pacmak": "1.106.0",
"jsii-reflect": "1.106.0",
"lerna": "^8.1.8",
"nx": "^19.8.6",
"semver": "^7.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cdk/THIRD_PARTY_LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -17701,7 +17701,7 @@ Apache License

----------------

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

Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"@aws-sdk/credential-providers": "3.699.0",
"@aws-sdk/ec2-metadata-service": "3.699.0",
"@aws-sdk/lib-storage": "3.699.0",
"@jsii/check-node": "1.104.0",
"@jsii/check-node": "1.106.0",
"@smithy/middleware-endpoint": "3.1.4",
"@smithy/node-http-handler": "3.2.4",
"@smithy/property-provider": "3.1.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/awslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"awslint": "bin/awslint"
},
"dependencies": {
"@jsii/spec": "1.104.0",
"@jsii/spec": "1.106.0",
"chalk": "^4",
"fs-extra": "^9.1.0",
"jsii-reflect": "1.104.0",
"jsii-reflect": "1.106.0",
"change-case": "^4.1.2",
"yargs": "^16.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions tools/@aws-cdk/cdk-build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"jest": "^29.7.0",
"jest-junit": "^13.2.0",
"jsii": "~5.7.0",
"jsii-rosetta": "~5.4.36",
"jsii-pacmak": "1.104.0",
"jsii-reflect": "1.104.0",
"jsii-rosetta": "~5.7.0",
"jsii-pacmak": "1.106.0",
"jsii-reflect": "1.106.0",
"markdownlint-cli": "^0.42.0",
"nyc": "^15.1.0",
"semver": "^7.6.3",
Expand Down
Loading

0 comments on commit 034679a

Please sign in to comment.