chore: willboosterify this repo#927
Conversation
Co-authored-by: WillBooster (Claude Code) <agent@willbooster.com>
There was a problem hiding this comment.
Code Review
This pull request updates dependencies across multiple packages in the repository, bumping @willbooster/wb to 13.26.1 and build-ts to 17.1.33. The yarn.lock file has been updated to reflect these changes, including upgrading sub-dependencies like oxc-parser to 0.138.0, rolldown to 1.1.4, and tsx to 4.23.0, as well as removing @typescript/native-preview. There are no review comments, and I have no additional feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
build-ts 17.1.32/17.1.33 failed to resolve the removed @typescript/native-preview package during declaration emit (WillBooster/build-ts#649). Co-authored-by: WillBooster (Claude Code) <agent@willbooster.com>
Customer Summary
Technical Summary
wbfyon the repository, bumping dev dependencies:@willbooster/wb:13.26.0→13.26.1build-ts:17.1.31→17.1.34yarn.lockaccordingly.Why
wbfymaintenance keeps build/lint tooling current and consistent across all WillBooster projects.build-ts17.1.33 brokeyarn build(declaration emit failed withCannot find module '@typescript/native-preview/package.json'); that regression was fixed in fix: resolve tsgo from the typescript package instead of @typescript/native-preview build-ts#649 and released as 17.1.34, which this PR now uses.Testing
yarn verify(type checking and linting) — passed with no errors.yarn build— passed with build-ts 17.1.34 (failed with 17.1.33).