chore(deps): keep TypeScript on 5.x (defer tsgo 7.x) - #49
Merged
Conversation
TypeScript 7.0.2 is now `latest` — the Go-native ("tsgo") rewrite with a
different compiler API. Our type-aware linter typescript-eslint@8 declares peer
`typescript: >=4.8.4 <6.1.0`, so bumping past 5.x would break type-aware lint
and introduce a peer-dependency warning. Ignore only the typescript MAJORS in
Dependabot (5.x minor/patch still auto-update); revisit when typescript-eslint
ships a release whose peer range covers the next TypeScript major.
Closes Dependabot #23 (typescript 5.9.3 -> 7.0.2).
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.
Resolves the TypeScript track of the dependency campaign — supersedes/closes #23 (
typescript 5.9.3 -> 7.0.2).Decision: defer, don't upgrade
typescript@7.0.2is nowlatest— the Go-native ("tsgo") rewrite with a different compiler API. We can't adopt it yet:typescript-eslint@8.64declares peertypescript: >=4.8.4 <6.1.0(verified on the registry). TS7 is outside that range.So this pins Dependabot to ignore the
typescriptmajors only (5.x minor/patch still auto-update), mirroring the existing Node-LTS ignore style — explicit + commented with the exact revisit trigger (a typescript-eslint release whose peer range covers the next TS major).Follow-up
I'll comment
@dependabot closeon #23 once this lands (or it auto-closes on the next Dependabot run under the new ignore).Guardrails
Config-only (
.github/dependabot.yml); no code, no dependency change, no egress/code-sync path.