Skip to content

chore: willboosterify this repo#143

Merged
WillBooster-bot merged 1 commit intomainfrom
wbfy
May 2, 2026
Merged

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

Conversation

@WillBooster-bot
Copy link
Copy Markdown
Contributor

No description provided.

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 build-ts dependency to version 17.1.10 and downgrades @typescript/native-preview to version 7.0.0-dev.20260421.2. A review comment identifies a version inconsistency where the top-level @typescript/native-preview version in package.json is older than the version required by the newly updated build-ts, which would result in redundant package installations in the dependency tree.

Comment thread package.json
"@tsconfig/node24": "24.0.4",
"@types/node": "24.12.2",
"@typescript/native-preview": "7.0.0-dev.20260427.1",
"@typescript/native-preview": "7.0.0-dev.20260421.2",
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 version of @typescript/native-preview is being downgraded to 7.0.0-dev.20260421.2, but the updated build-ts (v17.1.10) depends on 7.0.0-dev.20260427.1. This inconsistency will lead to multiple versions of the same package being installed in the dependency tree. It is recommended to align the version in package.json with the one required by build-ts to avoid redundancy.

Suggested change
"@typescript/native-preview": "7.0.0-dev.20260421.2",
"@typescript/native-preview": "7.0.0-dev.20260427.1",
References
  1. Simplify code as much as possible to eliminate redundancy. Aligning dependency versions avoids redundant package installations. (link)

@WillBooster-bot WillBooster-bot merged commit bd0cc5f into main May 2, 2026
10 checks passed
@WillBooster-bot WillBooster-bot deleted the wbfy branch May 2, 2026 22:19
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