Skip to content

chore: willboosterify this repo#171

Merged
WillBooster-bot merged 1 commit into
mainfrom
wbfy
May 21, 2026
Merged

chore: willboosterify this repo#171
WillBooster-bot merged 1 commit into
mainfrom
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 Yarn version from 4.14.1 to 4.15.0 and bumps the @willbooster/wb dependency to 13.16.0. Feedback indicates that the yarnPath setting in .yarnrc.yml is redundant and potentially broken as the corresponding binary was not included in the changes. Additionally, the manual update to the lockfile version in yarn.lock is flagged as inconsistent; it is recommended to revert this manual edit and allow Yarn to update the file automatically to ensure integrity.

Comment thread .yarnrc.yml
spec: 'https://github.com/WillBooster/yarn-plugin-auto-install/releases/download/v2.0.7/index.cjs'

yarnPath: .yarn/releases/yarn-4.14.1.cjs
yarnPath: .yarn/releases/yarn-4.15.0.cjs
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

The yarnPath setting is redundant because the Yarn version is already specified in the packageManager field of package.json (line 85). Modern Yarn 4 projects should rely on Corepack to manage the version. Furthermore, the specified file .yarn/releases/yarn-4.15.0.cjs is not included in this pull request, which will cause Yarn commands to fail. It is recommended to remove this line and the associated binary to simplify the repository and follow modern practices.

References
  1. Simplify code as much as possible to eliminate redundancy. (link)

Comment thread yarn.lock

__metadata:
version: 9
version: 10
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 lockfile version has been manually updated to 10, but the cacheKey and other package checksums remain unchanged. This suggests an inconsistent manual edit, which is discouraged as it can lead to build issues. Please revert this manual change and allow Yarn to update the lockfile automatically by running yarn install after updating the packageManager in package.json.

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