Skip to content

feat(docs): Blume 1.6.0, ts2js tabs - #61

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

feat(docs): Blume 1.6.0, ts2js tabs#61
SutuSebastian merged 4 commits 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, then uses ts2js.

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. 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. The bump also split sharp across two versions; bun dedupe resolved 29 duplicate packages.

ts2js fences on idb-react, react-native, and standard-schema now render synced TS/JS tabs with the JS variant generated from the TS. Getting-started is skipped because its quick-start fence has no type syntax, so the JS tab would repeat the TS one.

Also the dark favicon.

Checklist

  • bun run check passes (build, format, lint, test, typecheck)
  • 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 (4,788 checks, 0 errors), validate, build. All green.
  • blume validate can warn BLUME_SOURCE_OFFLINE when GitHub rate-limits the releases fetch. It serves cache and has nothing to do with this change.

@changeset-bot

changeset-bot Bot commented Sep 4, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 9ee4b8b

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

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: cc8a60fb-eac2-4808-8060-23bc761db55d

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: f97ea646-c7ff-418b-ab06-c796c626ee4a

📥 Commits

Reviewing files that changed from the base of the PR and between 16400a2 and c41eae7.

⛔ 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 (5)
  • apps/docs/content/guides/idb-react.mdx
  • apps/docs/content/recipes/react-native.mdx
  • apps/docs/content/recipes/standard-schema.mdx
  • 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 documentation examples now enable TypeScript-to-JavaScript rendering. The docs package updates blume from 1.4.2 to 1.6.0. The root package removes the js-yaml override.

Changes

Documentation snippet rendering

Layer / File(s) Summary
Enable TypeScript-to-JavaScript code fences
apps/docs/content/guides/idb-react.mdx, apps/docs/content/recipes/react-native.mdx, apps/docs/content/recipes/standard-schema.mdx
The affected TypeScript and TSX code fences now include the ts2js marker.

Dependency metadata

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

Estimated code review effort: 2 (Simple) | ~10 minutes

Merge Risk: ⚪ Minimal · up to c41ea

Documentation snippets now offer synchronized TypeScript and JavaScript views, with updated docs tooling metadata. No current merge-readiness risk remains.

🚥 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 clearly summarizes the main changes: upgrading Blume to 1.6.0 and adding ts2js tabs to documentation guides and recipes.
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.
✨ 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 changed the title feat(docs): Blume 1.6.0 — ts2js tabs on guides and recipes feat(docs): Blume 1.6.0, ts2js tabs Sep 4, 2026
@SutuSebastian SutuSebastian added the docs Public docs site (apps/docs) — merge deploys /persist via FTP label Sep 4, 2026
@SutuSebastian
SutuSebastian merged commit ab5cfe6 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 Public docs site (apps/docs) — merge deploys /persist via FTP

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant