Skip to content

chore(deps): update tinybus to v0.1.1 - #32

Merged
senamakel merged 2 commits into
tinyhumansai:mainfrom
senamakel:tinybus-v0.1.1
Aug 30, 2026
Merged

chore(deps): update tinybus to v0.1.1#32
senamakel merged 2 commits into
tinyhumansai:mainfrom
senamakel:tinybus-v0.1.1

Conversation

@senamakel

@senamakel senamakel commented Aug 30, 2026

Copy link
Copy Markdown
Member

Updates the vendored TinyBus submodule to tinybus v0.1.1.

Summary by CodeRabbit

  • Chores
    • Updated the bundled Tinybus component to a newer revision.
    • No user-facing functionality or public interfaces changed.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 30, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-08-30T17:01:11.506243Z e6b4aac PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@coderabbitai

coderabbitai Bot commented Aug 30, 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)
  • Cargo.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: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 868a4356-bb15-4e6d-8f0d-d490f8da231e

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: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 30a0829c-b2cd-4f28-923e-6f29940c02c4

📥 Commits

Reviewing files that changed from the base of the PR and between 8c728de and e6b4aac.

📒 Files selected for processing (1)
  • vendor/tinybus

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


📝 Walkthrough

Walkthrough

The pull request advances the vendor/tinybus submodule reference from one commit to another. No exported or public declarations change.

Changes

Tinybus vendor update

Layer / File(s) Summary
Update tinybus reference
vendor/tinybus
The submodule pointer advances from c35105f95b5efd49f63aec3f82f8bc2154694977 to 92b817e42ecb980628166dd31b465524130de2f5.

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

Merge Risk: ⚪ Minimal · up to e6b4a

This update only advances the vendored TinyBus dependency to v0.1.1, with no actionable merge-blocking risk remaining beyond normal checks and review.

Poem

A rabbit checks the bus today
A tiny pointer hops away
From one commit to the next
No public code needs a text
The vendor path now rests in place
With whiskers neat and steady grace

🚥 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 describes the main change: updating the vendored TinyBus submodule to version v0.1.1.
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.
Full details: Docstring Coverage

Explanation

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 files. (1 skipped: 1 unsupported.)

✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch

Warning

Your free Security trial is over. An organization admin can activate Security or dismiss this notice.


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

@tinysweeper tinysweeper Bot added the priority: p3 Whenever. Cosmetic, a nicety, or a cleanup with no user visible effect. label Aug 30, 2026

@tinysweeper tinysweeper 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.

tinysweeper found nothing blocking. Approving.

$0.0004 · 3,481 in / 535 out · 0 cached (0%) · 15 embedded · deepseek/deepseek-v4-flash, openrouter/openai/text-embedding-3-small

@chatgpt-codex-connector chatgpt-codex-connector 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e6b4aacdcb

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread vendor/tinybus
@@ -1 +1 @@
Subproject commit c35105f95b5efd49f63aec3f82f8bc2154694977
Subproject commit 92b817e42ecb980628166dd31b465524130de2f5

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Regenerate the lockfile for TinyBus 0.1.1

When this v0.1.1 submodule is initialized, Cargo will resolve its path packages against the new manifests, but Cargo.lock still records TinyBus at 0.1.0. Consequently, locked builds will reject the checkout if the package version or dependency graph changed, while ordinary Cargo commands will silently rewrite the tracked lockfile. Regenerate and commit Cargo.lock with this gitlink update so the dependency bump remains reproducible.

AGENTS.md reference: AGENTS.md:L137-L138

Useful? React with 👍 / 👎.

Co-authored-by: Medulla <medulla@tinyhumans.ai>
@senamakel
senamakel merged commit 637c012 into tinyhumansai:main Aug 30, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority: p3 Whenever. Cosmetic, a nicety, or a cleanup with no user visible effect.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant