Update dependency typescript to v6 - #1
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/typescript-6.x
branch
from
April 24, 2026 20:55
37a8ecc to
daf3dfa
Compare
renovate
Bot
force-pushed
the
renovate/typescript-6.x
branch
2 times, most recently
from
May 17, 2026 04:04
229e896 to
41004aa
Compare
renovate
Bot
force-pushed
the
renovate/typescript-6.x
branch
from
July 21, 2026 18:31
41004aa to
322bd09
Compare
This was referenced Jul 28, 2026
tobydoescode
added a commit
that referenced
this pull request
Jul 28, 2026
TypeScript 6 stopped auto-including @types/* packages from node_modules. The Node globals in src/index.ts (process.env, process.exit) therefore fail to resolve under tsc 6.0.3 even with @types/node installed: src/index.ts(6,18): error TS2591: Cannot find name 'process'. Setting "types": ["node"] restores resolution. The option has been supported since TypeScript 2.0, so this builds identically on the current 5.9.3 and unblocks the pending v6 bump in #1. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
tobydoescode
force-pushed
the
renovate/typescript-6.x
branch
from
July 28, 2026 16:02
322bd09 to
dc9b197
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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.
This PR contains the following updates:
^5.8.0→^6.0.0Release Notes
microsoft/TypeScript (typescript)
v6.0.3: TypeScript 6.0.3Compare Source
For release notes, check out the release announcement blog post.
Downloads are available on:
v6.0.2: TypeScript 6.0Compare Source
For release notes, check out the release announcement blog post.
Downloads are available on:
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.