Commit c63e2f3
chore(deps): update charmbracelet (#925)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[charm.land/bubbletea/v2](https://redirect.github.com/charmbracelet/bubbletea)
| `v2.0.2` → `v2.0.5` |

|

|
|
[charm.land/lipgloss/v2](https://redirect.github.com/charmbracelet/lipgloss)
| `v2.0.2` → `v2.0.3` |

|

|
|
[github.com/charmbracelet/x/ansi](https://redirect.github.com/charmbracelet/x)
| `v0.11.6` → `v0.11.7` |

|

|
---
### Release Notes
<details>
<summary>charmbracelet/bubbletea (charm.land/bubbletea/v2)</summary>
###
[`v2.0.5`](https://redirect.github.com/charmbracelet/bubbletea/releases/tag/v2.0.5)
[Compare
Source](https://redirect.github.com/charmbracelet/bubbletea/compare/v2.0.4...v2.0.5)
#### Changelog
***
<a href="https://charm.land/"><img alt="The Charm logo"
src="https://stuff.charm.sh/charm-banner-next.jpg" width="400"></a>
Thoughts? Questions? We love hearing from you. Feel free to reach out on
[X](https://x.com/charmcli), [Discord](https://charm.land/discord),
[Slack](https://charm.land/slack), [The
Fediverse](https://mastodon.social/@​charmcli),
[Bluesky](https://bsky.app/profile/charm.land).
###
[`v2.0.4`](https://redirect.github.com/charmbracelet/bubbletea/releases/tag/v2.0.4)
[Compare
Source](https://redirect.github.com/charmbracelet/bubbletea/compare/v2.0.3...v2.0.4)
#### Changelog
***
<a href="https://charm.land/"><img alt="The Charm logo"
src="https://stuff.charm.sh/charm-banner-next.jpg" width="400"></a>
Thoughts? Questions? We love hearing from you. Feel free to reach out on
[X](https://x.com/charmcli), [Discord](https://charm.land/discord),
[Slack](https://charm.land/slack), [The
Fediverse](https://mastodon.social/@​charmcli),
[Bluesky](https://bsky.app/profile/charm.land).
###
[`v2.0.3`](https://redirect.github.com/charmbracelet/bubbletea/releases/tag/v2.0.3)
[Compare
Source](https://redirect.github.com/charmbracelet/bubbletea/compare/v2.0.2...v2.0.3)
### Extra Extra Extended Keyboard Enhancements!
This release adds support for the full set of Keyboard Enhancements. Now
you can enable any enhancements on top of the default disambiguate one.
```go
func (m model) View() tea.View {
var v tea.View
v.KeyboardEnhancements.ReportAlternateKeys = true
v.KeyboardEnhancements.ReportAllKeysAsEscapeCodes = true
return v
}
```
### Smarter Renderer
We also fixed a few renderer related bugs and made the Cursed Renderer
smarter. Now, we always reset the terminal tab stops for the Bubble Tea
program process context. People using `tabs -N` in their shell profiles
shouldn't be affected.
See the full changelog below.
#### Changelog
##### New!
-
[`05df5ae`](https://redirect.github.com/charmbracelet/bubbletea/commit/05df5aecf81f67ba8dd312367246bc1c9465adfa):
feat: support extended keyboard enhancements
([#​1626](https://redirect.github.com/charmbracelet/bubbletea/issues/1626))
([@​aymanbagabas](https://redirect.github.com/aymanbagabas))
##### Fixed
-
[`a3d7807`](https://redirect.github.com/charmbracelet/bubbletea/commit/a3d78073b74c2ddb2b8820e9751ad6dca485a6d5):
fix(ci): only run build-examples on non-dependabot PRs
([@​aymanbagabas](https://redirect.github.com/aymanbagabas))
-
[`7df1e65`](https://redirect.github.com/charmbracelet/bubbletea/commit/7df1e650b31224cc8cc6e80f9854551c9dccde10):
fix(examples): migrate imports to charm.land for the glamour example
([#​1642](https://redirect.github.com/charmbracelet/bubbletea/issues/1642))
([@​mhdna](https://redirect.github.com/mhdna))
-
[`ee06e98`](https://redirect.github.com/charmbracelet/bubbletea/commit/ee06e98c4174012046bd35c0f869e875131859b2):
fix(examples): resolve nil pointer dereference
([#​1663](https://redirect.github.com/charmbracelet/bubbletea/issues/1663))
([@​mattpcaswell](https://redirect.github.com/mattpcaswell))
-
[`ac355fe`](https://redirect.github.com/charmbracelet/bubbletea/commit/ac355fe194c3e9f07c0d2b061bcf51ad802103fb):
fix(renderer): restore tab stops if hard tabs are enabled
([#​1677](https://redirect.github.com/charmbracelet/bubbletea/issues/1677))
([@​aymanbagabas](https://redirect.github.com/aymanbagabas))
-
[`729f05c`](https://redirect.github.com/charmbracelet/bubbletea/commit/729f05c315343faa36902cedff46d135b6a4b3c7):
fix: add missing signal.Stop in suspendProcess to prevent signal channel
leak (Closes
[#​1673](https://redirect.github.com/charmbracelet/bubbletea/issues/1673))
([#​1674](https://redirect.github.com/charmbracelet/bubbletea/issues/1674))
([@​kuishou68](https://redirect.github.com/kuishou68))
##### Docs
-
[`bbe4faf`](https://redirect.github.com/charmbracelet/bubbletea/commit/bbe4faf35db767a2657396f25da0f1c7c8fa0c03):
docs(example): add textarea dynamic height example
([#​1639](https://redirect.github.com/charmbracelet/bubbletea/issues/1639))
([@​meowgorithm](https://redirect.github.com/meowgorithm))
-
[`e19d255`](https://redirect.github.com/charmbracelet/bubbletea/commit/e19d2554f50eb61396baab18e4872562bc7b5cdc):
docs: fix README wording
([#​1624](https://redirect.github.com/charmbracelet/bubbletea/issues/1624))
([@​Rohan5commit](https://redirect.github.com/Rohan5commit))
##### Other stuff
-
[`65c3978`](https://redirect.github.com/charmbracelet/bubbletea/commit/65c397863ffdca680845eb036c6a164719415fd3):
ci: sync golangci-lint config
([#​1556](https://redirect.github.com/charmbracelet/bubbletea/issues/1556))
([@​github-actions](https://redirect.github.com/github-actions)\[bot])
***
<a href="https://charm.land/"><img alt="The Charm logo"
src="https://stuff.charm.sh/charm-banner-next.jpg" width="400"></a>
Thoughts? Questions? We love hearing from you. Feel free to reach out on
[X](https://x.com/charmcli), [Discord](https://charm.land/discord),
[Slack](https://charm.land/slack), [The
Fediverse](https://mastodon.social/@​charmcli),
[Bluesky](https://bsky.app/profile/charm.land).
</details>
<details>
<summary>charmbracelet/lipgloss (charm.land/lipgloss/v2)</summary>
###
[`v2.0.3`](https://redirect.github.com/charmbracelet/lipgloss/releases/tag/v2.0.3)
[Compare
Source](https://redirect.github.com/charmbracelet/lipgloss/compare/v2.0.2...v2.0.3)
#### Changelog
##### Fixed
-
[`472d718`](https://redirect.github.com/charmbracelet/lipgloss/commit/472d718e2314596549bee2c0c8ccf8beea5f25ae):
fix: Avoid background color query hang
([#​636](https://redirect.github.com/charmbracelet/lipgloss/issues/636))
([@​jedevc](https://redirect.github.com/jedevc))
##### Docs
-
[`9e39a0a`](https://redirect.github.com/charmbracelet/lipgloss/commit/9e39a0ad4f4fc779d620f17783cee3494da6ae29):
docs: fix README typo
([#​629](https://redirect.github.com/charmbracelet/lipgloss/issues/629))
([@​Rohan5commit](https://redirect.github.com/Rohan5commit))
-
[`cd93a9f`](https://redirect.github.com/charmbracelet/lipgloss/commit/cd93a9f5d2e3cb151da83150db29751d92585d23):
docs: fix tree comment typo
([#​634](https://redirect.github.com/charmbracelet/lipgloss/issues/634))
([@​Rohan5commit](https://redirect.github.com/Rohan5commit))
***
<a href="https://charm.land/"><img alt="The Charm logo"
src="https://stuff.charm.sh/charm-banner-next.jpg" width="400"></a>
Thoughts? Questions? We love hearing from you. Feel free to reach out on
[X](https://x.com/charmcli), [Discord](https://charm.land/discord),
[Slack](https://charm.land/slack), [The
Fediverse](https://mastodon.social/@​charmcli),
[Bluesky](https://bsky.app/profile/charm.land).
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- 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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/micasa-dev/micasa).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>1 parent a3baa6b commit c63e2f3
3 files changed
Lines changed: 19 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
169 | | - | |
| 168 | + | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | | - | |
| 176 | + | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments