[PR #1270] [CLOSED] chore(deps): bump charm.land/lipgloss/v2 from 2.0.0 to 2.0.2 #7393

Closed
opened 2026-04-24 01:43:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/veggiemonk/awesome-docker/pull/1270
Author: @dependabot[bot]
Created: 3/11/2026
Status: Closed

Base: masterHead: dependabot/go_modules/charm.land/lipgloss/v2-2.0.2


📝 Commits (1)

  • 20db525 chore(deps): bump charm.land/lipgloss/v2 from 2.0.0 to 2.0.2

📊 Changes

2 files changed (+8 additions, -8 deletions)

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+6 -6)

📄 Description

Bumps charm.land/lipgloss/v2 from 2.0.0 to 2.0.2.

Release notes

Sourced from charm.land/lipgloss/v2's releases.

v2.0.2

Table patch

If you don't know, we made big improvements in table rendering recently shipped in v2.0.0.

@​MartinodF made a good job on improving it even further for tricky edge cases, in particular when content wrapping is enabled.

Changelog

Fixed

  • c289bad531f2588fc7506d7fbd5cdfd3daf4cb27: fix(table): height and overflow with wrapping content (#620) (@​MartinodF)

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

v2.0.1

A small release to properly set style underline colors, as well as handling partial reads while querying the terminal.

Changelog

Fixed

  • 30441468e81b8d5322c78e7a78cac1aaf6b1b57d: fix: add missing underlineColorKey case in getAsColor (#624) (@​flux627)

Docs

  • 61e734b4628b1f808f2a40dde55c8886432a110b: docs: Charm logo link in upgrade guide (@​aymanbagabas)

Other stuff


Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/veggiemonk/awesome-docker/pull/1270 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/11/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/charm.land/lipgloss/v2-2.0.2` --- ### 📝 Commits (1) - [`20db525`](https://github.com/veggiemonk/awesome-docker/commit/20db525c8baffdeb58ac8390ff7feff6dae3441f) chore(deps): bump charm.land/lipgloss/v2 from 2.0.0 to 2.0.2 ### 📊 Changes **2 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+6 -6) </details> ### 📄 Description Bumps [charm.land/lipgloss/v2](https://github.com/charmbracelet/lipgloss) from 2.0.0 to 2.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/charmbracelet/lipgloss/releases">charm.land/lipgloss/v2's releases</a>.</em></p> <blockquote> <h2>v2.0.2</h2> <h1>Table patch</h1> <p>If you don't know, we made big improvements in table rendering recently shipped in v2.0.0.</p> <p><a href="https://github.com/MartinodF"><code>@​MartinodF</code></a> made a good job on improving it even further for tricky edge cases, in particular when content wrapping is enabled.</p> <h2>Changelog</h2> <h3>Fixed</h3> <ul> <li>c289bad531f2588fc7506d7fbd5cdfd3daf4cb27: fix(table): height and overflow with wrapping content (<a href="https://redirect.github.com/charmbracelet/lipgloss/issues/620">#620</a>) (<a href="https://github.com/MartinodF"><code>@​MartinodF</code></a>)</li> </ul> <hr /> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <p>Thoughts? Questions? We love hearing from you. Feel free to reach out on <a href="https://x.com/charmcli">X</a>, <a href="https://charm.land/discord">Discord</a>, <a href="https://charm.land/slack">Slack</a>, <a href="https://mastodon.social/@charmcli">The Fediverse</a>, <a href="https://bsky.app/profile/charm.land">Bluesky</a>.</p> <h2>v2.0.1</h2> <p>A small release to properly set style underline colors, as well as handling partial reads while querying the terminal.</p> <h2>Changelog</h2> <h3>Fixed</h3> <ul> <li>30441468e81b8d5322c78e7a78cac1aaf6b1b57d: fix: add missing underlineColorKey case in getAsColor (<a href="https://redirect.github.com/charmbracelet/lipgloss/issues/624">#624</a>) (<a href="https://github.com/flux627"><code>@​flux627</code></a>)</li> </ul> <h3>Docs</h3> <ul> <li>61e734b4628b1f808f2a40dde55c8886432a110b: docs: Charm logo link in upgrade guide (<a href="https://github.com/aymanbagabas"><code>@​aymanbagabas</code></a>)</li> </ul> <h3>Other stuff</h3> <ul> <li>92b13d8d3982df42416dddcad755f8700d5f1a76: ci: sync golangci-lint config (<a href="https://redirect.github.com/charmbracelet/lipgloss/issues/621">#621</a>) (<a href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot])</li> </ul> <hr /> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <p>Thoughts? Questions? We love hearing from you. Feel free to reach out on <a href="https://x.com/charmcli">X</a>, <a href="https://charm.land/discord">Discord</a>, <a href="https://charm.land/slack">Slack</a>, <a href="https://mastodon.social/@charmcli">The Fediverse</a>, <a href="https://bsky.app/profile/charm.land">Bluesky</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/charmbracelet/lipgloss/commit/9856c04b0879d314cdad4872dc3dc77c423053e5"><code>9856c04</code></a> v2.0.2</li> <li><a href="https://github.com/charmbracelet/lipgloss/commit/c289bad531f2588fc7506d7fbd5cdfd3daf4cb27"><code>c289bad</code></a> fix(table): height and overflow with wrapping content (<a href="https://redirect.github.com/charmbracelet/lipgloss/issues/620">#620</a>)</li> <li><a href="https://github.com/charmbracelet/lipgloss/commit/bffdafb703dd8ff09fafe4e410d29c7673ef2fdb"><code>bffdafb</code></a> chore(deps): bump the all group with 2 updates (<a href="https://redirect.github.com/charmbracelet/lipgloss/issues/626">#626</a>)</li> <li><a href="https://github.com/charmbracelet/lipgloss/commit/92b13d8d3982df42416dddcad755f8700d5f1a76"><code>92b13d8</code></a> ci: sync golangci-lint config (<a href="https://redirect.github.com/charmbracelet/lipgloss/issues/621">#621</a>)</li> <li><a href="https://github.com/charmbracelet/lipgloss/commit/30441468e81b8d5322c78e7a78cac1aaf6b1b57d"><code>3044146</code></a> fix: add missing underlineColorKey case in getAsColor (<a href="https://redirect.github.com/charmbracelet/lipgloss/issues/624">#624</a>)</li> <li><a href="https://github.com/charmbracelet/lipgloss/commit/1dd352ca2cb37ef354d503ab3a2f674c9ea127a0"><code>1dd352c</code></a> Merge pull request <a href="https://redirect.github.com/charmbracelet/lipgloss/issues/619">#619</a> from MartinodF/patch-4</li> <li><a href="https://github.com/charmbracelet/lipgloss/commit/61e734b4628b1f808f2a40dde55c8886432a110b"><code>61e734b</code></a> docs: Charm logo link in upgrade guide</li> <li>See full diff in <a href="https://github.com/charmbracelet/lipgloss/compare/v2.0.0...v2.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=charm.land/lipgloss/v2&package-manager=go_modules&previous-version=2.0.0&new-version=2.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-24 01:43:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-docker#7393