chore(deps): update dependency aws-cdk-lib to v2.260.0 - #289
Closed
mend-for-github-com[bot] wants to merge 1 commit into
Closed
chore(deps): update dependency aws-cdk-lib to v2.260.0#289mend-for-github-com[bot] wants to merge 1 commit into
mend-for-github-com[bot] wants to merge 1 commit into
Conversation
mend-for-github-com
Bot
requested review from
anirudha,
goyamegh,
joshuali925,
kylehounslow,
ps48 and
vamsimanohar
as code owners
June 16, 2026 17:25
mend-for-github-com
Bot
force-pushed
the
whitesource-remediate/aws-cdk-lib-2.x-lockfile
branch
3 times, most recently
from
June 18, 2026 05:35
17d78b4 to
7d5af0a
Compare
mend-for-github-com
Bot
force-pushed
the
whitesource-remediate/aws-cdk-lib-2.x-lockfile
branch
from
June 25, 2026 05:25
7d5af0a to
c12d28e
Compare
kylehounslow
approved these changes
Jun 25, 2026
mend-for-github-com
Bot
force-pushed
the
whitesource-remediate/aws-cdk-lib-2.x-lockfile
branch
from
June 27, 2026 05:29
c12d28e to
cfff1f5
Compare
mend-for-github-com
Bot
force-pushed
the
whitesource-remediate/aws-cdk-lib-2.x-lockfile
branch
3 times, most recently
from
July 13, 2026 20:18
c4a8afa to
dce1a0b
Compare
mend-for-github-com
Bot
force-pushed
the
whitesource-remediate/aws-cdk-lib-2.x-lockfile
branch
2 times, most recently
from
July 23, 2026 05:27
9850422 to
9f029ab
Compare
mend-for-github-com
Bot
force-pushed
the
whitesource-remediate/aws-cdk-lib-2.x-lockfile
branch
4 times, most recently
from
July 27, 2026 19:11
ea2d8e5 to
8c0c557
Compare
mend-for-github-com
Bot
force-pushed
the
whitesource-remediate/aws-cdk-lib-2.x-lockfile
branch
from
July 27, 2026 19:44
8c0c557 to
4ed720c
Compare
This was referenced Jul 27, 2026
Open
Collaborator
|
Superseded by #359, which bumps |
mend-for-github-com
Bot
deleted the
whitesource-remediate/aws-cdk-lib-2.x-lockfile
branch
July 27, 2026 20:35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.251.0→2.260.0By merging this PR, the issue #293 will be automatically resolved and closed:
Release Notes
aws/aws-cdk (aws-cdk-lib)
v2.260.0Compare Source
Features
Bug Fixes
Alpha modules (2.260.0-alpha.0)
v2.259.0Compare Source
⚠ BREAKING CHANGES
lambda:
Runtime.NODEJS_LATESTnow resolves tonodejs24.xin every region. Customers who pin to a concrete runtime (Runtime.NODEJS_22_X,useLatestRuntimeVersion: falseinaws-lambda-nodejs.NodejsFunction) are unaffected. ExistingAWS::Lambda::Functionresources synthesized withNODEJS_LATESTwill seeRuntime: nodejs22.x→Runtime: nodejs24.xon 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 toasync (event, context) => {...}or pin toRuntime.NODEJS_22_Xexplicitly.Features
Bug Fixes
Reverts
Alpha modules (2.259.0-alpha.0)
v2.258.1Compare Source
Reverts
Alpha modules (2.258.1-alpha.0)
v2.258.0Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
Alpha modules (2.258.0-alpha.0)
Features
Bug Fixes
v2.257.0Compare Source
⚠ 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:
Features
Alpha modules (2.257.0-alpha.0)
v2.256.1Compare Source
Bug Fixes
Alpha modules (2.256.1-alpha.0)
v2.256.0Compare Source
Features
anyreturn types with specific interfaces inIPeermethods (#36637) (626e44d), closes #36636bucketNamePrefixandbucketNamespaceproperties (#37386) (997b003), closes #37760Bug Fixes
Alpha modules (2.256.0-alpha.0)
v2.255.0Compare Source
Features
PropertyMergeStrategys are now compatible with deferredBoxvalues (#37844) (ca4b722)Bug Fixes
Lazys use the Box API internally (#37889) (464fa3d)Alpha modules (2.255.0-alpha.0)
Features
aws-cdk-lib/aws-bedrockagentcoreand we recommend migrating to the stable versions (#37876) (00cf601)v2.254.0Compare Source
⚠ BREAKING CHANGES
aws-elasticache: AWS::ElastiCache::CacheCluster: Id attribute removed.
aws-sagemaker: AWS::SageMaker::Model: Id attribute removed.
aws-vpclattice: AWS::VpcLattice::AuthPolicy: State attribute enum values changed from ACTIVE|INACTIVE to Active|Inactive.
Features
PropertyMergeStrategynow supports array merge strategies (#37841) (701305d)Bug Fixes
Alpha modules (2.254.0-alpha.0)
Features
Bug Fixes
v2.253.1Compare Source
Bug Fixes
Alpha modules (2.253.1-alpha.0)
v2.253.0Compare Source
Features
Bug Fixes
Alpha modules (2.253.0-alpha.0)
Features
Bug Fixes
v2.252.0Compare Source
Features
Validationsclass now supportsaddWarning,addError, andacknowledge(#37668) (5e8083c), closes aws/aws-cdk-rfcs#899Bug Fixes
bundledDependency(#37726) (6ba0598), closes #37717Alpha modules (2.252.0-alpha.0)