Skip to content

chore(deps): typescript 6 - #873

Merged
github-actions[bot] merged 2 commits into
mainfrom
chore/ts6
Sep 1, 2026
Merged

chore(deps): typescript 6#873
github-actions[bot] merged 2 commits into
mainfrom
chore/ts6

Conversation

@catomean

Copy link
Copy Markdown
Collaborator

Fleet TS-6 sweep, final repo — with this, every TypeScript repo in the fleet is on the blessed major 6. (TS 7.0.2 exists but typescript-eslint hard-errors on it; canaried and blocked 2026-08-31, dependabot TS-7 PRs closed fleet-wide with the verdict.)

TS 6 hard-errors on the deprecated baseUrl (TS5101): removed it and made every paths target tsconfig-relative — the same proper fix the kivvi sweep used; no ignoreDeprecations bridge, so nothing here breaks again at TS 7.

type-check clean (main + scripts tsconfigs) · lint 0 errors · full Vitest suite 282 files / 2648 tests green under TS 6.

🤖 Generated with Claude Code

https://claude.ai/code/session_01WqKqMnHQHSmkGFfc5t7Rxn

catomean and others added 2 commits August 31, 2026 23:26
Fleet TS-6 sweep, final repo. TS 7.0.2 exists but typescript-eslint rejects
it outright ('does not support TS 7.0', canaried in ai-kit 2026-08-31) — 6
is the blessed major until that support ships. With this, every TypeScript
repo in the fleet is on 6.

type-check clean; lint 0 errors; 282 test files / 2648 tests green on the
new Vitest suite.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WqKqMnHQHSmkGFfc5t7Rxn
Conflict was package-lock only. While resolving: package.json declared
typescript TWICE — dependencies ^5.8.3 (stale) and devDependencies
^6.0.3 (this PR's bump). Removed the runtime entry; a type checker is a
dev tool, and the duplicate was a second source of truth that made the
repo read as still-on-5. Lock regenerated; full `npm run verify` green.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WqKqMnHQHSmkGFfc5t7Rxn
@github-actions
github-actions Bot merged commit 03600e5 into main Sep 1, 2026
6 checks passed
@github-actions
github-actions Bot deleted the chore/ts6 branch September 1, 2026 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant