fix(deps): update module github.com/charmbracelet/bubbletea to v1.2.3 #48

Open
abs3nt wants to merge 1 commits from renovate/github.com-charmbracelet-bubbletea-1.x into master
Owner

This PR contains the following updates:

Package Type Update Change
github.com/charmbracelet/bubbletea require minor v1.1.2 -> v1.2.3

Release Notes

charmbracelet/bubbletea (github.com/charmbracelet/bubbletea)

v1.2.3

Compare Source

Altscreen-not-altscreen

This release fixes a sneaky longstanding bug in the renderer where mis-paints could happen when toggling in and out of the altscreen if the height of the TUI changed whilst in the altscreen. Special thanks to @​applejag for reporting the issue and @​semihbkgr for the fix.

Changelog


The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

v1.2.2

Compare Source

Hi! This release fixes some bugs found the fast new renderer introduced in v1.2.0. Happy rendering!

Fixed

New Contributors

Full Changelog: https://github.com/charmbracelet/bubbletea/compare/v1.2.0...v1.2.2


The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

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!

!NOTE]
Renderer changes are no laughing matter. We’ve tested the new renderer extensively, however if you notice any bugs let us know. Rendering accuracy is among our top priorities.

Changelog

New Contributors

Full Changelog: https://github.com/charmbracelet/bubbletea/compare/v1.1.2...v1.2.0


The Charm logo

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) | require | minor | `v1.1.2` -> `v1.2.3` | --- ### Release Notes <details> <summary>charmbracelet/bubbletea (github.com/charmbracelet/bubbletea)</summary> ### [`v1.2.3`](https://github.com/charmbracelet/bubbletea/releases/tag/v1.2.3) [Compare Source](https://github.com/charmbracelet/bubbletea/compare/v1.2.2...v1.2.3) ### Altscreen-not-altscreen This release fixes a sneaky longstanding bug in the renderer where mis-paints could happen when toggling in and out of the altscreen if the height of the TUI changed whilst in the altscreen. Special thanks to [@&#8203;applejag](https://github.com/applejag) for reporting the issue and [@&#8203;semihbkgr](https://github.com/semihbkgr) for the fix. #### Changelog - [`f8f840c`](https://github.com/charmbracelet/bubbletea/commit/f8f840c38a36140fe890a02c6b35589f15a85ff5): fix: cursor position adjustment after exiting alt screen ([#&#8203;1241](https://github.com/charmbracelet/bubbletea/issues/1241)) ([@&#8203;semihbkgr](https://github.com/semihbkgr)) *** <a href="https://charm.sh/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-badge.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [Twitter](https://twitter.com/charmcli), [The Fediverse](https://mastodon.technology/@&#8203;charm), or on [Discord](https://charm.sh/chat). ### [`v1.2.2`](https://github.com/charmbracelet/bubbletea/releases/tag/v1.2.2) [Compare Source](https://github.com/charmbracelet/bubbletea/compare/v1.2.1...v1.2.2) Hi! This release fixes some bugs found the fast new renderer introduced in [v1.2.0](https://github.com/charmbracelet/bubbletea/releases/tag/v1.2.0). Happy rendering! #### Fixed - Incorrect line skipping in renderer flush by [@&#8203;semihbkgr](https://github.com/semihbkgr) in https://github.com/charmbracelet/bubbletea/pull/1233 - Erase the rest of the line when it's shorter than the width by [@&#8203;aymanbagabas](https://github.com/aymanbagabas) in https://github.com/charmbracelet/bubbletea/pull/1227 #### New Contributors - [@&#8203;semihbkgr](https://github.com/semihbkgr) made their first contribution in https://github.com/charmbracelet/bubbletea/pull/1233 **Full Changelog**: https://github.com/charmbracelet/bubbletea/compare/v1.2.0...v1.2.2 *** <a href="https://charm.sh/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-badge.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [Twitter](https://twitter.com/charmcli), [The Fediverse](https://mastodon.technology/@&#8203;charm), or on [Discord](https://charm.sh/chat). ### [`v1.2.1`](https://github.com/charmbracelet/bubbletea/compare/v1.2.0...v1.2.1) [Compare Source](https://github.com/charmbracelet/bubbletea/compare/v1.2.0...v1.2.1) ### [`v1.2.0`](https://github.com/charmbracelet/bubbletea/releases/tag/v1.2.0) [Compare Source](https://github.com/charmbracelet/bubbletea/compare/v1.1.2...v1.2.0) ### It’s performance boost time Sometimes you have to take matters into your own hands. That’s exactly what [@&#8203;LeperGnome](https://github.com/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! > \[!NOTE] > Renderer changes are no laughing matter. We’ve tested the new renderer extensively, however if you notice any bugs let us know. Rendering accuracy is among our top priorities. #### Changelog - rendering speed improvements by [@&#8203;LeperGnome](https://github.com/LeperGnome) in https://github.com/charmbracelet/bubbletea/pull/1132 #### New Contributors - [@&#8203;LeperGnome](https://github.com/LeperGnome) made their first contribution in https://github.com/charmbracelet/bubbletea/pull/1132 **Full Changelog**: https://github.com/charmbracelet/bubbletea/compare/v1.1.2...v1.2.0 *** <a href="https://charm.sh/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-badge.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [Twitter](https://twitter.com/charmcli), [The Fediverse](https://mastodon.technology/@&#8203;charm), or on [Discord](https://charm.sh/chat). </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzOS4yMC40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
abs3nt added 1 commit 2024-11-06 16:49:19 +00:00
fix(deps): update module github.com/charmbracelet/bubbletea to v1.2.0
All checks were successful
builder / build (push) Successful in 56s
6752370d82
Author
Owner

