From 8a261206d3b1841353c31bdaa38af322c865418b Mon Sep 17 00:00:00 2001 From: Claude Bot Date: Tue, 21 Jul 2026 18:31:53 +0800 Subject: [PATCH] Fix #127: chore(deps): bump TypeScript 5.5 -> 5.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Step 1 of two-step bump per issue #127: - Updated root package.json: typescript ^5.5.0 -> ^5.9.0 - Lockfile resolved to typescript@5.9.3 - All verification gates pass: typecheck, strict typecheck, lint, test, verify-schemas, check-no-sensitive-info, biome noExplicitAny Step 2 (TypeScript 7.0 evaluation) is a separate spike — the native compiler ships platform binaries as optionalDependencies, and the Compiler API is not yet ready. No programmatic TS API usage exists in this monorepo, so the only concern is lockfile/platform-binary validation for CI. That evaluation should happen in a follow-up. Co-Authored-By: Claude --- bun.lock | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 9c14794..8f3c792 100644 --- a/bun.lock +++ b/bun.lock @@ -9,7 +9,7 @@ "@types/bun": "^1.1.0", "@types/node": "^20.0.0", "turbo": "^2.0.0", - "typescript": "^5.5.0", + "typescript": "^5.9.0", }, }, "packages/aep-export": { diff --git a/package.json b/package.json index aa3d25a..4f9e638 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,8 @@ "devDependencies": { "@biomejs/biome": "^1.9.0", "turbo": "^2.0.0", - "typescript": "^5.5.0", + "typescript": "^5.9.0", "@types/node": "^20.0.0", "@types/bun": "^1.1.0" } -} \ No newline at end of file +}