Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/aws-cdk-19c97aa7d4
Closed

chore(deps): bump the aws-cdk group across 1 directory with 2 updates#1135
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/aws-cdk-19c97aa7d4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the aws-cdk group with 2 updates in the / directory: @aws-cdk/toolkit-lib and aws-cdk-lib.

Updates @aws-cdk/toolkit-lib from 1.24.0 to 1.27.0

Release notes

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

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

1.27.0 (2026-05-27)

Features

Bug Fixes

  • bootstrap fails if bucket, ECR repo already exist (#1544) (e1cd6bc)

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

1.26.2 (2026-05-20)

Bug Fixes

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

1.26.1 (2026-05-20)

Bug Fixes

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

1.26.0 (2026-05-19)

Features

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

1.25.2 (2026-05-14)

Bug Fixes

  • remove uuid dependency in favor of node:crypto (#1511) (85751e5)
  • toolkit-lib: CLI hangs when CreateChangeSet returns InternalFailure (#1500) (a5f49e2), closes #1483

... (truncated)

Commits
  • 76445b3 chore(deps): bump semver from 7.7.4 to 7.8.0 (#1548)
  • 0aec629 chore(deps): upgrade dependencies (#1546)
  • e1cd6bc fix: bootstrap fails if bucket, ECR repo already exist (#1544)
  • c317d2c chore(cloud-assembly-schema): rename report file (#1542)
  • 681a239 feat(toolkit-lib): validate command (#1508)
  • dd48c38 fix: diff leaves empty stack in REVIEW_IN_PROGRESS (#1534)
  • 65084ca fix(toolkit-lib): deploy does not report nested stack errors (#1531)
  • 9165482 chore(deps): upgrade dependencies (#1518)
  • ae2349b feat(cli): add --region as a global CLI option (#1506)
  • c8f270c chore(deps): fix release workflow and upgrade dependencies (#1513)
  • Additional commits viewable in compare view

Updates aws-cdk-lib from 2.250.0 to 2.257.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.257.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-neptunegraph: AWS::NeptuneGraph::GraphSnapshot: GraphIdentifier property is now required.

Features


Alpha modules (2.257.0-alpha.0)

v2.256.1

Bug Fixes


Alpha modules (2.256.1-alpha.0)

v2.256.0

Features

  • aws-cdk-lib: emits performance counters if synthesis is slow (#37919) (caa0f4c), closes #37843
  • core: validations report is always written to cloud assembly (#37867) (dddc6e0)
  • ec2: replace any return types with specific interfaces in IPeer methods (#36637) (626e44d), closes #36636
  • s3: support bucketNamePrefix and bucketNamespace properties (#37386) (997b003), closes #37760

Bug Fixes

  • core: handle token-wrapped Boxes in property merge strategies (#37902) (18435e3)
  • core: prevent stack overflow on large construct trees (#37901) (10163cb), closes #37903

Alpha modules (2.256.0-alpha.0)

v2.255.0

Features

  • aws-cdk-lib: emits performance counters if synthesis is slow (#37843) (ea33967)
  • bedrockagentcore: graduate to stable 🚀 (#37876) (00cf601)
  • core: builtin PropertyMergeStrategys are now compatible with deferred Box values (#37844) (ca4b722)
  • core: persist asset fingerprinting cache (#37822) (605a776)
  • ec2: add C8A instance type support (#36736) (0d088ca), closes #36722

Bug Fixes

  • core: cached Lazys use the Box API internally (#37889) (464fa3d)

... (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.257.0-alpha.0 (2026-05-21)

2.256.1-alpha.0 (2026-05-20)

2.256.0-alpha.0 (2026-05-19)

2.255.0-alpha.0 (2026-05-18)

Features

  • bedrock-agentcore-alpha: Graduation of the library to stable. The Policy submodule is the only submodule that remains in alpha. All other constructs have graduated to stable in aws-cdk-lib/aws-bedrockagentcore and we recommend migrating to the stable versions (#37876) (00cf601)

2.254.0-alpha.0 (2026-05-13)

Features

  • bedrock-agentcore-alpha: add tags support to Evaluator and OnlineEvaluationConfig (#37804) (adbf88f)
  • bedrock-agentcore-alpha: add identity L2 constructs (#37610) (67c3af2)
  • mediapackagev2-alpha: add OAC integration between CloudFront and MediaPackageV2 (#37701) (654f59c)

Bug Fixes

  • bedrock-agentcore-alpha: fix cedar policy bug (#37782) (e678d5c), closes #37828
  • custom-resource-handlers: deployment fails when parameter already exists (#37852) (025c38c)

2.253.1-alpha.0 (2026-05-08)

2.253.0-alpha.0 (2026-05-06)

Features

  • bedrock-agentcore-alpha: add OnlineEvaluationConfig and Evaluator L2 constructs (#37615) (c13de04), closes #37614
  • glue-alpha: add extraPythonFiles support to PythonShellJob (#37130) (c9c6f9c), closes #34448

Bug Fixes

  • bedrock-agentcore-alpha: self-managed memory strategy validation throws on unresolved tokens (#37691) (7956537), closes #37197

2.252.0-alpha.0 (2026-04-29)

2.251.0-alpha.0 (2026-04-24)

... (truncated)

Commits
  • 211b06c feat: update L1 CloudFormation resource definitions (#37955)
  • c0fe7ee chore(bundling): check if docker image is cached before building (#37951)
  • 95284c5 fix: invalid lock file (#37943)
  • b7090dd refactor: replace Lazy.uncachedString with Box API where context is not neede...
  • deb968f feat(core): failSynthOnValidationErrors context key to suppress console outpu...
  • 68c62d7 chore: update analytics metadata blueprints
  • 30c7a2b chore: upgrade cloud-assembly packages to fix npm ci (#37932)
  • 3c5e5f8 fix(merge-back): move dispose-polyfill to lib/private where perf.ts expects it
  • 1f4c823 Merge remote-tracking branch 'origin/main' into merge-back/2.255.0
  • 626e44d feat(ec2): replace any return types with specific interfaces in IPeer met...
  • 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 May 6, 2026
@dependabot dependabot Bot requested a review from a team May 6, 2026 17:53
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 6, 2026
@github-actions github-actions Bot added the size/xs PR size: XS label May 6, 2026
@github-actions

github-actions Bot commented May 6, 2026

Copy link
Copy Markdown
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 35.01% 10664 / 30458
🔵 Statements 34.35% 11326 / 32965
🔵 Functions 29.94% 1806 / 6032
🔵 Branches 28.99% 6730 / 23210
Generated in workflow #3332 for commit 46297cf by the Vitest Coverage Report Action

@dependabot dependabot Bot changed the title chore(deps): bump the aws-cdk group with 2 updates chore(deps): bump the aws-cdk group across 1 directory with 2 updates May 8, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/aws-cdk-19c97aa7d4 branch from a2f60ac to 01d7f9a Compare May 8, 2026 18:10
@github-actions github-actions Bot added size/xs PR size: XS and removed size/xs PR size: XS labels May 8, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/aws-cdk-19c97aa7d4 branch from 01d7f9a to ecf1e4f Compare May 12, 2026 19:41
@github-actions github-actions Bot added size/xs PR size: XS and removed size/xs PR size: XS labels May 12, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/aws-cdk-19c97aa7d4 branch from ecf1e4f to 498e568 Compare May 13, 2026 18:19
@github-actions github-actions Bot added size/xs PR size: XS and removed size/xs PR size: XS labels May 13, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/aws-cdk-19c97aa7d4 branch from 498e568 to 895e668 Compare May 20, 2026 17:23
@github-actions github-actions Bot added size/l PR size: L and removed size/xs PR size: XS labels May 20, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/aws-cdk-19c97aa7d4 branch from 895e668 to a839f96 Compare May 20, 2026 21:58
@github-actions github-actions Bot added size/l PR size: L and removed size/l PR size: L labels May 20, 2026
Bumps the aws-cdk group with 2 updates in the / directory: [@aws-cdk/toolkit-lib](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/@aws-cdk/toolkit-lib) and [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib).


Updates `@aws-cdk/toolkit-lib` from 1.24.0 to 1.27.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.27.0/packages/@aws-cdk/toolkit-lib)

Updates `aws-cdk-lib` from 2.250.0 to 2.257.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.257.0/packages/aws-cdk-lib)

---
updated-dependencies:
- dependency-name: "@aws-cdk/toolkit-lib"
  dependency-version: 1.25.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-cdk
- dependency-name: aws-cdk-lib
  dependency-version: 2.253.0
  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-19c97aa7d4 branch from a839f96 to 46297cf Compare May 27, 2026 19:56
@github-actions github-actions Bot added size/l PR size: L and removed size/l PR size: L labels May 27, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 3, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/aws-cdk-19c97aa7d4 branch June 3, 2026 17:22
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 size/l PR size: L

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants