[PR #1475] [MERGED] chore(deps): bump charm.land/lipgloss/v2 from 2.0.3 to 2.0.4 #30414

Closed
opened 2026-06-21 03:52:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/veggiemonk/awesome-docker/pull/1475
Author: @dependabot[bot]
Created: 6/17/2026
Status: Merged
Merged: 6/20/2026
Merged by: @gesellix

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


📝 Commits (1)

  • 0bdbdaa chore(deps): bump charm.land/lipgloss/v2 from 2.0.3 to 2.0.4

📊 Changes

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

View changed files

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

📄 Description

Bumps charm.land/lipgloss/v2 from 2.0.3 to 2.0.4.

Release notes

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

v2.0.4

Mini Crash Patch

Hi! This is a small patch to fix a writer-related panic. Thanks for using Lip Gloss!

Changelog

Fixed

Docs

Chore


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

Commits
  • b00306c fix: prevent crash when writing to a closed wrap writer
  • 40ec0e6 docs: fix typo in table comment (#641)
  • e3b78a2 chore(deps): bump golang.org/x/sys in the all group (#691)
  • 758dd87 chore(deps): bump golang.org/x/sys in the all group (#674)
  • aa91b99 chore: remove CODEOWNERS
  • 9cbfe8b chore(lint): exclude revive naming linter
  • a4d0b40 docs: restore missing diaereses (#664)
  • See full diff in compare view

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/1475 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/17/2026 **Status:** ✅ Merged **Merged:** 6/20/2026 **Merged by:** [@gesellix](https://github.com/gesellix) **Base:** `master` ← **Head:** `dependabot/go_modules/charm.land/lipgloss/v2-2.0.4` --- ### 📝 Commits (1) - [`0bdbdaa`](https://github.com/veggiemonk/awesome-docker/commit/0bdbdaab2ab1d041e53a67c54d7f8a32409746dc) chore(deps): bump charm.land/lipgloss/v2 from 2.0.3 to 2.0.4 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [charm.land/lipgloss/v2](https://github.com/charmbracelet/lipgloss) from 2.0.3 to 2.0.4. <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.4</h2> <h1>Mini Crash Patch</h1> <p>Hi! This is a small patch to fix a writer-related panic. Thanks for using Lip Gloss!</p> <h2>Changelog</h2> <h3>Fixed</h3> <ul> <li>fefa41d: fix: prevent crash when writing to a closed wrap writer (<a href="https://redirect.github.com/charmbracelet/lipgloss/issues/699">#699</a>) (<a href="https://github.com/taciturnaxolotl"><code>@​taciturnaxolotl</code></a>)</li> </ul> <h3>Docs</h3> <ul> <li>40ec0e6: docs: fix typo in table comment (<a href="https://redirect.github.com/charmbracelet/lipgloss/issues/641">#641</a>) (<a href="https://github.com/aymanbagabas"><code>@​aymanbagabas</code></a>)</li> <li>a4d0b40: docs: restore missing diaereses (<a href="https://redirect.github.com/charmbracelet/lipgloss/issues/664">#664</a>) (<a href="https://github.com/meowgorithm"><code>@​meowgorithm</code></a>)</li> </ul> <h3>Chore</h3> <ul> <li>aa91b99: chore: remove CODEOWNERS (<a href="https://github.com/aymanbagabas"><code>@​aymanbagabas</code></a>)</li> <li>9cbfe8b: chore(lint): exclude revive naming linter (<a href="https://github.com/aymanbagabas"><code>@​aymanbagabas</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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/charmbracelet/lipgloss/commit/b00306c8392bdb3d00a618cb7fbe0350221ef0da"><code>b00306c</code></a> fix: prevent crash when writing to a closed wrap writer</li> <li><a href="https://github.com/charmbracelet/lipgloss/commit/40ec0e6f53f006e98e24e69e28b529889aa57c88"><code>40ec0e6</code></a> docs: fix typo in table comment (<a href="https://redirect.github.com/charmbracelet/lipgloss/issues/641">#641</a>)</li> <li><a href="https://github.com/charmbracelet/lipgloss/commit/e3b78a2aed8bdab2a1d9da8471d1a5fea813f538"><code>e3b78a2</code></a> chore(deps): bump golang.org/x/sys in the all group (<a href="https://redirect.github.com/charmbracelet/lipgloss/issues/691">#691</a>)</li> <li><a href="https://github.com/charmbracelet/lipgloss/commit/758dd873bafda362775472c8f1e9f5109838723b"><code>758dd87</code></a> chore(deps): bump golang.org/x/sys in the all group (<a href="https://redirect.github.com/charmbracelet/lipgloss/issues/674">#674</a>)</li> <li><a href="https://github.com/charmbracelet/lipgloss/commit/aa91b99c597cb2ab75b9962e062b1b74297148f7"><code>aa91b99</code></a> chore: remove CODEOWNERS</li> <li><a href="https://github.com/charmbracelet/lipgloss/commit/9cbfe8b6a61bf48d35db4499853681fdbaaea31a"><code>9cbfe8b</code></a> chore(lint): exclude revive naming linter</li> <li><a href="https://github.com/charmbracelet/lipgloss/commit/a4d0b400c528608fb5686055cfce3c26a2a9d628"><code>a4d0b40</code></a> docs: restore missing diaereses (<a href="https://redirect.github.com/charmbracelet/lipgloss/issues/664">#664</a>)</li> <li>See full diff in <a href="https://github.com/charmbracelet/lipgloss/compare/v2.0.3...v2.0.4">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.3&new-version=2.0.4)](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-06-21 03:52:18 -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#30414