Skip to content

chore: upgrade TypeScript to 6.0.2#61

Merged
chenjiahan merged 1 commit intomainfrom
codex/upgrade-typescript-6-0-2
Mar 28, 2026
Merged

chore: upgrade TypeScript to 6.0.2#61
chenjiahan merged 1 commit intomainfrom
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 10:58
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

This PR upgrades the repository’s TypeScript toolchain to v6.0.2 and updates the root TypeScript configuration to use NodeNext-style module settings, aligning compilation with modern Node ESM semantics.

Changes:

  • Upgrade typescript to 6.0.2 (with corresponding pnpm-lock.yaml updates).
  • Update tsconfig.json to a NodeNext-oriented configuration (module/moduleResolution), add rootDir, and adjust compilation targets/types.

Reviewed changes

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

File Description
tsconfig.json Switches compiler options to a NodeNext-oriented config and updates target/types settings.
package.json Bumps TypeScript devDependency to 6.0.2 and reformats JSON.
pnpm-lock.yaml Updates lockfile entries to reflect the TypeScript 6.0.2 upgrade and peer snapshots.
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 8b9a5a3 into main Mar 28, 2026
9 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