Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump the all group across 1 directory with 13 updates #91

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the all group with 13 updates in the /cdk directory:

Package From To
@guardian/cdk 53.0.1 61.1.0
@guardian/eslint-config-typescript 8.0.0 12.0.0
@guardian/prettier 8.0.0 8.0.1
@guardian/tsconfig 0.2.0 1.0.0
@types/jest 29.5.12 29.5.14
@types/node 20.12.7 22.10.2
aws-cdk 2.114.1 2.173.2
aws-cdk-lib 2.114.1 2.173.2
constructs 10.3.0 10.4.2
eslint 8.57.0 9.17.0
prettier 3.2.5 3.4.2
ts-jest 29.1.2 29.2.5
typescript 5.1.6 5.7.2

Updates @guardian/cdk from 53.0.1 to 61.1.0

Release notes

Sourced from @​guardian/cdk's releases.

v61.1.0

Minor Changes

  • a11349f: Expose taskDefinition, containerDefinition and task in GuEcsTask

v61.0.2

Patch Changes

  • 3098169: Update aws-cdk to 2.172.0, aws-cdk-lib to 2.172.0, constructs to 10.4.2

v61.0.1

Patch Changes

  • 60639fd: Apply the standard Stack, Stage, App and gu:repo tags to the AWS::IAM::OIDCProvider resource created via the GitHubOidcProvider construct.

v61.0.0

Major Changes

  • d3259e7: Support multiple usages of GuGithubActionsRole in a single AWS account

    This significantly changes the resources constructed by GuGithubActionsRole, specifically, the construct will no longer instantiate a GitHubOidcProvider. This is because you can only ever have one GitHubOidcProvider per provider domain (ie token.actions.githubusercontent.com) - while we may want multiple instances of GuGithubActionsRole in an AWS account, we can't have the GuGithubActionsRole construct trying to make a new GitHubOidcProvider with each instance.

    Consequently, you will need to instantiate the GitHubOidcProvider elsewhere as a singleton. At the Guardian, we do this with https://github.com/guardian/aws-account-setup.

Minor Changes

  • bf08a5e: Default to GP3 storage type for RDS

v60.1.3

Patch Changes

  • b488c2e: Update aws-cdk to 2.170.0, aws-cdk-lib to 2.170.0, constructs to 10.4.2

v60.1.2

Patch Changes

  • b8f4bbe: Update codemaker from 1.104.0 to 1.105.0
  • 0d7dd47: Update git-url-parse from 15.0.0 to 16.0.0

v60.1.1

Patch Changes

... (truncated)

Changelog

Sourced from @​guardian/cdk's changelog.

61.1.0

Minor Changes

  • a11349f: Expose taskDefinition, containerDefinition and task in GuEcsTask

61.0.2

Patch Changes

  • 3098169: Update aws-cdk to 2.172.0, aws-cdk-lib to 2.172.0, constructs to 10.4.2

61.0.1

Patch Changes

  • 60639fd: Apply the standard Stack, Stage, App and gu:repo tags to the AWS::IAM::OIDCProvider resource created via the GitHubOidcProvider construct.

61.0.0

Major Changes

  • d3259e7: Support multiple usages of GuGithubActionsRole in a single AWS account

    This significantly changes the resources constructed by GuGithubActionsRole, specifically, the construct will no longer instantiate a GitHubOidcProvider. This is because you can only ever have one GitHubOidcProvider per provider domain (ie token.actions.githubusercontent.com) - while we may want multiple instances of GuGithubActionsRole in an AWS account, we can't have the GuGithubActionsRole construct trying to make a new GitHubOidcProvider with each instance.

    Consequently, you will need to instantiate the GitHubOidcProvider elsewhere as a singleton. At the Guardian, we do this with https://github.com/guardian/aws-account-setup.

Minor Changes

  • bf08a5e: Default to GP3 storage type for RDS

60.1.3

Patch Changes

  • b488c2e: Update aws-cdk to 2.170.0, aws-cdk-lib to 2.170.0, constructs to 10.4.2

60.1.2

Patch Changes

... (truncated)

