Skip to content

chore: willboosterify this repo#150

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

chore: willboosterify this repo#150
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 several dependencies, including @willbooster/wb, build-ts, and Babel-related packages. A review comment identifies a version mismatch for @typescript/native-preview, noting that it was downgraded in package.json while the updated build-ts requires a newer version, resulting in redundant package versions.

Comment thread package.json
"@tsconfig/node24": "24.0.4",
"@types/node": "24.12.2",
"@typescript/native-preview": "7.0.0-dev.20260503.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

This change downgrades @typescript/native-preview, while the updated build-ts dependency requires a newer version (7.0.0-dev.20260503.1). This results in two versions of the same package in your project.

To maintain consistency and avoid redundancy, it's recommended to use the newer version required by build-ts.

Suggested change
"@typescript/native-preview": "7.0.0-dev.20260421.2",
"@typescript/native-preview": "7.0.0-dev.20260503.1",
References
  1. Rule 6: Simplify code as much as possible to eliminate redundancy. Having two versions of the same dependency is a form of redundancy that should be eliminated to simplify the project. (link)

@WillBooster-bot WillBooster-bot merged commit 4c90ed8 into main May 9, 2026
9 checks passed
@WillBooster-bot WillBooster-bot deleted the wbfy branch May 9, 2026 22:21
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