Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: bump github.com/charmbracelet/lipgloss from 0.7.1 to 0.8.0#9370

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubAug 28, 2023

Bumpsgithub.com/charmbracelet/lipgloss from 0.7.1 to 0.8.0.

Release notes

Sourced fromgithub.com/charmbracelet/lipgloss's releases.

v0.8.0

Predictable Tabs

At last: tabs that render the way you want ’em to. With the newStyle.TabWidth() method, you can determine exactly how a\t will render.

Before this release, Lip Gloss used to mis-measure a tab (i.e. a\t) at 0 cells wide when they actually render at different widths in different terminals (usually 8 cells, sometimes 4 cells). For these reasons, tabs are almost never what you want when designing layouts for TUIs.

With this release, a tab will get converted to 4 spaces by default—so this is a behavioral change—but you can customize the behavior as well as disable it entirely.

s:=lipgloss.NewStyle()// 4 spaces per tab, the defaults=s.TabWidth(2)// 2 spaces per tabs=s.TabWidth(0)// remove tabss=s.TabWidth(-1)// don't convert tabs to spacess=s.TabWidth(NoTabConversion)// alias of the above

You can disable the feature withStyle.TabWidth(NoTabConversion) (orStyle.TabWidth(-1), if you're the pedantic type).

Bug Fixes

This release also includes a bunch of bug fixes. This includes:


Full Changelog:charmbracelet/lipgloss@v0.7.1...v0.8.0

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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) from 0.7.1 to 0.8.0.- [Release notes](https://github.com/charmbracelet/lipgloss/releases)- [Commits](charmbracelet/lipgloss@v0.7.1...v0.8.0)---updated-dependencies:- dependency-name: github.com/charmbracelet/lipgloss  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@matifali
Copy link
Member

Will this affect our cli outputs?@johnstcn . Asking you as your recently worked on cli incoder stat

@johnstcn
Copy link
Member

@matifali I would expect ourcli tests to catch significant changes to outputs here.
I spot-checked the output of a few CLI commands and they all appear fine.
image

matifali reacted with rocket emoji

@matifali
Copy link
Member

So if all tests pass, it's fine to merge I guess.

@matifalimatifali merged commitb6e808d intomainAug 28, 2023
@matifalimatifali deleted the dependabot/go_modules/github.com/charmbracelet/lipgloss-0.8.0 branchAugust 28, 2023 11:08
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsAug 28, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@github-actionsgithub-actions[bot]github-actions[bot] approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@matifali@johnstcn

[8]ページ先頭

©2009-2025 Movatter.jp