Commits
  • 3d00b8f Merge pull request #2546 from guardian/changeset-release/main
  • 75d6c00 Bump package version
  • d7b778b Merge pull request #2545 from guardian/pm-expose-task-containerdefinition
  • c964005 Update .changeset/wet-pillows-judge.md
  • 179c5a7 revert change to package.json
  • a11349f Expose ecsruntask, taskdefinition and containerdefinition
  • e77eabb Merge pull request #2540 from guardian/dependabot/npm_and_yarn/codemaker-1.106.0
  • ecd9c7e chore(deps): bump codemaker from 1.105.0 to 1.106.0
  • e919b74 Merge pull request #2542 from guardian/dependabot/npm_and_yarn/changesets/cli...
  • 94e032f chore(deps): bump @​changesets/cli from 2.27.10 to 2.27.11
  • Additional commits viewable in compare view

Updates @guardian/eslint-config-typescript from 8.0.0 to 12.0.0

Release notes

Sourced from @​guardian/eslint-config-typescript's releases.

@​guardian/eslint-config@​10.0.0

Patch Changes

  • 064c5fb: Fixes for new eslint config

@​guardian/eslint-config@​10.0.0-beta.7

Breaking Changes

  • Run react checks on js and ts files too (e.g. for custom hooks).

@​guardian/eslint-config@​10.0.0-beta.6

Patch Changes

  • Updates eslint to v9.14.0 as it updates @eslint/plugin-kit v0.2.3 with a security fix.

@​guardian/ab-react@​9.0.1

Patch Changes

  • 064c5fb: Fixes for new eslint config

@​guardian/ab-core@​8.0.1

Patch Changes

  • 064c5fb: Fixes for new eslint config

@​guardian/core-web-vitals@​8.0.1

Patch Changes

  • 064c5fb: Fixes for new eslint config

@​guardian/source@​8.0.1

Patch Changes

  • 064c5fb: Fixes for new eslint config
Commits

Updates @guardian/prettier from 8.0.0 to 8.0.1

Release notes

Sourced from @​guardian/prettier's releases.

@​guardian/ab-core@​8.0.1

Patch Changes

  • 064c5fb: Fixes for new eslint config

@​guardian/core-web-vitals@​8.0.1

Patch Changes

  • 064c5fb: Fixes for new eslint config

@​guardian/source@​8.0.1

Patch Changes

  • 064c5fb: Fixes for new eslint config
