Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update module github.com/charmbracelet/lipgloss to v1 (#1445)
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 <details> <summary>charmbracelet/lipgloss (github.com/charmbracelet/lipgloss)</summary> ### [`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 <p><img src="https://github.com/user-attachments/assets/9314922a-38f2-41de-b8c0-43bd582fb81e"></p> 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**: charmbracelet/lipgloss@v0.13.0...v0.13.1 *** <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/@​charm), or on [Discord](https://charm.sh/chat). </details> --- ### 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. --- - [ ] <!-- 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/google/osv-scanner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: Xueqin Cui <72771658+cuixq@users.noreply.github.com>
- Loading branch information