Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 19, 2025

Bumps @guardian/cdk from 61.8.2 to 61.11.1.

Release notes

Sourced from @​guardian/cdk's releases.

v61.11.1

Patch Changes

  • ce55193: Update aws-cdk to ^2.1029.1, aws-cdk-lib to ^2.214.0, constructs to ^10.4.2

v61.11.0

Minor Changes

  • 44adc37: feat(experimental-ec2-pattern): Echo RiffRaffDeploymentId in user-data

    This change adds a new CloudFormation parameter, RiffRaffDeploymentId, to be set by Riff-Raff during deployment (see guardian/riff-raff#1469). This parameter is echoed out in the user-data. This means a redeployment of the same build creates a CloudFormation changeset with a new launch template. Consequently, the running EC2 instances are cycled. This means scheduled deployments are possible.

Patch Changes

  • 838492c: Update aws-cdk to ^2.1018.0, aws-cdk-lib to ^2.200.1, constructs to ^10.4.2

  • 1e87504: Remove lodash dependencies

  • 848d54f: Remove unused RegexPattern.S3ARN.

    The regex isn't used (other than within tests of this repository), so we can safely remove it.

v61.10.1

Patch Changes

  • 0b264a3: Fix resource property of guard duty IAM role for ECS task pattern

v61.10.0

Minor Changes

  • 9db50ef: Add required permissions to GuEcsTask pattern for guard duty sidecar container

Patch Changes

  • 6c611c8: Broaden CDK peer dependency ranges to allow any aws-cdk/construct version provided more recent than the specified version

v61.9.0

Minor Changes

  • 339c2e9: Improves the safety of the new deployment mechanism for services which scale horizontally.

    As part of this the default and maxValue properties of the MinInstancesInServiceFor<app> parameter (which is used by Riff-Raff) have been removed.

Patch Changes

  • 888d5e2: Update aws-cdk to 2.1018.0, aws-cdk-lib to 2.200.1, constructs to 10.4.2
Changelog

Sourced from @​guardian/cdk's changelog.

61.11.1

Patch Changes

  • ce55193: Update aws-cdk to ^2.1029.1, aws-cdk-lib to ^2.214.0, constructs to ^10.4.2

61.11.0

Minor Changes

  • 44adc37: feat(experimental-ec2-pattern): Echo RiffRaffDeploymentId in user-data

    This change adds a new CloudFormation parameter, RiffRaffDeploymentId, to be set by Riff-Raff during deployment (see guardian/riff-raff#1469). This parameter is echoed out in the user-data. This means a redeployment of the same build creates a CloudFormation changeset with a new launch template. Consequently, the running EC2 instances are cycled. This means scheduled deployments are possible.

Patch Changes

  • 838492c: Update aws-cdk to ^2.1018.0, aws-cdk-lib to ^2.200.1, constructs to ^10.4.2

  • 1e87504: Remove lodash dependencies

  • 848d54f: Remove unused RegexPattern.S3ARN.

    The regex isn't used (other than within tests of this repository), so we can safely remove it.

61.10.1

Patch Changes

  • 0b264a3: Fix resource property of guard duty IAM role for ECS task pattern

61.10.0

Minor Changes

  • 9db50ef: Add required permissions to GuEcsTask pattern for guard duty sidecar container

Patch Changes

  • 6c611c8: Broaden CDK peer dependency ranges to allow any aws-cdk/construct version provided more recent than the specified version

61.9.0

Minor Changes

  • 339c2e9: Improves the safety of the new deployment mechanism for services which scale horizontally.

    As part of this the default and maxValue properties of the MinInstancesInServiceFor<app> parameter (which is used by Riff-Raff) have been removed.

Patch Changes

... (truncated)

Commits
  • 480b652 Merge pull request #2736 from guardian/changeset-release/main
  • 9dfc51d Bump package version
  • f5c3327 Merge pull request #2735 from guardian/update-aws-cdk-2.1029.1
  • f0cf242 chore: Update snapshots
  • ce55193 fix(deps): Update AWS CDK libraries to ^2.1029.1, and constructs to ^10.4.2
  • c4ab33a Merge pull request #2732 from guardian/dependabot/npm_and_yarn/npm_and_yarn-7...
  • dae4b3d chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates
  • fb97c06 Merge pull request #2734 from guardian/aa/sync-peer-deps
  • ad7fe67 fix(update-aws-cdk): Keep peerDependencies in sync with devDependencies
  • e52c956 Merge pull request #2720 from guardian/changeset-release/main
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 19, 2025
@github-actions github-actions bot enabled auto-merge September 19, 2025 13:47
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/guardian/cdk-61.11.1 branch from c55c906 to 44348fc Compare September 19, 2025 13:49
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/guardian/cdk-61.11.1 branch from 44348fc to 9138b9d Compare September 19, 2025 13:51
Bumps [@guardian/cdk](https://github.com/guardian/cdk) from 61.8.2 to 61.11.1.
- [Release notes](https://github.com/guardian/cdk/releases)
- [Changelog](https://github.com/guardian/cdk/blob/main/CHANGELOG.md)
- [Commits](guardian/cdk@v61.8.2...v61.11.1)

---
updated-dependencies:
- dependency-name: "@guardian/cdk"
  dependency-version: 61.11.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@akash1810 akash1810 force-pushed the dependabot/npm_and_yarn/guardian/cdk-61.11.1 branch from 9138b9d to a594022 Compare September 19, 2025 15:05
@github-actions github-actions bot merged commit bcce147 into main Sep 19, 2025
2 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/guardian/cdk-61.11.1 branch September 19, 2025 15:06
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.

1 participant