chore(deps): upgrade TypeScript 5.9.3 → 6.0.3 (explicit dep)#17
Draft
xdanger wants to merge 1 commit into
Draft
Conversation
Previously TypeScript was auto-installed as a peer dependency of typescript-eslint at 5.9.3. This commit pins it explicitly as a devDependency at ^6.0.0. typescript-eslint@8.59.3 supports TypeScript >=4.8.4 <6.1.0, so 6.0.3 is fully within the supported range. All other direct dependencies were already at their latest stable versions. https://claude.ai/code/session_01SYPqPxEz3auppJaTYH6Jbr
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
typescriptas an explicitdevDependencyat^6.0.0(resolves to6.0.3)typescript-eslintat5.9.3pnpm outdated+npm show)Dependency scan results
@eslint/jsautocorrect-nodeeslintglobalshuskylint-stagedprettiertypescripttypescript-eslintpnpmBreaking-change risk
Low. TypeScript 6.0 removes some deprecated APIs and tightens checks, but:
typescript-eslint@8.59.3explicitly supports>=4.8.4 <6.1.0, so 6.0.3 is within rangesrc/directory exists yet — no TypeScript source to re-checkpnpm auditreports no vulnerabilitiesTest plan
pnpm installresolves cleanly with TypeScript 6.0.3pnpm lintpasses (ESLint + Prettier checks green)https://claude.ai/code/session_01SYPqPxEz3auppJaTYH6Jbr
Generated by Claude Code