chore(deps): typescript 6 - #873
Merged
Merged
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 everypathstarget tsconfig-relative — the same proper fix the kivvi sweep used; noignoreDeprecationsbridge, 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