Skip to content

build(deps-dev): bump the aws-cdk group across 1 directory with 6 updates - #1238

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/aws-cdk-08ed9a1827
Open

build(deps-dev): bump the aws-cdk group across 1 directory with 6 updates#1238
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/aws-cdk-08ed9a1827

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the aws-cdk group with 5 updates in the / directory:

Package From To
aws-cdk 2.1034.0 2.1132.0
aws-cdk-lib 2.232.2 2.261.0
cdk8s 2.70.34 2.70.84
cdk8s-cli 2.203.7 2.207.41
cdk8s-plus-34 2.0.36 2.0.41

Updates aws-cdk from 2.1034.0 to 2.1132.0

Release notes

Sourced from aws-cdk's releases.

aws-cdk@v2.1132.0

2.1132.0 (2026-07-16)

Features

aws-cdk@v2.1131.0

2.1131.0 (2026-07-14)

Features

  • cli: typescript init templates use tsc + tsx and swc/jest, on typescript 7 (#1719) (9bf08e5)

aws-cdk@v2.1130.0

2.1130.0 (2026-07-10)

Features

Bug Fixes

  • cli: don't re-run listeners when replaying corked messages (#1701) (200c183), closes #1585
  • cli: exceptions may get masked by PackageManifestNotFound (#1712) (4086fdf)

aws-cdk@v2.1129.0

2.1129.0 (2026-07-01)

Features

Bug Fixes

... (truncated)

Commits
  • c4e4ee9 feat: integrate lsp feature branch (#1681)
  • 9bf08e5 feat(cli): typescript init templates use tsc + tsx and swc/jest, on typescrip...
  • 4086fdf fix(cli): exceptions may get masked by PackageManifestNotFound (#1712)
  • f096a84 feat(deps): upgrade aws-cdk-lib (#1703)
  • 200c183 fix(cli): don't re-run listeners when replaying corked messages (#1701)
  • 81e414d chore: dedupe packages and upgrade sdk version (#1693)
  • 8c9f488 chore(cli): add tests for express mode output on deploy and destroy (#1696)
  • 24211a5 chore(deps): upgrade dependencies (#1692)
  • 1e25583 chore(deps): upgrade projen and regenerate project files (#1690)
  • 629ca49 feat(cli): Integrate with express mode using --express flag for deploy, des...
  • Additional commits viewable in compare view

Updates aws-cdk-lib from 2.232.2 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)

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.

... (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
  • 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 cdk8s from 2.70.34 to 2.70.84

Release notes

Sourced from cdk8s's releases.

v2.70.84

2.70.84 (2026-07-17)

v2.70.83

2.70.83 (2026-07-07)

v2.70.82

2.70.82 (2026-07-03)

v2.70.81

2.70.81 (2026-06-30)

v2.70.80

2.70.80 (2026-06-23)

v2.70.79

2.70.79 (2026-06-21)

v2.70.78

2.70.78 (2026-06-20)

v2.70.77

2.70.77 (2026-06-19)

v2.70.76

2.70.76 (2026-06-16)

v2.70.75

2.70.75 (2026-06-12)

v2.70.74

2.70.74 (2026-06-10)

v2.70.73

2.70.73 (2026-06-09)

v2.70.72

... (truncated)

Commits

Updates cdk8s-cli from 2.203.7 to 2.207.41

Release notes

Sourced from cdk8s-cli's releases.

v2.207.41

2.207.41 (2026-07-14)

v2.207.40

2.207.40 (2026-07-13)

v2.207.39

2.207.39 (2026-07-08)

v2.207.38

2.207.38 (2026-07-07)

v2.207.37

2.207.37 (2026-07-06)

v2.207.36

2.207.36 (2026-07-04)

v2.207.35

2.207.35 (2026-07-03)

v2.207.34

2.207.34 (2026-07-01)

v2.207.33

2.207.33 (2026-06-30)

v2.207.32

2.207.32 (2026-06-29)

v2.207.31

2.207.31 (2026-06-27)

v2.207.30

2.207.30 (2026-06-26)

v2.207.29

... (truncated)

Commits

Updates cdk8s-plus-34 from 2.0.36 to 2.0.41

Commits

Updates constructs from 10.4.4 to 10.8.1

Release notes

Sourced from constructs's releases.

v10.8.1

10.8.1 (2026-08-03)

Bug Fixes

v10.8.0

10.8.0 (2026-07-30)

Features

  • constructs: restrict package exports to public API (#2878) (9f11c08)

v10.7.2

10.7.2 (2026-07-29)

Bug Fixes

  • ids with a newline can produce duplicate addresses (#2876) (25edded)

v10.7.1

10.7.1 (2026-07-20)

Bug Fixes

  • Node.path takes a lot of time on deep construct trees (#2873) (857a94f)

v10.7.0

10.7.0 (2026-07-15)

Features

v10.6.0

10.6.0 (2026-03-23)

... (truncated)

Commits
  • 740480f fix: dropping jsii.tsc.outDir breaks Java/Go transliteration for jsii-rosetta...
  • 9f11c08 feat(constructs): restrict package exports to public API (#2878)
  • 61a20b4 chore(deps): upgrade cdklabs-projen-project-types (#2877)
  • 25edded fix: ids with a newline can produce duplicate addresses (#2876)
  • b0d316d chore(deps): upgrade dev dependencies (#2875)
  • 4756e27 chore(deps): upgrade dev dependencies (#2874)
  • 857a94f fix: Node.path takes a lot of time on deep construct trees (#2873)
  • 67495a0 feat: removeDependency (#2872)
  • 34b862f chore(deps): upgrade dev dependencies (#2871)
  • 9b63ef8 chore(deps): upgrade dev dependencies (#2870)
  • 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 Jul 22, 2026
@dependabot
dependabot Bot requested review from a team as code owners July 22, 2026 12:24
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 22, 2026
@dependabot
dependabot Bot requested review from amfage, blacha, ctali and schmidtnz July 22, 2026 12:24
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/aws-cdk-08ed9a1827 branch 4 times, most recently from f1e0232 to d6b0549 Compare July 31, 2026 12:23
…ates

Bumps the aws-cdk group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk) | `2.1034.0` | `2.1132.0` |
| [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) | `2.232.2` | `2.261.0` |
| [cdk8s](https://github.com/cdk8s-team/cdk8s-core) | `2.70.34` | `2.70.84` |
| [cdk8s-cli](https://github.com/cdk8s-team/cdk8s-cli) | `2.203.7` | `2.207.41` |
| [cdk8s-plus-34](https://github.com/cdk8s-team/cdk8s-plus) | `2.0.36` | `2.0.41` |



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

Updates `aws-cdk-lib` from 2.232.2 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 `cdk8s` from 2.70.34 to 2.70.84
- [Release notes](https://github.com/cdk8s-team/cdk8s-core/releases)
- [Commits](cdk8s-team/cdk8s-core@v2.70.34...v2.70.84)

Updates `cdk8s-cli` from 2.203.7 to 2.207.41
- [Release notes](https://github.com/cdk8s-team/cdk8s-cli/releases)
- [Commits](cdk8s-team/cdk8s-cli@v2.203.7...v2.207.41)

Updates `cdk8s-plus-34` from 2.0.36 to 2.0.41
- [Release notes](https://github.com/cdk8s-team/cdk8s-plus/releases)
- [Commits](cdk8s-team/cdk8s-plus@cdk8s-plus-34/v2.0.36...cdk8s-plus-34/v2.0.41)

Updates `constructs` from 10.4.4 to 10.8.1
- [Release notes](https://github.com/aws/constructs/releases)
- [Commits](aws/constructs@v10.4.4...v10.8.1)

---
updated-dependencies:
- dependency-name: aws-cdk
  dependency-version: 2.1132.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: aws-cdk
- dependency-name: aws-cdk-lib
  dependency-version: 2.261.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: aws-cdk
- dependency-name: cdk8s
  dependency-version: 2.70.84
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: aws-cdk
- dependency-name: cdk8s-cli
  dependency-version: 2.207.41
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: aws-cdk
- dependency-name: cdk8s-plus-34
  dependency-version: 2.0.41
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: aws-cdk
- dependency-name: constructs
  dependency-version: 10.7.1
  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-08ed9a1827 branch from d6b0549 to 51863f9 Compare August 6, 2026 12:24
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants