Skip to content

Commit 1fb1d4a

Browse files
Upgrade: [dependabot] - bump aws-cdk from 2.1101.0 to 2.1102.0 (#472)
Bumps [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk) from 2.1101.0 to 2.1102.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-cdk-cli/releases">aws-cdk's releases</a>.</em></p> <blockquote> <h2>aws-cdk@v2.1102.0</h2> <h2><a href="https://github.com/aws/aws-cdk-cli/compare/aws-cdk@v2.1101.0...aws-cdk@v2.1102.0">2.1102.0</a> (2026-01-22)</h2> <h3>Features</h3> <ul> <li><strong>cli:</strong> support hotswap for AWS::BedrockAgentCore::Runtime (<a href="https://redirect.github.com/aws/aws-cdk-cli/issues/991">#991</a>) (<a href="https://github.com/aws/aws-cdk-cli/commit/af43d431455b87913fd5487c2ff932363b3b5fc8">af43d43</a>), closes <a href="https://redirect.github.com/aws/aws-cdk-cli/issues/947">#947</a> <a href="https://redirect.github.com/aws//redirect.github.com/aws/aws-cdk-cli/pull/991/issues/discussion_r2617383140">aws/aws-cdk-cli#991</a> <a href="https://redirect.github.com/aws//redirect.github.com/aws/aws-cdk-cli/pull/991/issues/discussion_r2617383320">aws/aws-cdk-cli#991</a></li> <li><strong>deps:</strong> upgrade aws-cdk-lib (<a href="https://redirect.github.com/aws/aws-cdk-cli/issues/1027">#1027</a>) (<a href="https://github.com/aws/aws-cdk-cli/commit/943967ea16f6f0c5e1e6e02a682179d5005600bf">943967e</a>)</li> <li><strong>deps:</strong> upgrade aws-cdk-lib (<a href="https://redirect.github.com/aws/aws-cdk-cli/issues/1034">#1034</a>) (<a href="https://github.com/aws/aws-cdk-cli/commit/9765a69bc25b50c881b0374e472ba9c378ab40e2">9765a69</a>)</li> <li>new package: <code>@​aws-cdk/cloud-assembly-api</code> (<a href="https://redirect.github.com/aws/aws-cdk-cli/issues/1033">#1033</a>) (<a href="https://github.com/aws/aws-cdk-cli/commit/83bf7cd5720ebfef7896dee3ba1e33b724dbf5aa">83bf7cd</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>CDK app fails to launch if paths contain spaces (<a href="https://redirect.github.com/aws/aws-cdk-cli/issues/1045">#1045</a>) (<a href="https://github.com/aws/aws-cdk-cli/commit/c82de0920a41e6194894fcad066dccccd1fa5707">c82de09</a>), closes <a href="https://redirect.github.com/aws/aws-cdk-cli/issues/636">#636</a></li> <li><strong>cli:</strong> outdated instructions in README of python init template (<a href="https://redirect.github.com/aws/aws-cdk-cli/issues/1047">#1047</a>) (<a href="https://github.com/aws/aws-cdk-cli/commit/84aadd68c9a1633b2d7dd3ed25974e150714d7a7">84aadd6</a>), closes <a href="https://redirect.github.com/aws/aws-cdk-cli/issues/9135">#9135</a> <a href="https://redirect.github.com/aws/aws-cdk-cli/issues/17062">#17062</a></li> <li><strong>cli:</strong> remove legacy stack tags behavior (<a href="https://redirect.github.com/aws/aws-cdk-cli/issues/1053">#1053</a>) (<a href="https://github.com/aws/aws-cdk-cli/commit/78fa8070cc37d9e06952678b8cfe35b7066f2566">78fa807</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-cdk-cli/commit/78fa8070cc37d9e06952678b8cfe35b7066f2566"><code>78fa807</code></a> fix(cli): remove legacy stack tags behavior (<a href="https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk/issues/1053">#1053</a>)</li> <li><a href="https://github.com/aws/aws-cdk-cli/commit/84aadd68c9a1633b2d7dd3ed25974e150714d7a7"><code>84aadd6</code></a> fix(cli): outdated instructions in README of python init template (<a href="https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk/issues/1047">#1047</a>)</li> <li><a href="https://github.com/aws/aws-cdk-cli/commit/c82de0920a41e6194894fcad066dccccd1fa5707"><code>c82de09</code></a> fix: CDK app fails to launch if paths contain spaces (<a href="https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk/issues/1045">#1045</a>)</li> <li><a href="https://github.com/aws/aws-cdk-cli/commit/9765a69bc25b50c881b0374e472ba9c378ab40e2"><code>9765a69</code></a> feat(deps): upgrade aws-cdk-lib (<a href="https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk/issues/1034">#1034</a>)</li> <li><a href="https://github.com/aws/aws-cdk-cli/commit/83bf7cd5720ebfef7896dee3ba1e33b724dbf5aa"><code>83bf7cd</code></a> feat: new package: <code>@​aws-cdk/cloud-assembly-api</code> (<a href="https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk/issues/1033">#1033</a>)</li> <li><a href="https://github.com/aws/aws-cdk-cli/commit/943967ea16f6f0c5e1e6e02a682179d5005600bf"><code>943967e</code></a> feat(deps): upgrade aws-cdk-lib (<a href="https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk/issues/1027">#1027</a>)</li> <li><a href="https://github.com/aws/aws-cdk-cli/commit/af43d431455b87913fd5487c2ff932363b3b5fc8"><code>af43d43</code></a> feat(cli): support hotswap for AWS::BedrockAgentCore::Runtime (<a href="https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk/issues/991">#991</a>)</li> <li>See full diff in <a href="https://github.com/aws/aws-cdk-cli/commits/aws-cdk@v2.1102.0/packages/aws-cdk">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aws-cdk&package-manager=npm_and_yarn&previous-version=2.1101.0&new-version=2.1102.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8172bec commit 1fb1d4a

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"vitest": "^4.0.13"
2727
},
2828
"dependencies": {
29-
"aws-cdk": "^2.1101.0",
29+
"aws-cdk": "^2.1102.0",
3030
"aws-cdk-lib": "^2.235.0",
3131
"cdk-nag": "^2.37.52",
3232
"constructs": "^10.4.5",

packages/cdkConstructs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@aws-sdk/client-cloudformation": "^3.970.0",
2424
"@aws-sdk/client-s3": "^3.970.0",
25-
"aws-cdk": "^2.1101.0",
25+
"aws-cdk": "^2.1102.0",
2626
"aws-cdk-lib": "^2.235.0",
2727
"cdk-nag": "^2.37.52",
2828
"constructs": "^10.4.5"

0 commit comments

Comments
 (0)