Commits
  • db1d116 🦋 Release package updates (#1427)
  • 15d2513 Do not publish design-tokens (#1429)
  • 7e67649 Update esmodules changeset (#1428)
  • 0382052 Simplify the build pipeline (#1385)
  • 13eb569 build(deps-dev): bump the babel group with 3 updates (#1398)
  • 0733efb build(deps-dev): bump the babel group with 3 updates
  • c5aa7be 🦋 Release package updates (#1411)
  • cb33975 Remove dependency updates from changelogs
  • fe26ffa Bump package versions
  • bef8227 build(deps): bump the dependencies group across 1 directory with 3 updates (#...
  • Additional commits viewable in compare view

Updates @guardian/tsconfig from 0.2.0 to 1.0.0

Commits
  • 5b22b16 🦋 Release package updates (#1512)
  • 79b1169 build(deps): bump the eslint group across 1 directory with 5 updates (#1504)
  • d53ac32 build(deps-dev): bump the devdependencies group across 1 directory with 6 upd...
  • 1025067 build(deps-dev): bump rollup from 4.17.2 to 4.18.0 in the rollup group (#1486)
  • 0a973f9 build(deps-dev): bump prettier from 3.2.2 to 3.3.0 in the prettier group (#1508)
  • 9c40ba3 Set moduleResolution to bundler in @guardian/tsconfig (#1501)
  • 9105894 Eslint add plugin react + react-hooks and move plugins to root of project (#1...
  • e50c109 🦋 Release package updates (#1502)
  • 6439c0d Tidy up changelog
  • 031b618 Bump package versions
  • Additional commits viewable in compare view

Updates @types/jest from 29.5.12 to 29.5.14

Commits

Updates @types/node from 20.12.7 to 22.10.2

Commits

Updates aws-cdk from 2.114.1 to 2.173.2

Release notes

Sourced from aws-cdk's releases.

v2.173.2

Bug Fixes

  • cli: allow credential plugins to return null for expiration (#32554) (e59b1db)
  • cli: doesn't support plugins that return initially empty credentials (#32552) (7ee9b90)

Alpha modules (2.173.2-alpha.0)

v2.173.1

Bug Fixes

  • cli: getting credentials via SSO fails when the region is set in the profile (#32520) (01fec04)

Alpha modules (2.173.1-alpha.0)

v2.173.0

Features

Bug Fixes


Alpha modules (2.173.0-alpha.0)

Features

v2.172.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • apigateway: We will be removing deprecated APIGatewayV2 constructs from aws-apigateway module.

... (truncated)

Changelog

Sourced from aws-cdk's changelog.

2.173.2 (2024-12-17)

Bug Fixes

  • cli: allow credential plugins to return null for expiration (#32554) (e59b1db)
  • cli: doesn't support plugins that return initially empty credentials (#32552) (7ee9b90)

2.173.1 (2024-12-14)

Bug Fixes

  • cli: getting credentials via SSO fails when the region is set in the profile (#32520) (01fec04)

2.173.0 (2024-12-11)

Features

Bug Fixes

2.172.0 (2024-12-06)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • apigateway: We will be removing deprecated APIGatewayV2 constructs from aws-apigateway module.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

... (truncated)

Commits
  • e59b1db fix(cli): allow credential plugins to return null for expiration (#32554)
  • 7ee9b90 fix(cli): doesn't support plugins that return initially empty credentials (#3...
  • 01fec04 fix(cli): getting credentials via SSO fails when the region is set in the pro...
  • 7028242 fix(cli): assuming a role from the INI file fails in non-commercial regions (...
  • 609faba chore: chalk breaking logging tests (#32393)
  • 058a0bf fix(cli): short-lived credentials are not refreshed (#32354)
  • 20edc7f fix(cloudformation-include): drops unknown policy attributes (#32321)
  • 81cde0e chore: enforce eol-last rule (#32335)
  • d2e0b29 chore(cli): log SDK calls when using -vvv (#32308)
  • 559d676 fix(cli): warns about missing --no-rollback flag that is present (#32309)
  • Additional commits viewable in compare view

Updates aws-cdk-lib from 2.114.1 to 2.173.2

Release notes

Sourced from aws-cdk-lib's releases.

v2.173.2

Bug Fixes

  • cli: allow credential plugins to return null for expiration (#32554) (e59b1db)
  • cli: doesn't support plugins that return initially empty credentials (#32552) (7ee9b90)

Alpha modules (2.173.2-alpha.0)

v2.173.1

Bug Fixes

  • cli: getting credentials via SSO fails when the region is set in the profile (#32520) (01fec04)

Alpha modules (2.173.1-alpha.0)

v2.173.0

Features

Bug Fixes


Alpha modules (2.173.0-alpha.0)

Features

v2.172.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • apigateway: We will be removing deprecated APIGatewayV2 constructs from aws-apigateway module.

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

2.173.2 (2024-12-17)

Bug Fixes

  • cli: allow credential plugins to return null for expiration (#32554) (e59b1db)
  • cli: doesn't support plugins that return initially empty credentials (#32552) (7ee9b90)

2.173.1 (2024-12-14)

Bug Fixes

  • cli: getting credentials via SSO fails when the region is set in the profile (#32520) (01fec04)

2.173.0 (2024-12-11)

Features

Bug Fixes

2.172.0 (2024-12-06)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • apigateway: We will be removing deprecated APIGatewayV2 constructs from aws-apigateway module.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

... (truncated)

Commits
  • c23be8c feat(route53): added EvaluateTargetHealth to Route53 Alias targets (#9481) (#...
  • 7df954c feat(stepfunctions-tasks): support dynamic values for Glue Job Worker Type (#...
  • 0c2f98b fix(cloudformation-include): string arrays inside unknown properties cannot b...
  • c208789 chore(ec2): add Amazon MQ interface vpc endpoint (#32464)
  • 59e96a3 fix(cloudwatch): period of each metric in usingMetrics for `MathExpressio...
  • 4937ee1 chore(lambda): inline code size limit is 4MB (#30773)
  • 2677fce fix(stepfunctions-task): elasticloadbalancingv2 service policy (#32419)
  • 7fdd974 feat(route53): added L2 construct for Route53's health checks (#30739)
  • 625c431 feat(dynamodb): add precision timestamp for kinesis stream (#31863)
  • 784c834 chore(eks): nodegroup add missing AL2023 AMI type (#32418)
  • Additional commits viewable in compare view

Updates constructs from 10.3.0 to 10.4.2

Release notes

Sourced from constructs's releases.

v10.4.2

10.4.2 (2024-10-14)

Bug Fixes

v10.4.1

10.4.1 (2024-10-11)

Bug Fixes

v10.4.0

10.4.0 (2024-10-11)

Features

Bug Fixes

v10.3.2

10.3.2 (2024-10-11)

Bug Fixes

  • Python constructs do not implement a compatible interface (#2495) (912158f)

v10.3.1

10.3.1 (2024-10-10)

Bug Fixes

Commits
  • 892bb11 fix: cannot create root construct in python (#2500)
  • fab93a5 chore(deps): upgrade dev dependencies (#2506)
  • b06a17d chore(deps): upgrade dev dependencies (#2504)
  • dcae75e chore(deps): upgrade dev dependencies (#2502)
  • 3f6a73a fix: revert "fix: cannot create root construct in python" (#2499)
  • bb7f237 fix: cannot create root construct in python (#2496)
  • 75f29f4 feat: stabilize experimental code (#2497)
  • e9bf09c fix: unnecessary strict node requirement in engines in package.json (#2498)
  • 912158f fix: Python constructs do not implement a compatible interface (#2495)
  • 037cd6a chore(deps): upgrade dev dependencies (#2494)
  • Additional commits viewable in compare view

Updates eslint from 8.57.0 to 9.17.0

Release notes

Sourced from eslint's releases.

v9.17.0

Features

  • eed91d1 feat: add suggestions to no-unused-vars (#18352) (Tanuj Kanti)

Bug Fixes

  • 67d683d fix: fix crash when message.fix is nullish (#19168) (ntnyq)
  • c618707 fix: ignore vars with non-identifier references in no-useless-assignment (#19200) (YeonJuan)
...

Description has been truncated

Bumps the all group with 13 updates in the /cdk directory:

| Package | From | To |
| --- | --- | --- |
| [@guardian/cdk](https://github.com/guardian/cdk) | `53.0.1` | `61.1.0` |
| [@guardian/eslint-config-typescript](https://github.com/guardian/csnx) | `8.0.0` | `12.0.0` |
| [@guardian/prettier](https://github.com/guardian/csnx) | `8.0.0` | `8.0.1` |
| [@guardian/tsconfig](https://github.com/guardian/csnx) | `0.2.0` | `1.0.0` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.12` | `29.5.14` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.7` | `22.10.2` |
| [aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk) | `2.114.1` | `2.173.2` |
| [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) | `2.114.1` | `2.173.2` |
| [constructs](https://github.com/aws/constructs) | `10.3.0` | `10.4.2` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.17.0` |
| [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.4.2` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.2` | `29.2.5` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.1.6` | `5.7.2` |



Updates `@guardian/cdk` from 53.0.1 to 61.1.0
- [Release notes](https://github.com/guardian/cdk/releases)
- [Changelog](https://github.com/guardian/cdk/blob/main/CHANGELOG.md)
- [Commits](guardian/cdk@v53.0.1...v61.1.0)

Updates `@guardian/eslint-config-typescript` from 8.0.0 to 12.0.0
- [Release notes](https://github.com/guardian/csnx/releases)
- [Commits](https://github.com/guardian/csnx/compare/@guardian/eslint-config-typescript@8.0.0...@guardian/eslint-config-typescript@12.0.0)

Updates `@guardian/prettier` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/guardian/csnx/releases)
- [Commits](https://github.com/guardian/csnx/compare/@guardian/prettier@8.0.0...@guardian/prettier@8.0.1)

Updates `@guardian/tsconfig` from 0.2.0 to 1.0.0
- [Release notes](https://github.com/guardian/csnx/releases)
- [Commits](https://github.com/guardian/csnx/compare/@guardian/tsconfig@0.2.0...@guardian/tsconfig@1.0.0)

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

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

Updates `aws-cdk` from 2.114.1 to 2.173.2
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.173.2/packages/aws-cdk)

Updates `aws-cdk-lib` from 2.114.1 to 2.173.2
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.173.2/packages/aws-cdk-lib)

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

Updates `eslint` from 8.57.0 to 9.17.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.17.0)

Updates `prettier` from 3.2.5 to 3.4.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.5...3.4.2)

Updates `ts-jest` from 29.1.2 to 29.2.5
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.1.2...v29.2.5)

Updates `typescript` from 5.1.6 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.1.6...v5.7.2)

---
updated-dependencies:
- dependency-name: "@guardian/cdk"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@guardian/eslint-config-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@guardian/prettier"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@guardian/tsconfig"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: aws-cdk
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: aws-cdk-lib
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: constructs
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner December 23, 2024 21:49
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Dec 23, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants