Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

chore(deps): bump the cdk group across 1 directory with 7 updates #986

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 10, 2024

Bumps the cdk group with 7 updates in the /cdk directory:

Package From To
npm 10.4.0 10.7.0
@guardian/prettier 8.0.0 8.0.1
@guardian/tsconfig 0.2.0 0.3.1
@types/node 20.11.17 20.12.11
aws-cdk 2.127.0 2.141.0
aws-cdk-lib 2.127.0 2.141.0
typescript 5.3.3 5.4.5

Updates npm from 10.4.0 to 10.7.0

Changelog

Sourced from npm's changelog.

10.7.0 (2024-04-30)

Features

Bug Fixes

Documentation

Dependencies

Chores

... (truncated)

Commits

Updates @guardian/prettier from 8.0.0 to 8.0.1

Release notes

Sourced from @​guardian/prettier's releases.

@​guardian/prettier@​8.0.1

Patch Changes

  • 0382052: 1. All packages are now ES modules, although they should be compatible with CommonJS environments. 2. Adds entry points for projects that can consume package.json#exports, alongside main.
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 0.3.1

Release notes

Sourced from @​guardian/tsconfig's releases.

@​guardian/tsconfig@​0.3.1

Patch Changes

  • 0382052: 1. All packages are now ES modules, although they should be compatible with CommonJS environments. 2. Adds entry points for projects that can consume package.json#exports, alongside main.

@​guardian/tsconfig@​0.3.0

Minor Changes

  • 1a7deef: Removes the "incremental": true setting, deferring the TypeScript defaults.

    This should be project-specific, not a default for all configs.

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 @types/node from 20.11.17 to 20.12.11

Commits

Updates aws-cdk from 2.127.0 to 2.141.0

Release notes

Sourced from aws-cdk's releases.

v2.141.0

Features

