From 4b4cef56dd87c488289c77a971b86b176954d53b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 20:00:10 +0000 Subject: [PATCH] chore(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 | 45 ++++----------------------------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 42 deletions(-) diff --git a/package-lock.json b/package-lock.json index a496b7e..a53acda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "postcss": "^8.4.49", "prettier": "^3.8.3", "tailwindcss": "^3.4.17", - "typescript": "~5.8.2", + "typescript": "~6.0.3", "typescript-eslint": "^8.59.4", "vite": "^6.4.2", "vitest": "^3.2.4" @@ -1259,9 +1259,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1276,9 +1273,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1293,9 +1287,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1310,9 +1301,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1327,9 +1315,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1344,9 +1329,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1361,9 +1343,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1378,9 +1357,6 @@ "ppc64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1395,9 +1371,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1412,9 +1385,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1429,9 +1399,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1446,9 +1413,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1463,9 +1427,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4731,7 +4692,9 @@ } }, "node_modules/typescript": { - "version": "5.8.3", + "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 c575469..635ac44 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "postcss": "^8.4.49", "prettier": "^3.8.3", "tailwindcss": "^3.4.17", - "typescript": "~5.8.2", + "typescript": "~6.0.3", "typescript-eslint": "^8.59.4", "vite": "^6.4.2", "vitest": "^3.2.4"