Skip to content

fix: upgrade TypeScript to 6.0.3#151

Merged
megheaiulian merged 1 commit into
mainfrom
typescript-6-fix
May 21, 2026
Merged

fix: upgrade TypeScript to 6.0.3#151
megheaiulian merged 1 commit into
mainfrom
typescript-6-fix

Conversation

@megheaiulian

Copy link
Copy Markdown
Contributor

Changes

  • Bump typescript from ^5.2.0 to ^6.0.3
  • Set moduleResolution: "bundler" (replaces deprecated node)
  • Add rootDir: "./src" (required by TypeScript 6.0)

Notes

TypeScript 6.0 deprecated moduleResolution: node (alias for node10) and now requires rootDir to be explicitly set. Using bundler resolution is the right choice for this project since it uses tsc as a transpiler without a bundler.

@changeset-bot

changeset-bot Bot commented May 21, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 8b049c2

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@netlify

netlify Bot commented May 21, 2026

Copy link
Copy Markdown

Deploy Preview for pionjs ready!

Name Link
🔨 Latest commit 8b049c2
🔍 Latest deploy log https://app.netlify.com/projects/pionjs/deploys/6a0f20ba36932e00088f56de
😎 Deploy Preview https://deploy-preview-151--pionjs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@megheaiulian megheaiulian merged commit 07ce8ae into main May 21, 2026
8 checks passed
@megheaiulian megheaiulian deleted the typescript-6-fix branch May 21, 2026 17:11
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