Replace deprecated moduleResolution: "node"#92654
Merged
Conversation
This was referenced Apr 11, 2026
Member
Author
moduleResolution: "node"`
moduleResolution: "node"`moduleResolution: "node"
cd751f2 to
d53cb82
Compare
0c3b14e to
5e14f2e
Compare
Contributor
Tests Passed |
Merging this PR will improve performance by 3.49%
Performance Changes
Comparing Footnotes
|
0f9592f to
b21113e
Compare
d53cb82 to
f7ee4d8
Compare
Contributor
Stats from current PR✅ No significant changes detected📊 All Metrics📖 Metrics GlossaryDev Server Metrics:
Build Metrics:
Change Thresholds:
⚡ Dev Server
⚡ Production Builds
📦 Production Builds (Webpack) (Legacy)📦 Production Builds (Webpack)
📦 Bundle SizesBundle Sizes⚡ TurbopackClient Main Bundles
Server Middleware
Build DetailsBuild Manifests
🔄 Shared (bundler-independent)Runtimes
📎 Tarball URL |
995575f to
73a31a9
Compare
73a31a9 to
46a3570
Compare
mischnic
approved these changes
Apr 16, 2026
This was referenced Apr 23, 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.

Switching to
bundlersince that's what we're targetting with these packages. Once we support native ESM, we'd have to switch tonodenext.Completes TS 6.0 deprecation work. We're not using any deprecated compiler options anymore and can switch to TSGO when ready.