Skip to content

Commit 7a2fd68

Browse files
Upgrade: [dependabot] - bump aws-cdk-lib from 2.193.0 to 2.194.0 (#275)
Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.193.0 to 2.194.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.194.0</h2> <h3>Features</h3> <ul> <li>update L1 CloudFormation resource definitions (<a href="https://redirect.github.com/aws/aws-cdk/issues/34278">#34278</a>) (<a href="https://github.com/aws/aws-cdk/commit/e37faed95deb25be05826c2e1f2781b0e51ca26e">e37faed</a>)</li> <li><strong>events:</strong> throw <code>ValidationErrors</code> instead of untyped Errors (<a href="https://redirect.github.com/aws/aws-cdk/issues/34316">#34316</a>) (<a href="https://github.com/aws/aws-cdk/commit/06b463fd5a92aab9ffc9d016d85b977f64379550">06b463f</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/32569">#32569</a></li> </ul> <hr /> <h2>Alpha modules (2.194.0-alpha.0)</h2> </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.193.0-alpha.0...v2.194.0-alpha.0">2.194.0-alpha.0</a> (2025-05-01)</h2> <h2><a href="https://github.com/aws/aws-cdk/compare/v2.192.0-alpha.0...v2.193.0-alpha.0">2.193.0-alpha.0</a> (2025-04-30)</h2> <h3>Features</h3> <ul> <li><strong>pipes-targets-alpha:</strong> support Amazon Data Firehose target (<a href="https://redirect.github.com/aws/aws-cdk/issues/33860">#33860</a>) (<a href="https://github.com/aws/aws-cdk/commit/ebf1ea2a57ec7876fffbe16eddac6b409ae79074">ebf1ea2</a>)</li> </ul> <h2><a href="https://github.com/aws/aws-cdk/compare/v2.191.0-alpha.0...v2.192.0-alpha.0">2.192.0-alpha.0</a> (2025-04-24)</h2> <h3>Features</h3> <ul> <li><strong>applicationsignals-alpha:</strong> introduce Application Signals L2 constructs (<a href="https://redirect.github.com/aws/aws-cdk/issues/32931">#32931</a>) (<a href="https://github.com/aws/aws-cdk/commit/e7a6e14d7c3ddfbff8b1fd3f583abeefeed1258a">e7a6e14</a>)</li> </ul> <h2><a href="https://github.com/aws/aws-cdk/compare/v2.190.0-alpha.0...v2.191.0-alpha.0">2.191.0-alpha.0</a> (2025-04-22)</h2> <h3>Features</h3> <ul> <li><strong>location:</strong> throw ValidationError instead of untyped errors (<a href="https://redirect.github.com/aws/aws-cdk/issues/34174">#34174</a>) (<a href="https://github.com/aws/aws-cdk/commit/2ecf14a0c3e5a988532975536980d81589ea448e">2ecf14a</a>)</li> <li><strong>msk:</strong> throw ValidationError instead of untyped errors (<a href="https://redirect.github.com/aws/aws-cdk/issues/34214">#34214</a>) (<a href="https://github.com/aws/aws-cdk/commit/02cb5a4284e9aad2f8cc4fc8fcb2c1aebe8f92be">02cb5a4</a>)</li> </ul> <h2><a href="https://github.com/aws/aws-cdk/compare/v2.189.1-alpha.0...v2.190.0-alpha.0">2.190.0-alpha.0</a> (2025-04-16)</h2> <h3>⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES</h3> <ul> <li><strong>ec2-alpha:</strong> The logical ID for the NAT Gateway, defined using the <code>addNatGateways</code> method, will be changed, resulting in the NAT Gateway being recreated. Additionally, the domain for the Elastic IP (EIP) will be set to <code>vpc</code>, which will also trigger its recreation in the account.</li> </ul> <h3>Features</h3> <ul> <li><strong>ec2:</strong> enabling features for ipv6 and dualstack support with corresponding unit tests (<a href="https://redirect.github.com/aws/aws-cdk/issues/33898">#33898</a>) (<a href="https://github.com/aws/aws-cdk/commit/47a65dbf00ce2a866be2546dcca5be818db70824">47a65db</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/3873">#3873</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/33493">#33493</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/33493">#33493</a></li> <li><strong>ec2:</strong> throw ValidationErrors instead of untyped Errors (<a href="https://redirect.github.com/aws/aws-cdk/issues/34127">#34127</a>) (<a href="https://github.com/aws/aws-cdk/commit/93313dded1d719691689c6fb59d7a7a77bb7dade">93313dd</a>)</li> <li><strong>neptune-alpha:</strong> add engine versions up to v1.4.5.0 (<a href="https://redirect.github.com/aws/aws-cdk/issues/33989">#33989</a>) (<a href="https://github.com/aws/aws-cdk/commit/07f1d0a9d381fb9bceab0f836a2f1eb7977610c7">07f1d0a</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/33807">#33807</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>ec2-alpha:</strong> add multiple NATGW to the VPC using addNatGateway method (<a href="https://redirect.github.com/aws/aws-cdk/issues/34094">#34094</a>) (<a href="https://github.com/aws/aws-cdk/commit/ccd8de71c02068e43d36e2445dbb5e51f4aa695b">ccd8de7</a>)</li> <li><strong>ec2-alpha:</strong> update default config for Subnet's <code>assignIpv6AddressOnCreation</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/34116">#34116</a>) (<a href="https://github.com/aws/aws-cdk/commit/dff279800edd9688fa5de04766ae2667472fe861">dff2798</a>)</li> </ul> <h2><a href="https://github.com/aws/aws-cdk/compare/v2.189.0-alpha.0...v2.189.1-alpha.0">2.189.1-alpha.0</a> (2025-04-14)</h2> <h2><a href="https://github.com/aws/aws-cdk/compare/v2.188.0-alpha.0...v2.189.0-alpha.0">2.189.0-alpha.0</a> (2025-04-09)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-cdk/commit/205bc8f879071e6a800322f17f50b3093e8d434a"><code>205bc8f</code></a> chore(region-info): register ap-east-2 region (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/34284">#34284</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/e37faed95deb25be05826c2e1f2781b0e51ca26e"><code>e37faed</code></a> feat: update L1 CloudFormation resource definitions (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/34278">#34278</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/575efd8153012896a2995533db272c8925061b0f"><code>575efd8</code></a> docs(s3): update link for s3 event notification filter (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/34280">#34280</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/06b463fd5a92aab9ffc9d016d85b977f64379550"><code>06b463f</code></a> feat(events): throw <code>ValidationErrors</code> instead of untyped Errors (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/34316">#34316</a>)</li> <li>See full diff in <a href="https://github.com/aws/aws-cdk/commits/v2.194.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.193.0&new-version=2.194.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 2a78dcf commit 7a2fd68

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.193.0",
13+
"aws-cdk-lib": "^2.194.0",
1414
"cdk-nag": "^2.35.85",
1515
"constructs": "^10.4.2",
1616
"source-map-support": "^0.5.21"

0 commit comments

Comments
 (0)