Skip to content

Commit

Permalink
chore(deps): upgrade dev dependencies (#1111)
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/11188722222

------

*Automatically created by projen via the "upgrade-dev-deps-main" workflow*
  • Loading branch information
cdklabs-automation authored Oct 5, 2024
1 parent 5aa7cc6 commit 2d1e7cc
Show file tree
Hide file tree
Showing 5 changed files with 194 additions and 13 deletions.
173 changes: 173 additions & 0 deletions cdk.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -45803,6 +45803,8 @@
"G5G",
"GRAPHICS6",
"G6",
"GRAPHICS6_EFFICIENT",
"G6E",
"PARALLEL2",
"P2",
"PARALLEL3",
Expand Down Expand Up @@ -61986,6 +61988,8 @@
"G5G",
"GRAPHICS6",
"G6",
"GRAPHICS6_EFFICIENT",
"G6E",
"PARALLEL2",
"P2",
"PARALLEL3",
Expand Down Expand Up @@ -62747,6 +62751,8 @@
"G5G",
"GRAPHICS6",
"G6",
"GRAPHICS6_EFFICIENT",
"G6E",
"PARALLEL2",
"P2",
"PARALLEL3",
Expand Down Expand Up @@ -137208,6 +137214,25 @@
},
"description": "A list of strings to provide custom labels for SELinux and AppArmor multi-level security systems."
},
"enableRestartPolicy": {
"anyOf": [
{
"$ref": "#/definitions/BooleanExpression",
"description": "Enable a restart policy for a container.\n\nWhen you set up a restart policy, Amazon ECS can restart the container without needing to replace the task."
},
{
"anyOf": [
{
"$ref": "#/definitions/FnRef"
},
{
"$ref": "#/definitions/FnGetProp"
}
],
"description": "Enable a restart policy for a container.\n\nWhen you set up a restart policy, Amazon ECS can restart the container without needing to replace the task."
}
]
},
"entryPoint": {
"type": "array",
"items": {
Expand Down Expand Up @@ -137470,6 +137495,32 @@
}
]
},
"restartAttemptPeriod": {
"anyOf": [
{
"$ref": "#/definitions/aws-cdk-lib.Duration",
"description": "A period of time that the container must run for before a restart can be attempted.\n\nA container can be restarted only once every `restartAttemptPeriod` seconds.\nIf a container isn't able to run for this time period and exits early, it will not be restarted.\n\nThis property can't be used if `enableRestartPolicy` is set to false.\n\nYou can set a minimum `restartAttemptPeriod` of 60 seconds and a maximum `restartAttemptPeriod`\nof 1800 seconds."
},
{
"anyOf": [
{
"$ref": "#/definitions/FnRef"
},
{
"$ref": "#/definitions/FnGetProp"
}
],
"description": "A period of time that the container must run for before a restart can be attempted.\n\nA container can be restarted only once every `restartAttemptPeriod` seconds.\nIf a container isn't able to run for this time period and exits early, it will not be restarted.\n\nThis property can't be used if `enableRestartPolicy` is set to false.\n\nYou can set a minimum `restartAttemptPeriod` of 60 seconds and a maximum `restartAttemptPeriod`\nof 1800 seconds."
}
]
},
"restartIgnoredExitCodes": {
"type": "array",
"items": {
"$ref": "#/definitions/NumberExpression"
},
"description": "A list of exit codes that Amazon ECS will ignore and not attempt a restart on.\n\nThis property can't be used if `enableRestartPolicy` is set to false.\n\nYou can specify a maximum of 50 container exit codes."
},
"secrets": {
"type": "object",
"additionalProperties": {
Expand Down Expand Up @@ -141199,6 +141250,25 @@
},
"description": "A list of strings to provide custom labels for SELinux and AppArmor multi-level security systems."
},
"enableRestartPolicy": {
"anyOf": [
{
"$ref": "#/definitions/BooleanExpression",
"description": "Enable a restart policy for a container.\n\nWhen you set up a restart policy, Amazon ECS can restart the container without needing to replace the task."
},
{
"anyOf": [
{
"$ref": "#/definitions/FnRef"
},
{
"$ref": "#/definitions/FnGetProp"
}
],
"description": "Enable a restart policy for a container.\n\nWhen you set up a restart policy, Amazon ECS can restart the container without needing to replace the task."
}
]
},
"entryPoint": {
"type": "array",
"items": {
Expand Down Expand Up @@ -141461,6 +141531,32 @@
}
]
},
"restartAttemptPeriod": {
"anyOf": [
{
"$ref": "#/definitions/aws-cdk-lib.Duration",
"description": "A period of time that the container must run for before a restart can be attempted.\n\nA container can be restarted only once every `restartAttemptPeriod` seconds.\nIf a container isn't able to run for this time period and exits early, it will not be restarted.\n\nThis property can't be used if `enableRestartPolicy` is set to false.\n\nYou can set a minimum `restartAttemptPeriod` of 60 seconds and a maximum `restartAttemptPeriod`\nof 1800 seconds."
},
{
"anyOf": [
{
"$ref": "#/definitions/FnRef"
},
{
"$ref": "#/definitions/FnGetProp"
}
],
"description": "A period of time that the container must run for before a restart can be attempted.\n\nA container can be restarted only once every `restartAttemptPeriod` seconds.\nIf a container isn't able to run for this time period and exits early, it will not be restarted.\n\nThis property can't be used if `enableRestartPolicy` is set to false.\n\nYou can set a minimum `restartAttemptPeriod` of 60 seconds and a maximum `restartAttemptPeriod`\nof 1800 seconds."
}
]
},
"restartIgnoredExitCodes": {
"type": "array",
"items": {
"$ref": "#/definitions/NumberExpression"
},
"description": "A list of exit codes that Amazon ECS will ignore and not attempt a restart on.\n\nThis property can't be used if `enableRestartPolicy` is set to false.\n\nYou can specify a maximum of 50 container exit codes."
},
"secrets": {
"type": "object",
"additionalProperties": {
Expand Down Expand Up @@ -180293,6 +180389,7 @@
"VER_12_17",
"VER_12_18",
"VER_12_19",
"VER_12_20",
"VER_12_4",
"VER_12_6",
"VER_12_7",
Expand All @@ -180304,6 +180401,7 @@
"VER_13_13",
"VER_13_14",
"VER_13_15",
"VER_13_16",
"VER_13_3",
"VER_13_4",
"VER_13_5",
Expand All @@ -180314,6 +180412,7 @@
"VER_14_10",
"VER_14_11",
"VER_14_12",
"VER_14_13",
"VER_14_3",
"VER_14_4",
"VER_14_5",
Expand All @@ -180327,10 +180426,12 @@
"VER_15_5",
"VER_15_6",
"VER_15_7",
"VER_15_8",
"VER_16_0",
"VER_16_1",
"VER_16_2",
"VER_16_3",
"VER_16_4",
"VER_9_6_11",
"VER_9_6_12",
"VER_9_6_16",
Expand Down Expand Up @@ -182232,6 +182333,25 @@
}
]
},
"enableLocalWriteForwarding": {
"anyOf": [
{
"$ref": "#/definitions/BooleanExpression",
"description": "Whether read replicas can forward write operations to the writer DB instance in the DB cluster.\n\nThis setting can only be enabled for Aurora MySQL 3.04 and higher clusters."
},
{
"anyOf": [
{
"$ref": "#/definitions/FnRef"
},
{
"$ref": "#/definitions/FnGetProp"
}
],
"description": "Whether read replicas can forward write operations to the writer DB instance in the DB cluster.\n\nThis setting can only be enabled for Aurora MySQL 3.04 and higher clusters."
}
]
},
"iamAuthentication": {
"anyOf": [
{
Expand Down Expand Up @@ -183409,6 +183529,25 @@
}
]
},
"enableLocalWriteForwarding": {
"anyOf": [
{
"$ref": "#/definitions/BooleanExpression",
"description": "Whether read replicas can forward write operations to the writer DB instance in the DB cluster.\n\nThis setting can only be enabled for Aurora MySQL 3.04 and higher clusters."
},
{
"anyOf": [
{
"$ref": "#/definitions/FnRef"
},
{
"$ref": "#/definitions/FnGetProp"
}
],
"description": "Whether read replicas can forward write operations to the writer DB instance in the DB cluster.\n\nThis setting can only be enabled for Aurora MySQL 3.04 and higher clusters."
}
]
},
"iamAuthentication": {
"anyOf": [
{
Expand Down Expand Up @@ -199361,6 +199500,25 @@
},
"description": "User-defined object metadata to be set on all objects in the deployment."
},
"outputObjectKeys": {
"anyOf": [
{
"$ref": "#/definitions/BooleanExpression",
"description": "If set to false, the custom resource will not send back the SourceObjectKeys.\n\nThis is useful when you are facing the error `Response object is too long`\n\nSee https://github.com/aws/aws-cdk/issues/28579"
},
{
"anyOf": [
{
"$ref": "#/definitions/FnRef"
},
{
"$ref": "#/definitions/FnGetProp"
}
],
"description": "If set to false, the custom resource will not send back the SourceObjectKeys.\n\nThis is useful when you are facing the error `Response object is too long`\n\nSee https://github.com/aws/aws-cdk/issues/28579"
}
]
},
"prune": {
"anyOf": [
{
Expand Down Expand Up @@ -275486,6 +275644,13 @@
}
]
},
"dehydratedResources": {
"type": "array",
"items": {
"$ref": "#/definitions/StringExpression"
},
"description": "Specifies a list of LogicalIDs for resources that will be included in the CDK Stack, but will not be parsed and converted to CDK types.\n\nThis allows you to use CFN templates\nthat rely on Intrinsic placement that `cfn-include`\nwould otherwise reject, such as non-primitive values in resource update policies."
},
"loadNestedStacks": {
"type": "object",
"additionalProperties": {
Expand Down Expand Up @@ -302598,6 +302763,8 @@
"AI21_J2_JUMBO_INSTRUCT",
"AI21_J2_MID",
"AI21_J2_ULTRA",
"AI21_JAMBA_1_5_LARGE_V_1_0",
"AI21_JAMBA_1_5_MINI_V_1_0",
"AI21_LABS_JURASSIC_2_MID_V1",
"AI21_LABS_JURASSIC_2_ULTRA_V1",
"AI21_LABS_JURASSIC_2_ULTRA_V1_0_8K",
Expand Down Expand Up @@ -302656,6 +302823,10 @@
"META_LLAMA_3_1_405_INSTRUCT_V1",
"META_LLAMA_3_1_70_INSTRUCT_V1",
"META_LLAMA_3_1_8B_INSTRUCT_V1",
"META_LLAMA_3_2_11B_INSTRUCT_V1",
"META_LLAMA_3_2_1B_INSTRUCT_V1",
"META_LLAMA_3_2_3B_INSTRUCT_V1",
"META_LLAMA_3_2_90B_INSTRUCT_V1",
"META_LLAMA_3_70_INSTRUCT_V1",
"META_LLAMA_3_8B_INSTRUCT_V1",
"MISTRAL_LARGE_2_V0_1",
Expand Down Expand Up @@ -304849,6 +305020,7 @@
"DEADLINE_CLOUD_SCHEDULING",
"DEVOPS_GURU",
"DIRECTORY_SERVICE",
"DYNAMODB",
"EBS_DIRECT",
"EC2",
"EC2_MESSAGES",
Expand Down Expand Up @@ -305019,6 +305191,7 @@
"S3_MULTI_REGION_ACCESS_POINTS",
"S3_OUTPOSTS",
"SAGEMAKER_API",
"SAGEMAKER_EXPERIMENTS",
"SAGEMAKER_FEATURESTORE_RUNTIME",
"SAGEMAKER_GEOSPATIAL",
"SAGEMAKER_METRICS",
Expand Down
6 changes: 6 additions & 0 deletions decdk.specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3210,6 +3210,12 @@
"Required": true,
"Type": "aws-cdk-lib.Stack"
},
"authType": {
"Remarks": "",
"Summary": "The authentication type used for this Function URL.",
"Required": true,
"Type": "aws-cdk-lib.aws_lambda.FunctionUrlAuthType"
},
"functionArn": {
"Remarks": "",
"Summary": "The ARN of the function this URL refers to.",
Expand Down
2 changes: 1 addition & 1 deletion package.json

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

12 changes: 7 additions & 5 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 2d1e7cc

Please sign in to comment.