chore: willboosterify this repo#20
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates several documentation files to use yarn wb instead of wb for the test command and bumps the build-ts dependency to version 17.1.10. Feedback was provided to align the direct dependency version of @typescript/native-preview with the transitive version introduced by the build-ts update to eliminate redundancy and ensure consistency.
| "@willbooster/oxlint-config": "1.4.6", | ||
| "@willbooster/wb": "13.12.10", | ||
| "build-ts": "17.1.9", | ||
| "build-ts": "17.1.10", |
There was a problem hiding this comment.
Updating build-ts to 17.1.10 introduces a transitive dependency on @typescript/native-preview@7.0.0-dev.20260427.1 (as seen in yarn.lock). However, the project still directly depends on an older version 7.0.0-dev.20260421.2 at line 69. To eliminate redundancy and ensure consistency, please align these versions by updating the direct dependency as well.
References
- Simplify code as much as possible to eliminate redundancy. (link)
No description provided.