Skip to content

chore(deps): typescript 6 - #170

Merged
github-actions[bot] merged 1 commit into
mainfrom
chore/ts6
Aug 31, 2026
Merged

chore(deps): typescript 6#170
github-actions[bot] merged 1 commit into
mainfrom
chore/ts6

Conversation

@catomean

Copy link
Copy Markdown
Collaborator

Summary

  • Bump typescript from ^5.7.3 to ^6.0.3 (fleet TypeScript-6 sweep, apps group B).
  • One TS-6 fix: dropped the deprecated baseUrl from tsconfig.json — TS 6 hard-errors on it (TS5101). The @/* paths mapping resolves relative to the tsconfig dir without it.
  • Verified locally on 6.0.3: full npm run verify (format, lint, typecheck, selfhost check, vitest, build) green.

Why not TS 7?

TS 7.0.2 is blocked fleet-wide: typescript-eslint hard-errors "does not support TS 7.0" (canaried 2026-08-31). 6 is the blessed major, proven in-fleet with Next 16. Supersedes dependabot #160.

🤖 Generated with Claude Code

https://claude.ai/code/session_01WqKqMnHQHSmkGFfc5t7Rxn

TypeScript ^5.7.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.

One TS-6 fix: drop the deprecated "baseUrl" from tsconfig.json
(TS5101 hard-errors on it under 6.0). The "@/*" paths mapping
resolves relative to the tsconfig dir without it. Full verify
(format, lint, typecheck, selfhost check, tests, build) 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 e95ed8d into main Aug 31, 2026
1 check passed
@github-actions
github-actions Bot deleted the chore/ts6 branch August 31, 2026 14:10
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