chore(deps): update module charm.land/log/v2 to v2.0.1 #8

Merged
maxpeterkaya merged 1 commit from renovate/charm.land-log-v2-2.x into main 2026-09-04 18:25:45 -04:00
Collaborator

This PR contains the following updates:

Package Type Update Change
charm.land/log/v2 require patch v2.0.0 → v2.0.1

Release Notes

charmbracelet/log (charm.land/log/v2)

v2.0.1

Compare Source

The long lasting meme has come to an end.

No more DEBU, FATA, ERRO

Before:
Screenshot 2026-09-03 at 14 50 50
Now:
Screenshot 2026-09-03 at 14 51 16

P.S. It is still aligned with the shorter variants (INFO, WARN)

To return to the old version:
styles := log.DefaultStyles()
styles.Levels[log.DebugLevel] = lipgloss.NewStyle().
    SetString("DEBU").
    Bold(true).
    Foreground(lipgloss.Color("63"))
l.SetStyles(styles)

debu has got to be the funniest...

That's all,
Charm 🌟

Changelog

Fixed
Docs
Other stuff

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.


Configuration

📅 Schedule: (UTC)

  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [charm.land/log/v2](https://github.com/charmbracelet/log) | require | patch | `v2.0.0` → `v2.0.1` | --- ### Release Notes <details> <summary>charmbracelet/log (charm.land/log/v2)</summary> ### [`v2.0.1`](https://github.com/charmbracelet/log/releases/tag/v2.0.1) [Compare Source](https://github.com/charmbracelet/log/compare/v2.0.0...v2.0.1) ### The long lasting meme has come to an end. #### No more `DEBU`, `FATA`, `ERRO` ##### Before: <img width="512" height="54" alt="Screenshot 2026-09-03 at 14 50 50" src="https://github.com/user-attachments/assets/70ee2b59-3f8e-40c0-a39c-10d908b3de18" /> ##### Now: <img width="513" height="62" alt="Screenshot 2026-09-03 at 14 51 16" src="https://github.com/user-attachments/assets/b2d6726d-2f40-44d9-86b4-1715e0177f0a" /> P.S. It is still aligned with the shorter variants (`INFO`, `WARN`) ##### To return to the old version: ```go styles := log.DefaultStyles() styles.Levels[log.DebugLevel] = lipgloss.NewStyle(). SetString("DEBU"). Bold(true). Foreground(lipgloss.Color("63")) l.SetStyles(styles) ``` *debu has got to be the funniest...* That's all, Charm 🌟 #### Changelog ##### Fixed - [`1fc005c`](https://github.com/charmbracelet/log/commit/1fc005c6edb6f22019cd1681b70634db4b01e813): fix: debug, error, fatal shortening ([#&#8203;224](https://github.com/charmbracelet/log/issues/224)) ([@&#8203;andrinoff](https://github.com/andrinoff)) - [`cf4e9f5`](https://github.com/charmbracelet/log/commit/cf4e9f5dee8a90285991fd852af6455bc6938929): fix: fix typo "alises" -> "aliases" in comment ([#&#8203;220](https://github.com/charmbracelet/log/issues/220)) ([@&#8203;maxtaran2010](https://github.com/maxtaran2010)) ##### Docs - [`7d90cc8`](https://github.com/charmbracelet/log/commit/7d90cc87656597d169e0c2ca6c05d3c82026c484): docs: fix README install path to charm.land/log/v2 ([#&#8203;218](https://github.com/charmbracelet/log/issues/218)) ([@&#8203;sueun-dev](https://github.com/sueun-dev)) ##### Other stuff - [`d544765`](https://github.com/charmbracelet/log/commit/d544765b9bc5684533cef04ab15f39d1730450e7): ci: sync dependabot config ([#&#8203;223](https://github.com/charmbracelet/log/issues/223)) ([@&#8203;charmcli](https://github.com/charmcli)) - [`c9d3c59`](https://github.com/charmbracelet/log/commit/c9d3c591dc0007067e849bead6f9f084beb1ded4): ci: sync golangci-lint config ([#&#8203;196](https://github.com/charmbracelet/log/issues/196)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot]) - [`394fd9b`](https://github.com/charmbracelet/log/commit/394fd9b15aba02cf7dd118b345248855174a90a4): v2.0.1 ([@&#8203;andrinoff](https://github.com/andrinoff)) *** <a href="https://charm.land/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-banner-next.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [X](https://x.com/charmcli), [Discord](https://charm.land/discord), [Slack](https://charm.land/slack), [The Fediverse](https://mastodon.social/@&#8203;charmcli), [Bluesky](https://bsky.app/profile/charm.land). </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDQuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
chore(deps): update module charm.land/log/v2 to v2.0.1
Some checks failed
renovate/artifacts Artifact file update failure
fe55e880b1
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: install-tool golang 1.27.1

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: go.sum ``` Command failed: install-tool golang 1.27.1 ```
maxpeterkaya deleted branch renovate/charm.land-log-v2-2.x 2026-09-04 18:25:45 -04:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
maxpeterkaya/simplediscover!8
No description provided.