Skip to content

Commit 9049d45

Browse files
Upgrade: [dependabot] - bump aws-cdk from 2.1005.0 to 2.1006.0 (#203)
Bumps [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk) from 2.1005.0 to 2.1006.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>[email protected]</h2> <h2><a href="https://github.com/aws/aws-cdk-cli/compare/[email protected]@v2.1006.0">2.1006.0</a> (2025-03-25)</h2> <h3>Features</h3> <ul> <li><code>@​aws-cdk/integ-runner</code> now lives in the CDK CLI repository (<a href="https://redirect.github.com/aws/aws-cdk-cli/issues/263">#263</a>) (<a href="https://github.com/aws/aws-cdk-cli/commit/d66e37523d3f2162e9d8d94b8ec45db3aa9ef39a">d66e375</a>)</li> <li><strong>cli:</strong> can ignore errors and return dummy value in CloudControl API context provider (<a href="https://redirect.github.com/aws/aws-cdk-cli/issues/211">#211</a>) (<a href="https://github.com/aws/aws-cdk-cli/commit/8c70b53c389b38fdb9d44352fdad03f4004f63bd">8c70b53</a>), closes <a href="https://github.com/aws//github.com/aws/aws-cdk-cli/blob/main/packages/aws-cdk/lib/context-providers/keys.ts/issues/L43-L48">/github.com/aws/aws-cdk-cli/blob/main/packages/aws-cdk/lib/context-providers/keys.ts#L43-L48</a> <a href="https://github.com/aws//github.com/aws/aws-cdk-cli/blob/main/packages/aws-cdk/lib/context-providers/ssm-parameters.ts/issues/L27-L30">/github.com/aws/aws-cdk-cli/blob/main/packages/aws-cdk/lib/context-providers/ssm-parameters.ts#L27-L30</a> <a href="https://github.com/aws//github.com/aws/aws-cdk/blob/v2.182.0/packages/aws-cdk-lib/aws-kms/lib/key.ts/issues/L741-L744">/github.com/aws/aws-cdk/blob/v2.182.0/packages/aws-cdk-lib/aws-kms/lib/key.ts#L741-L744</a> <a href="https://github.com/aws//github.com/go-to-k/aws-cdk/blob/45a276fd0fc9b7b08f69f7faf3d0091796ab1663/packages/aws-cdk-lib/core/lib/context-provider.ts/issues/L31-L45">/github.com/go-to-k/aws-cdk/blob/45a276fd0fc9b7b08f69f7faf3d0091796ab1663/packages/aws-cdk-lib/core/lib/context-provider.ts#L31-L45</a></li> <li><strong>toolkit-lib:</strong> structured messages for hotswap (<a href="https://redirect.github.com/aws/aws-cdk-cli/issues/260">#260</a>) (<a href="https://github.com/aws/aws-cdk-cli/commit/30a2a29502803caa385e9c01543b88410e30b59e">30a2a29</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>cli:</strong> don't double up on plugin errors and don't show pointless stack trace (<a href="https://redirect.github.com/aws/aws-cdk-cli/issues/262">#262</a>) (<a href="https://github.com/aws/aws-cdk-cli/commit/d8eeea8df890946cea6eff9e88c771ba0686da7a">d8eeea8</a>)</li> <li><strong>cli:</strong> hotswap output is different for different resources (<a href="https://redirect.github.com/aws/aws-cdk-cli/issues/250">#250</a>) (<a href="https://github.com/aws/aws-cdk-cli/commit/db4029ca429917728b09223eb0b6c2b43dc77ff1">db4029c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-cdk-cli/commit/8c70b53c389b38fdb9d44352fdad03f4004f63bd"><code>8c70b53</code></a> feat(cli): can ignore errors and return dummy value in CloudControl API conte...</li> <li><a href="https://github.com/aws/aws-cdk-cli/commit/1f880a594c037b390f2a8d1f71c5072094d71a89"><code>1f880a5</code></a> chore: update cdklabs-projen-project-types (<a href="https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk/issues/280">#280</a>)</li> <li><a href="https://github.com/aws/aws-cdk-cli/commit/289490b0fc9507991ed5b3db1efd2d7665fedc32"><code>289490b</code></a> refactor(cli): context providers use dedicated, provided messaging class (<a href="https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk/issues/277">#277</a>)</li> <li><a href="https://github.com/aws/aws-cdk-cli/commit/2dc5a564d8225f99063afd80bf4067770b0b0291"><code>2dc5a56</code></a> refactor(cli): tree api with injectable logging (<a href="https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk/issues/276">#276</a>)</li> <li><a href="https://github.com/aws/aws-cdk-cli/commit/4218dbc669cad536663dd36af8693aa398dce851"><code>4218dbc</code></a> chore(deps): upgrade dependencies (<a href="https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk/issues/214">#214</a>)</li> <li><a href="https://github.com/aws/aws-cdk-cli/commit/762e57f9c096ee87097d07c41ea9fb3a0e64b14e"><code>762e57f</code></a> refactor(cli): stack/security diff no longer prints directly to a stream (<a href="https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk/issues/264">#264</a>)</li> <li><a href="https://github.com/aws/aws-cdk-cli/commit/ee0d87d5ae74b3f6d164541fe6bfc0b0c9bb87fb"><code>ee0d87d</code></a> refactor(cli): new internal cloudformation api module (<a href="https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk/issues/270">#270</a>)</li> <li><a href="https://github.com/aws/aws-cdk-cli/commit/0d7bccae0b431d9e8e4b2c0dda6de970b1ae65f1"><code>0d7bcca</code></a> refactor(cli): use modern messaging infrastructure (<a href="https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk/issues/266">#266</a>)</li> <li><a href="https://github.com/aws/aws-cdk-cli/commit/a15e73e80fa6aab8f56d3be8182e996918414115"><code>a15e73e</code></a> refactor(cli): settings doesn't log anymore (<a href="https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk/issues/267">#267</a>)</li> <li><a href="https://github.com/aws/aws-cdk-cli/commit/d8eeea8df890946cea6eff9e88c771ba0686da7a"><code>d8eeea8</code></a> fix(cli): don't double up on plugin errors and don't show pointless stack tra...</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-cdk-cli/commits/[email protected]/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.1005.0&new-version=2.1006.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 7fbccf2 commit 9049d45

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.1005.0"
19+
"aws-cdk": "^2.1006.0"
2020
}
2121
}

0 commit comments

Comments
 (0)