From 494e31d4f71f8cf28cef62b048d390b0490d143d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 10:33:28 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v5 --- package.json | 2 +- packages/reg-keygen-git-hash-plugin/package.json | 2 +- packages/reg-notify-chatwork-plugin/package.json | 2 +- packages/reg-notify-github-plugin/package.json | 2 +- packages/reg-notify-github-with-api-plugin/package.json | 2 +- packages/reg-notify-gitlab-plugin/package.json | 2 +- packages/reg-notify-slack-plugin/package.json | 2 +- packages/reg-publish-gcs-plugin/package.json | 2 +- packages/reg-publish-s3-plugin/package.json | 2 +- packages/reg-simple-keygen-plugin/package.json | 2 +- packages/reg-suit-cli/package.json | 2 +- packages/reg-suit-core-testing/package.json | 2 +- packages/reg-suit-core/package.json | 2 +- packages/reg-suit-interface/package.json | 2 +- packages/reg-suit-toppage/package.json | 2 +- packages/reg-suit-util/package.json | 2 +- yarn.lock | 8 ++++---- 17 files changed, 20 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index 0cad51af..edb17916 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "pretty-quick": "3.3.1", "rimraf": "5.0.5", "ts-node": "10.9.2", - "typescript": "4.5.2", + "typescript": "5.3.3", "typescript-eslint-language-service": "4.1.5" }, "workspaces": [ diff --git a/packages/reg-keygen-git-hash-plugin/package.json b/packages/reg-keygen-git-hash-plugin/package.json index 48d97f7b..65ebfee1 100644 --- a/packages/reg-keygen-git-hash-plugin/package.json +++ b/packages/reg-keygen-git-hash-plugin/package.json @@ -34,6 +34,6 @@ "reg-suit-interface": "^0.14.2", "rimraf": "5.0.5", "ts-jest": "27.1.5", - "typescript": "4.5.2" + "typescript": "5.3.3" } } diff --git a/packages/reg-notify-chatwork-plugin/package.json b/packages/reg-notify-chatwork-plugin/package.json index 5958f88f..637a4860 100644 --- a/packages/reg-notify-chatwork-plugin/package.json +++ b/packages/reg-notify-chatwork-plugin/package.json @@ -22,6 +22,6 @@ }, "devDependencies": { "reg-suit-interface": "^0.14.2", - "typescript": "4.5.2" + "typescript": "5.3.3" } } diff --git a/packages/reg-notify-github-plugin/package.json b/packages/reg-notify-github-plugin/package.json index a84e2f86..6f9f345f 100644 --- a/packages/reg-notify-github-plugin/package.json +++ b/packages/reg-notify-github-plugin/package.json @@ -26,7 +26,7 @@ "jest": "27.5.1", "reg-suit-interface": "^0.14.2", "ts-jest": "27.1.5", - "typescript": "4.5.2" + "typescript": "5.3.3" }, "dependencies": { "open": "^8.0.0", diff --git a/packages/reg-notify-github-with-api-plugin/package.json b/packages/reg-notify-github-with-api-plugin/package.json index 60b21c3a..5015971c 100644 --- a/packages/reg-notify-github-with-api-plugin/package.json +++ b/packages/reg-notify-github-with-api-plugin/package.json @@ -22,7 +22,7 @@ "devDependencies": { "dotenv": "16.4.5", "reg-suit-interface": "^0.14.2", - "typescript": "4.5.2" + "typescript": "5.3.3" }, "dependencies": { "apollo-cache-inmemory": "^1.6.6", diff --git a/packages/reg-notify-gitlab-plugin/package.json b/packages/reg-notify-gitlab-plugin/package.json index 7e441d44..f88099ec 100644 --- a/packages/reg-notify-gitlab-plugin/package.json +++ b/packages/reg-notify-gitlab-plugin/package.json @@ -25,7 +25,7 @@ "reg-suit-interface": "^0.14.2", "sinon": "11.1.2", "ts-jest": "27.1.5", - "typescript": "4.5.2" + "typescript": "5.3.3" }, "dependencies": { "reg-suit-util": "^0.14.2", diff --git a/packages/reg-notify-slack-plugin/package.json b/packages/reg-notify-slack-plugin/package.json index e8c32a57..65b0c3ef 100644 --- a/packages/reg-notify-slack-plugin/package.json +++ b/packages/reg-notify-slack-plugin/package.json @@ -22,6 +22,6 @@ }, "devDependencies": { "reg-suit-interface": "^0.14.2", - "typescript": "4.5.2" + "typescript": "5.3.3" } } diff --git a/packages/reg-publish-gcs-plugin/package.json b/packages/reg-publish-gcs-plugin/package.json index 07715d4c..078a2766 100644 --- a/packages/reg-publish-gcs-plugin/package.json +++ b/packages/reg-publish-gcs-plugin/package.json @@ -35,6 +35,6 @@ "@types/uuid": "8.3.4", "glob": "7.2.3", "reg-suit-interface": "^0.14.2", - "typescript": "4.5.2" + "typescript": "5.3.3" } } diff --git a/packages/reg-publish-s3-plugin/package.json b/packages/reg-publish-s3-plugin/package.json index c63708ea..340382a0 100644 --- a/packages/reg-publish-s3-plugin/package.json +++ b/packages/reg-publish-s3-plugin/package.json @@ -31,6 +31,6 @@ "@types/uuid": "8.3.4", "reg-suit-interface": "^0.14.2", "rimraf": "5.0.5", - "typescript": "4.5.2" + "typescript": "5.3.3" } } diff --git a/packages/reg-simple-keygen-plugin/package.json b/packages/reg-simple-keygen-plugin/package.json index cd0fb89a..aedfb802 100644 --- a/packages/reg-simple-keygen-plugin/package.json +++ b/packages/reg-simple-keygen-plugin/package.json @@ -19,6 +19,6 @@ "license": "MIT", "devDependencies": { "reg-suit-interface": "^0.14.2", - "typescript": "4.5.2" + "typescript": "5.3.3" } } diff --git a/packages/reg-suit-cli/package.json b/packages/reg-suit-cli/package.json index 144a267d..a03cf653 100644 --- a/packages/reg-suit-cli/package.json +++ b/packages/reg-suit-cli/package.json @@ -36,6 +36,6 @@ "@types/inquirer": "8.2.10", "@types/yargs": "16.0.9", "reg-suit-interface": "^0.14.2", - "typescript": "4.5.2" + "typescript": "5.3.3" } } diff --git a/packages/reg-suit-core-testing/package.json b/packages/reg-suit-core-testing/package.json index 482c47df..389d7238 100644 --- a/packages/reg-suit-core-testing/package.json +++ b/packages/reg-suit-core-testing/package.json @@ -17,6 +17,6 @@ "reg-keygen-git-hash-plugin": "^0.14.2", "reg-suit": "^0.14.2", "reg-suit-interface": "^0.14.2", - "typescript": "4.5.2" + "typescript": "5.3.3" } } diff --git a/packages/reg-suit-core/package.json b/packages/reg-suit-core/package.json index 2fa90bfb..5a8d5160 100644 --- a/packages/reg-suit-core/package.json +++ b/packages/reg-suit-core/package.json @@ -28,6 +28,6 @@ "jest": "27.5.1", "reg-suit-interface": "^0.14.2", "ts-jest": "27.1.5", - "typescript": "4.5.2" + "typescript": "5.3.3" } } diff --git a/packages/reg-suit-interface/package.json b/packages/reg-suit-interface/package.json index 1105198a..ee3f49e1 100644 --- a/packages/reg-suit-interface/package.json +++ b/packages/reg-suit-interface/package.json @@ -20,6 +20,6 @@ "@types/inquirer": "8.2.10" }, "devDependencies": { - "typescript": "4.5.2" + "typescript": "5.3.3" } } diff --git a/packages/reg-suit-toppage/package.json b/packages/reg-suit-toppage/package.json index 57f607ad..28ecd320 100644 --- a/packages/reg-suit-toppage/package.json +++ b/packages/reg-suit-toppage/package.json @@ -33,6 +33,6 @@ "reg-publish-s3-plugin": "^0.14.2", "reg-suit": "^0.14.2", "reg-suit-core": "^0.14.2", - "typescript": "4.5.2" + "typescript": "5.3.3" } } diff --git a/packages/reg-suit-util/package.json b/packages/reg-suit-util/package.json index 67a49941..dbabcfa1 100644 --- a/packages/reg-suit-util/package.json +++ b/packages/reg-suit-util/package.json @@ -20,7 +20,7 @@ "license": "MIT", "devDependencies": { "reg-suit-interface": "^0.14.2", - "typescript": "4.5.2" + "typescript": "5.3.3" }, "dependencies": { "@types/cli-progress": "^3.8.0", diff --git a/yarn.lock b/yarn.lock index 34de2839..4bea7577 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9384,10 +9384,10 @@ typescript-eslint-language-service@4.1.5: resolved "https://registry.yarnpkg.com/typescript-eslint-language-service/-/typescript-eslint-language-service-4.1.5.tgz#8c4e66e3d742b520f2abb7d1d8e953d9fa1bf8b4" integrity sha512-lJ9tH53m8e8fYYwhG5hTpiUHCz4SjY55rT8T4ADrmF/29JPdWkUik8cbZy+KsCsUIG1CEMRz+DOV4S+wVyYivQ== -typescript@4.5.2: - version "4.5.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.2.tgz#8ac1fba9f52256fdb06fb89e4122fa6a346c2998" - integrity sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw== +typescript@5.3.3: + version "5.3.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" + integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== uglify-js@^3.1.4: version "3.17.4"