fix(deps): update module github.com/charmbracelet/bubbletea to v1 - autoclosed #35
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/github.com-charmbracelet-bubbletea-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v0.27.1
->v1.1.2
Release Notes
charmbracelet/bubbletea (github.com/charmbracelet/bubbletea)
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.
v1.1.0
Compare Source
Let’s Focus
Lose focus much? This release contains support for focus-blur window events.
Usage
All you need to do is to add the program option to your application:
Then later in your
Update
function, you can listen for focus-blur messages:For details, see WithReportFocus.
Tmux
If you're using
tmux
, make sure you enable thefocus-events
option in your config.Happy focusing (whatever that means)!
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v1.0.1
Compare Source
This release that fixes the way carriage returns are handled with using the WithoutRenderer
ProgramOption
and improves the way it works overall by not altering the terminal the way we normally do when starting aProgram
. For details see #1120.c69bd97
: fix: we don't initialize the terminal when using a nilRenderer (#1120) (@aymanbagabas)Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v1.0.0
Compare Source
At last: v1.0.0
This is an honorary release denoting that Bubble Tea is now stable. Thank you, open source community, for all your love, support, and great taste in beverage over the past four years.
Stay tuned for v2: we have some great things coming.
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.
7137fce538
tobca4a1d6f4
bca4a1d6f4
tob14c5f890b
b14c5f890b
tocb6f7caa5d
ℹ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the
go get
command, which resulted in the following additional change(s):Details:
github.com/charmbracelet/x/ansi
v0.2.3
->v0.4.0
golang.org/x/sys
v0.24.0
->v0.26.0
cb6f7caa5d
toaef5a391f3
fix(deps): update module github.com/charmbracelet/bubbletea to v1to fix(deps): update module github.com/charmbracelet/bubbletea to v1 - autoclosedPull request closed