Skip to content

Commit b81fe7d

Browse files
chore(deps): update module github.com/charmbracelet/colorprofile to v0.3.0 (#6516)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/charmbracelet/colorprofile](https://redirect.github.com/charmbracelet/colorprofile) | `v0.2.3-0.20250311203215-f60798e515dc` -> `v0.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcharmbracelet%2fcolorprofile/v0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fcharmbracelet%2fcolorprofile/v0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fcharmbracelet%2fcolorprofile/v0.2.3-0.20250311203215-f60798e515dc/v0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcharmbracelet%2fcolorprofile/v0.2.3-0.20250311203215-f60798e515dc/v0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>charmbracelet/colorprofile (github.com/charmbracelet/colorprofile)</summary> ### [`v0.3.0`](https://redirect.github.com/charmbracelet/colorprofile/releases/tag/v0.3.0) [Compare Source](https://redirect.github.com/charmbracelet/colorprofile/compare/v0.2.2...v0.3.0) You can now use `TTY_FORCE=1` to force `colorprofile` programs to assume they're working with a TTY to force colors. #### Changelog ##### New Features - [`324ca85`](https://redirect.github.com/charmbracelet/colorprofile/commit/324ca852de1ef83bad885e34f111691c89bc05fa): feat: skip tty check by environment variable (SKIP_TTY_CHECK) ([@&#8203;raphamorim](https://redirect.github.com/raphamorim)) - [`b6df488`](https://redirect.github.com/charmbracelet/colorprofile/commit/b6df488184c6e4861aea34ef71b51570e0286e9d): feat: update go version to 1.23 ([@&#8203;raphamorim](https://redirect.github.com/raphamorim)) ##### Bug fixes - [`9c2d5e8`](https://redirect.github.com/charmbracelet/colorprofile/commit/9c2d5e8bd00cad0d95924b4f95a8ae99fe91949b): fix: lint errors ([#&#8203;37](https://redirect.github.com/charmbracelet/colorprofile/issues/37)) ([@&#8203;raphamorim](https://redirect.github.com/raphamorim)) ##### Other work - [`06f135b`](https://redirect.github.com/charmbracelet/colorprofile/commit/06f135bea2c0ee10c52a29e69a47c570cebee65f): ci: sync golangci-lint config ([@&#8203;aymanbagabas](https://redirect.github.com/aymanbagabas)) - [`839931a`](https://redirect.github.com/charmbracelet/colorprofile/commit/839931ac0316016579909979fb2a0ca50a53928e): remove toolchain definition ([@&#8203;raphamorim](https://redirect.github.com/raphamorim)) - [`2f2fe5b`](https://redirect.github.com/charmbracelet/colorprofile/commit/2f2fe5b882e31347fc82f53e52426e2ecc08d023): rename to isTTYForced ([@&#8203;raphamorim](https://redirect.github.com/raphamorim)) - [`d8f8eab`](https://redirect.github.com/charmbracelet/colorprofile/commit/d8f8eab5c01f5256b219d213682ed331ebdcffe7): update naming ([@&#8203;raphamorim](https://redirect.github.com/raphamorim)) *** <a href="https://charm.sh/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-badge.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [Twitter](https://twitter.com/charmcli), [The Fediverse](https://mastodon.technology/@&#8203;charm), or on [Discord](https://charm.sh/chat). </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ee442f9 commit b81fe7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

internal/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ require (
5454
github.com/ccojocar/zxcvbn-go v1.0.2 // indirect
5555
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5656
github.com/charithe/durationcheck v0.0.10 // indirect
57-
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
57+
github.com/charmbracelet/colorprofile v0.3.0 // indirect
5858
github.com/charmbracelet/lipgloss v1.1.0 // indirect
5959
github.com/charmbracelet/x/ansi v0.8.0 // indirect
6060
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect

internal/tools/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UF
7979
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
8080
github.com/charithe/durationcheck v0.0.10 h1:wgw73BiocdBDQPik+zcEoBG/ob8uyBHf2iyoHGPf5w4=
8181
github.com/charithe/durationcheck v0.0.10/go.mod h1:bCWXb7gYRysD1CU3C+u4ceO49LoGOY1C1L6uouGNreQ=
82-
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc h1:4pZI35227imm7yK2bGPcfpFEmuY1gc2YSTShr4iJBfs=
83-
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc/go.mod h1:X4/0JoqgTIPSFcRA/P6INZzIuyqdFY5rm8tb41s9okk=
82+
github.com/charmbracelet/colorprofile v0.3.0 h1:KtLh9uuu1RCt+Hml4s6Hz+kB1PfV3wi++1h5ia65yKQ=
83+
github.com/charmbracelet/colorprofile v0.3.0/go.mod h1:oHJ340RS2nmG1zRGPmhJKJ/jf4FPNNk0P39/wBPA1G0=
8484
github.com/charmbracelet/lipgloss v1.1.0 h1:vYXsiLHVkK7fp74RkV7b2kq9+zDLoEU4MZoFqR/noCY=
8585
github.com/charmbracelet/lipgloss v1.1.0/go.mod h1:/6Q8FR2o+kj8rz4Dq0zQc3vYf7X+B0binUUBwA0aL30=
8686
github.com/charmbracelet/x/ansi v0.8.0 h1:9GTq3xq9caJW8ZrBTe0LIe2fvfLR/bYXKTx2llXn7xE=

0 commit comments

Comments
 (0)