From 67bec41c088f1e5ebdcdb2a419024c286650c596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 13:03:36 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 5.8.3 to 6.0.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.3...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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 48622934..445874d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react-github-corner": "^2.1.0", "rimraf": "^6.0.1", "semantic-release": "^25.0.1", - "typescript": "5.8.3", + "typescript": "6.0.3", "typescript-eslint": "^8.25.0", "vite": "^8.1.0", "vitest": "^4.1.9" @@ -8950,9 +8950,9 @@ } }, "node_modules/typescript": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", - "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", + "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": { diff --git a/package.json b/package.json index 0ca0c823..a7f3b523 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "react-github-corner": "^2.1.0", "rimraf": "^6.0.1", "semantic-release": "^25.0.1", - "typescript": "5.8.3", + "typescript": "6.0.3", "typescript-eslint": "^8.25.0", "vite": "^8.1.0", "vitest": "^4.1.9"