chore: willboosterify this repo#125
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the @typescript/native-preview package and its platform-specific variants to version 7.0.0-dev.20260419.1 across package.json and yarn.lock. A review comment suggests implementing a resolutions field to enforce a single version of this package, as other dependencies might still be pulling in older versions, leading to increased repository size and installation times due to large native binaries.
| "@tsconfig/node24": "24.0.4", | ||
| "@types/node": "24.12.2", | ||
| "@typescript/native-preview": "7.0.0-dev.20260418.1", | ||
| "@typescript/native-preview": "7.0.0-dev.20260419.1", |
There was a problem hiding this comment.
The project currently has mismatched versions of @typescript/native-preview. While this line updates the direct devDependency to 7.0.0-dev.20260419.1, build-ts (version 17.1.6) is still locked to 7.0.0-dev.20260413.1 in yarn.lock. Since this package contains large native binaries, having multiple versions in the lockfile increases repository size and installation time. Consider using a resolutions field to enforce a single version across all dependencies.
No description provided.