Skip to content

chore(deps-dev): bump @guardian/cdk from 62.4.0 to 63.2.0#245

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/guardian/cdk-63.2.0
Open

chore(deps-dev): bump @guardian/cdk from 62.4.0 to 63.2.0#245
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/guardian/cdk-63.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Bumps @guardian/cdk from 62.4.0 to 63.2.0.

Release notes

Sourced from @​guardian/cdk's releases.

v63.2.0

Minor Changes

  • ac2348e: Fix warnings around childProcess.spawn and shell: true.

Patch Changes

  • bc0f9b8: Bump the Cognito auth lambda runtime from PROVIDED_AL2 (deprecated) to PROVIDED_AL2023 in the GuEc2App pattern. No client changes needed.

v63.1.0

Minor Changes

  • 3b98fea: Minor improvements to the GuDeveloperPolicy class to make it more intuitive for users.
    • path includes source repo name to help map the policy back from AWS to its source codebase.
    • path includes stack and stage as we have nowhere else to find it and this can help with identification.
    • friendlyName is now a required attribute that maps to the managed policy's description.
    • The policy must have at least one statement.
    • permission attribute is now called grantId to match with the corresponding Janus structure.

v63.0.1

Patch Changes

  • 1ff04c8: Introduce a withoutPolicyChecks flag to GuDeveloperPolicy properties so that the check can be turned off.

    Provide instructions for use of that flag in the "overbroad" action/resource error text.

    This enables teams to use fully wildcarded actions and resources when needed, but also provides information in cloudformation metadata to allow us to track the usage of that switch in order to study how often this is needed.

v63.0.0

Major Changes

  • c6e30e1: Support generating multiple riff-raff.yaml files. To do this, set the riffRaffProjectName property of a GuStack. This is helpful in a few scenarios, for example if you have a singleton (INFRA) stack, and CODE/PROD application stacks.

    In the following, two files will be produced:

    • /path/to/cdk.out/deploy::core-infra/riff-raff.yaml
    • /path/to/cdk.out/deploy::my-app/riff-raff.yaml
    class MyCoreInfraStack extends GuStack {}
    class MyApplicationStack extends GuStack {}
    new MyCoreInfraStack(app, "MyCoreInfra", {
    stack: "deploy",
    stage: "INFRA",
    env: { region: "eu-west-1" },

... (truncated)

Changelog

Sourced from @​guardian/cdk's changelog.

63.2.0

Minor Changes

  • ac2348e: Fix warnings around childProcess.spawn and shell: true.

Patch Changes

  • bc0f9b8: Bump the Cognito auth lambda runtime from PROVIDED_AL2 (deprecated) to PROVIDED_AL2023 in the GuEc2App pattern. No client changes needed.

63.1.0

Minor Changes

  • 3b98fea: Minor improvements to the GuDeveloperPolicy class to make it more intuitive for users.
    • path includes source repo name to help map the policy back from AWS to its source codebase.
    • path includes stack and stage as we have nowhere else to find it and this can help with identification.
    • friendlyName is now a required attribute that maps to the managed policy's description.
    • The policy must have at least one statement.
    • permission attribute is now called grantId to match with the corresponding Janus structure.

63.0.1

Patch Changes

  • 1ff04c8: Introduce a withoutPolicyChecks flag to GuDeveloperPolicy properties so that the check can be turned off.

    Provide instructions for use of that flag in the "overbroad" action/resource error text.

    This enables teams to use fully wildcarded actions and resources when needed, but also provides information in cloudformation metadata to allow us to track the usage of that switch in order to study how often this is needed.

63.0.0

Major Changes

  • c6e30e1: Support generating multiple riff-raff.yaml files. To do this, set the riffRaffProjectName property of a GuStack. This is helpful in a few scenarios, for example if you have a singleton (INFRA) stack, and CODE/PROD application stacks.

    In the following, two files will be produced:

    • /path/to/cdk.out/deploy::core-infra/riff-raff.yaml
    • /path/to/cdk.out/deploy::my-app/riff-raff.yaml
    class MyCoreInfraStack extends GuStack {}
    class MyApplicationStack extends GuStack {}
    new MyCoreInfraStack(app, "MyCoreInfra", {

... (truncated)

Commits

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 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)

Bumps [@guardian/cdk](https://github.com/guardian/cdk) from 62.4.0 to 63.2.0.
- [Release notes](https://github.com/guardian/cdk/releases)
- [Changelog](https://github.com/guardian/cdk/blob/main/CHANGELOG.md)
- [Commits](guardian/cdk@v62.4.0...v63.2.0)

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

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 Apr 22, 2026
@github-actions github-actions Bot enabled auto-merge April 22, 2026 13:13
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