Skip to content

chore(deps): bump aws-cdk-lib from 2.226.0 to 2.260.0 in /examples/deadline/All-In-AWS-Infrastructure-Basic/ts - #1643

Open
dependabot[bot] wants to merge 1 commit into
mainlinefrom
dependabot/npm_and_yarn/examples/deadline/All-In-AWS-Infrastructure-Basic/ts/aws-cdk-lib-2.189.1
Open

chore(deps): bump aws-cdk-lib from 2.226.0 to 2.260.0 in /examples/deadline/All-In-AWS-Infrastructure-Basic/ts#1643
dependabot[bot] wants to merge 1 commit into
mainlinefrom
dependabot/npm_and_yarn/examples/deadline/All-In-AWS-Infrastructure-Basic/ts/aws-cdk-lib-2.189.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 19, 2025

Copy link
Copy Markdown
Contributor

Bumps aws-cdk-lib from 2.226.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)

... (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.266.0-alpha.0 (2026-08-19)

⚠ BREAKING CHANGES

  • glue-alpha: DataQualityRulesetProps.rulesetDqdl: string is replaced by dqdl: Dqdl. Build it with Dqdl.fromString('Rules = [ ... ]').
  • glue-alpha: s3Encryption, cloudWatchEncryption, and jobBookmarksEncryption are no longer object literals. Use S3Encryption.s3Managed() / S3Encryption.kms(key?), CloudWatchEncryption.kms(key?), and JobBookmarksEncryption.clientSideKms(key?). The CloudWatchEncryptionMode and JobBookmarksEncryptionMode enums are removed (their mode is now implicit); S3EncryptionMode is retained.
  • glue-alpha: this is a corrective breaking change. Apps that leaned on the bug, and did things like InputFormat x = OutputFormat.AVRO; will get a compilation error in other jsii languages. The intended usage, on the other hand, was broken before and works now.
  • glue-alpha: workerType and numberOfWorkers are no longer top-level job props. For Spark jobs, pass them together via workerConfiguration: { workerType, numberOfWorkers }. PythonShellJob no longer accepts them (it is sized by maxCapacity). RayJob no longer accepts workerType (it is fixed to Z.2X).
  • glue-alpha: SparkJobProps.enableMetrics removed, which will cause a compilation error for any app using it. But there is no behavior change, since this is a dead prop.
  • glue-alpha: a differing/tokenized has_encrypted_data supplied via parameters now throws.

Features

  • glue-alpha: add warning for maxRetries when job run queuing is enabled (#38575) (09ae11e)
  • glue-alpha: model SecurityConfiguration encryption as factory subtypes (#38586) (e37e7a6)
  • glue-alpha: new hasEncryptedData property (#38511) (c977e36)
  • glue-alpha: pair workerType and numberOfWorkers into a required workerConfiguration (#38576) (5f3b1b6)
  • glue-alpha: wrap DataQualityRuleset DQDL in a typed value object (#38587) (fd01268)

Bug Fixes

  • glue-alpha: correct OutputFormat.AVRO/ORC type and tidy GA-hygiene items (#38593) (35aefaf)
  • glue-alpha: omit comments from struct type strings (#38008) (5f16a86), closes #26935
  • mediapackagev2-alpha: add GetChannel grant on MediaPackageV2 (#38582) (74d922c), closes #38581

2.265.0-alpha.0 (2026-08-13)

⚠ BREAKING CHANGES

  • glue-alpha: PySparkFlexEtlJob and ScalaSparkFlexEtlJob now default to GlueVersion.V5_0 instead of V3_0. Set glueVersion explicitly to keep the previous behavior.
  • glue-alpha: removal policy of existing Database resources will change to RETAIN.

Features

  • glue-alpha: default Flex jobs to Glue 5.0 (#38543) (36d4976)
  • glue-alpha: removal policy is RETAIN for Database by default (#38535) (9669928)
  • glue-alpha: warn on plaintext secrets (#38538) (10bf0b5)

Bug Fixes

  • glue-alpha: warn when S3Table grants cover a shared bucket (#38542) (d81d2d6)

... (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 This issue is a problem in a dependency. javascript Pull requests that update Javascript code labels Sep 19, 2025
github-actions[bot]
github-actions Bot previously approved these changes Sep 19, 2025
@rondeau-aws rondeau-aws added the pr/do-not-merge This PR should not be merged at this time. label Oct 10, 2025
@kenyrish-amazon

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot dependabot Bot changed the title chore(deps): bump aws-cdk-lib from 2.163.0 to 2.189.1 in /examples/deadline/All-In-AWS-Infrastructure-Basic/ts chore(deps): bump aws-cdk-lib from 2.163.0 to 2.246.0 in /examples/deadline/All-In-AWS-Infrastructure-Basic/ts Jul 17, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/examples/deadline/All-In-AWS-Infrastructure-Basic/ts/aws-cdk-lib-2.189.1 branch from 50ffeb2 to 50242cd Compare July 17, 2026 23:25
github-actions[bot]
github-actions Bot previously approved these changes Jul 17, 2026
@kenyrish-amazon

Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.226.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-lib
  dependency-version: 2.189.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump aws-cdk-lib from 2.163.0 to 2.246.0 in /examples/deadline/All-In-AWS-Infrastructure-Basic/ts chore(deps): bump aws-cdk-lib from 2.226.0 to 2.260.0 in /examples/deadline/All-In-AWS-Infrastructure-Basic/ts Aug 20, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/examples/deadline/All-In-AWS-Infrastructure-Basic/ts/aws-cdk-lib-2.189.1 branch from 50242cd to 841599a Compare August 20, 2026 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies This issue is a problem in a dependency. javascript Pull requests that update Javascript code pr/do-not-merge This PR should not be merged at this time.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants