fix(deps): update go-dependencies (major)#1258
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
2c8744d to
614c8c2
Compare
614c8c2 to
278c708
Compare
e8ae8ba to
dc367f6
Compare
cdbc4d8 to
75bd4db
Compare
9141966 to
b09bbe0
Compare
e855458 to
0b97ed8
Compare
5e2f6bc to
b96cdc7
Compare
5c64175 to
d7a9023
Compare
Contributor
Author
|
47361b4 to
9a64145
Compare
| datasource | package | from | to | | ---------- | --------------------------------- | ------- | ------ | | go | github.com/charmbracelet/lipgloss | v1.1.0 | v2.0.1 | | go | helm.sh/helm/v3 | v3.19.4 | v4.1.1 |
9a64145 to
b4d4b17
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.
This PR contains the following updates:
v1.1.0→v2.0.1v3.19.4→v4.1.1Release Notes
charmbracelet/lipgloss (github.com/charmbracelet/lipgloss)
v2.0.1Compare Source
A small release to properly set style underline colors, as well as handling partial reads while querying the terminal.
Changelog
Fixed
3044146: fix: add missing underlineColorKey case in getAsColor (#624) (@flux627)Docs
61e734b: docs: Charm logo link in upgrade guide (@aymanbagabas)Other stuff
92b13d8: ci: sync golangci-lint config (#621) (@github-actions[bot])Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
v2.0.0Compare Source
Do you think you can handle Lip Gloss v2?
We’re really excited for you to try Lip Gloss v2! Read on for new features and a guide to upgrading.
If you (or your LLM) just want the technical details, take a look at Upgrade Guide.
What’s new?
The big changes are that Styles are now deterministic (λipgloss!) and you can be much more intentional with your inputs and outputs. Why does this matter?
Playing nicely with others
v2 gives you precise control over I/O. One of the issues we saw with the Lip Gloss and Bubble Tea v1s is that they could fight over the same inputs and outputs, producing lock-ups. The v2s now operate in lockstep.
Querying the right inputs and outputs
In v1, Lip Gloss defaulted to looking at
stdinandstdoutwhen downsampling colors and querying for the background color. This was not always necessarily what you wanted. For example, if your application was writing tostderrwhile redirectingstdoutto a file, the program would erroneously think output was not a TTY and strip colors. Lip Gloss v2 gives you control over this.Going beyond localhost
Did you know TUIs and CLIs can be served over the network? For example, Wish allows you to serve Bubble Tea and Lip Gloss over SSH. In these cases, you need to work with the input and output of the connected clients as opposed to
stdinandstdout, which belong to the server. Lip Gloss v2 gives you flexibility around this in a more natural way.🧋 Using Lip Gloss with Bubble Tea?
Make sure you get all the latest v2s as they’ve been designed to work together.
# Collect the whole set. go get charm.land/bubbletea/v2 go get charm.land/bubbles/v2 go get charm.land/lipgloss/v2🐇 Quick upgrade
If you don't have time for changes and just want to upgrade to Lip Gloss v2 as fast as possible? Here’s a quick guide:
Use the
compatpackageThe
compatpackage provides adaptive colors, complete colors, and complete adaptive colors:compatworks by looking atstdinandstdouton a global basis. Want to change the inputs and outputs? Knock yourself out:Use the new Lip Gloss writer
If you’re using Bubble Tea with Lip Gloss you can skip this step. If you're using Lip Gloss in a standalone fashion, however, you'll want to use
lipgloss.Println(andlipgloss.Printfand so on) when printing your output:Why? Because
lipgloss.Printlnwill automatically downsample colors based on the environment.That’s it!
Yep, you’re done. All this said, we encourage you to read on to get the full benefit of v2.
👀 What’s changing?
Only a couple main things that are changing in Lip Gloss v2:
🪄 Downsampling colors with a writer
One of the best things about Lip Gloss is that it can automatically downsample colors to the best available profile, stripping colors (and ANSI) entirely when output is not a TTY.
If you're using Lip Gloss with Bubble Tea there's nothing to do here: downsampling is built into Bubble Tea v2. If you're not using Bubble Tea you now need to use a writer to downsample colors. Lip Gloss writers are a drop-in replacement for the usual functions found in the
fmtpackage:🌛 Background color detection and adaptive colors
Rendering different colors depending on whether the terminal has a light or dark background is an awesome power. Lip Gloss v2 gives you more control over this progress. This especially matters when input and output are not
stdinandstdout.If that doesn’t matter to you and you're only working with
stdoutyou skip this viacompatabove, though we encourage you to explore this new functionality.With Bubble Tea
In Bubble Tea, request the background color, listen for a
BackgroundColorMsgin your update, and respond accordingly.Standalone
If you're not using Bubble Tea you simply can perform the query manually:
🥕 Other stuff
Colors are now
color.Colorlipgloss.Color()now produces an idiomaticcolor.Color, whereas before colors were typelipgloss.TerminalColor. Generally speaking, this is more of an implementation detail, but it’s worth noting the structural differences.Changelog
New!
Fixed
Docs
Other stuff
🌈 Feedback
That's a wrap! Feel free to reach out, ask questions, and let us know how it's going. We'd love to know what you think.
Part of Charm.
Charm热爱开源 • Charm loves open source • نحنُ نحب المصادر المفتوحة
helm/helm (helm.sh/helm/v3)
v4.1.1: Helm v4.1.1Compare Source
Helm v4.1.1 is a patch release. Users are encouraged to upgrade for the best experience.
The community keeps growing, and we'd love to see you there!
Notable Changes
Installation and Upgrading
Download Helm v4.1.1. The common platform binaries are here:
The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with
bash.This release was signed by @gjenkins8 with key
BF88 8333 D96A 1C18 E268 2AAE D79D 67C9 EC01 6739, which can be found at https://keys.openpgp.org/vks/v1/by-fingerprint/BF888333D96A1C18E2682AAED79D67C9EC016739. Please use the attached signatures for verifying this release usinggpg.The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with
bash.What's Next
Changelog
5caf004(Matheus Pimenta)2519a88(Matheus Pimenta)b2c487c(Matheus Pimenta)261387a(Philipp Born)v4.1.0: Helm v4.1.0Compare Source
Helm v4.1.0 is a feature release. Users are encouraged to upgrade for the best experience.
The community keeps growing, and we'd love to see you there!
Notable Changes
helm templatehelp text to document --api-versions #31683Installation and Upgrading
Download Helm v4.1.0. The common platform binaries are here:
BlobNotFoundThe specified blob does not exist.RequestId:4a82a5e5-801e-006f-411a-8bffc7000000
Time:2026-01-21T21:10:33.0504029Z)
This release was signed with
208D D36E D5BB 3745 A167 43A4 C7C6 FBB5 B91C 1155and can be found at @scottrigby keybase account. Please use the attached signatures for verifying this release usinggpg.The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with
bash.What's Next
Changelog
f46f1ce(Evans Mungai)59ece92(Matheus Pimenta)de0becd(dependabot[bot])46e5264(dependabot[bot])e751a70(Evans Mungai)9125b84(Sarfraj Khan)0e0c02e(dependabot[bot])d4a2787(sarfraj89)fd090cc(Evans Mungai)2d6d9c0(Mads Jensen)138f730(Gergely Brautigam)c7cc77b(majiayu000)fe1c749(Matt Farina)5e82698(dependabot[bot])NewSimpleClientseta15db7f(George Jenkins)04198dc(jylenhof)9a898af(Brenden Ehlers)1c119bc(Brenden Ehlers)debug.BuildInfoc6d9a5b(Branch Vincent)97cde79(dependabot[bot])9123143(dependabot[bot])55a4aed(Deepak Chethan)d6b35ce(Mohsen Mottaghi)a1543d5(Mohsen Mottaghi)dd44f4e(Mohsen Mottaghi)3dd54ed(Mohsen Mottaghi)f92ae18(Deepak)9772037(tison)3c6557d(tison)5196b84(tison)364a7aa(dependabot[bot])TestConcurrencyDownloadIndextypo592815e(George Jenkins)a490bb3(Mads Jensen)09ae0d4(dependabot[bot])1f8e84d(dependabot[bot])e9a0510(dependabot[bot])858cf31(wangjingcun)7fb1728(dependabot[bot])e900a25(Terry Howe)8f636b5(Matt Farina)ea52f87(dependabot[bot])2dc581d(Evans Mungai)a9bbffb(dependabot[bot])d195cfa(dependabot[bot])24a8258(Matt Farina)bc9462f(Matt Farina)b825a18(Matt Farina)a18e59e(Mads Jensen)8534663(Zadkiel AHARONIAN)119341d(Zadkiel AHARONIAN)a109ac2(Stephanie Hohenberg)581ab1a(dependabot[bot])e62bf7f(dependabot[bot])2f598ff(Stephanie Hohenberg)bb9356e(Stephanie Hohenberg)8cf4ad7(Stephanie Hohenberg)31131cf(Stephanie Hohenberg)e6b2068(dependabot[bot])faa8912(Benoit Tigeot)45c5f3a(Benoit Tigeot)b33d4ae(Calvin Bui)70fc5f9(Benoit Tigeot)9f1c8a2(Benoit Tigeot)6bb5bcc(Michelle Fernandez Bieber)d930144(Michelle Fernandez Bieber)7a61ebf(Michelle Fernandez Bieber)1071477(Michelle Fernandez Bieber)7a55758(Michelle Fernandez Bieber)e71a29c(megha1906)go.modversion)b859163(George Jenkins)6cceead(Mads Jensen)380abe2(Mads Jensen)936cd32(Matt Farina)cb35947(dependabot[bot])4fddc64(dependabot[bot])b87f2da(dependabot[bot])81d244c(Benoit Tigeot)40e22de(Benoit Tigeot)c2405ce(dependabot[bot])28baa97(dependabot[bot])63e060f(Matt Farina)2dc5864(shuv0id)ce273ee(Benoit Tigeot)f6ceae9(dependabot[bot])f8a49f1(George Jenkins)a9cdc78(George Jenkins)b1a9760(George Jenkins)5f3c617(Terry Howe)71591ee(Benoit Tigeot)b296cbe(Benoit Tigeot)9b242dd(Benoit Tigeot)c81a09b(Benoit Tigeot)8c87024(yxxhero)18616e6(George Jenkins)855ebb6(George Jenkins)2d49f0c(yxxhero)b6a8c65(Benoit Tigeot)acf331a(Benoit Tigeot)9e1e3d2(Benoit Tigeot)cf077ce(Benoit Tigeot)f4b139a(Benoit Tigeot)c04e18e(Benoit Tigeot)faa0adc(Fish-pro)c81e267(dependabot[bot])40856bf(Michael Crenshaw)fb82e0e(dependabot[bot])72a84fb(dependabot[bot])helm-latest-versione4353dc(George Jenkins)5ae8586(Matt Farina)6cd0bf8(dependabot[bot])d8c4040(promalert)0089a07(dependabot[bot])7a85358(dependabot[bot])02312a1(Benoit Tigeot)277c140(Benoit Tigeot)5f6fa43(Benoit Tigeot)52a2828(Benoit Tigeot)1112865(Benoit Tigeot)--wait(watcher) and no --wait (hookOnly)8535e9f(Benoit Tigeot)1836f37(Benoit Tigeot)a5e110f(Benoit Tigeot)e8b0cff(Benoit Tigeot)95e1ee1(Benoit Tigeot)5cbd9b3(Benoit Tigeot)d93ef03(Terry Howe)6de83c5(saimanojk1)caff03f(Yarden Shoham)errors.Isinstead of string compd158708(Hidde Beydals)2f1ecc7(Hidde Beydals)4576a81(tison)ed6cf0e(Benoit Tigeot)0f5eda7(Matt Farina)90d0191(tison)21af58b(dependabot[bot])60aaa8a(dependabot[bot])558cea7(Evans Mungai)6ef79bb(Paul Van Laer)0d6de28(tison)ffb3940(Terry Howe)269a32a(Marcin Owsiany)bee9c1a(Terry Howe)d5d1ea3(George Jenkins)ae4af69(Artem Vdovin)6181e0a(Tom Wieczorek)8025a39(Benoit Tigeot)03bb62f(Benoit Tigeot)8068578(zyfy29)b25fa86(LinPr)118d0eb(Artem Vdovin)314bd19(Artem Vdovin)351bb78(Artem Vdovin)v4.0.5: Helm v4.0.5Compare Source
Helm v4.0.5 is a patch release. Users are encouraged to upgrade for the best experience.
The community keeps growing, and we'd love to see you there!
Notable Changes
Installation and Upgrading
Download Helm v4.0.5. The common platform binaries are here:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.