Skip to content

chore(docs): bump Blume to 1.2.0 - #215

Merged
SutuSebastian merged 2 commits into
mainfrom
chore/bump-blume-1.2.0
Jul 28, 2026
Merged

chore(docs): bump Blume to 1.2.0#215
SutuSebastian merged 2 commits into
mainfrom
chore/bump-blume-1.2.0

Conversation

@SutuSebastian

@SutuSebastian SutuSebastian commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Bump apps/docs Blume 1.1.31.2.0 (1.1.4, 1.2.0).
  • Drop canonical_bad_target / non_canonical_in_sitemap / indexable_page_not_in_sitemap audit skips (fixed for deployment.base in 1.1.4). Keep BLUME_AUDIT_LINK_TO_BROKEN.

Test plan

  • docs:api
  • docs:validate --strict
  • docs:check --isolated
  • docs:build
  • docs:audit (0 errors without basePath skips)

Summary by CodeRabbit

  • Documentation
    • Improved validation for the documentation site by enabling additional audit checks.
    • Updated documentation tooling to support the latest improvements and maintain site reliability.

Drop basePath audit skips fixed in 1.1.4; keep BLUME_AUDIT_LINK_TO_BROKEN.
@SutuSebastian SutuSebastian added the docs Deploy docs site on merge to main label Jul 28, 2026
@changeset-bot

changeset-bot Bot commented Jul 28, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: e0b4201

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai

coderabbitai Bot commented Jul 28, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@SutuSebastian, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 56 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: d4252cfd-78c7-44df-a304-a3110e1ef323

📥 Commits

Reviewing files that changed from the base of the PR and between b842d34 and e0b4201.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • package.json
📝 Walkthrough

Walkthrough

The docs package now skips only the broken-link Blume audit check and upgrades the blume dependency from 1.1.3 to 1.2.0.

Changes

Docs audit update

Layer / File(s) Summary
Audit configuration and Blume upgrade
apps/docs/package.json
The audit script retains only BLUME_AUDIT_LINK_TO_BROKEN in its skip list, and the blume dependency is upgraded to 1.2.0.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change by bumping Blume in docs.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/bump-blume-1.2.0

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
apps/docs/package.json (1)

6-6: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick win

Update the audit guidance to match the new skip policy.

.agents/lessons.md:29-30 still instructs maintainers to skip canonical_bad_target, non_canonical_in_sitemap, and indexable_page_not_in_sitemap, although this command removes those skips. Update that guidance with an example of the new bun run docs:audit behavior 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

📥 Commits

Reviewing files that changed from the base of the PR and between a7f1f1c and b842d34.

⛔ Files ignored due to path filters (1)
  • bun.lock is 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).
@SutuSebastian
SutuSebastian merged commit 4ffa86e into main Jul 28, 2026
13 checks passed
@SutuSebastian
SutuSebastian deleted the chore/bump-blume-1.2.0 branch July 28, 2026 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Deploy docs site on merge to main

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant