build(deps): bump typescript from 5.8.3 to 6.0.3#778
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: 7a6f0c0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 10 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Pull request overview
Upgrades the monorepo’s TypeScript toolchain to v6.0.3 and adjusts workspace configuration/type-checking so packages continue to build and test cleanly under the new compiler.
Changes:
- Bump TypeScript to
6.0.3across the workspace (and refreshpnpm-lock.yaml). - Add Node type inclusion (
"types": ["node"]) in several tsconfigs and update a DOM mock to satisfy newer lib typings. - Update Turbo global env hashing and add/update a few related build deps (e.g.,
unrun).
Reviewed changes
Copilot reviewed 15 out of 16 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
turbo.json |
Adds npm_config_user_agent to Turbo’s global env inputs for caching. |
scripts/tsconfig.json |
Ensures scripts typecheck with Node ambient types. |
pnpm-lock.yaml |
Lockfile refresh reflecting TypeScript 6 and dependency graph changes. |
packages/types/package.json |
Bumps package-local TypeScript devDependency to v6. |
packages/style-guide/package.json |
Bumps TypeScript devDependency to v6 in the style-guide package. |
packages/react-utils/tsconfig.json |
Includes Node types for the package’s TS compilation/typechecking. |
packages/react-utils/test/IntersectionObserverMock.ts |
Updates mock to implement IntersectionObserver under newer DOM typings. |
packages/react-native-eslint/package.json |
Bumps TypeScript devDependency and widens peer range to allow TS 6.0.x. |
packages/create-app/tsconfig.json |
Includes Node types for the create-app package TS config. |
packages/create-app/template-docs/tsconfig.json |
Includes Node types for the template’s TS config. |
packages/create-app/template-docs/package.json |
Updates template TypeScript major version range. |
packages/create-app/package.json |
Adds @types/node to support Node typing where required. |
packages/centra-types/package.json |
Bumps package-local TypeScript devDependency to v6. |
package.json |
Bumps root TypeScript to v6 and adds unrun. |
docs/tsconfig.json |
Adds Node types (but currently breaks paths config due to missing baseUrl). |
.changeset/typescript-6-upgrade.md |
Adds a changeset to publish patch releases for affected packages. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
adamsoderstrom
approved these changes
May 27, 2026
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.
No description provided.