fix(deps): update module github.com/charmbracelet/glamour to v2 - #19
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update module github.com/charmbracelet/glamour to v2#19renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/github.com-charmbracelet-glamour-2.x
branch
from
May 27, 2026 01:47
81c437e to
e4ddd4d
Compare
renovate
Bot
force-pushed
the
renovate/github.com-charmbracelet-glamour-2.x
branch
2 times, most recently
from
June 12, 2026 20:30
27ac0b0 to
71bddba
Compare
renovate
Bot
force-pushed
the
renovate/github.com-charmbracelet-glamour-2.x
branch
from
June 24, 2026 18:56
71bddba to
e5bde46
Compare
renovate
Bot
force-pushed
the
renovate/github.com-charmbracelet-glamour-2.x
branch
2 times, most recently
from
July 2, 2026 23:03
e5bde46 to
130921c
Compare
renovate
Bot
force-pushed
the
renovate/github.com-charmbracelet-glamour-2.x
branch
2 times, most recently
from
July 21, 2026 03:13
33e5813 to
f165503
Compare
renovate
Bot
force-pushed
the
renovate/github.com-charmbracelet-glamour-2.x
branch
2 times, most recently
from
July 22, 2026 23:43
3263411 to
3555489
Compare
renovate
Bot
force-pushed
the
renovate/github.com-charmbracelet-glamour-2.x
branch
2 times, most recently
from
August 11, 2026 05:10
3555489 to
58c1ef1
Compare
renovate
Bot
force-pushed
the
renovate/github.com-charmbracelet-glamour-2.x
branch
2 times, most recently
from
August 18, 2026 01:52
58c1ef1 to
375dc4d
Compare
renovate
Bot
force-pushed
the
renovate/github.com-charmbracelet-glamour-2.x
branch
from
August 19, 2026 07:13
375dc4d to
1177701
Compare
renovate
Bot
force-pushed
the
renovate/github.com-charmbracelet-glamour-2.x
branch
from
August 21, 2026 16:29
1177701 to
914d13d
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.0.0→v2.0.1Release Notes
charmbracelet/glamour (github.com/charmbracelet/glamour)
v2.0.1Compare Source
Changelog
Bug fixes
975a0f3: fix: close wrap writer before its downstream chain (#575) (@taciturnaxolotl)Other work
c293649: chore: fix pre-existing lint failures (#575) (@taciturnaxolotl)95c93db: chore: bump lipgloss to v2.0.4 (@taciturnaxolotl)600b93a: chore: remove CODEOWNERS (@aymanbagabas)253da61: fix(ci): use local golangci config (@aymanbagabas)Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v2.0.0Compare Source
What's New in Glamour v2
We're excited to announce the second major release of Glamour!
If you (or your LLM) are just looking for technical details on migrating from v1, please check out the Upgrade Guide.
❤️ Charm Land Import Path
We've updated our import paths to use vanity domains and use our domain to import Go packages.
💄 Lip Gloss v2 Integration
Glamour v2 now uses Lip Gloss v2 under the hood, bringing improved performance and more consistent styling across the Charm ecosystem.
Since Glamour is designed to be pure (same input = same output), it doesn't peek at your terminal's capabilities. Instead, color downsampling is handled explicitly via Lip Gloss when you're ready to render:
No more I/O fights between Glamour and Lip Gloss. Glamour focuses on rendering, Lip Gloss handles the colors. Everyone's happy!
🌏 Better Text Wrapping
Text wrapping has been rewritten using
lipgloss.Wrap, which means way better handling of:Your Japanese documentation, emoji-filled READMEs, and creative Unicode art will all render beautifully now.
🔗 Hyperlink Support
Glamour now supports ANSI hyperlinks! If your terminal supports OSC 8 (and many modern terminals do), your links can be clickable. No changes needed, it just works.
Which terminals support OSC 8 hyperlinks?
📧 Cleaner Email Rendering
Email autolinks now hide the
mailto:prefix for a cleaner look while remaining functional. Because nobody wants to readmailto:in their rendered markdown.🌙 Dark is the New Default
The
WithAutoStyle()option andAutoStylehave been removed. The default style is now"dark", which works well across most terminals. You can still explicitly choose any style:Simpler is better!
🎨 Color Profile Changes
The
WithColorProfile()option has been removed. Color adaptation is now handled by Lip Gloss when rendering output:This separation of concerns makes Glamour's rendering more predictable and testable.
👋 Farewell, Overline
The
Overlinedfield has been removed from all style primitives. It was rarely used and not widely supported across terminals. If you need similar visual separation, consider using underline, bold, or background colors instead.🐛 Bug Fixes
🌈 More on Glamour v2
Ready to migrate? Head over to the Upgrade Guide for the full migration checklist.
New!Changelog
Fixed
Docs
Other stuff
Feedback
Have thoughts on Glamour v2? We'd love to hear about it. Let us know on…
Part of Charm.
Charm热爱开源 • Charm loves open source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.