Update module github.com/charmbracelet/bubbletea to v0.27.1 #45
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: abs3nt/gospt#45
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/github.com-charmbracelet-bubbletea-0.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.26.6
->v0.27.1
Release Notes
charmbracelet/bubbletea (github.com/charmbracelet/bubbletea)
v0.27.1
Compare Source
This is a lil’ workaround for a hang that can occur when starting a program using Lip Gloss. For details see https://github.com/charmbracelet/bubbletea/pull/1107.
Changelog
Bug fixes
d6458e0
: fix: force query the terminal bg before running any programs (@aymanbagabas)Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v0.27.0
Compare Source
Suspending, environment hacking, and more
Hi! This release has three nice little features and some bug fixes. Let's take a look:
Suspending and resuming
At last, now you can programmatically suspend and resume programs with the
tea.Suspend
command and handle resumes with thetea.ResumeMsg
message:Example
There's also a
tea.SuspendMsg
that flows throughUpdate
on suspension.Special thanks to @knz for prototyping the original implementation of this.
Setting the environment
When Bubble Tea is behind Wish you may have needed to pass environment variables from the remote session to the
Program
. Now you can with the all new tea.WithEnvironment:Requesting the window dimensions
All the Bubble Tea pros know that you get a
tea.WindowSizeMsg
when theProgram
starts and when the window resizes. Now you can just query it on demand too with thetea.WindowSize
command.Changelog
New!
7d70838
: feat: add a cmd to request window size (#988) (@aymanbagabas)ea13ffb
: feat: allow to suspend bubbletea programs (#1054) (@caarlos0)cae9acd
: feat: set the program environment variables (#1063) (@aymanbagabas)Fixed
7c1bfc0
: query window-size in a goroutine (#1059) (@aymanbagabas)4497aa9
: reset cursor position on renderer exit (#1058) (@aymanbagabas)d6a19f0
: wrapErrProgramKilled
error (@aymanbagabas)4a9620e
: fix bugs in package-manager example (@AkshayKalose)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.
ℹ 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/lipgloss
v0.12.1
->v0.13.0
golang.org/x/sync
v0.7.0
->v0.8.0
golang.org/x/sys
v0.22.0
->v0.24.0
Update module github.com/charmbracelet/bubbletea to v0.27.0to Update module github.com/charmbracelet/bubbletea to v0.27.16158b7c753
to34864b8de9
Checkout
From your project repository, check out a new branch and test the changes.