Skip to content

Commit 6899da0

Browse files
authored
Merge branch 'v1-main' into merge-back/1.181.1
2 parents 758abae + b06cd20 commit 6899da0

File tree

13 files changed

+288
-285
lines changed

13 files changed

+288
-285
lines changed

.github/workflows/close-stale-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
name: Stale issue job
1717
steps:
18-
- uses: aws-actions/stale-issue-cleanup@v5
18+
- uses: aws-actions/stale-issue-cleanup@v6
1919
with:
2020
# Setting messages to an empty string will cause the automation to skip
2121
# that category

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@types/prettier": "2.6.0",
1919
"@yarnpkg/lockfile": "^1.1.0",
20-
"cdk-generate-synthetic-examples": "^0.1.64",
20+
"cdk-generate-synthetic-examples": "^0.1.71",
2121
"conventional-changelog-cli": "^2.2.2",
2222
"fs-extra": "^9.1.0",
2323
"graceful-fs": "^4.2.10",

packages/@aws-cdk/aws-eks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"@types/sinon": "^9.0.11",
9292
"@types/yaml": "1.9.6",
9393
"aws-sdk": "^2.848.0",
94-
"cdk8s": "^1.8.44",
94+
"cdk8s": "^1.8.51",
9595
"cdk8s-plus-21": "^1.0.0-beta.186",
9696
"jest": "^27.5.1",
9797
"sinon": "^9.2.4"

packages/@aws-cdk/aws-lambda-nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@aws-cdk/pkglint": "0.0.0",
7979
"@types/jest": "^27.5.2",
8080
"delay": "5.0.0",
81-
"esbuild": "^0.15.14"
81+
"esbuild": "^0.15.15"
8282
},
8383
"dependencies": {
8484
"@aws-cdk/aws-lambda": "0.0.0",

packages/@aws-cdk/cloud-assembly-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@types/semver": "^7.3.13",
6868
"jest": "^27.5.1",
6969
"mock-fs": "^4.14.0",
70-
"typescript-json-schema": "^0.54.0"
70+
"typescript-json-schema": "^0.55.0"
7171
},
7272
"repository": {
7373
"url": "https://github.com/aws/aws-cdk.git",

packages/@aws-cdk/cloud-assembly-schema/schema/cloud-assembly.schema.json

Lines changed: 40 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -429,42 +429,8 @@
429429
"description": "The provider from which we expect this context key to be obtained."
430430
},
431431
"props": {
432-
"description": "A set of provider-specific options.",
433-
"anyOf": [
434-
{
435-
"$ref": "#/definitions/AmiContextQuery"
436-
},
437-
{
438-
"$ref": "#/definitions/AvailabilityZonesContextQuery"
439-
},
440-
{
441-
"$ref": "#/definitions/HostedZoneContextQuery"
442-
},
443-
{
444-
"$ref": "#/definitions/SSMParameterContextQuery"
445-
},
446-
{
447-
"$ref": "#/definitions/VpcContextQuery"
448-
},
449-
{
450-
"$ref": "#/definitions/EndpointServiceAvailabilityZonesContextQuery"
451-
},
452-
{
453-
"$ref": "#/definitions/LoadBalancerContextQuery"
454-
},
455-
{
456-
"$ref": "#/definitions/LoadBalancerListenerContextQuery"
457-
},
458-
{
459-
"$ref": "#/definitions/SecurityGroupContextQuery"
460-
},
461-
{
462-
"$ref": "#/definitions/KeyContextQuery"
463-
},
464-
{
465-
"$ref": "#/definitions/PluginContextQuery"
466-
}
467-
]
432+
"$ref": "#/definitions/ContextQueryProperties",
433+
"description": "A set of provider-specific options."
468434
}
469435
},
470436
"required": [
@@ -490,6 +456,43 @@
490456
],
491457
"type": "string"
492458
},
459+
"ContextQueryProperties": {
460+
"anyOf": [
461+
{
462+
"$ref": "#/definitions/AmiContextQuery"
463+
},
464+
{
465+
"$ref": "#/definitions/AvailabilityZonesContextQuery"
466+
},
467+
{
468+
"$ref": "#/definitions/HostedZoneContextQuery"
469+
},
470+
{
471+
"$ref": "#/definitions/SSMParameterContextQuery"
472+
},
473+
{
474+
"$ref": "#/definitions/VpcContextQuery"
475+
},
476+
{
477+
"$ref": "#/definitions/EndpointServiceAvailabilityZonesContextQuery"
478+
},
479+
{
480+
"$ref": "#/definitions/LoadBalancerContextQuery"
481+
},
482+
{
483+
"$ref": "#/definitions/LoadBalancerListenerContextQuery"
484+
},
485+
{
486+
"$ref": "#/definitions/SecurityGroupContextQuery"
487+
},
488+
{
489+
"$ref": "#/definitions/KeyContextQuery"
490+
},
491+
{
492+
"$ref": "#/definitions/PluginContextQuery"
493+
}
494+
]
495+
},
493496
"AmiContextQuery": {
494497
"description": "Query to AMI context provider",
495498
"type": "object",
@@ -639,7 +642,7 @@
639642
}
640643
},
641644
"returnAsymmetricSubnets": {
642-
"description": "Whether to populate the subnetGroups field of the{@linkVpcContextResponse},\nwhich contains potentially asymmetric subnet groups.",
645+
"description": "Whether to populate the subnetGroups field of the {@link VpcContextResponse},\nwhich contains potentially asymmetric subnet groups.",
643646
"default": false,
644647
"type": "boolean"
645648
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"20.0.0"}
1+
{"version":"21.0.0"}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE
156156

157157
----------------
158158

159-
** aws-sdk@2.1255.0 - https://www.npmjs.com/package/aws-sdk/v/2.1255.0 | Apache-2.0
159+
** aws-sdk@2.1260.0 - https://www.npmjs.com/package/aws-sdk/v/2.1260.0 | Apache-2.0
160160
AWS SDK for JavaScript
161161
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
162162

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
awscli==1.27.8
1+
awscli==1.27.17

packages/aws-cdk-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@
369369
"@types/fs-extra": "^8.1.2",
370370
"@types/node": "^10.17.60",
371371
"constructs": "^3.3.69",
372-
"esbuild": "^0.15.14",
372+
"esbuild": "^0.15.15",
373373
"fs-extra": "^9.1.0",
374374
"ts-node": "^9.1.1",
375375
"typescript": "~3.8.3"

0 commit comments

Comments
 (0)