Skip to content

Commit fbd5840

Browse files
Upgrade: [dependabot] - bump aws-cdk from 2.1016.1 to 2.1017.0 (#331)
Bumps [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk) from 2.1016.1 to 2.1017.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.1017.0">2.1017.0</a> (2025-05-28)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li><strong>toolkit-lib:</strong> The data emitted by message <code>CDK_TOOLKIT_I4001</code> has changed. Instead of formatted diffs, it now contains a stack count and the template diff as returned by the action. The formatted output is now available on a new message <code>CDK_TOOLKIT_I4002</code>. Deprecated option <code>securityOnly</code> removed from <code>DiffOptions</code> used by <code>Toolkit.diff()</code>. Instead the action always prints and returns a security diff. Use a custom <code>IoHost</code> implementation to customize the exact diff output.</li> <li><strong>toolkit-lib:</strong> Custom implementations of <code>BaseCredentials</code> have changed. If you previously extended the abstract <code>BaseCredentials</code> class and implemented the abstract method, you can now pass any object implementing the new <code>IBaseCredentialsProvider</code> interface. The method name change to <code>sdkBaseConfig</code> and it now receives two parameters: an <code>ioHost</code> that can be used to emit messages and a <code>clientConfig</code> to should be honored for all SDK requests. However the <code>clientConfig</code> may be extended as needed.</li> <li><strong>toolkit-lib:</strong> parameterize context storage (<a href="https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk/issues/534">#534</a>)</li> <li><strong>toolkit-lib:</strong> The <code>code</code> field on messages is now optional. All messages with a code are subject to our backwards compatibility guarantees and can be relied upon by integrators. Messages that previously had a &quot;default code&quot; ending in <code>0000</code> no longer have a code and must be treated purely informational. Requests and messages with a payload are always coded.</li> </ul> <h3>Features</h3> <ul> <li><strong>cli,toolkit-lib:</strong> drift detection via <code>cdk drift</code> and <code>toolkit.drift()</code> (<a href="https://redirect.github.com/aws/aws-cdk-cli/issues/442">#442</a>) (<a href="https://github.com/aws/aws-cdk-cli/commit/c48b685684fe838d4461857a16babf3aaee1b9f4">c48b685</a>)</li> <li><strong>toolkit-lib:</strong> generic messages do not have a code (<a href="https://redirect.github.com/aws/aws-cdk-cli/issues/526">#526</a>) (<a href="https://github.com/aws/aws-cdk-cli/commit/b1dfe96fce681e191b7468bdd7ee299d1e6d8216">b1dfe96</a>)</li> <li><strong>toolkit-lib:</strong> improved types for BaseCredentials (<a href="https://redirect.github.com/aws/aws-cdk-cli/issues/542">#542</a>) (<a href="https://github.com/aws/aws-cdk-cli/commit/b04ad30515c1a32ee1ba35d632e8c1068d0afee8">b04ad30</a>)</li> <li><strong>toolkit-lib:</strong> parameterize context storage (<a href="https://redirect.github.com/aws/aws-cdk-cli/issues/534">#534</a>) (<a href="https://github.com/aws/aws-cdk-cli/commit/95971c04dab63e272669bac795eeaea8189ed1c3">95971c0</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>toolkit-lib:</strong> <code>fromAssemblyBuilder</code> mutates globally shared <code>process.env</code> (<a href="https://redirect.github.com/aws/aws-cdk-cli/issues/528">#528</a>) (<a href="https://github.com/aws/aws-cdk-cli/commit/09c8402521d1ba3e1eeb201eb99fab22443e80bc">09c8402</a>)</li> <li><strong>toolkit-lib:</strong> deploy options is missing <code>importExistingResources</code> and <code>hotswapProperties.ecs.stabilizationTimeoutSeconds</code> (<a href="https://redirect.github.com/aws/aws-cdk-cli/issues/520">#520</a>) (<a href="https://github.com/aws/aws-cdk-cli/commit/f10dfc36cbf210a82dd701ef1e21219842bf1f84">f10dfc3</a>)</li> <li><strong>toolkit-lib:</strong> diff message payloads are incomplete (<a href="https://redirect.github.com/aws/aws-cdk-cli/issues/546">#546</a>) (<a href="https://github.com/aws/aws-cdk-cli/commit/2eb1b841f704680d25212696d0d8be6495dd084c">2eb1b84</a>)</li> <li><strong>toolkit-lib:</strong> unnecessary dependency on promptly (<a href="https://redirect.github.com/aws/aws-cdk-cli/issues/523">#523</a>) (<a href="https://github.com/aws/aws-cdk-cli/commit/3d833d39565b83b4ff566b1ab3ec80fdaa2bb57d">3d833d3</a>), closes <a href="https://redirect.github.com/aws/aws-cdk-cli/issues/396">#396</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-cdk-cli/commit/2eb1b841f704680d25212696d0d8be6495dd084c"><code>2eb1b84</code></a> fix(toolkit-lib)!: diff message payloads are incomplete (<a href="https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk/issues/546">#546</a>)</li> <li><a href="https://github.com/aws/aws-cdk-cli/commit/b04ad30515c1a32ee1ba35d632e8c1068d0afee8"><code>b04ad30</code></a> feat(toolkit-lib)!: improved types for BaseCredentials (<a href="https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk/issues/542">#542</a>)</li> <li><a href="https://github.com/aws/aws-cdk-cli/commit/95971c04dab63e272669bac795eeaea8189ed1c3"><code>95971c0</code></a> feat(toolkit-lib)!: parameterize context storage (<a href="https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk/issues/534">#534</a>)</li> <li><a href="https://github.com/aws/aws-cdk-cli/commit/c48b685684fe838d4461857a16babf3aaee1b9f4"><code>c48b685</code></a> feat(cli,toolkit-lib): drift detection via <code>cdk drift</code> and <code>toolkit.drift()</code> ...</li> <li><a href="https://github.com/aws/aws-cdk-cli/commit/4767724fd6c55a9324e9ad1c9600662e1759737c"><code>4767724</code></a> refactor(cli): create <code>ProxyAgent</code> in the CLI in preparation of <code>proxy-agent</code>...</li> <li><a href="https://github.com/aws/aws-cdk-cli/commit/09c8402521d1ba3e1eeb201eb99fab22443e80bc"><code>09c8402</code></a> fix(toolkit-lib): <code>fromAssemblyBuilder</code> mutates globally shared <code>process.env</code>...</li> <li><a href="https://github.com/aws/aws-cdk-cli/commit/fbc28d782e5352638203f2ff7964e9b70613818d"><code>fbc28d7</code></a> chore(deps): upgrade dependencies (<a href="https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk/issues/530">#530</a>)</li> <li><a href="https://github.com/aws/aws-cdk-cli/commit/3d833d39565b83b4ff566b1ab3ec80fdaa2bb57d"><code>3d833d3</code></a> fix(toolkit-lib): unnecessary dependency on promptly (<a href="https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk/issues/523">#523</a>)</li> <li><a href="https://github.com/aws/aws-cdk-cli/commit/b1dfe96fce681e191b7468bdd7ee299d1e6d8216"><code>b1dfe96</code></a> feat(toolkit-lib)!: generic messages do not have a code (<a href="https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk/issues/526">#526</a>)</li> <li><a href="https://github.com/aws/aws-cdk-cli/commit/841bc03760b3e6a578c32b8a7d7f20819de1c9c2"><code>841bc03</code></a> refactor(cli): hotswap is now a deployment method (<a href="https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk/issues/519">#519</a>)</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.1016.1&new-version=2.1017.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 1adb73c commit fbd5840

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

0 commit comments

Comments
 (0)