Skip to content

Commit

Permalink
chore(deps): upgrade dependencies (#658)
Browse files Browse the repository at this point in the history
Upgrades project dependencies. See details in [workflow run].

[Workflow Run]: https://github.com/cdklabs/decdk/actions/runs/5481423730

------

*Automatically created by projen via the "upgrade-main" workflow*
  • Loading branch information
cdklabs-automation authored Jul 7, 2023
1 parent aa10a8f commit 8504d29
Show file tree
Hide file tree
Showing 5 changed files with 225 additions and 239 deletions.
93 changes: 88 additions & 5 deletions cdk.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -50286,6 +50286,7 @@
"VERSION_1_0_135_0",
"VERSION_1_0_143_0",
"VERSION_1_0_178_0",
"VERSION_1_0_229_0",
"VERSION_1_0_54_0",
"VERSION_1_0_86_0",
"VERSION_1_0_89_0",
Expand Down Expand Up @@ -101675,7 +101676,7 @@
"anyOf": [
{
"$ref": "#/definitions/StringExpression",
"description": "The user name to use inside the container."
"description": "The user to use inside the container.\n\nThis parameter maps to User in the Create a container section of the Docker Remote API and the --user option to docker run."
},
{
"anyOf": [
Expand All @@ -101686,7 +101687,7 @@
"$ref": "#/definitions/FnGetProp"
}
],
"description": "The user name to use inside the container."
"description": "The user to use inside the container.\n\nThis parameter maps to User in the Create a container section of the Docker Remote API and the --user option to docker run."
}
]
},
Expand Down Expand Up @@ -101995,6 +101996,31 @@
},
"comment": "aws-cdk-lib.aws_ecs.CloudMapOptions"
},
"aws-cdk-lib.aws_ecs.DeploymentAlarmConfig": {
"type": "object",
"title": "DeploymentAlarmConfig",
"additionalProperties": false,
"properties": {
"behavior": {
"enum": [
"ROLLBACK_ON_ALARM",
"FAIL_ON_ALARM"
],
"description": "Default rollback on alarm."
},
"alarmNames": {
"type": "array",
"items": {
"$ref": "#/definitions/StringExpression"
},
"description": "List of alarm names to monitor during deployments."
}
},
"required": [
"alarmNames"
],
"comment": "aws-cdk-lib.aws_ecs.DeploymentAlarmConfig"
},
"aws-cdk-lib.aws_ecs.DeploymentController": {
"type": "object",
"title": "DeploymentController",
Expand Down Expand Up @@ -102506,6 +102532,25 @@
}
]
},
"deploymentAlarms": {
"anyOf": [
{
"$ref": "#/definitions/aws-cdk-lib.aws_ecs.DeploymentAlarmConfig",
"description": "The alarm(s) to monitor during deployment, and behavior to apply if at least one enters a state of alarm during the deployment or bake time."
},
{
"anyOf": [
{
"$ref": "#/definitions/FnRef"
},
{
"$ref": "#/definitions/FnGetProp"
}
],
"description": "The alarm(s) to monitor during deployment, and behavior to apply if at least one enters a state of alarm during the deployment or bake time."
}
]
},
"deploymentController": {
"anyOf": [
{
Expand Down Expand Up @@ -103736,6 +103781,25 @@
}
]
},
"deploymentAlarms": {
"anyOf": [
{
"$ref": "#/definitions/aws-cdk-lib.aws_ecs.DeploymentAlarmConfig",
"description": "The alarm(s) to monitor during deployment, and behavior to apply if at least one enters a state of alarm during the deployment or bake time."
},
{
"anyOf": [
{
"$ref": "#/definitions/FnRef"
},
{
"$ref": "#/definitions/FnGetProp"
}
],
"description": "The alarm(s) to monitor during deployment, and behavior to apply if at least one enters a state of alarm during the deployment or bake time."
}
]
},
"deploymentController": {
"anyOf": [
{
Expand Down Expand Up @@ -104228,6 +104292,25 @@
}
]
},
"deploymentAlarms": {
"anyOf": [
{
"$ref": "#/definitions/aws-cdk-lib.aws_ecs.DeploymentAlarmConfig",
"description": "The alarm(s) to monitor during deployment, and behavior to apply if at least one enters a state of alarm during the deployment or bake time."
},
{
"anyOf": [
{
"$ref": "#/definitions/FnRef"
},
{
"$ref": "#/definitions/FnGetProp"
}
],
"description": "The alarm(s) to monitor during deployment, and behavior to apply if at least one enters a state of alarm during the deployment or bake time."
}
]
},
"deploymentController": {
"anyOf": [
{
Expand Down Expand Up @@ -105446,7 +105529,7 @@
"anyOf": [
{
"$ref": "#/definitions/StringExpression",
"description": "The user name to use inside the container."
"description": "The user to use inside the container.\n\nThis parameter maps to User in the Create a container section of the Docker Remote API and the --user option to docker run."
},
{
"anyOf": [
Expand All @@ -105457,7 +105540,7 @@
"$ref": "#/definitions/FnGetProp"
}
],
"description": "The user name to use inside the container."
"description": "The user to use inside the container.\n\nThis parameter maps to User in the Create a container section of the Docker Remote API and the --user option to docker run."
}
]
},
Expand Down Expand Up @@ -161521,7 +161604,7 @@
"$ref": "#/definitions/FnGetProp"
}
],
"description": "External KMS key to use for bucket encryption.\n\nThe 'encryption' property must be either not specified or set to \"Kms\".\nAn error will be emitted if encryption is set to \"Unencrypted\" or\n\"Managed\"."
"description": "External KMS key to use for bucket encryption.\n\nThe `encryption` property must be either not specified or set to `KMS` or `DSSE`.\nAn error will be emitted if `encryption` is set to `UNENCRYPTED` or `S3_MANAGED`."
},
"enforceSSL": {
"anyOf": [
Expand Down
7 changes: 7 additions & 0 deletions decdk.specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -6217,6 +6217,13 @@
"Type": "aws-cdk-lib.aws_lambda.LambdaInsightsVersion",
"Static": true
},
"VERSION_1_0_229_0": {
"Remarks": "",
"Summary": "Version 1.0.229.0.",
"Required": true,
"Type": "aws-cdk-lib.aws_lambda.LambdaInsightsVersion",
"Static": true
},
"VERSION_1_0_54_0": {
"Remarks": "",
"Summary": "Version 1.0.54.0.",
Expand Down
8 changes: 4 additions & 4 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

122 changes: 9 additions & 113 deletions test/evaluate/__snapshots__/fixtures.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8504d29

Please sign in to comment.