Skip to content

chore(deps): bump charmbracelet/bubbles to v1.0.0#27

Merged
kevinelliott merged 1 commit intomainfrom
deps/bubbles-v1
Apr 21, 2026
Merged

chore(deps): bump charmbracelet/bubbles to v1.0.0#27
kevinelliott merged 1 commit intomainfrom
deps/bubbles-v1

Conversation

@kevinelliott
Copy link
Copy Markdown
Owner

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

  • `go build ./...` clean (only pre-existing macOS `-lobjc` linker warning)
  • `go test ./... -race -short` green across all 19 packages
  • `make lint` clean (golangci-lint v1.64.8)
  • Manual smoke: `agentmgr tui` not yet verified — happy to do a follow-up if reviewers want; the unit tests under `internal/tui/` exercise the Model update cycle and all pass.

Supersedes

Closes stale dependabot PR #12 (had rebase conflicts on main).

Transitive

  • `github.com/charmbracelet/x/ansi` v0.11.5 → v0.11.6

🤖 Generated with Claude Code

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>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

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/bubbles from v0.21.1 to v1.0.0
  • Bump transitive github.com/charmbracelet/x/ansi from v0.11.5 to v0.11.6
  • Refresh go.sum entries 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 kevinelliott merged commit 9b3983a into main Apr 21, 2026
19 checks passed
@kevinelliott kevinelliott deleted the deps/bubbles-v1 branch April 21, 2026 10:29
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants