From ba42200b085c9f68da5a203530777f64dd8180ce Mon Sep 17 00:00:00 2001 From: Mao Nakamoto <41178744+maonakamoto@users.noreply.github.com> Date: Mon, 31 Aug 2026 19:12:28 +0200 Subject: [PATCH] chore(deps): typescript 6 Bump typescript 5.5.3 -> ^6.0.3 (fleet TS-6 sweep). TS 7.0.2 is blocked fleet-wide: typescript-eslint hard-errors "does not support TS 7.0" (canaried 2026-08-31). Revisit when support ships. No TS-6 breakage in this repo. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01WqKqMnHQHSmkGFfc5t7Rxn --- package-lock.json | 15 ++++----------- package.json | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 570ea1d..a03f6a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "puppeteer": "25.9.0", "ts-node": "10.9.2", "tsx": "^4.23.12", - "typescript": "5.5.3", + "typescript": "^6.0.3", "vitest": "^4.1.11" }, "engines": { @@ -2023,13 +2023,6 @@ "empathic": "2.0.0" } }, - "node_modules/@prisma/debug": { - "version": "7.9.1", - "resolved": "https://registry.npmjs.org/@prisma/debug/-/debug-7.9.1.tgz", - "integrity": "sha512-/cpVZ4itxtcgB8GHBvZtcmuEjq+lWsLrRJxFMbwZrT1RIdtuKmUm7PPGo/wzfbYpBrk+9WmmBE8CHJw2rybKDQ==", - "devOptional": true, - "license": "Apache-2.0" - }, "node_modules/@prisma/dev": { "version": "0.24.17", "resolved": "https://registry.npmjs.org/@prisma/dev/-/dev-0.24.17.tgz", @@ -10175,9 +10168,9 @@ "license": "MIT" }, "node_modules/typescript": { - "version": "5.5.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", - "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 7d1cd73..c92b020 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "puppeteer": "25.9.0", "ts-node": "10.9.2", "tsx": "^4.23.12", - "typescript": "5.5.3", + "typescript": "^6.0.3", "vitest": "^4.1.11" } }