Summary
Update github.com/charmbracelet/bubbletea dependency from v1.3.6 to v1.3.10
Current State
- Package: github.com/charmbracelet/bubbletea
- Current Version: v1.3.6
- Proposed Version: v1.3.10
- Update Type: Patch
Safety Assessment
✅ Safe to update
- Patch version update (1.3.6 → 1.3.10)
- Bug fix release only
- No breaking changes
- Backward compatible
Changes
- Fixed handling of
setWindowTitleMsg and windowSizeMsg in event loop
- Improved window resize handling
- Enhanced event processing stability
Links
Recommended Action
go get -u github.com/charmbracelet/bubbletea@v1.3.10
go mod tidy
Testing Notes
- Run all tests:
make test
- Test terminal UI components (spinner, prompts)
- Verify window resize handling works correctly
- Check event loop behavior in interactive CLI commands
AI generated by Dependabot Go Module Dependency Checker
Summary
Update
github.com/charmbracelet/bubbleteadependency from v1.3.6 to v1.3.10Current State
Safety Assessment
✅ Safe to update
Changes
setWindowTitleMsgandwindowSizeMsgin event loopLinks
Recommended Action
Testing Notes
make test