Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all dependencies #137

Merged
merged 1 commit into from
Sep 4, 2023
Merged

chore(deps): update all dependencies #137

merged 1 commit into from
Sep 4, 2023

Conversation

platform-engineering-bot
Copy link
Collaborator

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v3.6.0 -> v4.0.0
github.com/charmbracelet/lipgloss indirect minor v0.7.1 -> v0.8.0
github.com/containerd/console indirect digest 1ae8d48 -> 8f6c4e4
github.com/muesli/ansi indirect digest 2e02130 -> 276c624
github.com/muesli/termenv indirect patch v0.15.1 -> v0.15.2

Release Notes

actions/checkout (actions/checkout)

v4.0.0

Compare Source

charmbracelet/lipgloss (github.com/charmbracelet/lipgloss)

v0.8.0

Compare Source

Predictable Tabs

At last: tabs that render the way you want ’em to. With the new Style.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 default
s = s.TabWidth(2)               // 2 spaces per tab
s = s.TabWidth(0)               // remove tabs
s = s.TabWidth(-1)              // don't convert tabs to spaces
s = s.TabWidth(NoTabConversion) // alias of the above

You can disable the feature with Style.TabWidth(NoTabConversion) (or Style.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

muesli/termenv (github.com/muesli/termenv)

v0.15.2

Compare Source

What's Changed

Full Changelog: muesli/termenv@v0.15.1...v0.15.2


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@lmilbaum lmilbaum merged commit 8008923 into main Sep 4, 2023
3 checks passed
@lmilbaum lmilbaum deleted the renovate/all branch September 4, 2023 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants