octomation / go-service

🧩 Template for a typical service written on Go.
https://go-service.octolab.org/
MIT License
7 stars 0 forks source link

tools(deps): bump github.com/charmbracelet/gum from 0.11.0 to 0.12.0 in /tools #176

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps github.com/charmbracelet/gum from 0.11.0 to 0.12.0.

Release notes

Sourced from github.com/charmbracelet/gum's releases.

v0.12.0

Gum Log 🪵

Version 0.12.0 of gum features a brand new log command. Gum log logs messages to the terminal at using different levels and styling using the charmbracelet/log library.

To get started, simply run:

gum log
# Log some debug information.
gum log --structured --level debug "Creating file..." name file.txt
# DEBUG Unable to create file. name=temp.txt

Log some error.

gum log --structured --level error "Unable to create file." name file.txt

ERROR Unable to create file. name=temp.txt

See charmbracelet/log for more usage.

What's Changed

New Contributors

Full Changelog: https://github.com/charmbracelet/gum/compare/v0.11.0...v0.12.0


Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

Commits
  • dd557ba fix(input): Avoid reading from stdin if --value is being used (#448)
  • eb0e8af feat(deps): bump golang.org/x/net from 0.8.0 to 0.17.0 (#451)
  • 504a206 fix(log): use log default colors
  • 7bae4c8 fix(log): default info level color
  • bf3864e Log predefined time formats (#452)
  • 3839b8d docs(log): add gif
  • 055aa0d feat(log): add short flags
  • 12ef4d3 docs(log): add log to the readme
  • 86dbd9c fix: add missing import
  • 7d51fd8 feat: add log command (#449)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 9 months ago

Looks like github.com/charmbracelet/gum is up-to-date now, so this is no longer needed.