Skip to content

Commit c63e2f3

Browse files
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` | ![age](https://developer.mend.io/api/mc/badges/age/go/charm.land%2fbubbletea%2fv2/v2.0.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/charm.land%2fbubbletea%2fv2/v2.0.2/v2.0.5?slim=true) | | [charm.land/lipgloss/v2](https://redirect.github.com/charmbracelet/lipgloss) | `v2.0.2` → `v2.0.3` | ![age](https://developer.mend.io/api/mc/badges/age/go/charm.land%2flipgloss%2fv2/v2.0.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/charm.land%2flipgloss%2fv2/v2.0.2/v2.0.3?slim=true) | | [github.com/charmbracelet/x/ansi](https://redirect.github.com/charmbracelet/x) | `v0.11.6` → `v0.11.7` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcharmbracelet%2fx%2fansi/v0.11.7?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcharmbracelet%2fx%2fansi/v0.11.6/v0.11.7?slim=true) | --- ### 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/@&#8203;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/@&#8203;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 ([#&#8203;1626](https://redirect.github.com/charmbracelet/bubbletea/issues/1626)) ([@&#8203;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 ([@&#8203;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 ([#&#8203;1642](https://redirect.github.com/charmbracelet/bubbletea/issues/1642)) ([@&#8203;mhdna](https://redirect.github.com/mhdna)) - [`ee06e98`](https://redirect.github.com/charmbracelet/bubbletea/commit/ee06e98c4174012046bd35c0f869e875131859b2): fix(examples): resolve nil pointer dereference ([#&#8203;1663](https://redirect.github.com/charmbracelet/bubbletea/issues/1663)) ([@&#8203;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 ([#&#8203;1677](https://redirect.github.com/charmbracelet/bubbletea/issues/1677)) ([@&#8203;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 [#&#8203;1673](https://redirect.github.com/charmbracelet/bubbletea/issues/1673)) ([#&#8203;1674](https://redirect.github.com/charmbracelet/bubbletea/issues/1674)) ([@&#8203;kuishou68](https://redirect.github.com/kuishou68)) ##### Docs - [`bbe4faf`](https://redirect.github.com/charmbracelet/bubbletea/commit/bbe4faf35db767a2657396f25da0f1c7c8fa0c03): docs(example): add textarea dynamic height example ([#&#8203;1639](https://redirect.github.com/charmbracelet/bubbletea/issues/1639)) ([@&#8203;meowgorithm](https://redirect.github.com/meowgorithm)) - [`e19d255`](https://redirect.github.com/charmbracelet/bubbletea/commit/e19d2554f50eb61396baab18e4872562bc7b5cdc): docs: fix README wording ([#&#8203;1624](https://redirect.github.com/charmbracelet/bubbletea/issues/1624)) ([@&#8203;Rohan5commit](https://redirect.github.com/Rohan5commit)) ##### Other stuff - [`65c3978`](https://redirect.github.com/charmbracelet/bubbletea/commit/65c397863ffdca680845eb036c6a164719415fd3): ci: sync golangci-lint config ([#&#8203;1556](https://redirect.github.com/charmbracelet/bubbletea/issues/1556)) ([@&#8203;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/@&#8203;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 ([#&#8203;636](https://redirect.github.com/charmbracelet/lipgloss/issues/636)) ([@&#8203;jedevc](https://redirect.github.com/jedevc)) ##### Docs - [`9e39a0a`](https://redirect.github.com/charmbracelet/lipgloss/commit/9e39a0ad4f4fc779d620f17783cee3494da6ae29): docs: fix README typo ([#&#8203;629](https://redirect.github.com/charmbracelet/lipgloss/issues/629)) ([@&#8203;Rohan5commit](https://redirect.github.com/Rohan5commit)) - [`cd93a9f`](https://redirect.github.com/charmbracelet/lipgloss/commit/cd93a9f5d2e3cb151da83150db29751d92585d23): docs: fix tree comment typo ([#&#8203;634](https://redirect.github.com/charmbracelet/lipgloss/issues/634)) ([@&#8203;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/@&#8203;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

File tree

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
)
3434

3535
require (
36-
github.com/charmbracelet/ultraviolet v0.0.0-20260316091819-b93f6a3b8502 // indirect
36+
github.com/charmbracelet/ultraviolet v0.0.0-20260413211237-bd52878bcec2 // indirect
3737
github.com/charmbracelet/x/exp/charmtone v0.0.0-20250603201427-c31516f43444 // indirect
3838
github.com/charmbracelet/x/exp/ordered v0.1.0 // indirect
3939
github.com/charmbracelet/x/termios v0.1.1 // indirect
@@ -54,10 +54,10 @@ require (
5454

5555
require (
5656
charm.land/bubbles/v2 v2.1.0
57-
charm.land/bubbletea/v2 v2.0.2
57+
charm.land/bubbletea/v2 v2.0.5
5858
charm.land/glamour/v2 v2.0.0
5959
charm.land/huh/v2 v2.0.3
60-
charm.land/lipgloss/v2 v2.0.2
60+
charm.land/lipgloss/v2 v2.0.3
6161
cloud.google.com/go v0.123.0 // indirect
6262
cloud.google.com/go/auth v0.19.0 // indirect
6363
cloud.google.com/go/compute/metadata v0.9.0 // indirect
@@ -71,7 +71,7 @@ require (
7171
github.com/cespare/xxhash/v2 v2.3.0 // indirect
7272
github.com/charmbracelet/colorprofile v0.4.3 // indirect
7373
github.com/charmbracelet/harmonica v0.2.0 // indirect
74-
github.com/charmbracelet/x/ansi v0.11.6
74+
github.com/charmbracelet/x/ansi v0.11.7
7575
github.com/charmbracelet/x/exp/slice v0.0.0-20260323091123-df7b1bcffcca // indirect
7676
github.com/charmbracelet/x/exp/strings v0.1.0 // indirect
7777
github.com/charmbracelet/x/term v0.2.2 // indirect
@@ -98,10 +98,10 @@ require (
9898
github.com/jinzhu/now v1.1.5 // indirect
9999
github.com/leodido/go-urn v1.4.0 // indirect
100100
github.com/lrstanley/bubblezone/v2 v2.0.0
101-
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
101+
github.com/lucasb-eyer/go-colorful v1.4.0 // indirect
102102
github.com/mailru/easyjson v0.9.2 // indirect
103103
github.com/mattn/go-isatty v0.0.20 // indirect
104-
github.com/mattn/go-runewidth v0.0.21 // indirect
104+
github.com/mattn/go-runewidth v0.0.23 // indirect
105105
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
106106
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
107107
github.com/muesli/cancelreader v0.2.2 // indirect

go.sum

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
charm.land/bubbles/v2 v2.1.0 h1:YSnNh5cPYlYjPxRrzs5VEn3vwhtEn3jVGRBT3M7/I0g=
22
charm.land/bubbles/v2 v2.1.0/go.mod h1:l97h4hym2hvWBVfmJDtrEHHCtkIKeTEb3TTJ4ZOB3wY=
3-
charm.land/bubbletea/v2 v2.0.2 h1:4CRtRnuZOdFDTWSff9r8QFt/9+z6Emubz3aDMnf/dx0=
4-
charm.land/bubbletea/v2 v2.0.2/go.mod h1:3LRff2U4WIYXy7MTxfbAQ+AdfM3D8Xuvz2wbsOD9OHQ=
3+
charm.land/bubbletea/v2 v2.0.5 h1:TQlLFqxo39AAHSVuOhJ5D3nH7O9Nk8JGinsfWQ4y1U4=
4+
charm.land/bubbletea/v2 v2.0.5/go.mod h1:dvbsYZD+MHkdIZl+Z67D212hEvB+GII2tfH8f9SnoDw=
55
charm.land/fang/v2 v2.0.1 h1:zQCM8JQJ1JnQX/66B5jlCYBUxL2as5JXQZ2KJ6EL0mY=
66
charm.land/fang/v2 v2.0.1/go.mod h1:S1GmkpcvK+OB5w9caywUnJcsMew45Ot8FXqoz8ALrII=
77
charm.land/glamour/v2 v2.0.0 h1:IDBoqLEy7Hdpb9VOXN+khLP/XSxtJy1VsHuW/yF87+U=
88
charm.land/glamour/v2 v2.0.0/go.mod h1:kjq9WB0s8vuUYZNYey2jp4Lgd9f4cKdzAw88FZtpj/w=
99
charm.land/huh/v2 v2.0.3 h1:2cJsMqEPwSywGHvdlKsJyQKPtSJLVnFKyFbsYZTlLkU=
1010
charm.land/huh/v2 v2.0.3/go.mod h1:93eEveeeqn47MwiC3tf+2atZ2l7Is88rAtmZNZ8x9Wc=
11-
charm.land/lipgloss/v2 v2.0.2 h1:xFolbF8JdpNkM2cEPTfXEcW1p6NRzOWTSamRfYEw8cs=
12-
charm.land/lipgloss/v2 v2.0.2/go.mod h1:KjPle2Qd3YmvP1KL5OMHiHysGcNwq6u83MUjYkFvEkM=
11+
charm.land/lipgloss/v2 v2.0.3 h1:yM2zJ4Cf5Y51b7RHIwioil4ApI/aypFXXVHSwlM6RzU=
12+
charm.land/lipgloss/v2 v2.0.3/go.mod h1:7myLU9iG/3xluAWzpY/fSxYYHCgoKTie7laxk6ATwXA=
1313
cloud.google.com/go v0.123.0 h1:2NAUJwPR47q+E35uaJeYoNhuNEM9kM8SjgRgdeOJUSE=
1414
cloud.google.com/go v0.123.0/go.mod h1:xBoMV08QcqUGuPW65Qfm1o9Y4zKZBpGS+7bImXLTAZU=
1515
cloud.google.com/go/auth v0.19.0 h1:DGYwtbcsGsT1ywuxsIoWi1u/vlks0moIblQHgSDgQkQ=
@@ -50,10 +50,10 @@ github.com/charmbracelet/colorprofile v0.4.3 h1:QPa1IWkYI+AOB+fE+mg/5/4HRMZcaXex
5050
github.com/charmbracelet/colorprofile v0.4.3/go.mod h1:/zT4BhpD5aGFpqQQqw7a+VtHCzu+zrQtt1zhMt9mR4Q=
5151
github.com/charmbracelet/harmonica v0.2.0 h1:8NxJWRWg/bzKqqEaaeFNipOu77YR5t8aSwG4pgaUBiQ=
5252
github.com/charmbracelet/harmonica v0.2.0/go.mod h1:KSri/1RMQOZLbw7AHqgcBycp8pgJnQMYYT8QZRqZ1Ao=
53-
github.com/charmbracelet/ultraviolet v0.0.0-20260316091819-b93f6a3b8502 h1:hzWNs3UQRSUTS6YCbLaQnwqKBFXT5Yh1OOw6+26apqg=
54-
github.com/charmbracelet/ultraviolet v0.0.0-20260316091819-b93f6a3b8502/go.mod h1:mkUCcxn9w9j89JJp3pOza5tmDQZPgIB75UfmQlFYvas=
55-
github.com/charmbracelet/x/ansi v0.11.6 h1:GhV21SiDz/45W9AnV2R61xZMRri5NlLnl6CVF7ihZW8=
56-
github.com/charmbracelet/x/ansi v0.11.6/go.mod h1:2JNYLgQUsyqaiLovhU2Rv/pb8r6ydXKS3NIttu3VGZQ=
53+
github.com/charmbracelet/ultraviolet v0.0.0-20260413211237-bd52878bcec2 h1:mRAlb/WARLaCnCwAEBa8Zfk965GrYc414MhJamV4anw=
54+
github.com/charmbracelet/ultraviolet v0.0.0-20260413211237-bd52878bcec2/go.mod h1:bAAz7dh/FTYfC+oiHavL4mX1tOIBZ0ZwYjSi3qE6ivM=
55+
github.com/charmbracelet/x/ansi v0.11.7 h1:kzv1kJvjg2S3r9KHo8hDdHFQLEqn4RBCb39dAYC84jI=
56+
github.com/charmbracelet/x/ansi v0.11.7/go.mod h1:9qGpnAVYz+8ACONkZBUWPtL7lulP9No6p1epAihUZwQ=
5757
github.com/charmbracelet/x/conpty v0.1.1 h1:s1bUxjoi7EpqiXysVtC+a8RrvPPNcNvAjfi4jxsAuEs=
5858
github.com/charmbracelet/x/conpty v0.1.1/go.mod h1:OmtR77VODEFbiTzGE9G1XiRJAga6011PIm4u5fTNZpk=
5959
github.com/charmbracelet/x/errors v0.0.0-20240508181413-e8d8b6e2de86 h1:JSt3B+U9iqk37QUU2Rvb6DSBYRLtWqFqfxf8l5hOZUA=
@@ -165,16 +165,16 @@ github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ=
165165
github.com/leodido/go-urn v1.4.0/go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI=
166166
github.com/lrstanley/bubblezone/v2 v2.0.0 h1:pMb9fHKs0slJF6OrzQ2hEgWusqyl9VU/S0UZ5hyh7ZA=
167167
github.com/lrstanley/bubblezone/v2 v2.0.0/go.mod h1:yV/QTjcm4Zu5cqvGvdHi7xVUfnB36w/SafOuDp57dgY=
168-
github.com/lucasb-eyer/go-colorful v1.3.0 h1:2/yBRLdWBZKrf7gB40FoiKfAWYQ0lqNcbuQwVHXptag=
169-
github.com/lucasb-eyer/go-colorful v1.3.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0=
168+
github.com/lucasb-eyer/go-colorful v1.4.0 h1:UtrWVfLdarDgc44HcS7pYloGHJUjHV/4FwW4TvVgFr4=
169+
github.com/lucasb-eyer/go-colorful v1.4.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0=
170170
github.com/mailru/easyjson v0.9.2 h1:dX8U45hQsZpxd80nLvDGihsQ/OxlvTkVUXH2r/8cb2M=
171171
github.com/mailru/easyjson v0.9.2/go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU=
172172
github.com/mark3labs/mcp-go v0.47.0 h1:h44yeM3DduDyQgzImYWu4pt6VRkqP/0p/95AGhWngnA=
173173
github.com/mark3labs/mcp-go v0.47.0/go.mod h1:JKTC7R2LLVagkEWK7Kwu7DbmA6iIvnNAod6yrHiQMag=
174174
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
175175
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
176-
github.com/mattn/go-runewidth v0.0.21 h1:jJKAZiQH+2mIinzCJIaIG9Be1+0NR+5sz/lYEEjdM8w=
177-
github.com/mattn/go-runewidth v0.0.21/go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhgLpndooCuJAs=
176+
github.com/mattn/go-runewidth v0.0.23 h1:7ykA0T0jkPpzSvMS5i9uoNn2Xy3R383f9HDx3RybWcw=
177+
github.com/mattn/go-runewidth v0.0.23/go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhgLpndooCuJAs=
178178
github.com/microcosm-cc/bluemonday v1.0.27 h1:MpEUotklkwCSLeH+Qdx1VJgNqLlpY2KXwXFM08ygZfk=
179179
github.com/microcosm-cc/bluemonday v1.0.27/go.mod h1:jFi9vgW+H7c3V0lb6nR74Ib/DIB5OBs92Dimizgw2cA=
180180
github.com/mitchellh/hashstructure/v2 v2.0.2 h1:vGKWl0YJqUNxE8d+h8f6NJLcCJrgbhC4NcD46KavDd4=

nix/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildGoModule {
1414
inherit pname version;
1515
src = gitignoreSource ../.;
1616
subPackages = [ "cmd/micasa" ];
17-
vendorHash = "sha256-YXGafPDpdBJey4bOXehndxckgM0tl3TLKZNq3dnkxAA=";
17+
vendorHash = "sha256-TKalPUd+B2QjztVBkHq85agf9RmtYOZKHm9oX5OmQP8=";
1818
env.CGO_ENABLED = 0;
1919
preCheck = ''
2020
export HOME="$(mktemp -d)"

0 commit comments

Comments
 (0)