From 1c0159be94a9973bbbdb468f7a61bed09128da8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 05:57:43 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.8.2 to 6.0.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.2 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.2...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 41 ++++++++++++++++++++++++++++------------- package.json | 2 +- 2 files changed, 29 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 02043e2e..e31afe78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "@types/ws": "^8.18.1", "lix": "^15.12.4", "semantic-release": "^24.2.5", - "typescript": "^5.8.2", + "typescript": "^6.0.3", "ws": "^8.21.0" } }, @@ -3448,6 +3448,29 @@ "win32" ] }, + "node_modules/@opentui/core/node_modules/bun-ffi-structs": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/bun-ffi-structs/-/bun-ffi-structs-0.1.2.tgz", + "integrity": "sha512-Lh1oQAYHDcnesJauieA4UNkWGXY9hYck7OA5IaRwE3Bp6K2F2pJSNYqq+hIy7P3uOvo3km3oxS8304g5gDMl/w==", + "license": "MIT", + "peerDependencies": { + "typescript": "^5" + } + }, + "node_modules/@opentui/core/node_modules/typescript": { + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "license": "Apache-2.0", + "peer": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, "node_modules/@opentui/solid": { "version": "0.1.99", "resolved": "https://registry.npmjs.org/@opentui/solid/-/solid-0.1.99.tgz", @@ -5251,15 +5274,6 @@ "@oven/bun-windows-x64-baseline": "1.3.14" } }, - "node_modules/bun-ffi-structs": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/bun-ffi-structs/-/bun-ffi-structs-0.1.2.tgz", - "integrity": "sha512-Lh1oQAYHDcnesJauieA4UNkWGXY9hYck7OA5IaRwE3Bp6K2F2pJSNYqq+hIy7P3uOvo3km3oxS8304g5gDMl/w==", - "license": "MIT", - "peerDependencies": { - "typescript": "^5" - } - }, "node_modules/bun-webgpu": { "version": "0.1.5", "resolved": "https://registry.npmjs.org/bun-webgpu/-/bun-webgpu-0.1.5.tgz", @@ -12522,9 +12536,10 @@ } }, "node_modules/typescript": { - "version": "5.8.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", - "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", + "dev": true, "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 18680a2b..782310bc 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@types/ws": "^8.18.1", "lix": "^15.12.4", "semantic-release": "^24.2.5", - "typescript": "^5.8.2", + "typescript": "^6.0.3", "ws": "^8.21.0" }, "dependencies": {