chore(scripts/generate-docs): drop 'preact-query' from TypeDoc generation targets - #11205
chore(scripts/generate-docs): drop 'preact-query' from TypeDoc generation targets#11205sukvvon wants to merge 2 commits into
Conversation
|
View your CI Pipeline Execution ↗ for commit 4234ae7
☁️ Nx Cloud last updated this comment at |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
Included review availability: Your plan provides up to 10 included reviews per hour; 8 remain after this review. 📝 WalkthroughWalkthroughThe documentation generation script no longer generates Preact reference documentation. ChangesDocumentation generation
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This change stops automatic TypeDoc generation for preact-query so manually authored reference documentation is preserved; no actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🚀 Changeset Version Preview10 package(s) bumped directly, 15 bumped as dependents. 🟨 Minor bumps
🟩 Patch bumps
|
size-limit report 📦
|
|
Note GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer. |
🎯 Changes
Removes the
preact-queryentry from thepkgarray inscripts/generate-docs.ts, sopreact-query's reference docs are no longer generated by TypeDoc.This is split out from #11204, which switches
docs/framework/preact/reference/*to manually-authored files thatref:the React reference docs (the same conventionvue-queryuses). That PR depends on this one merging first — otherwise the nextgenerate-docsrun would overwrite the manually-authored files with TypeDoc output again.✅ Checklist
pnpm run test:pr.🚀 Release Impact
Summary by CodeRabbit