build(deps): bump charm.land/lipgloss/v2 from 2.0.2 to 2.0.3#10
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Go module dependency charm.land/lipgloss/v2 to pick up the v2.0.3 patch release (notably including the upstream fix to avoid a background color query hang), along with the resulting indirect dependency updates in the Go module graph.
Changes:
- Bump
charm.land/lipgloss/v2fromv2.0.2tov2.0.3. - Update related indirect dependencies (e.g.,
github.com/charmbracelet/colorprofile,github.com/charmbracelet/x/ansi,golang.org/x/sys, etc.) as resolved bygo mod tidy/module resolution. - Refresh
go.sumchecksums to match the updated module versions.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates direct and indirect module requirements to the new resolved versions. |
| go.sum | Updates checksums to reflect the new module versions pulled in by the bump. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Bumps [charm.land/lipgloss/v2](https://github.com/charmbracelet/lipgloss) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/charmbracelet/lipgloss/releases) - [Commits](charmbracelet/lipgloss@v2.0.2...v2.0.3) --- updated-dependencies: - dependency-name: charm.land/lipgloss/v2 dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
b672fc1 to
42ad6c2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps charm.land/lipgloss/v2 from 2.0.2 to 2.0.3.
Release notes
Sourced from charm.land/lipgloss/v2's releases.
Commits
472d718fix: Avoid background color query hang (#636)89fafbachore: bump x/ansi to v0.11.7 to fix width calculation bugd6d41e1chore(deps): bump golang.org/x/sys in the all group (#663)23a1bb1chore(deps): bump github.com/lucasb-eyer/go-colorful in the all group (#640)cd93a9fdocs: fix tree comment typo (#634)25c5fb2chore(deps): bump github.com/charmbracelet/colorprofile in the all group (#630)9e39a0adocs: fix README typo (#629)