-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update module github.com/charmbracelet/bubbletea to v1.2.2 #138
Conversation
Quality Gate passedIssues Measures |
8b33197
to
4a19f1b
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
4a19f1b
to
5c4d535
Compare
5c4d535
to
faa5254
Compare
faa5254
to
86fb062
Compare
86fb062
to
ec98fdd
Compare
ec98fdd
to
e27da2e
Compare
e27da2e
to
e83a7cf
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
v1.1.0
->v1.2.2
Release Notes
charmbracelet/bubbletea (github.com/charmbracelet/bubbletea)
v1.2.2
Compare Source
v1.2.1
Compare Source
v1.2.0
Compare Source
It’s performance boost time
Sometimes you have to take matters into your own hands. That’s exactly what @LeperGnome did when he wanted faster rendering. This release features adjustments to the rendering algorithm for faster repaints. We encourage you to upgrade and give it a go!
Changelog
New Contributors
Full Changelog: charmbracelet/bubbletea@v1.1.2...v1.2.0
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v1.1.2
Compare Source
A tiny tiny release that fixes the tests on Windows, and uses the latest
ansi
package definitions.Changelog
New Features
Bug fixes
Documentation updates
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v1.1.1
Compare Source
Don't panic!
Panicking is a part of life…and a part of workin’ in Go. This release addresses two edge cases where a
panic()
could tank Bubble Tea and break your terminal:Panics outside of Bubble Tea
If a panic occurs outside of Bubble Tea you can use
Program.Kill
to restore the terminal state before exiting:Panics in Cmds
If a panic occurs in a
Cmd
Bubble Tea will now automatically restore the terminal to its natural state before exiting.Happy panicking (if that makes any sense).
Changelog
Fixed!
0589921
: fix: recover from panics within cmds (@aymanbagabas)6e71f52
: fix: restore the terminal on kill (@aymanbagabas)Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
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.
This PR has been generated by Renovate Bot.