Skip to content

Commit

Permalink
chore(deps): bump the cdk group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed May 10, 2024
1 parent 2bbb49a commit 826c431
Show file tree
Hide file tree
Showing 2 changed files with 334 additions and 243 deletions.
14 changes: 7 additions & 7 deletions cdk/package.json
Expand Up @@ -18,23 +18,23 @@
},
"devDependencies": {
"@guardian/eslint-config-typescript": "^9.0.3",
"@guardian/prettier": "^8.0.0",
"@guardian/tsconfig": "^0.2.0",
"@guardian/prettier": "^8.0.1",
"@guardian/tsconfig": "^0.3.1",
"@types/jest": "^29.5.12",
"@types/node": "20.11.17",
"aws-cdk": "2.127.0",
"aws-cdk-lib": "2.127.0",
"@types/node": "20.12.11",
"aws-cdk": "2.141.0",
"aws-cdk-lib": "2.141.0",
"constructs": "10.3.0",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "~5.3.3"
"typescript": "~5.4.5"
},
"dependencies": {
"@guardian/cdk": "53.1.0",
"npm": "^10.4.0",
"npm": "^10.7.0",
"source-map-support": "^0.5.20"
},
"prettier": "@guardian/prettier"
Expand Down

1 comment on commit 826c431

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Please sign in to comment.