Skip to content

chore: willboosterify this repo#125

Merged
WillBooster-bot merged 1 commit intomainfrom
wbfy
Apr 19, 2026
Merged

chore: willboosterify this repo#125
WillBooster-bot merged 1 commit intomainfrom
wbfy

Conversation

@WillBooster-bot
Copy link
Copy Markdown
Contributor

No description provided.

@WillBooster-bot WillBooster-bot merged commit 2804704 into main Apr 19, 2026
10 checks passed
@WillBooster-bot WillBooster-bot deleted the wbfy branch April 19, 2026 20:19
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

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.

Comment thread package.json
"@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",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

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.

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