Skip to content

chore: upgrade TypeScript to 6.0.2#44

Merged
chenjiahan merged 2 commits into
mainfrom
codex/upgrade-typescript-6-0-2
Mar 28, 2026
Merged

chore: upgrade TypeScript to 6.0.2#44
chenjiahan merged 2 commits into
mainfrom
codex/upgrade-typescript-6-0-2

Conversation

@chenjiahan
Copy link
Copy Markdown
Member

Summary

  • Upgrade TypeScript to 6.0.2.
  • Replace the root tsconfig.json with the shared NodeNext configuration.
  • Validate the change with pnpm build and pnpm test.

Related Links

Copilot AI review requested due to automatic review settings March 28, 2026 11:01
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Upgrades the repository’s TypeScript toolchain to v6.0.2 and updates TypeScript compiler configuration to use NodeNext-style module settings, aligning builds and declaration generation with newer ESM/Node resolution behavior.

Changes:

  • Upgrade typescript dependency to 6.0.2 and refresh pnpm-lock.yaml.
  • Update root tsconfig.json compiler options (target + NodeNext module/moduleResolution, rootDir, types).
  • Minor package.json formatting cleanup.

Reviewed changes

Copilot reviewed 1 out of 3 changed files in this pull request and generated no comments.

File Description
tsconfig.json Updates TS compiler options toward NodeNext settings and ES2023 target.
package.json Pins TypeScript to 6.0.2 and normalizes JSON formatting.
pnpm-lock.yaml Locks TypeScript and dependent peer snapshot updates to 6.0.2.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@chenjiahan chenjiahan merged commit 9b93492 into main Mar 28, 2026
5 checks passed
@chenjiahan chenjiahan deleted the codex/upgrade-typescript-6-0-2 branch March 28, 2026 13:14
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