Skip to content

Upgrade TypeScript to v6 - #4361

Merged
NSeydoux merged 4 commits into
mainfrom
chore/upgrade-ts
Aug 10, 2026
Merged

Upgrade TypeScript to v6#4361
NSeydoux merged 4 commits into
mainfrom
chore/upgrade-ts

Conversation

@NSeydoux

Copy link
Copy Markdown
Contributor

This bumps the Typescript major version from 5 to 6. TypeScript 6 no longer walks up to the monorepo root node_modules/@types, so @types/node must be listed explicitly for the build to resolve Node built-ins (e.g. "node:events", the NodeJS namespace).

"baseUrl" was deprecated in TypeScript 6; "paths" values are now resolved relative to the root config file's directory instead.

@NSeydoux
NSeydoux requested a review from a team as a code owner August 10, 2026 12:11
@NSeydoux NSeydoux changed the title Chore/upgrade ts Upgrade TypeScript to v6 Aug 10, 2026
@NSeydoux
NSeydoux enabled auto-merge (squash) August 10, 2026 14:18
@NSeydoux
NSeydoux merged commit 8942e66 into main Aug 10, 2026
24 checks passed
@NSeydoux
NSeydoux deleted the chore/upgrade-ts branch August 10, 2026 16:18
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.

2 participants