An open index of dependabot pull requests across open source projects.

chore(deps-dev): bump aws-cdk from 2.1016.1 to 2.1017.0

Merged
Number: #6734
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: May 28, 2025 at 08:56 PM UTC
(6 months ago)
Updated: May 28, 2025 at 09:20 PM UTC
(6 months ago)
Merged: May 28, 2025 at 09:20 PM UTC
(6 months ago)
by anafalcao
Time to Close: 24 minutes
Labels:
dependencies internal size/XS javascript
Description:

Bumps aws-cdk from 2.1016.1 to 2.1017.0.

Release notes

Sourced from aws-cdk's releases.

aws-cdk@v2.1017.0

2.1017.0 (2025-05-28)

⚠ BREAKING CHANGES

  • toolkit-lib: The data emitted by message CDK_TOOLKIT_I4001 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 CDK_TOOLKIT_I4002. Deprecated option securityOnly removed from DiffOptions used by Toolkit.diff(). Instead the action always prints and returns a security diff. Use a custom IoHost implementation to customize the exact diff output.
  • toolkit-lib: Custom implementations of BaseCredentials have changed. If you previously extended the abstract BaseCredentials class and implemented the abstract method, you can now pass any object implementing the new IBaseCredentialsProvider interface. The method name change to sdkBaseConfig and it now receives two parameters: an ioHost that can be used to emit messages and a clientConfig to should be honored for all SDK requests. However the clientConfig may be extended as needed.
  • toolkit-lib: parameterize context storage (#534)
  • toolkit-lib: The 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 "default code" ending in 0000 no longer have a code and must be treated purely informational. Requests and messages with a payload are always coded.

Features

  • cli,toolkit-lib: drift detection via cdk drift and toolkit.drift() (#442) (c48b685)
  • toolkit-lib: generic messages do not have a code (#526) (b1dfe96)
  • toolkit-lib: improved types for BaseCredentials (#542) (b04ad30)
  • toolkit-lib: parameterize context storage (#534) (95971c0)

Bug Fixes

  • toolkit-lib: fromAssemblyBuilder mutates globally shared process.env (#528) (09c8402)
  • toolkit-lib: deploy options is missing importExistingResources and hotswapProperties.ecs.stabilizationTimeoutSeconds (#520) (f10dfc3)
  • toolkit-lib: diff message payloads are incomplete (#546) (2eb1b84)
  • toolkit-lib: unnecessary dependency on promptly (#523) (3d833d3), closes #396
Commits
  • 2eb1b84 fix(toolkit-lib)!: diff message payloads are incomplete (#546)
  • b04ad30 feat(toolkit-lib)!: improved types for BaseCredentials (#542)
  • 95971c0 feat(toolkit-lib)!: parameterize context storage (#534)
  • c48b685 feat(cli,toolkit-lib): drift detection via cdk drift and toolkit.drift() ...
  • 4767724 refactor(cli): create ProxyAgent in the CLI in preparation of proxy-agent...
  • 09c8402 fix(toolkit-lib): fromAssemblyBuilder mutates globally shared process.env...
  • fbc28d7 chore(deps): upgrade dependencies (#530)
  • 3d833d3 fix(toolkit-lib): unnecessary dependency on promptly (#523)
  • b1dfe96 feat(toolkit-lib)!: generic messages do not have a code (#526)
  • 841bc03 refactor(cli): hotswap is now a deployment method (#519)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+5
Deletions:
-5
Package Dependencies
Package:
aws-cdk
Ecosystem:
npm
Version Change:
2.1016.1 → 2.1017.0
Update Type:
Minor
Technical Details
ID: 722374
UUID: 2550594320
Node ID: PR_kwDODTo4k86YBvsQ
Host: GitHub
Repository: aws-powertools/powertools-lambda-python
Merge State: Unknown