Skip to content

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

Merged
dreamorosi merged 1 commit intomainfrom
dependabot/npm_and_yarn/aws-cdk-5a77606d77
Feb 16, 2026
Merged

chore(deps): bump the aws-cdk group across 1 directory with 3 updates#5023
dreamorosi merged 1 commit intomainfrom
dependabot/npm_and_yarn/aws-cdk-5a77606d77

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

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.14.3 to 1.15.0

Release notes

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

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

1.15.0 (2026-02-12)

Features

  • cli: metadata can live in a separate file (#568) (48a22a1)

Bug Fixes

  • clean up temporary cdk-bootstrap directory after bootstrap (#1129) (f388043)
  • cli: cdk watch glob pattern support broken after chokidar v3 -> v4 upgrade (#1134) (114788d), closes #1126
  • toolkit-lib: synth time is not measured accurately (#1121) (da376fd)
Commits
  • 114788d fix(cli): cdk watch glob pattern support broken after chokidar v3 -> v4 upgra...
  • f388043 fix: clean up temporary cdk-bootstrap directory after bootstrap (#1129)
  • da376fd fix(toolkit-lib): synth time is not measured accurately (#1121)
  • 48a22a1 feat(cli): metadata can live in a separate file (#568)
  • See full diff in compare view

Updates aws-cdk-lib from 2.237.1 to 2.238.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.238.0

⚠ BREAKING CHANGES

  • bedrock-agentcore: Interface extensions require new property implementations
  • aws-bedrock-agentcore-alpha:
    • IGateway now requires gatewayRef getter
    • IGatewayTarget now requires gatewayTargetRef getter
    • IMemory now requires memoryRef getter
    • IBedrockAgentRuntime now requires runtimeRef getter
    • IRuntimeEndpoint now requires runtimeEndpointRef getter
    • IBrowserCustom now requires browserCustomRef getter
    • ICodeInterpreterCustom now requires codeInterpreterCustomRef getter

Features

Bug Fixes

  • core: intrinsic cfn function tokens are not detected as such in java (#36843) (3f29f11)
  • events: restore Match.anyOf support for raw strings (#36908) (6804c7c), closes #36902 #36602 #36602
  • iam: undeprecate openIdConnectProviderArn and openIdConnectProviderIssuer in IOidcProvider (#36859) (cbf0b03)

Miscellaneous Chores


Alpha modules (2.238.0-alpha.0)

Features

  • eks-v2-alpha: add support for bootstrapSelfManagedAddons (#36740) (1ffe38d)
  • eks-v2-alpha: add support for EKS hybrid nodes (#36749) (48ace56)

Bug Fixes

  • eks-v2-alpha: ensure kubectl provider and handler functions use the same vpc configuration (#36735) (4e02f08), closes #34878 #34877
  • ivs-alpha: add region constraints to integration tests (#36851) (d55fec4)
  • mixins-preview: apply mixins in order (#36847) (726060c)
  • mixins-preview: apply mixins in order in MixinApplicator (#36877) (09db1c9), closes #36847
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.238.0-alpha.0 (2026-02-09)

Features

  • eks-v2-alpha: add support for bootstrapSelfManagedAddons (#36740) (1ffe38d)
  • eks-v2-alpha: add support for EKS hybrid nodes (#36749) (48ace56)

Bug Fixes

  • eks-v2-alpha: ensure kubectl provider and handler functions use the same vpc configuration (#36735) (4e02f08), closes #34878 #34877
  • ivs-alpha: add region constraints to integration tests (#36851) (d55fec4)
  • mixins-preview: apply mixins in order (#36847) (726060c)
  • mixins-preview: apply mixins in order in MixinApplicator (#36877) (09db1c9), closes #36847

2.237.1-alpha.0 (2026-02-03)

2.237.0-alpha.0 (2026-02-02)

Features

Bug Fixes

  • bedrock-agentcore-alpha: construct ID collision when multiple schemas are set (#36565) (9ebfb62), closes #36559

2.236.0-alpha.0 (2026-01-23)

Features

  • bedrock-agentcore-alpha: added episodic memory strategy (#36591) (21dcfc6)
  • bedrock-agentcore-alpha: added gateway interceptors (#36604) (ba8aa48)
  • bedrock-agentcore-alpha: make physical name properties optional for AgentCore resources (#36354) (5137d81), closes #36341
  • mixins-preview: expose BucketPolicyStatementsMixin publicly (#36771) (458156d)
  • sagemaker: add containerStartupHealthCheckTimeoutInSeconds support for EndpointConfig (#35626) (47d707a), closes #35566

Bug Fixes

... (truncated)

Commits
  • cb0c99e chore: update analytics metadata blueprints
  • 5143fdf feat: update L1 CloudFormation resource definitions (#36834)
  • 6804c7c fix(events): restore Match.anyOf support for raw strings (#36908)
  • 95a1eef chore(bedrock-alpha): add Claude Opus 4.6 (#36898)
  • cd73498 feat(ec2): support Firehose IDeliveryStreamRef as flow log destination (#36...
  • 875d9b8 feat(eks): add removal policy for all constructs (#35835)
  • 48ace56 feat(eks-v2-alpha): add support for EKS hybrid nodes (#36749)
  • 2cf8cbc chore: assembly-related code has moved from cx-api (#36770)
  • cbf0b03 fix(iam): undeprecate openIdConnectProviderArn and openIdConnectProviderIssue...
  • cc059c6 feat(eks): add support for EC2, HYBRID_LINUX, and HYPERPOD_LINUX access entry...
  • Additional commits viewable in compare view

Updates aws-cdk from 2.1105.0 to 2.1106.0

Release notes

Sourced from aws-cdk's releases.

aws-cdk@v2.1106.0

2.1106.0 (2026-02-12)

Features

Bug Fixes

Commits
  • 114788d fix(cli): cdk watch glob pattern support broken after chokidar v3 -> v4 upgra...
  • 756d6c2 revert: glob patterns ignored in chokidar v4 (#1132)
  • 4f58bf1 fix(cli): glob patterns ignored in chokidar v4 (#1131)
  • 750d9be feat(deps): upgrade aws-cdk-lib (#1125)
  • 48a22a1 feat(cli): metadata can live in a separate file (#568)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Changes that touch dependencies, e.g. Dependabot, etc. javascript Pull requests that update Javascript code labels Feb 16, 2026
@pull-request-size pull-request-size bot added the size/S PR between 10-29 LOC label Feb 16, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/aws-cdk-5a77606d77 branch 4 times, most recently from 8e88a5b to 8ddafa6 Compare February 16, 2026 15:27
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.14.3 to 1.15.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.15.0/packages/@aws-cdk/toolkit-lib)

Updates `aws-cdk-lib` from 2.237.1 to 2.238.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.238.0/packages/aws-cdk-lib)

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

---
updated-dependencies:
- dependency-name: "@aws-cdk/toolkit-lib"
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-cdk
- dependency-name: aws-cdk-lib
  dependency-version: 2.238.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-cdk
- dependency-name: aws-cdk
  dependency-version: 2.1106.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-5a77606d77 branch from 8ddafa6 to 2cc7df2 Compare February 16, 2026 15:35
@sonarqubecloud
Copy link
Copy Markdown

@dreamorosi dreamorosi merged commit e1ea6fd into main Feb 16, 2026
47 checks passed
@dreamorosi dreamorosi deleted the dependabot/npm_and_yarn/aws-cdk-5a77606d77 branch February 16, 2026 15:38
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 size/S PR between 10-29 LOC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant