Skip to content

chore: willboosterify this repo#24

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

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

Conversation

@WillBooster-bot
Copy link
Copy Markdown

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 and build-ts, along with their associated lockfile entries. A review comment suggests aligning the version of @typescript/native-preview in package.json with the version introduced transitively by build-ts to avoid installing multiple versions and reduce dependency bloat.

Comment thread package.json
"@willbooster/wb": "13.12.14",
"build-ts": "17.1.10",
"@willbooster/wb": "13.12.15",
"build-ts": "17.1.12",
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

Updating build-ts to version 17.1.12 introduces a newer version of @typescript/native-preview (7.0.0-dev.20260503.1) as a transitive dependency. However, your package.json still lists an older version (7.0.0-dev.20260421.2) as a direct dependency.

This results in two different versions of @typescript/native-preview being installed. To improve consistency and reduce potential dependency bloat, consider aligning these versions. You could update the direct dependency in package.json to 7.0.0-dev.20260503.1 to match the version required by build-ts.

@WillBooster-bot WillBooster-bot merged commit ce03a41 into main May 9, 2026
11 checks passed
@WillBooster-bot WillBooster-bot deleted the wbfy branch May 9, 2026 13:20
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