Bug Fixes

  • ecr: incorrect format for rule pattern (#29243) (fff9cf6), closes #29225
  • pipelines: pipeline asset role trust policy has account root principal (#30084) (3928eae)

Alpha modules (2.141.0-alpha.0)

v2.140.0

Features

Bug Fixes

  • crossRegionReference: error message missing stack information (#29961) (4f1c94b), closes #29699 #29699
  • custom-resources: fails to use latest SDK version (#29958) (247aa35), closes #29891
  • stepfunctions: regex in DistributedMap label is incorrectly escaping characters (#29765) (7c4eb71)
  • cdk diff prints upgrade bootstrap warning even when current version exceeds the recommended version (#29938) (28b0080), closes #28888

Alpha modules (2.140.0-alpha.0)

v2.139.1

Reverts

  • fix(lambda): version.fromVersionArn creates invalid Version object (#30003) (ced7a46)

Alpha modules (2.139.1-alpha.0)

v2.139.0

Features

... (truncated)

Changelog

Sourced from aws-cdk's changelog.

2.141.0 (2024-05-08)

Features

Bug Fixes

  • ecr: incorrect format for rule pattern (#29243) (fff9cf6), closes #29225
  • pipelines: pipeline asset role trust policy has account root principal (#30084) (3928eae)

2.140.0 (2024-05-02)

Features

Bug Fixes

  • crossRegionReference: error message missing stack information (#29961) (4f1c94b), closes #29699 #29699
  • custom-resources: fails to use latest SDK version (#29958) (247aa35), closes #29891
  • stepfunctions: regex in DistributedMap label is incorrectly escaping characters (#29765) (7c4eb71)
  • cdk diff prints upgrade bootstrap warning even when current version exceeds the recommended version (#29938) (28b0080), closes #28888

2.139.1 (2024-04-29)

Reverts

  • fix(lambda): version.fromVersionArn creates invalid Version object (#30003) (ced7a46)

2.139.0 (2024-04-24)

... (truncated)

Commits
  • c389a8b chore: npm-check-updates && yarn upgrade (#30031)
  • fc890df chore: npm-check-updates && yarn upgrade (#29946)
  • 86c1320 chore: upgrade cdk-from-cfn dependency to 0.157.0 (#29967)
  • 28b0080 fix: cdk diff prints upgrade bootstrap warning even when current version exce...
  • 466f170 fix(CLI): diff --template crashes (#29896)
  • 2126ee5 fix(CLI): bootstrap shows no hotswap changes when there are no changes (#29877)
  • 6cd1e1f chore: npm-check-updates && yarn upgrade (#29864)
  • 0906049 chore: npm-check-updates && yarn upgrade (#29703)
  • f1fd56a chore: remove sdkv2 from cloudformation-diff (#29730)
  • 21dba21 fix(cli): diff with changeset fails if deploy role cannot be assumed (#29718)
  • Additional commits viewable in compare view

Updates aws-cdk-lib from 2.127.0 to 2.141.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.141.0

Features

Bug Fixes

  • ecr: incorrect format for rule pattern (#29243) (fff9cf6), closes #29225
  • pipelines: pipeline asset role trust policy has account root principal (#30084) (3928eae)

Alpha modules (2.141.0-alpha.0)

v2.140.0

Features

Bug Fixes

  • crossRegionReference: error message missing stack information (#29961) (4f1c94b), closes #29699 #29699
  • custom-resources: fails to use latest SDK version (#29958) (247aa35), closes #29891
  • stepfunctions: regex in DistributedMap label is incorrectly escaping characters (#29765) (7c4eb71)
  • cdk diff prints upgrade bootstrap warning even when current version exceeds the recommended version (#29938) (28b0080), closes #28888

Alpha modules (2.140.0-alpha.0)

v2.139.1

Reverts

  • fix(lambda): version.fromVersionArn creates invalid Version object (#30003) (ced7a46)

Alpha modules (2.139.1-alpha.0)

v2.139.0

Features

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

2.141.0 (2024-05-08)

Features

Bug Fixes

  • ecr: incorrect format for rule pattern (#29243) (fff9cf6), closes #29225
  • pipelines: pipeline asset role trust policy has account root principal (#30084) (3928eae)

2.140.0 (2024-05-02)

Features

Bug Fixes

  • crossRegionReference: error message missing stack information (#29961) (4f1c94b), closes #29699 #29699
  • custom-resources: fails to use latest SDK version (#29958) (247aa35), closes #29891
  • stepfunctions: regex in DistributedMap label is incorrectly escaping characters (#29765) (7c4eb71)
  • cdk diff prints upgrade bootstrap warning even when current version exceeds the recommended version (#29938) (28b0080), closes #28888

2.139.1 (2024-04-29)

Reverts

  • fix(lambda): version.fromVersionArn creates invalid Version object (#30003) (ced7a46)

2.139.0 (2024-04-24)

... (truncated)

Commits
  • 33d0ffb chore(release): 2.141.0
  • 3928eae fix(pipelines): pipeline asset role trust policy has account root principal (...
  • 2c53cf9 chore(lambda): hide warning if skipPermissions is set (#30060)
  • 50331a1 feat(rds): implement setting parameter group name (#29965)
  • a38707b docs(ses): fix typos (#30068)
  • 8e98078 feat: update L1 CloudFormation resource definitions (#30074)
  • fff9cf6 fix(ecr): incorrect format for rule pattern (#29243)
  • d5d1880 chore(release): 2.140.0
  • bb7e4d8 feat: update L1 CloudFormation resource definitions (#30037)
  • 90f1aa9 feat(ec2): add support for environment files and variables in systemd (#29629)
  • Additional commits viewable in compare view

Updates typescript from 5.3.3 to 5.4.5

Release notes

Sourced from typescript's releases.

TypeScript 5.4.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

... (truncated)

Commits
  • 27bcd4c Update LKG
  • 9f33bf1 🤖 Pick PR #58098 (Fix constraints of nested homomorph...) into release-5.4 (#...
  • 71b2f84 Bump version to 5.4.5 and LKG
  • 892936f 🤖 Pick PR #58083 (Don't propagate partial union/inter...) into release-5.4 (#...
  • 38a7c05 release-5.4: Always set node-version for setup-node (#58117)
  • b754fc3 🤖 Pick PR #57778 (fix type import check for default-i...) into release-5.4 (#...
  • 8eb3367 Bump version to 5.4.4 and LKG
  • de9096b 🤖 Pick PR #57871 (Divide-and-conquer strategy for int...) into release-5.4 (#...
  • 06aae98 🤖 Pick PR #57973 (Compare package.json paths with cor...) into release-5.4 (#...
  • 6d8134e 🤖 Pick PR #57637 (Fixed a regression related to deter...) into release-5.4 (#...
  • 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 cdk group with 7 updates in the /cdk directory:

| Package | From | To |
| --- | --- | --- |
| [npm](https://github.com/npm/cli) | `10.4.0` | `10.7.0` |
| [@guardian/prettier](https://github.com/guardian/csnx) | `8.0.0` | `8.0.1` |
| [@guardian/tsconfig](https://github.com/guardian/csnx) | `0.2.0` | `0.3.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.17` | `20.12.11` |
| [aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk) | `2.127.0` | `2.141.0` |
| [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) | `2.127.0` | `2.141.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.5` |



Updates `npm` from 10.4.0 to 10.7.0
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](npm/cli@v10.4.0...v10.7.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 0.3.1
- [Release notes](https://github.com/guardian/csnx/releases)
- [Commits](https://github.com/guardian/csnx/compare/@guardian/tsconfig@0.2.0...@guardian/tsconfig@0.3.1)

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

Updates `aws-cdk` from 2.127.0 to 2.141.0
- [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.141.0/packages/aws-cdk)

Updates `aws-cdk-lib` from 2.127.0 to 2.141.0
- [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.141.0/packages/aws-cdk-lib)

Updates `typescript` from 5.3.3 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.4.5)

---
updated-dependencies:
- dependency-name: npm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cdk
- dependency-name: "@guardian/prettier"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cdk
- dependency-name: "@guardian/tsconfig"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cdk
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cdk
- dependency-name: aws-cdk
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cdk
- dependency-name: aws-cdk-lib
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cdk
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cdk
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 10, 2024 09:38
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 10, 2024
Copy link

changeset-bot bot commented May 10, 2024

⚠️ No Changeset found

Latest commit: 826c431

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

github-actions bot commented May 10, 2024

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 91.04% 254/279
🟢 Branches 81.67% 98/120
🟢 Functions 88.57% 62/70
🟢 Lines 90.74% 245/270

Test suite run success

331 tests passing in 16 suites.

Report generated by 🧪jest coverage report action from 826c431

Copy link
Contributor Author

dependabot bot commented on behalf of github May 19, 2024

Superseded by #990.

@dependabot dependabot bot closed this May 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/cdk/cdk-7e99caf3d4 branch May 19, 2024 06:21
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.

None yet

0 participants