From cb0c1fff3c3d771837a635db4f89a1ef68e9cfaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:44:03 +0200 Subject: [PATCH] fix(lambda): bump typescript from 5.5.4 to 5.6.3 in /lambdas (#4200) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.3.
Release notes

Sourced from typescript's releases.

TypeScript 5.6.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.6

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=5.5.4&new-version=5.6.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../functions/ami-housekeeper/package.json | 2 +- lambdas/functions/control-plane/package.json | 2 +- .../functions/gh-agent-syncer/package.json | 2 +- .../termination-watcher/package.json | 2 +- lambdas/functions/webhook/package.json | 2 +- lambdas/libs/aws-powertools-util/package.json | 2 +- lambdas/libs/aws-ssm-util/package.json | 2 +- lambdas/package.json | 2 +- lambdas/yarn.lock | 32 +++++++++---------- 9 files changed, 24 insertions(+), 24 deletions(-) diff --git a/lambdas/functions/ami-housekeeper/package.json b/lambdas/functions/ami-housekeeper/package.json index d4a1ea78fa..c9d9131f95 100644 --- a/lambdas/functions/ami-housekeeper/package.json +++ b/lambdas/functions/ami-housekeeper/package.json @@ -43,7 +43,7 @@ "@aws-sdk/client-ssm": "^3.670.0", "@aws-sdk/types": "^3.664.0", "cron-parser": "^4.9.0", - "typescript": "^5.5.4" + "typescript": "^5.6.3" }, "nx": { "includedScripts": [ diff --git a/lambdas/functions/control-plane/package.json b/lambdas/functions/control-plane/package.json index 990bce0be7..e83837a397 100644 --- a/lambdas/functions/control-plane/package.json +++ b/lambdas/functions/control-plane/package.json @@ -51,7 +51,7 @@ "@octokit/rest": "20.1.1", "@octokit/types": "^13.6.1", "cron-parser": "^4.9.0", - "typescript": "^5.5.4" + "typescript": "^5.6.3" }, "nx": { "includedScripts": [ diff --git a/lambdas/functions/gh-agent-syncer/package.json b/lambdas/functions/gh-agent-syncer/package.json index a78803c44d..c913da9a07 100644 --- a/lambdas/functions/gh-agent-syncer/package.json +++ b/lambdas/functions/gh-agent-syncer/package.json @@ -33,7 +33,7 @@ "prettier": "3.3.3", "ts-jest": "^29.2.5", "ts-node-dev": "^2.0.0", - "typescript": "^5.5.4" + "typescript": "^5.6.3" }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", diff --git a/lambdas/functions/termination-watcher/package.json b/lambdas/functions/termination-watcher/package.json index 840d4ab4e7..6519759dd5 100644 --- a/lambdas/functions/termination-watcher/package.json +++ b/lambdas/functions/termination-watcher/package.json @@ -39,7 +39,7 @@ "@aws-sdk/client-ec2": "^3.670.0", "@aws-sdk/types": "^3.664.0", "@middy/core": "^4.7.0", - "typescript": "^5.5.4" + "typescript": "^5.6.3" }, "nx": { "includedScripts": [ diff --git a/lambdas/functions/webhook/package.json b/lambdas/functions/webhook/package.json index 04ae3b9958..2aa3e9a724 100644 --- a/lambdas/functions/webhook/package.json +++ b/lambdas/functions/webhook/package.json @@ -34,7 +34,7 @@ "prettier": "3.3.3", "ts-jest": "^29.2.5", "ts-node-dev": "^2.0.0", - "typescript": "^5.5.4" + "typescript": "^5.6.3" }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", diff --git a/lambdas/libs/aws-powertools-util/package.json b/lambdas/libs/aws-powertools-util/package.json index db9c512a8c..251118c9fb 100644 --- a/lambdas/libs/aws-powertools-util/package.json +++ b/lambdas/libs/aws-powertools-util/package.json @@ -32,7 +32,7 @@ "prettier": "3.3.3", "ts-jest": "^29.2.5", "ts-node-dev": "^2.0.0", - "typescript": "^5.5.4" + "typescript": "^5.6.3" }, "dependencies": { "@aws-lambda-powertools/logger": "^2.9.0", diff --git a/lambdas/libs/aws-ssm-util/package.json b/lambdas/libs/aws-ssm-util/package.json index 710775726c..892dc58f0d 100644 --- a/lambdas/libs/aws-ssm-util/package.json +++ b/lambdas/libs/aws-ssm-util/package.json @@ -32,7 +32,7 @@ "prettier": "3.3.3", "ts-jest": "^29.2.5", "ts-node-dev": "^2.0.0", - "typescript": "^5.5.4" + "typescript": "^5.6.3" }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", diff --git a/lambdas/package.json b/lambdas/package.json index 63c8bedbe5..c4578e3a99 100644 --- a/lambdas/package.json +++ b/lambdas/package.json @@ -31,7 +31,7 @@ "jest": "^29.7.0", "nx": "20.0.1", "prettier": "^3.3.3", - "typescript": "^5.5.4" + "typescript": "^5.6.3" }, "packageManager": "yarn@4.3.1" } diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock index ccb2c50f53..6b9ee47b78 100644 --- a/lambdas/yarn.lock +++ b/lambdas/yarn.lock @@ -126,7 +126,7 @@ __metadata: ts-jest: "npm:^29.2.5" ts-node: "npm:^10.9.2" ts-node-dev: "npm:^2.0.0" - typescript: "npm:^5.5.4" + typescript: "npm:^5.6.3" languageName: unknown linkType: soft @@ -156,7 +156,7 @@ __metadata: prettier: "npm:3.3.3" ts-jest: "npm:^29.2.5" ts-node-dev: "npm:^2.0.0" - typescript: "npm:^5.5.4" + typescript: "npm:^5.6.3" languageName: unknown linkType: soft @@ -185,7 +185,7 @@ __metadata: prettier: "npm:3.3.3" ts-jest: "npm:^29.2.5" ts-node-dev: "npm:^2.0.0" - typescript: "npm:^5.5.4" + typescript: "npm:^5.6.3" languageName: unknown linkType: soft @@ -226,7 +226,7 @@ __metadata: ts-jest: "npm:^29.2.5" ts-node: "npm:^10.9.2" ts-node-dev: "npm:^2.0.0" - typescript: "npm:^5.5.4" + typescript: "npm:^5.6.3" languageName: unknown linkType: soft @@ -258,7 +258,7 @@ __metadata: prettier: "npm:3.3.3" ts-jest: "npm:^29.2.5" ts-node-dev: "npm:^2.0.0" - typescript: "npm:^5.5.4" + typescript: "npm:^5.6.3" languageName: unknown linkType: soft @@ -289,7 +289,7 @@ __metadata: ts-jest: "npm:^29.2.5" ts-node: "npm:^10.9.2" ts-node-dev: "npm:^2.0.0" - typescript: "npm:^5.5.4" + typescript: "npm:^5.6.3" languageName: unknown linkType: soft @@ -323,7 +323,7 @@ __metadata: prettier: "npm:3.3.3" ts-jest: "npm:^29.2.5" ts-node-dev: "npm:^2.0.0" - typescript: "npm:^5.5.4" + typescript: "npm:^5.6.3" languageName: unknown linkType: soft @@ -8912,7 +8912,7 @@ __metadata: jest: "npm:^29.7.0" nx: "npm:20.0.1" prettier: "npm:^3.3.3" - typescript: "npm:^5.5.4" + typescript: "npm:^5.6.3" languageName: unknown linkType: soft @@ -11293,13 +11293,13 @@ __metadata: languageName: node linkType: hard -"typescript@npm:^5.5.4": - version: 5.5.4 - resolution: "typescript@npm:5.5.4" +"typescript@npm:^5.6.3": + version: 5.6.3 + resolution: "typescript@npm:5.6.3" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10c0/422be60f89e661eab29ac488c974b6cc0a660fb2228003b297c3d10c32c90f3bcffc1009b43876a082515a3c376b1eefcce823d6e78982e6878408b9a923199c + checksum: 10c0/44f61d3fb15c35359bc60399cb8127c30bae554cd555b8e2b46d68fa79d680354b83320ad419ff1b81a0bdf324197b29affe6cc28988cd6a74d4ac60c94f9799 languageName: node linkType: hard @@ -11313,13 +11313,13 @@ __metadata: languageName: node linkType: hard -"typescript@patch:typescript@npm%3A^5.5.4#optional!builtin": - version: 5.5.4 - resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin::version=5.5.4&hash=379a07" +"typescript@patch:typescript@npm%3A^5.6.3#optional!builtin": + version: 5.6.3 + resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin::version=5.6.3&hash=379a07" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10c0/73409d7b9196a5a1217b3aaad929bf76294d3ce7d6e9766dd880ece296ee91cf7d7db6b16c6c6c630ee5096eccde726c0ef17c7dfa52b01a243e57ae1f09ef07 + checksum: 10c0/ac8307bb06bbfd08ae7137da740769b7d8c3ee5943188743bb622c621f8ad61d244767480f90fbd840277fbf152d8932aa20c33f867dea1bb5e79b187ca1a92f languageName: node linkType: hard