-
Notifications
You must be signed in to change notification settings - Fork 16
fix(deps): update module github.com/charmbracelet/glamour to v0.10.0 #285
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
base: main
Are you sure you want to change the base?
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Important Review skippedIgnore keyword(s) in the title. ⛔ Ignored keywords (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
1934e2e
to
6e9416d
Compare
This PR contains the following updates:
v0.9.1
->v0.10.0
Release Notes
charmbracelet/glamour (github.com/charmbracelet/glamour)
v0.10.0
Compare Source
Actually readable tables
Big tables that included links were always hard to read. Links can be very long, and tables often have limited space to render them. This means that links often took the space of many lines and weren't properly clickable because they were being truncated in practice.
Starting on this release, Glamour will render links and images at the footer of the table, with a reference number so you can easily find the link you're looking for. If you want the old behavior, it is still supported via the new
WithInlineTableLinks
option.The New Way
The Old Way
Wanna render tables with inline links? You still can:
Prettier GitHub links
We also introduced a change so that GitHub links inside tables that reference issues, discussions or PRs will be shown in its shortened form, similar to how GitHub itself present the links on issue descriptions:
owner/repo#123
.Extra
Also, we introduced
WithTableWrap
, so you can disable table text wrapping if really want:Changelog
New Features
61cfc45
: feat(table): add ability to render links at the bottom (@andreynering)9d87373
: feat(table): pad position on table link list (@andreynering)42f47a2
: feat(table): prefix all links with the position in the footer (@andreynering)a11e9a0
: feat(table): show position of link also inside the table (@andreynering)549f544
: feat(table): update lipgloss + addWithTableWrap
setting (@andreynering)c9af045
: feat(tables): format github links inside tables in a more readable manner (@andreynering)f2eb484
: feat: add autolink package with patterns for more readable github urls (@andreynering)Bug fixes
61ff598
: fix(links): fix regression of auto links rendering twice (#415) (@andreynering)6c48e09
: fix: address linting issues after golangci-lint v2 update (@andreynering)5437e4a
: fix: ensure that prop is always cleared (@andreynering)Other work
6b09916
: ci: sync golangci-lint config (#414) (@github-actions[bot])9dfd865
: lint: fix linting for unused parameter (@andreynering)Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
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 is behind base branch, 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.