chore(docs): bump Blume to 1.2.0 - #215
Conversation
Drop basePath audit skips fixed in 1.1.4; keep BLUME_AUDIT_LINK_TO_BROKEN.
|
|
Warning Review limit reached
Next review available in: 56 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe docs package now skips only the broken-link Blume audit check and upgrades the ChangesDocs audit update
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 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 |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
apps/docs/package.json (1)
6-6: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick winUpdate the audit guidance to match the new skip policy.
.agents/lessons.md:29-30still instructs maintainers to skipcanonical_bad_target,non_canonical_in_sitemap, andindexable_page_not_in_sitemap, although this command removes those skips. Update that guidance with an example of the newbun run docs:auditbehavior to prevent the old configuration from being reintroduced.As per coding guidelines,
**/*.{json,yaml,yml,md}files must document all configuration options with examples.🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@apps/docs/package.json` at line 6, Update the audit guidance in .agents/lessons.md to reflect the current docs:audit command, removing instructions to skip canonical_bad_target, non_canonical_in_sitemap, and indexable_page_not_in_sitemap. Add an example using bun run docs:audit that demonstrates the new skip policy, and document the relevant configuration options with examples.Source: Coding guidelines
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@apps/docs/package.json`:
- Line 6: Update the audit guidance in .agents/lessons.md to reflect the current
docs:audit command, removing instructions to skip canonical_bad_target,
non_canonical_in_sitemap, and indexable_page_not_in_sitemap. Add an example
using bun run docs:audit that demonstrates the new skip policy, and document the
relevant configuration options with examples.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 48980d18-98eb-4232-954a-0df5cf9f270b
⛔ Files ignored due to path filters (1)
bun.lockis excluded by!**/*.lock
📒 Files selected for processing (1)
apps/docs/package.json
Blume 1.2.0 / typedoc pull brace-expansion@5.0.7 (GHSA-mh99-v99m-4gvg, high).
Summary
apps/docsBlume1.1.3→1.2.0(1.1.4, 1.2.0).canonical_bad_target/non_canonical_in_sitemap/indexable_page_not_in_sitemapaudit skips (fixed fordeployment.basein 1.1.4). KeepBLUME_AUDIT_LINK_TO_BROKEN.Test plan
docs:apidocs:validate --strictdocs:check --isolateddocs:builddocs:audit(0 errors without basePath skips)Summary by CodeRabbit