Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown
Contributor

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

Updates @aws-cdk/toolkit-lib from 1.35.0 to 1.38.0

Release notes

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

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

1.38.0 (2026-08-03)

Features

  • toolkit-lib: diagnose hook failures in the central stack diagnoser (#1786) (8c37fc4)

Bug Fixes

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

1.37.0 (2026-07-30)

Features

  • toolkit-lib: add watchValidate action and cdk validate --watch (#1771) (49eaa58), closes #1762
  • toolkit-lib: simplify deploy approval message and surface auto-confirm (#1585) (0062024), closes #828
  • toolkit-lib: surface CloudTrail control-plane errors for failed resources (#1676) (7ca5b57)
  • toolkit-lib: Use COLUMNS env var for tables (#1704) (53368d1)

Bug Fixes

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

1.36.1 (2026-07-23)

Bug Fixes

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

1.36.0 (2026-07-22)

Features

... (truncated)

Commits
  • b6a2d8d chore(deps): upgrade dependencies (#1794)
  • ee9a40c fix(toolkit-lib): refactor ignores a custom toolkit stack name (#1791)
  • 8c37fc4 feat(toolkit-lib): diagnose hook failures in the central stack diagnoser (#1786)
  • 129b1ae fix: change-set diff can miss changes to JSON-typed properties (#1785)
  • 62a6b2c chore: migrate repo tooling and docs from ts-node to tsx (#1783)
  • 957c309 chore: revert "refactor: migrate all subprocess call sites to the shared subp...
  • e8aaa6b refactor: migrate all subprocess call sites to the shared subprocess module (...
  • 49eaa58 feat(toolkit-lib): add watchValidate action and cdk validate --watch (#1771)
  • 3eea303 fix(toolkit-lib): preserve publishing role for import templates (#1665)
  • 53368d1 feat(toolkit-lib): Use COLUMNS env var for tables (#1704)
  • Additional commits viewable in compare view

Updates aws-cdk-lib from 2.261.0 to 2.263.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.263.0

Features

  • autoscaling: add support for AutoScalingInstanceRefresh UpdatePolicy (#38277) (434157f), closes #38276
  • docdb: support per-instance maintenance window on DatabaseCluster (#38315) (5390624), closes #30391
  • ecs: add support for using existing Cloud Map namespaces in ECS clusters (#36812) (bda00bf), closes #26698
  • eks: add Provisioned Control Plane support with controlPlaneScalingTier property (#36651) (5ea1054), closes #36650
  • eks: add support for Kubernetes version 1.36 (#38441) (da27b6c), closes #38411
  • lambda: add Java8AL2023, Java11AL2023 and Java17AL2023 runtime for Lambda #38418 (#38419) (1e55176)
  • lambda: add logGroup and systemLogLevel to CapacityProvider (#38183) (61a2e2d), closes #38182
  • lambda: add PropagateTags to CapacityProvider for tag propagation (#38180) (6f86f97), closes #38181

Bug Fixes


Alpha modules (2.263.0-alpha.0)

⚠ BREAKING CHANGES

  • mediaconnect: removalPolicy prop removed from FlowProps, GatewayProps, and BridgeProps. These resources now follow CloudFormation's default deletion behaviour (Delete).

Bug Fixes

v2.262.2

Bug Fixes


Alpha modules (2.262.2-alpha.0)

v2.262.1

Bug Fixes

  • core: bump @aws/cloudformation-validate to 1.5.1-beta to fix install on Node != 22.x (#38382) (d409b96), closes #38380
  • core: env CDK_VALIDATION=false does not disable built-in template validation (#38379) (cc4208c), closes #38378

Alpha modules (2.262.1-alpha.0)

v2.262.0

Features

... (truncated)

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.263.0-alpha.0 (2026-07-31)

⚠ BREAKING CHANGES

  • mediaconnect: removalPolicy prop removed from FlowProps, GatewayProps, and BridgeProps. These resources now follow CloudFormation's default deletion behaviour (Delete).

Bug Fixes

2.262.2-alpha.0 (2026-07-29)

2.262.1-alpha.0 (2026-07-23)

2.262.0-alpha.0 (2026-07-22)

Bug Fixes

  • redshift-alpha: quote identifiers and escape literals containing special characters (#38269) (3cb6844)

2.261.0-alpha.0 (2026-07-02)

Features

  • metrics-facade-alpha: generate metrics facades (#37334) (aa9beb0)

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

... (truncated)

Commits
  • 731104d chore: update analytics metadata blueprints
  • 21fede3 chore(codebuild): remove deprecated Ubuntu 14.04 and Win 2016 Base images (#3...
  • da27b6c feat(eks): add support for Kubernetes version 1.36 (#38441)
  • 5390624 feat(docdb): support per-instance maintenance window on DatabaseCluster (#38315)
  • d26e507 fix(core): upgrade cloudformation-validate library (#38444)
  • 6f86f97 feat(lambda): add PropagateTags to CapacityProvider for tag propagation (#38180)
  • bda00bf feat(ecs): add support for using existing Cloud Map namespaces in ECS cluster...
  • 5ea1054 feat(eks): add Provisioned Control Plane support with controlPlaneScalingTier...
  • 1e55176 feat(lambda): add Java8AL2023, Java11AL2023 and Java17AL2023 runtime for Lamb...
  • b8e7c11 chore(iam): add resource validation to PolicyStatement for resource-based pol...
  • Additional commits viewable in compare view

Updates aws-cdk from 2.1132.0 to 2.1135.0

Release notes

Sourced from aws-cdk's releases.

aws-cdk@v2.1135.0

2.1135.0 (2026-08-03)

Features

Bug Fixes

aws-cdk@v2.1134.0

2.1134.0 (2026-07-30)

Features

  • deps: upgrade aws-cdk-lib (#1764) (2089d55)
  • toolkit-lib: add watchValidate action and cdk validate --watch (#1771) (49eaa58), closes #1762
  • toolkit-lib: simplify deploy approval message and surface auto-confirm (#1585) (0062024), closes #828
  • toolkit-lib: surface CloudTrail control-plane errors for failed resources (#1676) (7ca5b57)
  • toolkit-lib: Use COLUMNS env var for tables (#1704) (53368d1)

Bug Fixes

  • cli: version check trusts stale registry mirrors and recommends non-upgrades (#1769) (d818543)
  • route metadata through toolkit-lib (#1747) (b81e875)

aws-cdk@v2.1133.0

2.1133.0 (2026-07-23)

Features

  • cdk-explorer: advertise LSP feature and protocol manifest (#1750) (70cf0e3)
  • deps: upgrade aws-cdk-lib (#1752) (2810a54)

Bug Fixes

... (truncated)

Commits
  • 0fa27ff feat(deps): upgrade aws-cdk-lib (#1795)
  • b6a2d8d chore(deps): upgrade dependencies (#1794)
  • ee9a40c fix(toolkit-lib): refactor ignores a custom toolkit stack name (#1791)
  • 129b1ae fix: change-set diff can miss changes to JSON-typed properties (#1785)
  • 43f30d1 feat(deps): upgrade aws-cdk-lib (#1787)
  • 2189832 chore: aws-cdk-lib upgrade workflow fails on yarn age gate (#1784)
  • 62a6b2c chore: migrate repo tooling and docs from ts-node to tsx (#1783)
  • d87457e chore: release fails because of runtime dependency on private packages (#1776)
  • 957c309 chore: revert "refactor: migrate all subprocess call sites to the shared subp...
  • e8aaa6b refactor: migrate all subprocess call sites to the shared subprocess module (...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Changes that touch dependencies, e.g. Dependabot, etc. javascript Pull requests that update Javascript code labels Jul 31, 2026
@powertools-for-aws-oss-automation powertools-for-aws-oss-automation Bot added the size/S PR between 10-29 LOC label Aug 3, 2026
@svozza

svozza commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

@dependabot recreate

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/aws-cdk-f7858dae53 branch from 24e2159 to 86d056d Compare August 6, 2026 22:08
@dreamorosi

Copy link
Copy Markdown
Contributor

@svozza this will continue failing the Dependency Review CI check until CDK actually bumps the vulnerable dependency.

@svozza
svozza deployed to e2e-tests August 7, 2026 07:09 — with GitHub Actions Active
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/aws-cdk-f7858dae53 branch 2 times, most recently from 8131309 to e2d2632 Compare August 7, 2026 13:54
Bumps the aws-cdk group with 3 updates in the / directory: [@aws-cdk/toolkit-lib](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/@aws-cdk/toolkit-lib), [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) and [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk).


Updates `@aws-cdk/toolkit-lib` from 1.35.0 to 1.38.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.38.0/packages/@aws-cdk/toolkit-lib)

Updates `aws-cdk-lib` from 2.261.0 to 2.263.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.263.0/packages/aws-cdk-lib)

Updates `aws-cdk` from 2.1132.0 to 2.1135.0
- [Release notes](https://github.com/aws/aws-cdk-cli/releases)
- [Commits](https://github.com/aws/aws-cdk-cli/commits/aws-cdk@v2.1135.0/packages/aws-cdk)

---
updated-dependencies:
- dependency-name: "@aws-cdk/toolkit-lib"
  dependency-version: 1.36.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-cdk
- dependency-name: aws-cdk
  dependency-version: 2.1133.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-cdk
- dependency-name: aws-cdk-lib
  dependency-version: 2.262.1
  dependency-type: direct:production
  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-f7858dae53 branch from e2d2632 to 84c75c0 Compare August 7, 2026 13:57
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. javascript Pull requests that update Javascript code size/S PR between 10-29 LOC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants