Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Reviewed by Cursor Bugbot for commit 1fda246. Bugbot is set up for automated code reviews on this repo. Configure here. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #760 +/- ##
==========================================
- Coverage 78.43% 78.43% -0.01%
==========================================
Files 157 157
Lines 13963 13962 -1
Branches 1152 1152
==========================================
- Hits 10952 10951 -1
Misses 3006 3006
Partials 5 5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
This PR fixes minor JSDoc mismatches:
relativein filesrc/utils/url.mjsto match function signature.@param(includeNonMajor) from the JSDoc ofgetCompatibleVersionsinsrc/utils/generators.mjssince it doesn't exist in the function signature.Validation
Confirmed that no functional logic was changed.
Related Issues
No Related Issues.
Check List
node --run testand all tests passed.node --run format&node --run lint.