Skip to content

Commit fd75523

Browse files
Upgrade: [dependabot] - bump aws-cdk from 2.1106.0 to 2.1106.1 (#880)
Bumps [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk) from 2.1106.0 to 2.1106.1. <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.1106.1</h2> <h2><a href="https://github.com/aws/aws-cdk-cli/compare/aws-cdk@v2.1106.0...aws-cdk@v2.1106.1">2.1106.1</a> (2026-02-18)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>cli:</strong> <code>cdk init</code> fails to run <code>dotnet restore &amp;&amp; dotnet build</code> for C# &amp; F# projects (<a href="https://redirect.github.com/aws/aws-cdk-cli/issues/1148">#1148</a>) (<a href="https://github.com/aws/aws-cdk-cli/commit/69b9c33c5ccb0afce850b809c8976ea92d202683">69b9c33</a>)</li> <li><strong>cli:</strong> use NuGet floating version for constructs in .NET templates (<a href="https://redirect.github.com/aws/aws-cdk-cli/issues/1145">#1145</a>) (<a href="https://github.com/aws/aws-cdk-cli/commit/4e0d9f7c4473b1dea808f6684398707f80763d53">4e0d9f7</a>)</li> <li><strong>cloud-assembly-schema:</strong> manifest validation takes up majority of synthesis time (<a href="https://redirect.github.com/aws/aws-cdk-cli/issues/1135">#1135</a>) (<a href="https://github.com/aws/aws-cdk-cli/commit/efb810f5bdc9ef5ebd9e3ac28576b7d7ccf99647">efb810f</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-cdk-cli/commit/4e0d9f7c4473b1dea808f6684398707f80763d53"><code>4e0d9f7</code></a> fix(cli): use NuGet floating version for constructs in .NET templates (<a href="https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk/issues/1145">#1145</a>)</li> <li><a href="https://github.com/aws/aws-cdk-cli/commit/69b9c33c5ccb0afce850b809c8976ea92d202683"><code>69b9c33</code></a> fix(cli): <code>cdk init</code> fails to run <code>dotnet restore &amp;&amp; dotnet build</code> for C# &amp; F...</li> <li><a href="https://github.com/aws/aws-cdk-cli/commit/f636cd9019d06acceac190d72f8e98c3f017726b"><code>f636cd9</code></a> docs: update AgentCore Runtime S3-based hotswap recommendation to use `fromCo...</li> <li><a href="https://github.com/aws/aws-cdk-cli/commit/efb810f5bdc9ef5ebd9e3ac28576b7d7ccf99647"><code>efb810f</code></a> fix(cloud-assembly-schema): manifest validation takes up majority of synthesi...</li> <li>See full diff in <a href="https://github.com/aws/aws-cdk-cli/commits/aws-cdk@v2.1106.1/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.1106.0&new-version=2.1106.1)](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 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 1c332d1 commit fd75523

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
@@ -16,6 +16,6 @@
1616
"source-map-support": "^0.5.21"
1717
},
1818
"devDependencies": {
19-
"aws-cdk": "^2.1106.0"
19+
"aws-cdk": "^2.1106.1"
2020
}
2121
}

0 commit comments

Comments
 (0)