Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 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.30.0 to 1.32.0

Release notes

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

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

1.32.0 (2026-07-01)

Features

  • cli: Integrate with express mode using --express flag for deploy, destroy, and bootstrap (#1689) (629ca49)

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

1.31.0 (2026-06-30)

Features

Bug Fixes

Commits
  • 629ca49 feat(cli): Integrate with express mode using --express flag for deploy, des...
  • fc95a5a chore: modernize tsconfig settings across all packages (#1685)
  • 5659329 fix(cli): route cdk destroy through toolkit-lib (#1686)
  • 20f2400 chore(cli): async and predicate-based CliIoHost message listeners (#1679)
  • 99902e1 feat(toolkit-lib): register message codes for dependency-stack selection line...
  • 9943606 feat(cli): allow customizing role session name via CDK_ROLE_SESSION_NAME (#1672)
  • 90ce5c6 feat(aws-cdk): surface custom resource Lambda logs on deployment failure (#1645)
  • fff4c93 fix(cli): a declined cdk destroy now returns exit code 1 (#1667)
  • 4f61577 fix: changeset-based diff is not showing changes caused by SSM parameters (#1...
  • See full diff in compare view

Updates aws-cdk-lib from 2.260.0 to 2.261.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.261.0

⚠ BREAKING CHANGES

  • ** L1 resources are automatically generated from public CloudFormation Resource Schemas. They are built to closely reflect the real state of CloudFormation. Sometimes these updates can contain changes that are incompatible with previous types, but more accurately reflect reality. In this release we have changed:
  • aws-cloudwatch: AWS::CloudWatch::LogAlarm: QueryLanguage property has been removed from the ScheduledQueryConfiguration type.
  • aws-elasticloadbalancing: AWS::ElasticLoadBalancing::LoadBalancer: Id attribute has been removed and the primary identifier is now LoadBalancerName.

Features

  • update L1 CloudFormation resource definitions (#38189) (5aabd32)
  • core: add git source metadata to CloudFormation templates (#37368) (765271b)
  • rds: support native Secrets Manager integration for RDS Cluster and Instance (#35734) (07d5623), closes #29239

Bug Fixes


Alpha modules (2.261.0-alpha.0)

Features

  • metrics-facade-alpha: generate metrics facades (#37334) (aa9beb0)
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.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

  • 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

... (truncated)

Commits
  • 1be62ae chore: update analytics metadata blueprints
  • a5da749 chore(aws-cdk-lib): remove unused table dependency (CVE-2026-13676) (#38235)
  • 5aabd32 feat: update L1 CloudFormation resource definitions (#38189)
  • 2c6988d chore(ec2): add g7e instance class (NVIDIA Blackwell B200) (#37971)
  • 6a1934d fix: improve internal path detection (#38205)
  • 45c9d5e docs: fix grammar errors and typos in source comments (#37577)
  • 07d5623 feat(rds): support native Secrets Manager integration for RDS Cluster and Ins...
  • bad8a3a fix(ecr-assets): tarball asset build command not escaped (#38171)
  • 031aba8 fix: print validation errors according to new style (#38166)
  • 1a342e0 chore(core): use cloud-assembly-schema types for validation (#38168)
  • Additional commits viewable in compare view

Updates aws-cdk from 2.1128.1 to 2.1129.0

Release notes

Sourced from aws-cdk's releases.

aws-cdk@v2.1129.0

2.1129.0 (2026-07-01)

Features

Bug Fixes

Commits
  • 629ca49 feat(cli): Integrate with express mode using --express flag for deploy, des...
  • bb33189 fix(cli): cdk list pollutes stdout with synth and dependency status lines (...
  • fc95a5a chore: modernize tsconfig settings across all packages (#1685)
  • 5659329 fix(cli): route cdk destroy through toolkit-lib (#1686)
  • 3560ff5 chore(cli): record effective output for cdk deploy (#1684)
  • 20f2400 chore(cli): async and predicate-based CliIoHost message listeners (#1679)
  • 9943606 feat(cli): allow customizing role session name via CDK_ROLE_SESSION_NAME (#1672)
  • fff4c93 fix(cli): a declined cdk destroy now returns exit code 1 (#1667)
  • 520f0e3 chore(cli): CliIoHost listeners can set level handle and requests (#1666)
  • 7718050 chore(cli): record effective output in IoHostRecorder (#1661)
  • See full diff 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 6, 2026
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.30.0 to 1.32.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.32.0/packages/@aws-cdk/toolkit-lib)

Updates `aws-cdk-lib` from 2.260.0 to 2.261.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.261.0/packages/aws-cdk-lib)

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

---
updated-dependencies:
- dependency-name: "@aws-cdk/toolkit-lib"
  dependency-version: 1.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-cdk
- dependency-name: aws-cdk
  dependency-version: 2.1129.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-cdk
- dependency-name: aws-cdk-lib
  dependency-version: 2.261.0
  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-3c075191f6 branch from d22d6ab to 890f774 Compare July 6, 2026 19:25
@sonarqubecloud

sonarqubecloud Bot commented Jul 6, 2026

Copy link
Copy Markdown

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants