mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
chore(deps): bump github.com/charmbracelet/lipgloss from 0.11.0 to 0.11.1 (#4982)
Bumps [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) from 0.11.0 to 0.11.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/charmbracelet/lipgloss/releases">github.com/charmbracelet/lipgloss's releases</a>.</em></p> <blockquote> <h2>v0.11.1</h2> <p>A small patch release to fix text truncation in table cells <a href="https://redirect.github.com/charmbracelet/lipgloss/issues/324">charmbracelet/lipgloss#324</a>.</p> <h2>What's Changed</h2> <ul> <li>chore: remove deprecated Copy() calls by <a href="https://github.com/meowgorithm"><code>@meowgorithm</code></a> in <a href="https://redirect.github.com/charmbracelet/lipgloss/pull/306">charmbracelet/lipgloss#306</a></li> <li>feat: deprecate Style.ColorWhitespace by <a href="https://github.com/meowgorithm"><code>@meowgorithm</code></a> in <a href="https://redirect.github.com/charmbracelet/lipgloss/pull/311">charmbracelet/lipgloss#311</a></li> <li>feat: deprecate Style.ColorWhitespace by <a href="https://github.com/meowgorithm"><code>@meowgorithm</code></a> in <a href="https://redirect.github.com/charmbracelet/lipgloss/pull/314">charmbracelet/lipgloss#314</a></li> <li>fix: Deprecate UnsetBorderTopBackgroundColor in favor of UnsetBorderTopBackground by <a href="https://github.com/nervo"><code>@nervo</code></a> in <a href="https://redirect.github.com/charmbracelet/lipgloss/pull/315">charmbracelet/lipgloss#315</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/charmbracelet/lipgloss/compare/v0.11.0...v0.11.1">https://github.com/charmbracelet/lipgloss/compare/v0.11.0...v0.11.1</a></p> <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://twitter.com/charmcli">Twitter</a>, <a href="https://mastodon.technology/@charm">The Fediverse</a>, or <a href="https://charm.sh/discord">Discord</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="e6edbaca76
"><code>e6edbac</code></a> chore: bump x/ansi to v0.1.3</li> <li><a href="5a82e41aea
"><code>5a82e41</code></a> chore: update CODEOWNERS</li> <li><a href="33b3263db7
"><code>33b3263</code></a> fix: Deprecate UnsetBorderTopBackgroundColor in favor of UnsetBorderTopBackgr...</li> <li><a href="bbd02ab316
"><code>bbd02ab</code></a> chore(ci): also build examples (<a href="https://redirect.github.com/charmbracelet/lipgloss/issues/310">#310</a>)</li> <li><a href="7838b4e195
"><code>7838b4e</code></a> feat: deprecate Style.ColorWhitespace</li> <li><a href="e54d9dd05a
"><code>e54d9dd</code></a> fix(tree): examples</li> <li><a href="878d31f064
"><code>878d31f</code></a> fix: sublist example, minor edits</li> <li><a href="6e07abb123
"><code>6e07abb</code></a> refactor: use lipgloss copy for example (<a href="https://redirect.github.com/charmbracelet/lipgloss/issues/308">#308</a>)</li> <li><a href="70c908de3e
"><code>70c908d</code></a> chore: remove deprecated Copy() calls (<a href="https://redirect.github.com/charmbracelet/lipgloss/issues/306">#306</a>)</li> <li><a href="1afeca0d80
"><code>1afeca0</code></a> Tree API Changes (<a href="https://redirect.github.com/charmbracelet/lipgloss/issues/307">#307</a>)</li> <li>Additional commits viewable in <a href="https://github.com/charmbracelet/lipgloss/compare/v0.11.0...v0.11.1">compare view</a></li> </ul> </details> <br /> [](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
aa57879f75
commit
6548d4b74f
4
go.mod
4
go.mod
@ -19,7 +19,7 @@ require (
|
||||
github.com/caarlos0/go-version v0.1.1
|
||||
github.com/caarlos0/log v0.4.5
|
||||
github.com/charmbracelet/keygen v0.5.0
|
||||
github.com/charmbracelet/lipgloss v0.11.0
|
||||
github.com/charmbracelet/lipgloss v0.11.1
|
||||
github.com/charmbracelet/x/exp/ordered v0.1.0
|
||||
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589
|
||||
github.com/dghubble/go-twitter v0.0.0-20211115160449-93a8679adecb
|
||||
@ -128,7 +128,7 @@ require (
|
||||
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
|
||||
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
||||
github.com/charmbracelet/bubbletea v0.22.1 // indirect
|
||||
github.com/charmbracelet/x/ansi v0.1.1 // indirect
|
||||
github.com/charmbracelet/x/ansi v0.1.3 // indirect
|
||||
github.com/cloudflare/circl v1.3.8 // indirect
|
||||
github.com/containerd/console v1.0.4 // indirect
|
||||
github.com/containerd/continuity v0.3.0 // indirect
|
||||
|
8
go.sum
8
go.sum
@ -205,10 +205,10 @@ github.com/charmbracelet/bubbletea v0.22.1 h1:z66q0LWdJNOWEH9zadiAIXp2GN1AWrwNXU
|
||||
github.com/charmbracelet/bubbletea v0.22.1/go.mod h1:8/7hVvbPN6ZZPkczLiB8YpLkLJ0n7DMho5Wvfd2X1C0=
|
||||
github.com/charmbracelet/keygen v0.5.0 h1:XY0fsoYiCSM9axkrU+2ziE6u6YjJulo/b9Dghnw6MZc=
|
||||
github.com/charmbracelet/keygen v0.5.0/go.mod h1:DfvCgLHxZ9rJxdK0DGw3C/LkV4SgdGbnliHcObV3L+8=
|
||||
github.com/charmbracelet/lipgloss v0.11.0 h1:UoAcbQ6Qml8hDwSWs0Y1cB5TEQuZkDPH/ZqwWWYTG4g=
|
||||
github.com/charmbracelet/lipgloss v0.11.0/go.mod h1:1UdRTH9gYgpcdNN5oBtjbu/IzNKtzVtb7sqN1t9LNn8=
|
||||
github.com/charmbracelet/x/ansi v0.1.1 h1:CGAduulr6egay/YVbGc8Hsu8deMg1xZ/bkaXTPi1JDk=
|
||||
github.com/charmbracelet/x/ansi v0.1.1/go.mod h1:dk73KoMTT5AX5BsX0KrqhsTqAnhZZoCBjs7dGWp4Ktw=
|
||||
github.com/charmbracelet/lipgloss v0.11.1 h1:a8KgVPHa7kOoP95vm2tQQrjD2AKhbWmfr4uJ2RW6kNk=
|
||||
github.com/charmbracelet/lipgloss v0.11.1/go.mod h1:beLlcmkF7MWA+5UrKKIRo/VJ21xGXr7YJ9miWfdMRIU=
|
||||
github.com/charmbracelet/x/ansi v0.1.3 h1:RBh/eleNWML5R524mjUF0yVRePTwqN9tPtV+DPgO5Lw=
|
||||
github.com/charmbracelet/x/ansi v0.1.3/go.mod h1:dk73KoMTT5AX5BsX0KrqhsTqAnhZZoCBjs7dGWp4Ktw=
|
||||
github.com/charmbracelet/x/exp/ordered v0.1.0 h1:55/qLwjIh0gL0Vni+QAWk7T/qRVP6sBf+2agPBgnOFE=
|
||||
github.com/charmbracelet/x/exp/ordered v0.1.0/go.mod h1:5UHwmG+is5THxMyCJHNPCn2/ecI07aKNrW+LcResjJ8=
|
||||
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 h1:krfRl01rzPzxSxyLyrChD+U+MzsBXbm0OwYYB67uF+4=
|
||||
|
Loading…
x
Reference in New Issue
Block a user