chore(docs): bump Blume to 1.6.0 - #241
Conversation
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (2)
💤 Files with no reviewable changes (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe pull request updates the docs ChangesDependency updates
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to The docs dependency update is ready to merge with no current merge-blocking risk identified. 🚥 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 |
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.1pin. Blume 1.6.0 importsbinaryTag, 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 auditreports nothing for js-yaml.Also adds
public/icon-dark.svg. Blume 1.5.2 pairs it withicon.svgand emitsprefers-color-schemeicon links, which replaces the in-SVG media query that browsers don't re-evaluate for favicons.Checklist
bun run checkpasses (build, format, lint, test, typecheck, golden queries)Notes