From 2c8fd2cd93abaf46b158085a603ce6b2c523e174 Mon Sep 17 00:00:00 2001 From: Mao Nakamoto <41178744+maonakamoto@users.noreply.github.com> Date: Mon, 31 Aug 2026 15:33:41 +0200 Subject: [PATCH] chore(deps): typescript 6 TypeScript ^5.3.3 -> ^6.0.3 (fleet TypeScript-6 sweep). TS 7.0.2 is blocked fleet-wide: typescript-eslint hard-errors "does not support TS 7.0" (canaried 2026-08-31). 6.0.3 is the blessed major, proven in-fleet with Next 16. Full verify (lint, typecheck, tests, build) green with zero code changes. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01WqKqMnHQHSmkGFfc5t7Rxn --- 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 c92f287c1..b758ae9b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -90,7 +90,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.5.26", "tailwindcss": "^4.3.0", - "typescript": "^5.3.3" + "typescript": "^6.0.3" }, "engines": { "node": ">=20" @@ -19455,9 +19455,9 @@ "license": "MIT" }, "node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "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 a32be6215..667f03d87 100644 --- a/package.json +++ b/package.json @@ -180,7 +180,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.5.26", "tailwindcss": "^4.3.0", - "typescript": "^5.3.3" + "typescript": "^6.0.3" }, "overrides": { "@swc/helpers": "0.5.23",