-
Notifications
You must be signed in to change notification settings - Fork 621
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
NO_COLOR requires a non-empty string #171
Conversation
I would like to merge it, but it looks like a breaking change. |
It can be seen as a breaking change but for me it is a bugfix for the contract. Especially that https://no-color.org/ is mentioned in the PS. There is no rush for me to merge it. You can consider asking some users for opinion. |
You're right. Let's merge it. I'll cut a release in the following weeks. |
#68) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/fatih/color](https://togithub.com/fatih/color) | require | minor | `v1.13.0` -> `v1.14.1` | --- ### Release Notes <details> <summary>fatih/color</summary> ### [`v1.14.1`](https://togithub.com/fatih/color/releases/tag/v1.14.1) [Compare Source](https://togithub.com/fatih/color/compare/v1.14.0...v1.14.1) #### What's Changed - Update to Go 1.17 by [@​pellared](https://togithub.com/pellared) in [https://github.com/fatih/color/pull/184](https://togithub.com/fatih/color/pull/184) **Full Changelog**: fatih/color@v1.14.0...v1.14.1 ### [`v1.14.0`](https://togithub.com/fatih/color/releases/tag/v1.14.0) [Compare Source](https://togithub.com/fatih/color/compare/v1.13.0...v1.14.0) #### What's Changed - Bump github.com/mattn/go-colorable from 0.1.12 to 0.1.13 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fatih/color/pull/165](https://togithub.com/fatih/color/pull/165) - Bump go-isatty from 0.0.16 to 0.0.17 by [@​fatih](https://togithub.com/fatih) in [https://github.com/fatih/color/pull/178](https://togithub.com/fatih/color/pull/178) - Spelling and grammar fixes by [@​pattmax00](https://togithub.com/pattmax00) in [https://github.com/fatih/color/pull/181](https://togithub.com/fatih/color/pull/181) - NO_COLOR requires a non-empty string by [@​pellared](https://togithub.com/pellared) in [https://github.com/fatih/color/pull/171](https://togithub.com/fatih/color/pull/171) - color: expose `SetWriter` and `UnsetWriter` by [@​fatih](https://togithub.com/fatih) in [https://github.com/fatih/color/pull/182](https://togithub.com/fatih/color/pull/182) #### New Contributors - [@​pattmax00](https://togithub.com/pattmax00) made their first contribution in [https://github.com/fatih/color/pull/181](https://togithub.com/fatih/color/pull/181) - [@​pellared](https://togithub.com/pellared) made their first contribution in [https://github.com/fatih/color/pull/171](https://togithub.com/fatih/color/pull/171) **Full Changelog**: fatih/color@v1.13.0...v1.14.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjEwMC4wIn0=--> Co-authored-by: mend-for-jackfan.us.kg[bot] <50673670+mend-for-jackfan.us.kg[bot]@users.noreply.github.com>
Fixes #172
NO_COLOR
so that the empty string value as equivalent to being unset