teler-proxy
                                
                                
                                
                                    teler-proxy copied to clipboard
                            
                            
                            
                        build(deps): bump github.com/charmbracelet/lipgloss from 0.9.1 to 0.13.0
Bumps github.com/charmbracelet/lipgloss from 0.9.1 to 0.13.0.
Release notes
Sourced from github.com/charmbracelet/lipgloss's releases.
v0.13.0
Woodn’t you know, Lip Gloss has trees!
Lip Gloss now ships with a tree rendering sub-package!
import "github.com/charmbracelet/lipgloss/tree"Define a new tree.
t := tree.Root("."). Child("A", "B", "C")Print the tree.
fmt.Println(t)// .
// ├── A
// ├── B
// └── C
Trees have the ability to nest.
t := tree.Root("."). Child("Item 1"). Child( tree.Root("Item 2"). Child("Item 2.1"). Child("Item 2.2"). Child("Item 2.3"), ). Child( tree.Root("Item 3"). Child("Item 3.1"). Child("Item 3.2"), )Print the tree.
fmt.Println(t)
... (truncated)
Commits
bb3e339docs(README): match tree example alignment with list examplesbc0de5cdocs(README): make tree example match output185fde3docs(README): update tree imagescf0a7c6docs: fix tree screenshotfeb42a9feat: move tree to root (#342)0618c73feat(test): add test forJoinHorizontal(#346)ed7f56edocs: fixCompleteColorexample (#345)8a0e640fix: remove unnecessary if87dd58dchore: fix little typo in comment in go.mod670898dchore: retract v0.11.1- Additional commits viewable in compare view
 
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)