fix(deps): update module github.com/charmbracelet/bubbletea to v1.3.10 #10
Loading…
Add table
Add a link
Reference in a new issue
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:
v1.3.4->v1.3.10Release Notes
charmbracelet/bubbletea (github.com/charmbracelet/bubbletea)
v1.3.10Compare Source
Changelog
Bug fixes
9edf69c: fix: handle setWindowTitleMsg and windowSizeMsg in eventLoop (@aymanbagabas)Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
v1.3.9Compare Source
Changelog
New Features
314b50c: feat: properly call nested sequenceMsg and batchMsg (@wolfmagnate)Bug fixes
9e0e8f0: fix: recover from nested panics in Sequence and Batch commands (@aymanbagabas)Other work
6e1282a: add example for the nested Sequence and Batch (@wolfmagnate)0290af4: simplify case for BatchMsg (@wolfmagnate)Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, Discord, Slack, The Fediverse.
v1.3.8Compare Source
Changelog
Bug fixes
21eecd5: fix: send batch commands to cmds channel instead of executing them in event loop (#1473) (@aymanbagabas)Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, Discord, Slack, The Fediverse.
v1.3.7Compare Source
Changelog
Bug fixes
28ab4f4: fix(renderer): properly reset cursor position to start of line (#1472) (@aymanbagabas)c76509a: fix: compact sequences like batches (#958) (@jdhenke)f5da8d0: fix: handle nested SequenceMsg in event loop and use sync.WaitGroup f… (#1463) (@aymanbagabas)80ea844: fix: lint issues in key_windows.go and tty_windows.go (@aymanbagabas)Documentation updates
c3136ed: docs(license): update copyright date range (@meowgorithm)919805f: docs(readme): update footer art (@meowgorithm)f01583b: docs: show the correct branch in the build badge (@aymanbagabas)Other work
a81d6f3: ci: sync dependabot config (#1480) (@charmcli)53609c1: ci: sync golangci-lint config (#1466) (@github-actions[bot])Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, Discord, Slack, The Fediverse.
v1.3.6Compare Source
This version fixes some important issues regarding
tea.Execoutput after resuming from the executed program, and Windows losing input character on successive program execution.Big thanks to @raphaelvigee and @joshallenit for working on these issues, you're the best!
Changelog
Bug fixes
0a63003: fix: Windows: first character input lost on successive programs (#1368) (@joshallenit)78ed49b: fix: maintain exec output (#1276) (@raphaelvigee)Documentation updates
1b0f489: docs(readme): cleanup badges (@meowgorithm)Other work
ca9473b: ci: sync golangci-lint config (#1431) (@github-actions[bot])Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v1.3.5Compare Source
This release fixes an important bug on Windows where function keys (F1..F20) don't get recognized and sent to the program. It also fixes multiple concurrency bugs related to using external context and p.Wait() and p.Kill().
Also, huge thank you to @desertwitch who went in and just crushed a handful of deadlocks.
Happy hacking!
Changelog
Bug fixes
62ca063: fix(key): windows: recognize function keys on Windows (#1405) (@aymanbagabas)0f9cd5b: fix(panics): fix race condition and false nil error return (@desertwitch)a79ab3f: fix(tests): account for multiple p.Wait() (@desertwitch)1b5fc27: fix: prevent deadlock on ctx cancel during msg processing (@desertwitch)aa7a240: fix: release p.Wait() on p.Kill() to prevent external deadlocks (@desertwitch)1923181: fix: report only external ctx cancel as ctx error (@desertwitch)c56f776: fix: resolve race conditions caused by p.Kill() (@desertwitch)Documentation updates
3797acb: docs(readme): fix header image mis-caching (@meowgorithm)8508131: docs(readme): header art adjustments (@meowgorithm)b3150e1: docs(readme): update header art (@meowgorithm)Other work
b224818: ci(lint): fix all lint issues onmain(#1342) (@andreynering)1a0062b: ci: fix lint issues (@andreynering)d0c4b65: ci: fix linting on windows-only files (#1361) (@andreynering)0b18d1f: ci: sync dependabot config (#1403) (@charmcli)0e49efb: ci: sync golangci-lint config (#1354) (@github-actions[bot])a46d16d: ci: sync golangci-lint config (#1379) (@github-actions[bot])5a360c9: ci: sync golangci-lint config (#1394) (@github-actions[bot])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 getcommand, which resulted in the following additional change(s):Details:
github.com/charmbracelet/x/ansiv0.8.0->v0.10.1golang.org/x/sysv0.31.0->v0.36.0d76b209d0c3f8e0ddbe0View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.