Skip to content

chore(deps): bump the aws-cdk group across 1 directory with 2 updates #3992

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 29, 2025

Bumps the aws-cdk group with 2 updates in the / directory: @aws-cdk/toolkit-lib and aws-cdk.

Updates @aws-cdk/toolkit-lib from 0.3.7 to 0.4.0

Release notes

Sourced from @​aws-cdk/toolkit-lib's releases.

@​aws-cdk/toolkit-lib@​v0.4.0

0.4.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: Dependency on proxy-agent has been removed, this also removes the support of configuring a proxy through like HTTPS_PROXY and AWS_CA_BUNDLE. The type of sdkConfig.httpOptions has changed to now optionally take a single agent: https.Agent property instead of the proxy settings. The restore the previous behavior, pass an instance of ProxyAgent to sdkConfig.httpOptions: { agent: new ProxyAgent({ ca: oldHttpOptions.caBundlePath, getProxyForUrl: () => oldHttpOptions.proxyAddress }) }
  • 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.
  • toolkit-lib: hotswap deployments are now modeled as a deployment method. Instead of DeployOptions.hotswap, use DeployOptions.deploymentMethod = { method: 'hotswap' }. Similarly, DeployOptions.hotswapProperties is now DeployOptions.deploymentMethod = { method: 'hotswap', properties: myHotswapProperties }.
  • toolkit-lib: directory handling is unexpected for libraries (#510)

Features

  • cli,toolkit-lib: drift detection via cdk drift and toolkit.drift() (#442) (c48b685)
  • digest computation for refactor considers cross-stack references (#529) (33040d8)
  • toolkit-lib: emit drift in span (#550) (f227c9b), closes #442
  • toolkit-lib: generic messages do not have a code (#526) (b1dfe96)

... (truncated)

Commits
  • f227c9b feat(toolkit-lib): emit drift in span (#550)
  • 566e2ab chore(toolkit-lib): test cases for notices cache (#548)
  • 2eb1b84 fix(toolkit-lib)!: diff message payloads are incomplete (#546)
  • 4bd0289 fix(toolkit-lib): create notices cache dir (#545)
  • de608f6 chore(toolkit-lib): replace typedoc with api-extractor (#543)
  • 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() ...
  • 56b6c4c feat(toolkit-lib)!: support custom https.Agent for SDK requests (#533)
  • 70128c0 fix(toolkit-lib): CloudAssemblySourceBuilder and BaseDeployOptions are no...
  • Additional commits viewable in compare view

Updates aws-cdk from 2.1016.1 to 2.1017.0

Release notes

Sourced from aws-cdk's releases.

[email protected]

2.1017.0 (2025-05-28)

Features

  • cli drift detection via cdk drift and toolkit.drift() (#442) (c48b685)
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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the aws-cdk group with 2 updates in the / directory: [@aws-cdk/toolkit-lib](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/@aws-cdk/toolkit-lib) and [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk).


Updates `@aws-cdk/toolkit-lib` from 0.3.7 to 0.4.0
- [Release notes](https://github.com/aws/aws-cdk-cli/releases)
- [Commits](https://github.com/aws/aws-cdk-cli/commits/@aws-cdk/[email protected]/packages/@aws-cdk/toolkit-lib)

Updates `aws-cdk` from 2.1016.1 to 2.1017.0
- [Release notes](https://github.com/aws/aws-cdk-cli/releases)
- [Commits](https://github.com/aws/aws-cdk-cli/commits/[email protected]/packages/aws-cdk)

---
updated-dependencies:
- dependency-name: "@aws-cdk/toolkit-lib"
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-cdk
- dependency-name: aws-cdk
  dependency-version: 2.1017.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-cdk
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Changes that touch dependencies, e.g. Dependabot, etc. javascript Pull requests that update Javascript code labels May 29, 2025
@boring-cyborg boring-cyborg bot added the documentation Improvements or additions to documentation label May 29, 2025
@pull-request-size pull-request-size bot added the size/XS PR between 0-9 LOC label May 29, 2025
Copy link

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 3, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 3, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/aws-cdk-2f31e36064 branch June 3, 2025 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Changes that touch dependencies, e.g. Dependabot, etc. documentation Improvements or additions to documentation javascript Pull requests that update Javascript code size/XS PR between 0-9 LOC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants