Skip to content

deps(go): Bump charm.land/glamour/v2 from 2.0.0-20260123212943-6014aa153a9b to 2.0.0#5

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/charm.land/glamour/v2-2.0.0
Closed

deps(go): Bump charm.land/glamour/v2 from 2.0.0-20260123212943-6014aa153a9b to 2.0.0#5
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/charm.land/glamour/v2-2.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 17, 2026

Copy link
Copy Markdown

Bumps charm.land/glamour/v2 from 2.0.0-20260123212943-6014aa153a9b to 2.0.0.

Release notes

Sourced from charm.land/glamour/v2's releases.

v2.0.0

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.

[!NOTE] We don't take API changes lightly and strive to make the upgrade process as simple as possible. We believe these changes bring necessary improvements and pave the way for the future. If something feels way off, let us know.

❤️ Charm Land Import Path

We've updated our import paths to use vanity domains and use our domain to import Go packages.

// Before
import "github.com/charmbracelet/glamour"
// After
import "charm.land/glamour/v2"

💄 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:

r, _ := glamour.NewTermRenderer(glamour.WithWordWrap(80))
out, _ := r.Render(markdown)
// Downsample colors based on terminal capabilities
lipgloss.Print(out)

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:

  • Multi-byte UTF-8 characters (CJK, emojis, etc.)
  • Complex Unicode sequences
  • Terminal cell width edge cases

Your Japanese documentation, emoji-filled READMEs, and creative Unicode art will all render beautifully now.

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 17, 2026
@github-actions

Copy link
Copy Markdown

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Mar 17, 2026

Copy link
Copy Markdown
Author

Sorry, only users with push access can use that command.

@dependabot dependabot Bot force-pushed the dependabot/go_modules/charm.land/glamour/v2-2.0.0 branch from 63c3812 to 9226cb9 Compare March 17, 2026 01:50
@github-actions

Copy link
Copy Markdown

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Mar 17, 2026

Copy link
Copy Markdown
Author

Sorry, only users with push access can use that command.

@github-actions

Copy link
Copy Markdown

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Mar 17, 2026

Copy link
Copy Markdown
Author

Sorry, only users with push access can use that command.

@github-actions

Copy link
Copy Markdown

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Mar 17, 2026

Copy link
Copy Markdown
Author

Sorry, only users with push access can use that command.

@github-actions

Copy link
Copy Markdown

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Mar 17, 2026

Copy link
Copy Markdown
Author

Sorry, only users with push access can use that command.

@github-actions

Copy link
Copy Markdown

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Mar 17, 2026

Copy link
Copy Markdown
Author

Sorry, only users with push access can use that command.

@github-actions

Copy link
Copy Markdown

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Mar 17, 2026

Copy link
Copy Markdown
Author

Sorry, only users with push access can use that command.

@github-actions

Copy link
Copy Markdown

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Mar 17, 2026

Copy link
Copy Markdown
Author

Sorry, only users with push access can use that command.

@github-actions

Copy link
Copy Markdown

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Mar 17, 2026

Copy link
Copy Markdown
Author

Sorry, only users with push access can use that command.

@github-actions

Copy link
Copy Markdown

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Mar 17, 2026

Copy link
Copy Markdown
Author

Sorry, only users with push access can use that command.

@github-actions

Copy link
Copy Markdown

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Mar 17, 2026

Copy link
Copy Markdown
Author

Sorry, only users with push access can use that command.

@github-actions

Copy link
Copy Markdown

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Mar 26, 2026

Copy link
Copy Markdown
Author

Sorry, only users with push access can use that command.

Bumps [charm.land/glamour/v2](https://github.com/charmbracelet/glamour) from 2.0.0-20260123212943-6014aa153a9b to 2.0.0.
- [Release notes](https://github.com/charmbracelet/glamour/releases)
- [Commits](https://github.com/charmbracelet/glamour/commits/v2.0.0)

---
updated-dependencies:
- dependency-name: charm.land/glamour/v2
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title deps(go): bump charm.land/glamour/v2 from 2.0.0-20260123212943-6014aa153a9b to 2.0.0 deps(go): Bump charm.land/glamour/v2 from 2.0.0-20260123212943-6014aa153a9b to 2.0.0 Mar 26, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/charm.land/glamour/v2-2.0.0 branch from 9226cb9 to b60771a Compare March 26, 2026 23:59
@dependabot @github

dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Author

Superseded by #23.

@dependabot dependabot Bot closed this Jun 16, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/charm.land/glamour/v2-2.0.0 branch June 16, 2026 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants