Conversation
For some users performance is very important and hence having access to the underlying writer functions allow them to use bytes buffer and avoid string allocations. closes #124
mend-for-gitlite.zycloud.tk bot
referenced
this pull request
in DelineaXPM/dsv-cli
Feb 6, 2023
#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-gitlite.zycloud.tk[bot] <50673670+mend-for-gitlite.zycloud.tk[bot]@users.noreply.github.com>
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For some users, performance is critical; hence, having access to the underlying writer functions allows them to use a bytes buffer and avoid string allocations.
closes #124