ℹ 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):

  • 5 additional dependencies were updated

Details:

Package Change
github.com/charmbracelet/lipgloss v0.13.1 -> v1.0.0
golang.org/x/sync v0.8.0 -> v0.9.0
github.com/charmbracelet/x/ansi v0.4.0 -> v0.4.5
github.com/charmbracelet/x/term v0.2.0 -> v0.2.1
golang.org/x/sys v0.26.0 -> v0.27.0
### ℹ 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): - 5 additional dependencies were updated Details: | **Package** | **Change** | | :---------------------------------- | :--------------------- | | `github.com/charmbracelet/lipgloss` | `v0.13.1` -> `v1.0.0` | | `golang.org/x/sync` | `v0.8.0` -> `v0.9.0` | | `github.com/charmbracelet/x/ansi` | `v0.4.0` -> `v0.4.5` | | `github.com/charmbracelet/x/term` | `v0.2.0` -> `v0.2.1` | | `golang.org/x/sys` | `v0.26.0` -> `v0.27.0` |
abs3nt changed title from fix(deps): update module github.com/charmbracelet/bubbletea to v1.2.0 to fix(deps): update module github.com/charmbracelet/bubbletea to v1.2.1 2024-11-08 17:48:42 +00:00
abs3nt force-pushed renovate/github.com-charmbracelet-bubbletea-1.x from 6752370d82 to 23f0b45e80 2024-11-08 17:48:43 +00:00 Compare
abs3nt changed title from fix(deps): update module github.com/charmbracelet/bubbletea to v1.2.1 to fix(deps): update module github.com/charmbracelet/bubbletea to v1.2.2 2024-11-12 19:49:05 +00:00
abs3nt force-pushed renovate/github.com-charmbracelet-bubbletea-1.x from 23f0b45e80 to ebcc23c20a 2024-11-12 19:49:05 +00:00 Compare
abs3nt changed title from fix(deps): update module github.com/charmbracelet/bubbletea to v1.2.2 to fix(deps): update module github.com/charmbracelet/bubbletea to v1.2.3 2024-11-19 22:48:52 +00:00
abs3nt force-pushed renovate/github.com-charmbracelet-bubbletea-1.x from ebcc23c20a to 9584ebd113 2024-11-19 22:48:53 +00:00 Compare
All checks were successful
builder / build (push) Successful in 45s
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/github.com-charmbracelet-bubbletea-1.x:renovate/github.com-charmbracelet-bubbletea-1.x
git checkout renovate/github.com-charmbracelet-bubbletea-1.x
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: abs3nt/gspot#48
No description provided.