chore(deps-dev): bump typescript 5.9.3→6.0.3 + explicit rootDir for TS6 (supersedes #24)#37
Merged
Merged
Conversation
…S6 (supersedes #24) TS6 stopped inferring rootDir; add "rootDir": "./src" to packages/networks/tsconfig.json (confirmed TS5011 failure site). packages/types and packages/codec already had rootDir set. Also bumps co-updated ranges: @eslint/js ^9→^10, eslint ^9→^10, typescript-eslint 8.59→8.60 (floating ranges resolved by pnpm install). Verified locally: pnpm -r build + pnpm -r lint + pnpm -r test all green (types 14/14, networks 162/162, codec 365/365).
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.
Summary
typescriptfrom^5.9.3/^5.6.0to^6.0.3inpackages/codec/package.jsonand rootpackage.json— replicates the exact version bump from Dependabot PR chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 in the typescript group across 1 directory #24"rootDir": "./src"topackages/networks/tsconfig.json— fixes TS5011 error introduced by TS6 dropping implicitrootDirinferencepackages/typesandpackages/codecalready hadrootDirset; no change needed therepnpm install:@eslint/js,eslint,typescript-eslintSupersedes #24 (clean branch with bump + fix together). Kai to close #24 after this merges.
Validation (local, CI-equivalent)
No TS6 strictness/breaking errors beyond TS5011 were encountered. No source or type logic changes required.