Skip to content

chore(docs): bump Blume to 1.6.0 - #241

Merged
SutuSebastian merged 1 commit into
mainfrom
chore/blume-1.6.0
Sep 4, 2026
Merged

chore(docs): bump Blume to 1.6.0#241
SutuSebastian merged 1 commit into
mainfrom
chore/blume-1.6.0

Conversation

@SutuSebastian

@SutuSebastian SutuSebastian commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Summary

Bumps the docs app from Blume 1.4.2 to 1.6.0.

The bump forces one removal: the overrides.js-yaml: 4.3.1 pin. Blume 1.6.0 imports binaryTag, which only exists in js-yaml 5, so every blume command crashed while the pin forced 4.3.1 everywhere. Bun applies overrides globally and can't scope them per package, so the pin is gone. Each js-yaml line now takes its own patched release: 3.15.2, 4.3.2, 5.4.1. bun pm audit reports nothing for js-yaml.

Also adds public/icon-dark.svg. Blume 1.5.2 pairs it with icon.svg and emits prefers-color-scheme icon links, which replaces the in-SVG media query that browsers don't re-evaluate for favicons.

Checklist

  • bun run check passes (build, format, lint, test, typecheck, golden queries)
  • User-facing change? Changeset: N/A, docs app only, no publishable package touched
  • Docs updated: N/A, the docs app is the change

Notes

  • Docs pipeline after the bump: check, audit (5,396 checks, 0 errors), validate, build. All green.
  • Fixes that came with the range: OG card on the changelog index, JSON-LD on custom pages, client-side navigation, no dark-theme flash between pages.

@changeset-bot

changeset-bot Bot commented Sep 4, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 2ccccdb

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 Sep 4, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: 5f908309-9d24-4ca8-b3b7-1acb6e012292

📥 Commits

Reviewing files that changed from the base of the PR and between 6689e8b and 2ccccdb.

⛔ Files ignored due to path filters (2)
  • apps/docs/public/icon-dark.svg is excluded by !**/*.svg
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (2)
  • apps/docs/package.json
  • package.json
💤 Files with no reviewable changes (1)
  • package.json

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The pull request updates the docs blume dependency from 1.4.2 to 1.6.0 and removes the root js-yaml override.

Changes

Dependency updates

Layer / File(s) Summary
Update dependency declarations
apps/docs/package.json, package.json
The docs package updates blume from 1.4.2 to 1.6.0. The root package removes the js-yaml override.

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

Merge Risk: ⚪ Minimal · up to 2cccc

The docs dependency update is ready to merge with no current merge-blocking risk identified.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
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.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the primary change: updating the Blume dependency in the documentation application from 1.4.2 to 1.6.0.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/blume-1.6.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.

@SutuSebastian SutuSebastian added the docs Deploy docs site on merge to main label Sep 4, 2026
@SutuSebastian
SutuSebastian merged commit 2b19e85 into main Sep 4, 2026
14 checks passed
@SutuSebastian
SutuSebastian deleted the chore/blume-1.6.0 branch September 4, 2026 09:34
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