Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fc890df

Browse filesBrowse files
chore: npm-check-updates && yarn upgrade (#29946)
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
1 parent 72500cc commit fc890df
Copy full SHA for fc890df

11 files changed

+135-119Lines changed: 135 additions & 119 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎package.json‎

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"jsii-pacmak": "1.97.0",
3030
"jsii-reflect": "1.97.0",
3131
"lerna": "^8.1.2",
32-
"nx": "^18.3.1",
32+
"nx": "^18.3.3",
3333
"patch-package": "^6.5.1",
3434
"semver": "^7.6.0",
3535
"standard-version": "^9.5.0",
Collapse file

‎packages/@aws-cdk-testing/cli-integ/package.json‎

Copy file name to clipboardExpand all lines: packages/@aws-cdk-testing/cli-integ/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@octokit/rest": "^18.12.0",
42-
"aws-sdk": "^2.1600.0",
42+
"aws-sdk": "^2.1605.0",
4343
"axios": "^1.6.8",
4444
"fs-extra": "^9.1.0",
4545
"glob": "^7.2.3",
Collapse file

‎packages/@aws-cdk-testing/framework-integ/package.json‎

Copy file name to clipboardExpand all lines: packages/@aws-cdk-testing/framework-integ/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
"@aws-cdk/lambda-layer-kubectl-v24": "^2.0.242",
4343
"@aws-cdk/lambda-layer-kubectl-v29": "^2.0.0",
4444
"aws-cdk-lib": "0.0.0",
45-
"aws-sdk": "^2.1600.0",
45+
"aws-sdk": "^2.1605.0",
4646
"aws-sdk-mock": "5.6.0",
47-
"cdk8s": "2.68.60",
48-
"cdk8s-plus-27": "2.7.88",
47+
"cdk8s": "2.68.61",
48+
"cdk8s-plus-27": "2.9.0",
4949
"constructs": "^10.0.0"
5050
},
5151
"repository": {
Collapse file

‎packages/@aws-cdk/cloudformation-diff/package.json‎

Copy file name to clipboardExpand all lines: packages/@aws-cdk/cloudformation-diff/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@aws-sdk/client-cloudformation": "^3.529.1",
3838
"@types/jest": "^29.5.12",
3939
"@types/string-width": "^4.0.1",
40-
"fast-check": "^3.17.1",
40+
"fast-check": "^3.17.2",
4141
"jest": "^29.7.0",
4242
"ts-jest": "^29.1.2"
4343
},
Collapse file

‎packages/@aws-cdk/custom-resource-handlers/package.json‎

Copy file name to clipboardExpand all lines: packages/@aws-cdk/custom-resource-handlers/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"nock": "^13.5.4",
5757
"fs-extra": "^11.2.0",
5858
"esbuild": "^0.20.2",
59-
"aws-sdk": "^2.1600.0"
59+
"aws-sdk": "^2.1605.0"
6060
},
6161
"dependencies": {
6262
"@aws-cdk/asset-node-proxy-agent-v6": "^2.0.3",
Collapse file

‎packages/@aws-cdk/cx-api/FEATURE_FLAGS.md‎

Copy file name to clipboardExpand all lines: packages/@aws-cdk/cx-api/FEATURE_FLAGS.md
+17-1Lines changed: 17 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Flags come in three types:
6767
| [@aws-cdk/aws-codepipeline:crossAccountKeysDefaultValueToFalse](#aws-cdkaws-codepipelinecrossaccountkeysdefaultvaluetofalse) | Enables Pipeline to set the default value for crossAccountKeys to false. | 2.127.0 | (default) |
6868
| [@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2](#aws-cdkaws-codepipelinedefaultpipelinetypetov2) | Enables Pipeline to set the default pipeline type to V2. | 2.133.0 | (default) |
6969
| [@aws-cdk/aws-kms:reduceCrossAccountRegionPolicyScope](#aws-cdkaws-kmsreducecrossaccountregionpolicyscope) | When enabled, IAM Policy created from KMS key grant will reduce the resource scope to this key only. | 2.134.0 | (fix) |
70+
| [@aws-cdk/aws-eks:nodegroupNameAttribute](#aws-cdkaws-eksnodegroupnameattribute) | When enabled, nodegroupName attribute of the provisioned EKS NodeGroup will not have the cluster name prefix. | V2NEXT | (fix) |
7071

7172
<!-- END table -->
7273

@@ -124,7 +125,8 @@ The following json shows the current recommended set of flags, as `cdk init` wou
124125
"@aws-cdk/aws-cloudwatch-actions:changeLambdaPermissionLogicalIdForLambdaAction": true,
125126
"@aws-cdk/aws-codepipeline:crossAccountKeysDefaultValueToFalse": true,
126127
"@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2": true,
127-
"@aws-cdk/aws-kms:reduceCrossAccountRegionPolicyScope": true
128+
"@aws-cdk/aws-kms:reduceCrossAccountRegionPolicyScope": true,
129+
"@aws-cdk/aws-eks:nodegroupNameAttribute": true
128130
}
129131
}
130132
```
@@ -1265,4 +1267,18 @@ When this feature flag is enabled and calling KMS key grant method, the created
12651267
| 2.134.0 | `false` | `true` |
12661268

12671269

1270+
### @aws-cdk/aws-eks:nodegroupNameAttribute
1271+
1272+
*When enabled, nodegroupName attribute of the provisioned EKS NodeGroup will not have the cluster name prefix.* (fix)
1273+
1274+
When this feature flag is enabled, the nodegroupName attribute will be exactly the name of the nodegroup without
1275+
any prefix.
1276+
1277+
1278+
| Since | Default | Recommended |
1279+
| ----- | ----- | ----- |
1280+
| (not in v1) | | |
1281+
| V2NEXT | `false` | `true` |
1282+
1283+
12681284
<!-- END details -->
Collapse file

‎packages/aws-cdk-lib/package.json‎

Copy file name to clipboardExpand all lines: packages/aws-cdk-lib/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,15 +166,15 @@
166166
"@types/punycode": "^2.1.4",
167167
"@types/mime-types": "^2.1.4",
168168
"@aws-cdk/lazify": "0.0.0",
169-
"aws-sdk": "^2.1600.0",
169+
"aws-sdk": "^2.1605.0",
170170
"aws-sdk-client-mock": "^3.1.0",
171171
"aws-sdk-client-mock-jest": "^3.1.0",
172172
"aws-sdk-mock": "5.8.0",
173-
"cdk8s": "2.68.60",
173+
"cdk8s": "2.68.61",
174174
"constructs": "^10.0.0",
175175
"delay": "5.0.0",
176176
"esbuild": "^0.20.2",
177-
"fast-check": "^3.17.1",
177+
"fast-check": "^3.17.2",
178178
"jest": "^29.7.0",
179179
"jest-each": "^29.7.0",
180180
"lambda-tester": "^4.0.1",
Collapse file

‎packages/aws-cdk/THIRD_PARTY_LICENSES‎

Copy file name to clipboardExpand all lines: packages/aws-cdk/THIRD_PARTY_LICENSES
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE
286286

287287
----------------
288288

289-
** aws-sdk@2.1600.0 - https://www.npmjs.com/package/aws-sdk/v/2.1600.0 | Apache-2.0
289+
** aws-sdk@2.1605.0 - https://www.npmjs.com/package/aws-sdk/v/2.1605.0 | Apache-2.0
290290
AWS SDK for JavaScript
291291
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
292292

Collapse file

‎packages/aws-cdk/package.json‎

Copy file name to clipboardExpand all lines: packages/aws-cdk/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"aws-sdk-mock": "5.6.0",
8585
"axios": "^1.6.8",
8686
"constructs": "^10.0.0",
87-
"fast-check": "^3.17.1",
87+
"fast-check": "^3.17.2",
8888
"jest": "^29.7.0",
8989
"jest-mock": "^29.7.0",
9090
"madge": "^5.0.2",
@@ -102,7 +102,7 @@
102102
"@aws-cdk/region-info": "0.0.0",
103103
"@jsii/check-node": "1.97.0",
104104
"archiver": "^5.3.2",
105-
"aws-sdk": "^2.1600.0",
105+
"aws-sdk": "^2.1605.0",
106106
"camelcase": "^6.3.0",
107107
"cdk-assets": "0.0.0",
108108
"cdk-from-cfn": "^0.157.0",
Collapse file

‎packages/cdk-assets/package.json‎

Copy file name to clipboardExpand all lines: packages/cdk-assets/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@aws-cdk/cloud-assembly-schema": "0.0.0",
4747
"@aws-cdk/cx-api": "0.0.0",
4848
"archiver": "^5.3.2",
49-
"aws-sdk": "^2.1600.0",
49+
"aws-sdk": "^2.1605.0",
5050
"glob": "^7.2.3",
5151
"mime": "^2.6.0",
5252
"yargs": "^16.2.0"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.