Skip to content

Commit

Permalink
chore(deps): pin jsii to 1.85.0 (#26705)
Browse files Browse the repository at this point in the history
jsii 1.86.0 and 1.86.1 have a few regressions and we do not want to wait to release 1.86.2 before releasing cdk.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
kaizencc authored Aug 10, 2023
1 parent 305a9cc commit 68b96c6
Show file tree
Hide file tree
Showing 9 changed files with 309 additions and 200 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"fs-extra": "^9.1.0",
"graceful-fs": "^4.2.11",
"jest-junit": "^13.2.0",
"jsii-diff": "1.86.1",
"jsii-pacmak": "1.86.1",
"jsii-reflect": "1.86.1",
"jsii-diff": "1.85.0",
"jsii-pacmak": "1.85.0",
"jsii-reflect": "1.85.0",
"jsii-rosetta": "~5.1.9",
"lerna": "^7.1.4",
"nx": "^16.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/cli-lib-alpha/THIRD_PARTY_LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE

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

** aws-sdk@2.1417.0 - https://www.npmjs.com/package/aws-sdk/v/2.1417.0 | Apache-2.0
** aws-sdk@2.1433.0 - https://www.npmjs.com/package/aws-sdk/v/2.1433.0 | Apache-2.0
AWS SDK for JavaScript
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Expand Down Expand Up @@ -3087,7 +3087,7 @@ THE SOFTWARE.

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

** tslib@2.6.0 - https://www.npmjs.com/package/tslib/v/2.6.0 | 0BSD
** tslib@2.6.1 - https://www.npmjs.com/package/tslib/v/2.6.1 | 0BSD
Copyright (c) Microsoft Corporation.

Permission to use, copy, modify, and/or distribute this software for any
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/integ-runner/THIRD_PARTY_LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE

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

** aws-sdk@2.1432.0 - https://www.npmjs.com/package/aws-sdk/v/2.1432.0 | Apache-2.0
** aws-sdk@2.1433.0 - https://www.npmjs.com/package/aws-sdk/v/2.1433.0 | Apache-2.0
AWS SDK for JavaScript
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Expand Down
4 changes: 2 additions & 2 deletions packages/aws-cdk/THIRD_PARTY_LICENSES
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The aws-cdk package includes the following third-party software/licensing:

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

Expand Down Expand Up @@ -238,7 +238,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE

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

** aws-sdk@2.1432.0 - https://www.npmjs.com/package/aws-sdk/v/2.1432.0 | Apache-2.0
** aws-sdk@2.1433.0 - https://www.npmjs.com/package/aws-sdk/v/2.1433.0 | Apache-2.0
AWS SDK for JavaScript
Copyright 2012-2017 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 @@ -96,7 +96,7 @@
"@aws-cdk/cloudformation-diff": "0.0.0",
"@aws-cdk/cx-api": "0.0.0",
"@aws-cdk/region-info": "0.0.0",
"@jsii/check-node": "1.86.1",
"@jsii/check-node": "1.85.0",
"archiver": "^5.3.1",
"aws-sdk": "^2.1432.0",
"camelcase": "^6.3.0",
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,11 +18,11 @@
"awslint": "bin/awslint"
},
"dependencies": {
"@jsii/spec": "1.86.1",
"@jsii/spec": "1.85.0",
"camelcase": "^6.3.0",
"chalk": "^4",
"fs-extra": "^9.1.0",
"jsii-reflect": "1.86.1",
"jsii-reflect": "1.85.0",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions tools/@aws-cdk/cdk-build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"jest": "^29.6.2",
"jest-junit": "^13.2.0",
"jsii": "~5.1.10",
"jsii-pacmak": "1.86.1",
"jsii-reflect": "1.86.1",
"jsii-pacmak": "1.85.0",
"jsii-reflect": "1.85.0",
"markdownlint-cli": "^0.35.0",
"nyc": "^15.1.0",
"semver": "^7.5.4",
Expand Down
2 changes: 1 addition & 1 deletion tools/@aws-cdk/cfn2ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@aws-cdk/cfnspec": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"codemaker": "1.86.1",
"codemaker": "1.85.0",
"fast-json-patch": "^3.1.1",
"fs-extra": "^9.1.0",
"yargs": "^16.2.0"
Expand Down
Loading

0 comments on commit 68b96c6

Please sign in to comment.