Skip to content

Commit

Permalink
chore(deps): bump the monitoring group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
Bumps the monitoring group with 7 updates in the /monitoring directory:

| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-cloudwatch](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudwatch) | `3.651.1` | `3.658.1` |
| [playwright-core](https://github.com/microsoft/playwright) | `1.47.1` | `1.47.2` |
| [@aws-sdk/client-lambda](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lambda) | `3.651.1` | `3.659.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.5` | `22.7.4` |
| [@vercel/ncc](https://github.com/vercel/ncc) | `0.38.1` | `0.38.2` |
| [eslint](https://github.com/eslint/eslint) | `9.10.0` | `9.11.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.5.0` | `8.7.0` |



Updates `@aws-sdk/client-cloudwatch` from 3.651.1 to 3.658.1
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-cloudwatch/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.658.1/clients/client-cloudwatch)

Updates `playwright-core` from 1.47.1 to 1.47.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.47.1...v1.47.2)

Updates `@aws-sdk/client-lambda` from 3.651.1 to 3.659.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-lambda/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.659.0/clients/client-lambda)

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

Updates `@vercel/ncc` from 0.38.1 to 0.38.2
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](vercel/ncc@0.38.1...0.38.2)

Updates `eslint` from 9.10.0 to 9.11.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.10.0...v9.11.1)

Updates `typescript-eslint` from 8.5.0 to 8.7.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.7.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-cloudwatch"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: monitoring
- dependency-name: playwright-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: monitoring
- dependency-name: "@aws-sdk/client-lambda"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: monitoring
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: monitoring
- dependency-name: "@vercel/ncc"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: monitoring
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: monitoring
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: monitoring
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 29, 2024
1 parent c6d9bbc commit de7de27
Show file tree
Hide file tree
Showing 2 changed files with 470 additions and 537 deletions.
14 changes: 7 additions & 7 deletions monitoring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,28 @@
"validate": "npm-run-all test lint type-check build"
},
"dependencies": {
"@aws-sdk/client-cloudwatch": "^3.651.1",
"@aws-sdk/client-cloudwatch": "^3.658.1",
"@inquirer/prompts": "^5.5.0",
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"playwright-aws-lambda": "^0.11.0",
"playwright-core": "^1.47.1",
"playwright-core": "^1.47.2",
"tslib": "^2.7.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@aws-sdk/client-lambda": "^3.651.1",
"@aws-sdk/client-lambda": "^3.659.0",
"@babel/parser": "^7.25.6",
"@guardian/eslint-config-typescript": "^11.0.0",
"@guardian/prettier": "^8.0.1",
"@guardian/tsconfig": "^1.0.0",
"@tsconfig/node18": "^18.2.4",
"@types/aws-lambda": "^8.10.145",
"@types/jest": "^29.5.13",
"@types/node": "^22.5.5",
"@vercel/ncc": "^0.38.1",
"@types/node": "^22.7.4",
"@vercel/ncc": "^0.38.2",
"aws-lambda": "^1.0.7",
"eslint": "^9.10.0",
"eslint": "^9.11.1",
"eslint-plugin-compat": "^6.0.1",
"globals": "^15.9.0",
"jest": "^29.7.0",
Expand All @@ -46,7 +46,7 @@
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "5.6.2",
"typescript-eslint": "^8.5.0"
"typescript-eslint": "^8.7.0"
},
"prettier": "@guardian/prettier",
"overrides": {
Expand Down
Loading

0 comments on commit de7de27

Please sign in to comment.