From 3e8d8901eddd62c021291c0c087eaf8a09de9a8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 12:42:42 +0000 Subject: [PATCH] fix(deps): update dependency typescript to v6 --- bun.lock | 6 +++--- package.json | 2 +- packages/build-tools/package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bun.lock b/bun.lock index 9e6f4551..bc20f716 100644 --- a/bun.lock +++ b/bun.lock @@ -19,7 +19,7 @@ "stylelint": "17.12.0", "stylelint-config-standard": "40.0.0", "turbo": "2.8.1", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.60.0", "uvu": "0.5.6", }, @@ -28,7 +28,7 @@ "name": "@ekscss/build-tools", "version": "0.0.0", "dependencies": { - "typescript": "5.9.3", + "typescript": "6.0.3", }, }, "packages/bun-plugin-ekscss": { @@ -910,7 +910,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.60.0", "", { "dependencies": { "@typescript-eslint/eslint-plugin": "8.60.0", "@typescript-eslint/parser": "8.60.0", "@typescript-eslint/typescript-estree": "8.60.0", "@typescript-eslint/utils": "8.60.0" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", "typescript": ">=4.8.4 <6.1.0" } }, "sha512-9f65qWLZdAW9m1JaxBDUHcqRUfL8bkxxXL7XxEfI+F09q56PkBvIfCjLF3yInsDM/BBmwkqmCQdCZe/RYlIWEw=="], diff --git a/package.json b/package.json index 752ebfba..5edfeafc 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "stylelint": "17.12.0", "stylelint-config-standard": "40.0.0", "turbo": "2.8.1", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.60.0", "uvu": "0.5.6" }, diff --git a/packages/build-tools/package.json b/packages/build-tools/package.json index 7b98135a..3582d144 100644 --- a/packages/build-tools/package.json +++ b/packages/build-tools/package.json @@ -6,6 +6,6 @@ "license": "MIT", "main": "src/index.ts", "dependencies": { - "typescript": "5.9.3" + "typescript": "6.0.3" } }