Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/aws-cdk-05eb9b3712
Open

chore(deps): bump the aws-cdk group across 1 directory with 3 updates#1549
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/aws-cdk-05eb9b3712

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor

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

Updates @aws-cdk/cdk-assets-lib from 1.4.10 to 1.4.12

Release notes

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

@​aws-cdk/cdk-assets-lib@​v1.4.12

1.4.12 (2026-06-22)

Bug Fixes

  • remove ~48 transitive dependencies from asset packaging (#1654) (f979da7)

@​aws-cdk/cdk-assets-lib@​v1.4.11

1.4.11 (2026-06-15)

Bug Fixes

  • cdk-assets: re-tag docker image for multi-destination publishes (#1591) (3ec7934)
Commits
  • f979da7 fix: remove ~48 transitive dependencies from asset packaging (#1654)
  • 995a457 chore(deps): upgrade dependencies (#1626)
  • 16d8bc4 refactor: extract zip utilities into shared @aws-cdk/tools package (#1512)
  • 3ec7934 fix(cdk-assets): re-tag docker image for multi-destination publishes (#1591)
  • 1b92d2c chore(deps): upgrade dependencies (#1599)
  • See full diff in compare view

Updates @aws-cdk/toolkit-lib from 1.28.0 to 1.30.0

Release notes

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

@​aws-cdk/toolkit-lib@​v1.30.0

1.30.0 (2026-06-22)

Features

  • aws-cdk: detailed ECS service and container-level logs on CDK deployment failures (#1505) (b516d60)

Bug Fixes

  • remove ~48 transitive dependencies from asset packaging (#1654) (f979da7)
  • toolkit-lib: user-supplied glob include patterns silently ignored (#1652) (078ce70), closes #1647 #1146
  • validation report handling is inconsistent (#1650) (ab0f8e3)

@​aws-cdk/toolkit-lib@​v1.29.1

1.29.1 (2026-06-17)

@​aws-cdk/toolkit-lib@​v1.29.0

1.29.0 (2026-06-15)

Features

Bug Fixes

  • total deploy time is not well-accounted for (#1596) (c5db51a)
Commits
  • 55c4d9e chore(toolkit-lib): stop action tests resolving real AWS credentials (#1656)
  • f979da7 fix: remove ~48 transitive dependencies from asset packaging (#1654)
  • 078ce70 fix(toolkit-lib): user-supplied glob include patterns silently ignored (#1652)
  • ab0f8e3 fix: validation report handling is inconsistent (#1650)
  • b516d60 feat(aws-cdk): detailed ECS service and container-level logs on CDK deploymen...
  • 6b49a20 chore: better hotswap fallback surfacing in telemetry (#1635)
  • 995a457 chore(deps): upgrade dependencies (#1626)
  • aafc3c8 feat: --debug-app enables jsii stack traces (#1623)
  • 16d8bc4 refactor: extract zip utilities into shared @aws-cdk/tools package (#1512)
  • a0e68fb feat(cli): add --debug-app and --debug-cli flags (#1604)
  • Additional commits viewable in compare view

Updates aws-cdk-lib from 2.258.0 to 2.260.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.260.0

Features

Bug Fixes

  • bundling: docker build can be skipped if already performed (#38134) (2f9ae95)
  • core: stack traces contain decorator paths (#38130) (318f645)
  • core: weak cross-stack references fail for list attributes (#37948) (6bb9d75), closes #37910
  • lambda-nodejs: reuse posixShellEscape for Docker bundling file operations (#38133) (baa9e1d)

Alpha modules (2.260.0-alpha.0)

v2.259.0

⚠ BREAKING CHANGES

  • lambda: Runtime.NODEJS_LATEST now resolves to nodejs24.x in every region. Customers who pin to a concrete runtime (Runtime.NODEJS_22_X, useLatestRuntimeVersion: false in aws-lambda-nodejs.NodejsFunction) are unaffected. Existing AWS::Lambda::Function resources synthesized with NODEJS_LATEST will see Runtime: nodejs22.xRuntime: nodejs24.x on next deploy. Lambda accepts runtime updates in place.

    Customer-code compatibility — IMPORTANT: Node.js 24 removes support for callback-style asynchronous handlers ((event, context, callback) => {...}) per the launch blog. Customers whose Lambda code still uses callback-based handlers will see runtime errors after the bump. Customers should migrate to async (event, context) => {...} or pin to Runtime.NODEJS_22_X explicitly.

Features

  • core: recommend the use of weak references if no choice has been made (#38070) (6e74e5e)
  • ecs: add forceNewDeployment option for Fargate and EC2 services (#36797) (3d9c4df), closes #27762
  • eks: use the recommended AL2023 instead of AL2 AMI type (under feature flag) (#37850) (6a2dcb7), closes #32211
  • lambda: upgrade lambda and custom resource default runtime to nodejs24.x (#38031) (36c84c6)

Bug Fixes

Reverts


Alpha modules (2.259.0-alpha.0)

v2.258.1

Reverts


Alpha modules (2.258.1-alpha.0)

Changelog

Sourced from aws-cdk-lib's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.260.0-alpha.0 (2026-06-16)

2.259.0-alpha.0 (2026-06-11)

2.258.1-alpha.0 (2026-06-08)

2.258.0-alpha.0 (2026-06-04)

Features

  • integ-tests-alpha: add option to set the provider log level (#38005) (c634a79)

Bug Fixes

  • custom-resource-handlers: deterministic asset hashes for generated lambdas (#37634) (6c3d5bc), closes #34307
  • glue-alpha: deprecate Ray Jobs (#38055) (3fa428b)
  • glue-alpha: restore notifyDelayAfter to PySpark and Scala Spark ETL jobs (#37815) (05be88a), closes #33839
  • integ-tests-alpha: assertion failures print too much unnecessary information (#37974) (bc0de1d)
  • mediapackagev2-alpha: cdnAuth on OriginEndpoint now generates the required policy (#38013) (1d56b46)

2.257.0-alpha.0 (2026-05-21)

2.256.1-alpha.0 (2026-05-20)

2.256.0-alpha.0 (2026-05-19)

2.255.0-alpha.0 (2026-05-18)

Features

  • bedrock-agentcore-alpha: Graduation of the library to stable. The Policy submodule is the only submodule that remains in alpha. All other constructs have graduated to stable in aws-cdk-lib/aws-bedrockagentcore and we recommend migrating to the stable versions (#37876) (00cf601)

2.254.0-alpha.0 (2026-05-13)

Features

  • bedrock-agentcore-alpha: add tags support to Evaluator and OnlineEvaluationConfig (#37804) (adbf88f)
  • bedrock-agentcore-alpha: add identity L2 constructs (#37610) (67c3af2)
  • mediapackagev2-alpha: add OAC integration between CloudFront and MediaPackageV2 (#37701) (654f59c)

Bug Fixes

... (truncated)

Commits
  • f266a47 feat: update L1 CloudFormation resource definitions (#38151)
  • 318f645 fix(core): stack traces contain decorator paths (#38130)
  • 2f9ae95 fix(bundling): docker build can be skipped if already performed (#38134)
  • aeafa63 docs(pipelines): clarify format of DockerHub creds (#38132)
  • baa9e1d fix(lambda-nodejs): reuse posixShellEscape for Docker bundling file operation...
  • e360dd9 feat(core): add external traces to ConstructError (#38131)
  • 5619d43 Merge branch 'main' into merge-back/2.259.0
  • 6bb9d75 fix(core): weak cross-stack references fail for list attributes (#37948)
  • c77a08c feat(core): append external stack traces to metadata if available (#38124)
  • 772eeba chore: update analytics metadata blueprints
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 17, 2026
@dependabot dependabot Bot requested a review from a team June 17, 2026 17:44
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 17, 2026
@github-actions github-actions Bot added the size/s PR size: S label Jun 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 36.77% 13434 / 36533
🔵 Statements 36.07% 14287 / 39609
🔵 Functions 31.2% 2285 / 7322
🔵 Branches 30.53% 8865 / 29037
Generated in workflow #3667 for commit 4486047 by the Vitest Coverage Report Action

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


Updates `@aws-cdk/cdk-assets-lib` from 1.4.10 to 1.4.12
- [Release notes](https://github.com/aws/aws-cdk-cli/releases)
- [Commits](https://github.com/aws/aws-cdk-cli/commits/@aws-cdk/cdk-assets-lib@v1.4.12/packages/@aws-cdk/cdk-assets-lib)

Updates `@aws-cdk/toolkit-lib` from 1.28.0 to 1.30.0
- [Release notes](https://github.com/aws/aws-cdk-cli/releases)
- [Commits](https://github.com/aws/aws-cdk-cli/commits/@aws-cdk/toolkit-lib@v1.30.0/packages/@aws-cdk/toolkit-lib)

Updates `aws-cdk-lib` from 2.258.0 to 2.260.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.260.0/packages/aws-cdk-lib)

---
updated-dependencies:
- dependency-name: "@aws-cdk/cdk-assets-lib"
  dependency-version: 1.4.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-cdk
- dependency-name: "@aws-cdk/toolkit-lib"
  dependency-version: 1.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-cdk
- dependency-name: aws-cdk-lib
  dependency-version: 2.260.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: aws-cdk
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/aws-cdk-05eb9b3712 branch from 4486047 to 55473c1 Compare June 24, 2026 17:44
@github-actions github-actions Bot added size/l PR size: L and removed size/s PR size: S labels Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code size/l PR size: L

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants