From bdf7c86837793b5f5489fa782e7831caa304f191 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 23 Dec 2024 01:27:41 +0100 Subject: [PATCH] fix(deps): update module github.com/charmbracelet/lipgloss to v1 (#1445) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/charmbracelet/lipgloss](https://redirect.github.com/charmbracelet/lipgloss) | `v0.13.0` -> `v1.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcharmbracelet%2flipgloss/v1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fcharmbracelet%2flipgloss/v1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fcharmbracelet%2flipgloss/v0.13.0/v1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcharmbracelet%2flipgloss/v0.13.0/v1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
charmbracelet/lipgloss (github.com/charmbracelet/lipgloss) ### [`v1.0.0`](https://redirect.github.com/charmbracelet/lipgloss/releases/tag/v1.0.0) [Compare Source](https://redirect.github.com/charmbracelet/lipgloss/compare/v0.13.1...v1.0.0) ### At last: v1.0.0

This is an honorary release indicating that Lip Gloss is now stable. Thank you, open source community, for all your love, support, contributions, and great style. Stay tuned for a v2 alpha! ### [`v0.13.1`](https://redirect.github.com/charmbracelet/lipgloss/releases/tag/v0.13.1) [Compare Source](https://redirect.github.com/charmbracelet/lipgloss/compare/v0.13.0...v0.13.1) ### Table improvements, on stream [@​bashbunni](https://redirect.github.com/bashbunni) went to town in this release and fixed a bunch of bugs, mostly around table. Best of all, she did most of it [on stream](https://www.twitch.tv/bashbunni). #### Changelog ##### Table - fix(table): use table height by [@​Broderick-Westrope](https://redirect.github.com/Broderick-Westrope) in [https://github.com/charmbracelet/lipgloss/pull/358](https://redirect.github.com/charmbracelet/lipgloss/pull/358) - fix(table): unset data rows without causing nil pointer err by [@​bashbunni](https://redirect.github.com/bashbunni) in [https://github.com/charmbracelet/lipgloss/pull/372](https://redirect.github.com/charmbracelet/lipgloss/pull/372) - fix(table): shared indices for first row of data and headers (StyleFunc bug) by [@​bashbunni](https://redirect.github.com/bashbunni) in [https://github.com/charmbracelet/lipgloss/pull/377](https://redirect.github.com/charmbracelet/lipgloss/pull/377) - fix(table): do not shrink table with offset by [@​bashbunni](https://redirect.github.com/bashbunni) in [https://github.com/charmbracelet/lipgloss/pull/373](https://redirect.github.com/charmbracelet/lipgloss/pull/373) - fix(table): include margins for cell width by [@​bashbunni](https://redirect.github.com/bashbunni) in [https://github.com/charmbracelet/lipgloss/pull/401](https://redirect.github.com/charmbracelet/lipgloss/pull/401) ##### Other Stuff - fix(render): strip carriage returns from strings by [@​bashbunni](https://redirect.github.com/bashbunni) in [https://github.com/charmbracelet/lipgloss/pull/386](https://redirect.github.com/charmbracelet/lipgloss/pull/386) #### Bonus - docs(example): rainbow string by [@​caarlos0](https://redirect.github.com/caarlos0) in [https://github.com/charmbracelet/lipgloss/pull/96](https://redirect.github.com/charmbracelet/lipgloss/pull/96) #### New Contributors - [@​Broderick-Westrope](https://redirect.github.com/Broderick-Westrope) made their first contribution in [https://github.com/charmbracelet/lipgloss/pull/358](https://redirect.github.com/charmbracelet/lipgloss/pull/358) - [@​swrenn](https://redirect.github.com/swrenn) made their first contribution in [https://github.com/charmbracelet/lipgloss/pull/364](https://redirect.github.com/charmbracelet/lipgloss/pull/364) **Full Changelog**: https://github.com/charmbracelet/lipgloss/compare/v0.13.0...v0.13.1 *** The Charm logo Thoughts? Questions? We love hearing from you. Feel free to reach out on [Twitter](https://twitter.com/charmcli), [The Fediverse](https://mastodon.technology/@​charm), or on [Discord](https://charm.sh/chat).
--- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on monday" in timezone Australia/Sydney, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/google/osv-scanner). Co-authored-by: Xueqin Cui <72771658+cuixq@users.noreply.github.com> --- go.mod | 4 ++-- go.sum | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 5915f74559..1e30201b77 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/charmbracelet/bubbles v0.20.0 github.com/charmbracelet/bubbletea v1.1.1 github.com/charmbracelet/glamour v0.8.0 - github.com/charmbracelet/lipgloss v0.13.0 + github.com/charmbracelet/lipgloss v1.0.0 github.com/gkampitakis/go-snaps v0.5.7 github.com/go-git/go-billy/v5 v5.5.0 github.com/go-git/go-git/v5 v5.12.0 @@ -51,7 +51,7 @@ require ( github.com/atotto/clipboard v0.1.4 // indirect github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect github.com/aymerick/douceur v0.2.0 // indirect - github.com/charmbracelet/x/ansi v0.2.3 // indirect + github.com/charmbracelet/x/ansi v0.4.2 // indirect github.com/charmbracelet/x/term v0.2.0 // indirect github.com/cloudflare/circl v1.3.7 // indirect github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect diff --git a/go.sum b/go.sum index 79d95f49f8..38b9164922 100644 --- a/go.sum +++ b/go.sum @@ -50,8 +50,12 @@ github.com/charmbracelet/glamour v0.8.0 h1:tPrjL3aRcQbn++7t18wOpgLyl8wrOHUEDS7IZ github.com/charmbracelet/glamour v0.8.0/go.mod h1:ViRgmKkf3u5S7uakt2czJ272WSg2ZenlYEZXT2x7Bjw= github.com/charmbracelet/lipgloss v0.13.0 h1:4X3PPeoWEDCMvzDvGmTajSyYPcZM4+y8sCA/SsA3cjw= github.com/charmbracelet/lipgloss v0.13.0/go.mod h1:nw4zy0SBX/F/eAO1cWdcvy6qnkDUxr8Lw7dvFrAIbbY= +github.com/charmbracelet/lipgloss v1.0.0 h1:O7VkGDvqEdGi93X+DeqsQ7PKHDgtQfF8j8/O2qFMQNg= +github.com/charmbracelet/lipgloss v1.0.0/go.mod h1:U5fy9Z+C38obMs+T+tJqst9VGzlOYGj4ri9reL3qUlo= github.com/charmbracelet/x/ansi v0.2.3 h1:VfFN0NUpcjBRd4DnKfRaIRo53KRgey/nhOoEqosGDEY= github.com/charmbracelet/x/ansi v0.2.3/go.mod h1:dk73KoMTT5AX5BsX0KrqhsTqAnhZZoCBjs7dGWp4Ktw= +github.com/charmbracelet/x/ansi v0.4.2 h1:0JM6Aj/g/KC154/gOP4vfxun0ff6itogDYk41kof+qk= +github.com/charmbracelet/x/ansi v0.4.2/go.mod h1:dk73KoMTT5AX5BsX0KrqhsTqAnhZZoCBjs7dGWp4Ktw= github.com/charmbracelet/x/exp/golden v0.0.0-20240815200342-61de596daa2b h1:MnAMdlwSltxJyULnrYbkZpp4k58Co7Tah3ciKhSNo0Q= github.com/charmbracelet/x/exp/golden v0.0.0-20240815200342-61de596daa2b/go.mod h1:wDlXFlCrmJ8J+swcL/MnGUuYnqgQdW9rhSD61oNMb6U= github.com/charmbracelet/x/term v0.2.0 h1:cNB9Ot9q8I711MyZ7myUR5HFWL/lc3OpU8jZ4hwm0x0=