From d66d6a022afe761c0712700fac325b83b5fadb1f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 19 May 2026 17:28:40 +0000 Subject: [PATCH] Update dependency typescript to v6 --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 198ce87..a158810 100644 --- a/bun.lock +++ b/bun.lock @@ -11,7 +11,7 @@ "npm-check-updates": "^22.2.0", "npm-sort": "^0.0.4", "turbo": "^2.9.14", - "typescript": "^5.9.2", + "typescript": "^6.0.0", }, }, "packages/common": { @@ -917,7 +917,7 @@ "type-check": ["type-check@0.4.0", "", { "dependencies": { "prelude-ls": "^1.2.1" } }, "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew=="], - "typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="], + "typescript": ["typescript@6.0.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw=="], "typescript-eslint": ["typescript-eslint@8.59.4", "", { "dependencies": { "@typescript-eslint/eslint-plugin": "8.59.4", "@typescript-eslint/parser": "8.59.4", "@typescript-eslint/typescript-estree": "8.59.4", "@typescript-eslint/utils": "8.59.4" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", "typescript": ">=4.8.4 <6.1.0" } }, "sha512-Rw6+44QNFaXtgHSjPy+Kw8hrJniMYzR85E9yLmOLcfZ91/rz+JXQbDTCmc6ccxMPY6K6PgAq26f0JCBfR7LIPQ=="], diff --git a/package.json b/package.json index f9cd0d1..c0a4a51 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ "npm-check-updates": "^22.2.0", "npm-sort": "^0.0.4", "turbo": "^2.9.14", - "typescript": "^5.9.2" + "typescript": "^6.0.0" } } -- 2.52.0