Update bubbletea from v1.3.6 to v1.3.10#3727
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update github.com/charmbracelet/bubbletea to v1.3.10
Update bubbletea from v1.3.6 to v1.3.10
Nov 12, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the github.com/charmbracelet/bubbletea TUI framework from v1.3.6 to v1.3.10, a patch-level update that includes bug fixes for window resize handling and event processing. Since bubbletea is an indirect dependency (used via charmbracelet/huh for interactive prompts and charmbracelet/lipgloss for styling), no code changes are required.
Key changes:
- Updated bubbletea from v1.3.6 to v1.3.10 (primary patch update)
- Updated several transitive charmbracelet dependencies (colorprofile, x/ansi, x/cellbuf)
- Added new transitive dependency
clipperhouse/displaywidthv0.5.0 - Updated golang.org/x dependencies (text v0.30.0 → v0.31.0, tools v0.37.0 → v0.38.0)
- Removed
golang.org/x/syncv0.17.0 (no longer needed as transitive dependency)
Reviewed Changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updated bubbletea to v1.3.10 and transitive dependencies; added displaywidth, removed golang.org/x/sync |
| go.sum | Updated checksums for all modified dependencies and their transitive dependencies |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
|
@copilot Merge main |
Copilot stopped work on behalf of
pelikhan due to an error
November 12, 2025 14:54
Collaborator
|
@copilot merge main |
…tea-version # Conflicts: # go.mod # go.sum
Contributor
Author
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.
Patch update for
github.com/charmbracelet/bubbleteafrom v1.3.6 to v1.3.10, fixing window resize handling and event processing in the TUI dependency chain.Changes
github.com/charmbracelet/bubbleteav1.3.6 → v1.3.10charmbracelet/colorprofilev0.3.1 → v0.3.3charmbracelet/x/ansiv0.9.3 → v0.11.0charmbracelet/x/cellbufv0.0.13 → v0.0.14golang.org/x/textv0.30.0 → v0.31.0golang.org/x/termv0.36.0 → v0.37.0clipperhouse/displaywidthv0.5.0Notes
bubbletea is an indirect dependency via
charmbracelet/huh(interactive prompts) andcharmbracelet/bubbles(TUI components). No code changes required.Upstream changes: window title/size message handling fixes, improved resize handling, event loop stability improvements.
Merge from Main
This PR includes a merge from the main branch, bringing in recent changes including the
fingerprint→campaignrename and other documentation updates. Merge conflicts ingo.modandgo.sumwere resolved successfully, and all tests pass.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.