Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 3 updates#176

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/blueprints/foundational/minor-and-patch-8a6ff0fdac
Open

chore(deps): bump the minor-and-patch group across 1 directory with 3 updates#176
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/blueprints/foundational/minor-and-patch-8a6ff0fdac

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the minor-and-patch group with 3 updates in the /blueprints/foundational directory: aws-cdk-lib, @types/node and aws-cdk.

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

Updates @types/node from 25.6.0 to 25.9.1

Commits

Updates aws-cdk from 2.1118.0 to 2.1124.1

Release notes

Sourced from aws-cdk's releases.

aws-cdk@v2.1124.1

2.1124.1 (2026-05-20)

Bug Fixes

  • cli: resolve command aliases in unknown options check (#1536) (791408c)

aws-cdk@v2.1124.0

2.1124.0 (2026-05-20)

Features

aws-cdk@v2.1123.0

2.1123.0 (2026-05-19)

Features

Bug Fixes

aws-cdk@v2.1122.0

2.1122.0 (2026-05-14)

Features

Bug Fixes

  • remove uuid dependency in favor of node:crypto (#1511) (85751e5)

... (truncated)

Commits
  • 791408c fix(cli): resolve command aliases in unknown options check (#1536)
  • 0920b78 feat(deps): upgrade aws-cdk-lib (#1532)
  • de82699 fix(cloud-assembly-api): widen jsonschema range to fix npm ci on npm 11 (#1529)
  • abd4f4c feat(cli): warn on unrecognized CLI options (#1514)
  • 319e3a8 chore(deps): bump @​aws-sdk/client-appsync from 3.1041.0 to 3.1045.0 (#1520)
  • 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)
  • 85751e5 fix: remove uuid dependency in favor of node:crypto (#1511)
  • d5f6022 refactor(toolkit-lib): use stack/changeset ARNs for CloudFormation API calls ...
  • 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 7, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 7, 2026 21:55
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 7, 2026
@github-actions github-actions Bot enabled auto-merge May 7, 2026 21:55
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/blueprints/foundational/minor-and-patch-8a6ff0fdac branch from 498e655 to cf56468 Compare May 15, 2026 21:54
… updates

Bumps the minor-and-patch group with 3 updates in the /blueprints/foundational directory: [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk).


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)

Updates `@types/node` from 25.6.0 to 25.9.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

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

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.6.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: aws-cdk
  dependency-version: 2.1121.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: aws-cdk-lib
  dependency-version: 2.253.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/blueprints/foundational/minor-and-patch-8a6ff0fdac branch from cf56468 to 8efbc09 Compare May 26, 2026 03:24
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants