Some Bubble Tea bubbles I wrote for various TUI projects.
Find a file
renovate 12d2ed28a6
All checks were successful
test / check (1.24) (push) Successful in 1m15s
test / check (1.25) (push) Successful in 1m15s
test / test (1.24) (push) Successful in 59s
test / test (1.25) (push) Successful in 1m19s
chore(deps): update actions/setup-go action to v6.2.0 (#17)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-go](https://github.com/actions/setup-go) | action | minor | `v6.1.0` → `v6.2.0` |

---

### Release Notes

<details>
<summary>actions/setup-go (actions/setup-go)</summary>

### [`v6.2.0`](https://github.com/actions/setup-go/releases/tag/v6.2.0)

[Compare Source](https://github.com/actions/setup-go/compare/v6.1.0...v6.2.0)

##### What's Changed

##### Enhancements

- Example for restore-only cache in documentation  by [@&#8203;aparnajyothi-y](https://github.com/aparnajyothi-y) in [#&#8203;696](https://github.com/actions/setup-go/pull/696)
- Update Node.js version in action.yml by [@&#8203;ccoVeille](https://github.com/ccoVeille) in [#&#8203;691](https://github.com/actions/setup-go/pull/691)
- Documentation update of actions/checkout by [@&#8203;deining](https://github.com/deining) in [#&#8203;683](https://github.com/actions/setup-go/pull/683)

##### Dependency updates

- Upgrade js-yaml from 3.14.1 to 3.14.2 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;682](https://github.com/actions/setup-go/pull/682)
- Upgrade [@&#8203;actions/cache](https://github.com/actions/cache) to v5 by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;695](https://github.com/actions/setup-go/pull/695)
- Upgrade actions/checkout from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;686](https://github.com/actions/setup-go/pull/686)
- Upgrade qs from 6.14.0 to 6.14.1 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;703](https://github.com/actions/setup-go/pull/703)

##### New Contributors

- [@&#8203;ccoVeille](https://github.com/ccoVeille) made their first contribution in [#&#8203;691](https://github.com/actions/setup-go/pull/691)
- [@&#8203;deining](https://github.com/deining) made their first contribution in [#&#8203;683](https://github.com/actions/setup-go/pull/683)

**Full Changelog**: <https://github.com/actions/setup-go/compare/v6...v6.2.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44MS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #17
Co-authored-by: renovate <christophe.lambin@gmail.com>
Co-committed-by: renovate <christophe.lambin@gmail.com>
2026-01-17 13:04:08 +01:00
.forgejo/workflows chore(deps): update actions/setup-go action to v6.2.0 (#17) 2026-01-17 13:04:08 +01:00
colors feat(table): add demo program 2025-09-11 21:28:11 +02:00
examples refactor: improved API for table & stream to make it easier to use (#19) 2026-01-16 21:18:33 +01:00
frame fix(frame): remove unnecessary 2nd call to ansi.Strip 2026-01-13 18:16:23 +01:00
helper feat(colors): all ANSI 256 colors as lipgloss Color values 2025-09-11 21:28:11 +02:00
stream refactor: improved API for table & stream to make it easier to use (#19) 2026-01-16 21:18:33 +01:00
table refactor: improved API for table & stream to make it easier to use (#19) 2026-01-16 21:18:33 +01:00
testutils refactor: improved API for table & stream to make it easier to use (#19) 2026-01-16 21:18:33 +01:00
go.mod refactor: improved API for table & stream to make it easier to use (#19) 2026-01-16 21:18:33 +01:00
go.sum refactor: improved API for table & stream to make it easier to use (#19) 2026-01-16 21:18:33 +01:00
LICENSE.md first commit 2025-09-10 13:20:40 +02:00
README.md chore(deps): bump github.com/charmbracelet/x/exp/golden 2025-12-18 23:39:18 +01:00
renovate.json Configure Renovate (#1) 2025-09-11 08:41:47 +02:00

bubbles

GoDoc release status License: MIT

Some Bubble Tea bubbles I wrote for various TUI projects.

Authors

  • Christophe Lambin

License

This project is licensed under the MIT License: See the LICENSE.md file for details.