Skip to content

Commit 7fb93e1

Browse files
Upgrade: [dependabot] - bump aws-cdk-lib from 2.184.1 to 2.185.0 (#190)
Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.184.1 to 2.185.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-cdk/releases">aws-cdk-lib's releases</a>.</em></p> <blockquote> <h2>v2.185.0</h2> <h3>Features</h3> <ul> <li><strong>s3-deployment:</strong> backfill missing enums for s3-deployment (<a href="https://redirect.github.com/aws/aws-cdk/issues/33819">#33819</a>) (<a href="https://github.com/aws/aws-cdk/commit/2623e00546721f43a180871e2f8fb72712a9ffa1">2623e00</a>), closes <a href="https://github.com/aws//docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-serversideencryptionbydefault.html/issues/aws-properties-s3">/docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-serversideencryptionbydefault.html#aws-properties-s3</a></li> <li>update L1 CloudFormation resource definitions (<a href="https://redirect.github.com/aws/aws-cdk/issues/33800">#33800</a>) (<a href="https://github.com/aws/aws-cdk/commit/fada917f8197527cd90622614fe1b6769c6cab1a">fada917</a>)</li> <li><strong>ecs:</strong> add validation checks to memory cpu combinations of FARGATE compatible task definitions (<a href="https://redirect.github.com/aws/aws-cdk/issues/33608">#33608</a>) (<a href="https://github.com/aws/aws-cdk/commit/734ca662c82cbedf06393d223a870381ad55520c">734ca66</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/22216">#22216</a> <a href="https://redirect.github.com/aws//redirect.github.com/aws/aws-cdk/issues/31106/issues/issuecomment-2289166090">aws/aws-cdk#31106</a></li> <li><strong>ecs:</strong> backfill missing enums for ecs (<a href="https://redirect.github.com/aws/aws-cdk/issues/33644">#33644</a>) (<a href="https://github.com/aws/aws-cdk/commit/28c6a22f14ea10c76c1aee87b57d3931809daba8">28c6a22</a>)</li> <li><strong>eks:</strong> backfill missing enums for eks (<a href="https://redirect.github.com/aws/aws-cdk/issues/33646">#33646</a>) (<a href="https://github.com/aws/aws-cdk/commit/f67a88bf77db6b100fff07aab1a161167ba319e6">f67a88b</a>)</li> <li><strong>logs:</strong> throw <code>ValidationError</code> instead of untyped Errors (<a href="https://redirect.github.com/aws/aws-cdk/issues/33753">#33753</a>) (<a href="https://github.com/aws/aws-cdk/commit/1fea9f167a0521b49b5d0738b27f07fcfa3b36ad">1fea9f1</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> remove whitespaces in tree.json (<a href="https://redirect.github.com/aws/aws-cdk/issues/33784">#33784</a>) (<a href="https://github.com/aws/aws-cdk/commit/73b91382c6f681e91b662dc0599cc19ba91c8a5a">73b9138</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/27261">#27261</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/27261">#27261</a></li> <li><strong>s3:</strong> add validation for lifecycle rule transitions (<a href="https://redirect.github.com/aws/aws-cdk/issues/33731">#33731</a>) (<a href="https://github.com/aws/aws-cdk/commit/4128ff44bf5f1112467851ce61c1826107e3a07d">4128ff4</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/22103">#22103</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/22103">#22103</a></li> <li><strong>s3-deployment:</strong> handle properly quoted strings in JSON files (<a href="https://redirect.github.com/aws/aws-cdk/issues/33698">#33698</a>) (<a href="https://github.com/aws/aws-cdk/commit/bff85e88fbe0ddb10bdcde8039af1736afa77cc2">bff85e8</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/22661">#22661</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/22661">#22661</a></li> <li><strong>stepfunctions-tasks:</strong> jobQueueArn support JsonPath or JSONata (<a href="https://redirect.github.com/aws/aws-cdk/issues/33670">#33670</a>) (<a href="https://github.com/aws/aws-cdk/commit/1c09c8bb404b03929f245f7a888dfd84ac7cab32">1c09c8b</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/33580">#33580</a></li> </ul> <hr /> <h2>Alpha modules (2.185.0-alpha.0)</h2> <h3>⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES</h3> <ul> <li><strong>scheduler-targets-alpha:</strong> The class <code>KinesisDataFirehosePutRecord</code> has been renamed to <code>FirehosePutRecord</code>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>scheduler-targets-alpha:</strong> rename <code>KinesisDataFirehosePutRecord</code> to <code>FirehosePutRecord</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/33758">#33758</a>) (<a href="https://github.com/aws/aws-cdk/commit/e6f5bc8915081a74a83e4055ccbaa11987ba943c">e6f5bc8</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/33757">#33757</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/33798">#33798</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md">aws-cdk-lib's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file. See <a href="https://github.com/conventional-changelog/standard-version">standard-version</a> for commit guidelines.</p> <h2><a href="https://github.com/aws/aws-cdk/compare/v2.184.1-alpha.0...v2.185.0-alpha.0">2.185.0-alpha.0</a> (2025-03-19)</h2> <h3>⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES</h3> <ul> <li><strong>scheduler-targets-alpha:</strong> The class <code>KinesisDataFirehosePutRecord</code> has been renamed to <code>FirehosePutRecord</code>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>scheduler-targets-alpha:</strong> rename <code>KinesisDataFirehosePutRecord</code> to <code>FirehosePutRecord</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/33758">#33758</a>) (<a href="https://github.com/aws/aws-cdk/commit/e6f5bc8915081a74a83e4055ccbaa11987ba943c">e6f5bc8</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/33757">#33757</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/33798">#33798</a></li> </ul> <h2><a href="https://github.com/aws/aws-cdk/compare/v2.184.0-alpha.0...v2.184.1-alpha.0">2.184.1-alpha.0</a> (2025-03-14)</h2> <h2><a href="https://github.com/aws/aws-cdk/compare/v2.183.0-alpha.0...v2.184.0-alpha.0">2.184.0-alpha.0</a> (2025-03-13)</h2> <h3>⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES</h3> <ul> <li><strong>glue-alpha:</strong> Updated casing of <code>workflow.addconditionalTrigger</code> to <code>workflow.addConditionalTrigger</code>.</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>glue-alpha:</strong> inconsistent workflow addconditionalTrigger casing (<a href="https://redirect.github.com/aws/aws-cdk/issues/33752">#33752</a>) (<a href="https://github.com/aws/aws-cdk/commit/4886a3e503b22f3dfadca908501a2cb208c2ebee">4886a3e</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/33751">#33751</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/33751">#33751</a></li> </ul> <h2><a href="https://github.com/aws/aws-cdk/compare/v2.182.0-alpha.0...v2.183.0-alpha.0">2.183.0-alpha.0</a> (2025-03-11)</h2> <h3>⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES</h3> <ul> <li><strong>scheduler-targets-alpha:</strong> The <code>InspectorStartAssessmentRun</code> target's constructor now accepts <code>IAssessmentTemplate</code> instead of <code>CfnAssessmentTemplate</code> as its parameter type. To migrate existing code, use the <code>AssessmentTemplate.fromCfnAssessmentTemplate()</code> method to convert your <code>CfnAssessmentTemplate</code> instances to <code>IAssessmentTemplate</code>.</li> </ul> <h3>Features</h3> <ul> <li><strong>kinesisanalytics-flink-alpha</strong> backfill missing enums for kinesisanalytics-flink-alpha (<a href="https://redirect.github.com/aws/aws-cdk/pull/33632">#33632</a>) (<a href="https://redirect.github.com/aws/aws-cdk/pull/33740/commits/b55199a782582348408fb75123c533977b38326d">b55199a</a>)</li> <li><strong>kinesisfirehose-destinations-alpha</strong> backfill missing enums for kinesisfirehose-destinations-alpha (<a href="https://redirect.github.com/aws/aws-cdk/pull/33633">#33633</a>) (<a href="https://redirect.github.com/aws/aws-cdk/pull/33740/commits/6ed7a452e261b0033b44d0b2b61b18466d6e6b48">6ed7a45</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>scheduler-alpha:</strong> deprecate <code>Group</code> in favour of <code>ScheduleGroup</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/33678">#33678</a>) (<a href="https://github.com/aws/aws-cdk/commit/4d8eae9da577a94114602df261c98b65aa616956">4d8eae9</a>)</li> <li><strong>scheduler-targets-alpha:</strong> update inspector target to use IAssessmentTemplate instead of CfnAssessmentTemplate (<a href="https://redirect.github.com/aws/aws-cdk/issues/33682">#33682</a>) (<a href="https://github.com/aws/aws-cdk/commit/50ba3efabca81a3c57ce34654f8ec1002deace6f">50ba3ef</a>)</li> </ul> <h2><a href="https://github.com/aws/aws-cdk/compare/v2.181.1-alpha.0...v2.182.0-alpha.0">2.182.0-alpha.0</a> (2025-03-04)</h2> <h3>Features</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-cdk/commit/a79277cc78de1f361975151f4a924a84f0533de0"><code>a79277c</code></a> chore: update analytics metadata blueprints</li> <li><a href="https://github.com/aws/aws-cdk/commit/2623e00546721f43a180871e2f8fb72712a9ffa1"><code>2623e00</code></a> feat(s3-deployment): backfill missing enums for s3-deployment (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/33819">#33819</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/1c09c8bb404b03929f245f7a888dfd84ac7cab32"><code>1c09c8b</code></a> fix(stepfunctions-tasks): jobQueueArn support JsonPath or JSONata (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/33670">#33670</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/fada917f8197527cd90622614fe1b6769c6cab1a"><code>fada917</code></a> feat: update L1 CloudFormation resource definitions (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/33800">#33800</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/73b91382c6f681e91b662dc0599cc19ba91c8a5a"><code>73b9138</code></a> fix(core): remove whitespaces in tree.json (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/33784">#33784</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/1fea9f167a0521b49b5d0738b27f07fcfa3b36ad"><code>1fea9f1</code></a> feat(logs): throw <code>ValidationError</code> instead of untyped Errors (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/33753">#33753</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/6a57c5054ebd1fcff9c0aa0abc454a3bb7a55915"><code>6a57c50</code></a> chore(cx-api): adding missing readme's (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/33796">#33796</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/734ca662c82cbedf06393d223a870381ad55520c"><code>734ca66</code></a> feat(ecs): add validation checks to memory cpu combinations of FARGATE compat...</li> <li><a href="https://github.com/aws/aws-cdk/commit/5984ba2e79f87f0e13644df7c1d6c656e41d437f"><code>5984ba2</code></a> chore(kinesisfirehose): ap-southeast-7 (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/33777">#33777</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/f7ed3165056c385249735ebb17a53d0fedd69c54"><code>f7ed316</code></a> chore: revert &quot;fix(iam): adding organization id pattern verification (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/33555">#33555</a>)...</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-cdk/commits/v2.185.0/packages/aws-cdk-lib">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aws-cdk-lib&package-manager=npm_and_yarn&previous-version=2.184.1&new-version=2.185.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 931c9fa commit 7fb93e1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"check-licenses": "license-checker --failOn GPL --failOn LGPL --start ../.."
1111
},
1212
"dependencies": {
13-
"aws-cdk-lib": "^2.184.1",
13+
"aws-cdk-lib": "^2.185.0",
1414
"cdk-nag": "^2.35.49",
1515
"constructs": "^10.4.2",
1616
"source-map-support": "^0.5.21"

0 commit comments

Comments
 (0)