Skip to content

Commit 68b96c6

Browse files
authored
chore(deps): pin jsii to 1.85.0 (#26705)
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*
1 parent 305a9cc commit 68b96c6

File tree

9 files changed

+309
-200
lines changed

9 files changed

+309
-200
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"fs-extra": "^9.1.0",
2525
"graceful-fs": "^4.2.11",
2626
"jest-junit": "^13.2.0",
27-
"jsii-diff": "1.86.1",
28-
"jsii-pacmak": "1.86.1",
29-
"jsii-reflect": "1.86.1",
27+
"jsii-diff": "1.85.0",
28+
"jsii-pacmak": "1.85.0",
29+
"jsii-reflect": "1.85.0",
3030
"jsii-rosetta": "~5.1.9",
3131
"lerna": "^7.1.4",
3232
"nx": "^16.6.0",

packages/@aws-cdk/cli-lib-alpha/THIRD_PARTY_LICENSES

+2-2
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE
238238

239239
----------------
240240

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

@@ -3087,7 +3087,7 @@ THE SOFTWARE.
30873087

30883088
----------------
30893089

3090-
** [email protected].0 - https://www.npmjs.com/package/tslib/v/2.6.0 | 0BSD
3090+
** [email protected].1 - https://www.npmjs.com/package/tslib/v/2.6.1 | 0BSD
30913091
Copyright (c) Microsoft Corporation.
30923092

30933093
Permission to use, copy, modify, and/or distribute this software for any

packages/@aws-cdk/integ-runner/THIRD_PARTY_LICENSES

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE
176176

177177
----------------
178178

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

packages/aws-cdk/THIRD_PARTY_LICENSES

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The aws-cdk package includes the following third-party software/licensing:
22

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

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

239239
----------------
240240

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

packages/aws-cdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@aws-cdk/cloudformation-diff": "0.0.0",
9797
"@aws-cdk/cx-api": "0.0.0",
9898
"@aws-cdk/region-info": "0.0.0",
99-
"@jsii/check-node": "1.86.1",
99+
"@jsii/check-node": "1.85.0",
100100
"archiver": "^5.3.1",
101101
"aws-sdk": "^2.1432.0",
102102
"camelcase": "^6.3.0",

packages/awslint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"awslint": "bin/awslint"
1919
},
2020
"dependencies": {
21-
"@jsii/spec": "1.86.1",
21+
"@jsii/spec": "1.85.0",
2222
"camelcase": "^6.3.0",
2323
"chalk": "^4",
2424
"fs-extra": "^9.1.0",
25-
"jsii-reflect": "1.86.1",
25+
"jsii-reflect": "1.85.0",
2626
"yargs": "^16.2.0"
2727
},
2828
"devDependencies": {

tools/@aws-cdk/cdk-build-tools/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"jest": "^29.6.2",
6161
"jest-junit": "^13.2.0",
6262
"jsii": "~5.1.10",
63-
"jsii-pacmak": "1.86.1",
64-
"jsii-reflect": "1.86.1",
63+
"jsii-pacmak": "1.85.0",
64+
"jsii-reflect": "1.85.0",
6565
"markdownlint-cli": "^0.35.0",
6666
"nyc": "^15.1.0",
6767
"semver": "^7.5.4",

tools/@aws-cdk/cfn2ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"@aws-cdk/cfnspec": "0.0.0",
3535
"@aws-cdk/pkglint": "0.0.0",
36-
"codemaker": "1.86.1",
36+
"codemaker": "1.85.0",
3737
"fast-json-patch": "^3.1.1",
3838
"fs-extra": "^9.1.0",
3939
"yargs": "^16.2.0"

0 commit comments

Comments
 (0)