chore(deps): bump charmbracelet/bubbles to v1.0.0#27
Merged
kevinelliott merged 1 commit intomainfrom Apr 21, 2026
Merged
Conversation
Major-version bump. The v1.0.0 release stabilizes the public API without signature changes to the components we use (list, spinner, key) — confirmed by a clean build + full test suite pass with no code changes beyond go.mod / go.sum. Transitive: charmbracelet/x/ansi v0.11.5 -> v0.11.6. Supersedes stale dependabot PR #12, which had rebase conflicts. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates Charmbracelet TUI dependencies to the newly-stabilized Bubbles v1.0.0 release, with corresponding checksum updates.
Changes:
- Bump
github.com/charmbracelet/bubblesfromv0.21.1tov1.0.0 - Bump transitive
github.com/charmbracelet/x/ansifromv0.11.5tov0.11.6 - Refresh
go.sumentries to match the updated module versions
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates required module versions for bubbles and indirect x/ansi. |
| go.sum | Updates checksums to match the new bubbles and x/ansi versions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
kevinelliott
added a commit
that referenced
this pull request
Apr 21, 2026
Promote the Unreleased section to 1.2.0 and capture the UX / operability work landed since v1.1.0: - #20 install/update progress streaming with -v - #21 gRPC server wire-up in helper - #22, #26 test coverage (cli/output 0→82%, systray 0.2→3.2%) - #24 RefreshOnStart field removal - #27 bubbles v0.21 -> v1.0 - #28 go:embed baseline catalog (fresh `go install` works offline) - #29 pkg/logging slog wrapper wired into main and grpc recovery Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Major-version bump of `github.com/charmbracelet/bubbles` from v0.21.1 to v1.0.0. The v1.0.0 release stabilizes the public API; no signature changes landed for the components we actually use (`list`, `spinner`, `key`), so no code changes are needed beyond `go.mod` / `go.sum`.
Verification
Supersedes
Closes stale dependabot PR #12 (had rebase conflicts on main).
Transitive
🤖 Generated with Claude Code