Skip to content

build(deps): Bump the aws-cdk group across 1 directory with 3 updates - #67

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/infra/aws-cdk-c9fb9ee1b5
Open

build(deps): Bump the aws-cdk group across 1 directory with 3 updates#67
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/infra/aws-cdk-c9fb9ee1b5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 10, 2025

Copy link
Copy Markdown

Bumps the aws-cdk group with 3 updates in the /infra directory: aws-cdk-lib, constructs and aws-cdk.

Updates aws-cdk-lib from 2.216.0 to 2.223.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.223.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-dynamodb: AWS::DynamoDB::GlobalTable: GlobalTableSettingsReplicationMode property removed.
  • aws-dynamodb: AWS::DynamoDB::GlobalTable: GlobalTableSourceArn property removed.
  • aws-dynamodb: AWS::DynamoDB::Table: GlobalTableSettingsReplicationMode property removed.
  • aws-events: AWS::Events::EventBusPolicy: Id attribute removed.

Features

  • update L1 CloudFormation resource definitions (#35926) (3f4d585)
  • ec2: support for Cloud Wan Core Network routes (#35008) (fba027b)
  • s3-deployment: support securityGroups in BucketDeploymentProps (#33233) (f2a3166), closes #33229

Bug Fixes

  • stepfunctions: DistributedMap ResultWriter correct query language selection (#35834) (75b8ead), closes #35403
  • onEvent function to pass all the options to rule resource (#35829) (3d7023d)

Alpha modules (2.223.0-alpha.0)

v2.222.0

⚠ BREAKING CHANGES

  • bedrock-agentcore: The signature of RuntimeAuthorizerConfiguration.usingCognito() has changed to accept IUserPool and IUserPoolClient constructs instead of string parameters, and now supports multiple clients.

Features

Bug Fixes

... (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.223.0-alpha.0 (2025-11-10)

2.222.0-alpha.0 (2025-11-04)

Features

  • eks-v2-alpha: eks-v2-alpha is now in developer preview (#35801) (32afc0f)

Bug Fixes

  • bedrock-alpha: apply permission dependency to existing and non-existing roles (#35123) (b39ccf3), closes #35120
  • eks-v2-alpha: remove hyphen from Go package name (#35927) (2cdfc8a)

2.221.1-alpha.0 (2025-10-29)

2.221.0-alpha.0 (2025-10-24)

Features

Bug Fixes

  • elasticache-alpha: cannot import Redis 7 serverless cache (#35629) (2bde1a0)

2.220.0-alpha.0 (2025-10-14)

Bug Fixes

2.219.0-alpha.0 (2025-10-01)

2.218.0-alpha.0 (2025-09-29)

  • elasticache-alpha: implement Serverless ElastiCache L2 Construct (#35424) (0e08c8c)

2.217.0-alpha.0 (2025-09-25)

2.216.0-alpha.0 (2025-09-22)

2.215.0-alpha.0 (2025-09-15)

... (truncated)

Commits
  • 3f4d585 feat: update L1 CloudFormation resource definitions (#35926)
  • 75b8ead fix(stepfunctions): DistributedMap ResultWriter correct query language sele...
  • 93af887 chore(ec2): add r8a instance class (#35964)
  • fda6e13 chore(spec2cdk): ensure strings are passed to attributes (#35911)
  • 23caef9 chore(codebuild): add new enum values for codebuild (#35861)
  • f2a3166 feat(s3-deployment): support securityGroups in BucketDeploymentProps (#33233)
  • af1868c chore(events-targets): correct typos in comments (#35954)
  • b61923c chore(codebuild): remove unnecessary line from README (#35942)
  • fba027b feat(ec2): support for Cloud Wan Core Network routes (#35008)
  • 4763a76 chore: update analytics metadata blueprints
  • Additional commits viewable in compare view

Updates constructs from 10.4.2 to 10.4.3

Release notes

Sourced from constructs's releases.

v10.4.3

10.4.3 (2025-11-06)

Bug Fixes

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for constructs since your current version.


Updates aws-cdk from 2.1029.2 to 2.1031.2

Release notes

Sourced from aws-cdk's releases.

aws-cdk@v2.1031.2

2.1031.2 (2025-11-06)

Bug Fixes

  • cli: requests get throttled when there is a large number of stacks (#927) (c79e35e)
  • update python init templates dev dep on pytest to latest (#930) (779352d)

aws-cdk@v2.1031.1

2.1031.1 (2025-10-30)

Bug Fixes

  • aws-cdk: init template imports not following best practices to use aws-cdk-lib/core (#916) (a560d1e)

aws-cdk@v2.1031.0

2.1031.0 (2025-10-22)

⚠ BREAKING CHANGES

  • cli: for existing ci/cd pipeline users. Therefore, this idea was discarded

Features

  • cli: display warning when --role-arn is used with gc command (#893) (3d7b09b)

aws-cdk@v2.1030.0

2.1030.0 (2025-10-09)

Features

  • cli: allow users to enable all feature flags that do not impact their application (#798) (05954dd)
  • cli: auto-detect language for single-language custom templates (#819) (e46adaf)

Bug Fixes

  • cli: metadata path in generated templates is invalid for migrate command (#909) (d530564), closes #902

aws-cdk@v2.1029.4

... (truncated)

Commits
  • 779352d fix: update python init templates dev dep on pytest to latest (#930)
  • c79e35e fix(cli): requests get throttled when there is a large number of stacks (#927)
  • d1b4113 chore: update typescript and jsii to 5.9 (#923)
  • a560d1e fix(aws-cdk): init template imports not following best practices to use `aws-...
  • 3d7b09b feat(cli): display warning when --role-arn is used with gc command (#893)
  • e46adaf feat(cli): auto-detect language for single-language custom templates (#819)
  • d530564 fix(cli): metadata path in generated templates is invalid for migrate command...
  • 3177fd0 chore(cli-lib-alpha): stop releasing deprecated package (#905)
  • 9855c8f refactor(toolkit-lib): standardize confirmation requests to use ConfirmationR...
  • 05954dd feat(cli): allow users to enable all feature flags that do not impact their a...
  • Additional commits viewable 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

Bumps the aws-cdk group with 3 updates in the /infra directory: [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib), [constructs](https://github.com/aws/constructs) and [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk).


Updates `aws-cdk-lib` from 2.216.0 to 2.223.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.223.0/packages/aws-cdk-lib)

Updates `constructs` from 10.4.2 to 10.4.3
- [Release notes](https://github.com/aws/constructs/releases)
- [Commits](aws/constructs@v10.4.2...v10.4.3)

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

---
updated-dependencies:
- dependency-name: aws-cdk-lib
  dependency-version: 2.223.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-cdk
- dependency-name: constructs
  dependency-version: 10.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-cdk
- dependency-name: aws-cdk
  dependency-version: 2.1031.2
  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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 10, 2025
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