Skip to content

Update dependency typescript to v6 - #1

Merged
tobydoescode merged 1 commit into
mainfrom
renovate/typescript-6.x
Jul 28, 2026
Merged

Update dependency typescript to v6#1
tobydoescode merged 1 commit into
mainfrom
renovate/typescript-6.x

Conversation

@renovate

@renovate renovate Bot commented Apr 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
typescript (source) ^5.8.0^6.0.0 age confidence

Release Notes

microsoft/TypeScript (typescript)

v6.0.3: TypeScript 6.0.3

Compare Source

For release notes, check out the release announcement blog post.

Downloads are available on:

v6.0.2: TypeScript 6.0

Compare Source

For release notes, check out the release announcement blog post.

Downloads are available on:


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/typescript-6.x branch from 37a8ecc to daf3dfa Compare April 24, 2026 20:55
@renovate
renovate Bot force-pushed the renovate/typescript-6.x branch 2 times, most recently from 229e896 to 41004aa Compare May 17, 2026 04:04
@tobydoescode tobydoescode self-assigned this Jul 20, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-6.x branch from 41004aa to 322bd09 Compare July 21, 2026 18:31
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
tobydoescode force-pushed the renovate/typescript-6.x branch from 322bd09 to dc9b197 Compare July 28, 2026 16:02
@renovate

renovate Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@tobydoescode
tobydoescode merged commit da4b2cc into main Jul 28, 2026
2 checks passed
@tobydoescode
tobydoescode deleted the renovate/typescript-6.x branch July 28, 2026 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant