chore(deps): update dependency aws-cdk-lib to ^2.264.0 - #1633
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency aws-cdk-lib to ^2.264.0#1633renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/aws-cdk-monorepo
branch
3 times, most recently
from
July 2, 2026 17:02
d5e1623 to
f777477
Compare
renovate
Bot
force-pushed
the
renovate/aws-cdk-monorepo
branch
from
July 8, 2026 22:56
f777477 to
03c0a32
Compare
Collaborator
|
Closing in the backlog value sweep. This is documentation, test-only, dependency upkeep, refactoring, or narrow diagnostic/ergonomic polish without enough current user impact or an active merge path to justify carrying it open. Please reopen or resubmit against current main if the need is still concrete. |
renovate
Bot
force-pushed
the
renovate/aws-cdk-monorepo
branch
2 times, most recently
from
July 22, 2026 21:51
8340902 to
11de244
Compare
renovate
Bot
force-pushed
the
renovate/aws-cdk-monorepo
branch
from
July 24, 2026 15:26
11de244 to
7ec8582
Compare
renovate
Bot
force-pushed
the
renovate/aws-cdk-monorepo
branch
2 times, most recently
from
July 29, 2026 15:04
bdf4d2a to
dbbc183
Compare
renovate
Bot
force-pushed
the
renovate/aws-cdk-monorepo
branch
from
July 31, 2026 17:31
dbbc183 to
9cff721
Compare
renovate
Bot
force-pushed
the
renovate/aws-cdk-monorepo
branch
from
August 10, 2026 18:34
9cff721 to
017d824
Compare
renovate
Bot
force-pushed
the
renovate/aws-cdk-monorepo
branch
from
August 10, 2026 18:51
017d824 to
292f18e
Compare
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.130.0→^2.264.0Release Notes
aws/aws-cdk (aws-cdk-lib)
v2.264.0Compare Source
⚠ BREAKING CHANGES
Gatewaymetric helpers now emit corrected CloudWatch dimensions per-gatewaymetrics use
{ Operation, Protocol, Resource }(was{ Resource }). Alarms/dashboards built on theold dimensions must be updated.
RuntimeBasemetric helpers now emit corrected CloudWatch dimensions per-resource metrics use{ Operation, Name, Resource }(was{ Resource }) and aggregated metrics use{ AggregateOperation }(was{ Resource: 'All' }). Alarms/dashboards built on the old dimensions must be updated.Features
Bug Fixes
CallApiGatewayRestApiEndpointdoes not supportJsonATAfor api_path (#37738) (9f0afdc), closes #37728 /github.com/aws/aws-cdk/blob/e207b76cc2503701b3c4e2c87023617b485b2fde/packages/aws-cdk-lib/aws-stepfunctions/lib/private/jsonata.ts#L1Alpha modules (2.264.0-alpha.0)
⚠ BREAKING CHANGES
IDatabase.catalogArnandIDatabase.catalogIdwere removed in factor of a typesafe
ICatalog, which hascatalogArnandcatalogId. Consumers and implementations were updatedaccordingly.
Features
CatalogL2 (#38443) (6a8ba8e)S3Table(#38501) (eb81d5e), closes /docs.aws.amazon.com/securityhub/latest/userguide/s3-controls.html#s3-5Bug Fixes
v2.263.0Compare Source
Features
Bug Fixes
Alpha modules (2.263.0-alpha.0)
⚠ BREAKING CHANGES
removalPolicyprop removed fromFlowProps,GatewayProps, andBridgeProps. These resources now follow CloudFormation's default deletion behaviour (Delete).Bug Fixes
v2.262.2Compare Source
Bug Fixes
Alpha modules (2.262.2-alpha.0)
v2.262.1Compare Source
Bug Fixes
@aws/cloudformation-validateto 1.5.1-beta to fix install on Node != 22.x (#38382) (d409b96), closes #38380Alpha modules (2.262.1-alpha.0)
v2.262.0Compare Source
Features
Bug Fixes
dropInvalidHeaderFieldsin case of default or switching from true to false (#36483) (208b9db), closes #36409Reverts
Alpha modules (2.262.0-alpha.0)
Bug Fixes
v2.261.0Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
Alpha modules (2.261.0-alpha.0)
Features
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](https://rediConfiguration
📅 Schedule: (in timezone America/Los_Angeles)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.