chore(deps): bump the cdk group across 1 directory with 2 updates - #16729
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
|
Hello 👋! When you're ready to run Chromatic, please apply the You will need to reapply the label each time you want to run Chromatic. |
🚀 Image pushed to AWS ECRImage digest: 🐛 Run the image locallyThe following can be used to run the image locally: # Refer to image using the immutable digest. Find alternatives below.
IMAGE_IDENTIFIER="@sha256:e87f2cd12f4a591ea586664d65798d38c204e21ca0d34ec38c9a0e4f6a1ab580"
# Refer to image using branch tag
# IMAGE_IDENTIFIER=":branch-dependabot-npm_and_yarn-cdk-463a74a59a"
# Refer to image using build tag
# IMAGE_IDENTIFIER=":build-31221"
# Set environment variables for the AWS CLI
AWS_PROFILE="<A_PROFILE_FROM_JANUS>"
AWS_DEFAULT_REGION="eu-west-1"
IMAGE_ACCOUNT_ID=$(aws ssm get-parameter --name /organisation/accounts/artifacts --query "Parameter.Value" --output text)
REGISTRY="${IMAGE_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com"
IMAGE="${REGISTRY}/guardian/dotcom-rendering${IMAGE_IDENTIFIER}"
# Login to AWS ECR https://docs.aws.amazon.com/AmazonECR/latest/userguide/registry_auth.html
aws ecr get-login-password | docker login --username AWS --password-stdin $REGISTRY
# Pull the image
docker pull $IMAGE
# Run the image. You'll likely need to set additional flags. See https://docs.docker.com/reference/cli/docker/container/run.
docker run $IMAGE |
Member
|
@dependabot rebase |
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/cdk-463a74a59a
branch
from
September 16, 2026 08:51
8e8734f to
69a3569
Compare
akash1810
approved these changes
Sep 16, 2026
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/cdk-463a74a59a
branch
from
September 16, 2026 12:18
69a3569 to
bfe305a
Compare
Bumps the cdk group with 2 updates in the / directory: [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-lib` from 2.267.0 to 2.269.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.269.0/packages/aws-cdk-lib) Updates `aws-cdk` from 2.1139.0 to 2.1141.0 - [Release notes](https://github.com/aws/aws-cdk-cli/releases) - [Commits](https://github.com/aws/aws-cdk-cli/commits/aws-cdk@v2.1141.0/packages/aws-cdk) --- updated-dependencies: - dependency-name: aws-cdk dependency-version: 2.1141.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cdk - dependency-name: aws-cdk-lib dependency-version: 2.269.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cdk ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/cdk-463a74a59a
branch
from
September 16, 2026 12:35
bfe305a to
72155b6
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.
Bumps the cdk group with 2 updates in the / directory: aws-cdk-lib and aws-cdk.
Updates
aws-cdk-libfrom 2.267.0 to 2.269.0Release notes
Sourced from aws-cdk-lib's releases.
... (truncated)
Changelog
Sourced from aws-cdk-lib's changelog.
... (truncated)
Commits
5df21f1chore: update analytics metadata blueprints61bba72chore(release): 2.269.02b95e32feat(bedrockagentcore): graduate Policy submodule to stable (#38687)57b3043fix(dynamodb):TableV2emits internal grants deprecation warnings (#38806)d703eb6fix(core): upgrade CloudFormation validation to latest version (#38804)1b5e2e0feat: update L1 CloudFormation resource definitions (#38784)855dfebfix(ecs): allow ephemeralStorageGiB for Windows Fargate platform version 1.0....1083ba5docs(stepfunctions-tasks): clarify that fromStringSet only accepts static arr...73100f6fix(ecs): removing the last target group from a service is not deployed (#38776)0749210chore(bedrock-alpha): add OpenAI foundation models (#38760)Updates
aws-cdkfrom 2.1139.0 to 2.1141.0Release notes
Sourced from aws-cdk's releases.
Commits
ef24968feat(cli): cdk synth --watch re-synthesizes on file changes (#1851)021a083feat: exclude stacks from the selection with!patterns (#1920)d4cb6e9chore(cli): publish toolkit versions to docs (#1944)bebc0f2chore(deps): upgrade dependencies (#1948)af2f9a3feat(deps): upgrade aws-cdk-lib (#1943)5b77563fix: fatal failures hide the underlying error cause (#1939)c1d93abfeat(deps): upgrade aws-cdk-lib (#1914)50db732refactor(toolkit-lib): rename versioned stack selection methods (#1910)6ae45d7chore(deps): upgrade dependencies (#1913)5766544chore: ban direct child_process and shell:true outside the subprocess tool (#...