chore(deps): typescript 6 - #71
Merged
Merged
Conversation
Bump typescript ^5.3.3 -> ^6.0.3 in all five package.jsons (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.
TS-6 breakage fixed properly, no ignoreDeprecations bridges:
- TS5101: baseUrl is deprecated — removed from root and apps/web
tsconfigs; `paths` entries are now tsconfig-relative (./-prefixed),
which resolves identically.
- TS6059: TS 6 defaults rootDir to the tsconfig directory instead of
the inferred common source directory, so cross-package source imports
(ai -> core/database src via paths) fell outside it. Set explicit
rootDir "../.." in packages/{ai,core,database} — noEmit type-check
only, semantics unchanged from TS 5's inference.
- TS2882: TS 6 checks side-effect imports; `import './globals.css'` in
apps/web needed a `declare module '*.css'` (css.d.ts).
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.
Bump typescript
^5.3.3→^6.0.3in all five package.jsons (fleet TS-6 sweep, apps group A).Why not 7.0.2: TS 7 is blocked fleet-wide — typescript-eslint hard-errors "does not support TS 7.0" (canaried 2026-08-31). Blessed major is 6.
TS-6 breakage fixed properly (no
ignoreDeprecationsbridges):baseUrldeprecated) → removed from root +apps/webtsconfigs;pathsentries are tsconfig-relative now, identical resolutionrootDirto the tsconfig dir, not the inferred common source dir) → explicitrootDir: "../.."inpackages/{ai,core,database}— noEmit type-check only, same semantics TS 5 inferredapps/web/css.d.tsdeclares*.cssVerified:
turbo lint,turbo type-check(4/4 packages),turbo testall green on TS 6.0.3.🤖 Generated with Claude Code
https://claude.ai/code/session_01WqKqMnHQHSmkGFfc5t7Rxn