-
Notifications
You must be signed in to change notification settings - Fork 179
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
Bump github.com/fatih/color from 1.7.0 to 1.13.0 #3559
Bump github.com/fatih/color from 1.7.0 to 1.13.0 #3559
Conversation
1b73aa4
to
61b8818
Compare
Codecov ReportBase: 36.20% // Head: 36.16% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #3559 +/- ##
==========================================
- Coverage 36.20% 36.16% -0.04%
==========================================
Files 168 168
Lines 18436 18436
==========================================
- Hits 6674 6667 -7
- Misses 10629 10637 +8
+ Partials 1133 1132 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.7.0 to 1.13.0. - [Release notes](https://github.com/fatih/color/releases) - [Commits](fatih/color@v1.7.0...v1.13.0) --- updated-dependencies: - dependency-name: github.com/fatih/color dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
61b8818
to
82d6dab
Compare
A newer version of github.com/fatih/color exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.7.0 to 1.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fatih/color/releases">github.com/fatih/color's releases</a>.</em></p> <blockquote> <h2>v1.13.0</h2> <p>This release updates the following dependencies:</p> <pre><code>github.com/mattn/go-colorable v0.1.9 github.com/mattn/go-isatty v0.0.14 </code></pre> <h2>v1.12.0</h2> <p>This release adds support for the <code>NO_COLOR</code>. For more information check out: <a href="https://no-color.org">https://no-color.org</a> The pull request adding this change is: <a href="https://github-redirect.dependabot.com/fatih/color/pull/137">fatih/color#137</a></p> <h2>v1.11.0</h2> <p>This release removes the <code>vendor/</code> folder introduced by the PR: <a href="https://github-redirect.dependabot.com/fatih/color/pull/138">fatih/color#138</a></p> <h2>v1.10.0</h2> <p>This release includes the changes from: <a href="https://github-redirect.dependabot.com/fatih/color/issues/115">#115</a> which upgrades the go-colorable and go-isatty dependencies with various bug fixes and improvements</p> <pre><code>github.com/mattn/go-colorable v0.1.8 github.com/mattn/go-isatty v0.0.12 </code></pre> <h2>v1.9.0</h2> <p>Includes the changes from: <a href="https://github-redirect.dependabot.com/fatih/color/pull/109">fatih/color#109</a> which upgrades the <code>go-colorable</code> and <code>go-isatty</code> dependencies to fix WASM compilation issues:</p> <pre><code>github.com/mattn/go-colorable v0.1.4 github.com/mattn/go-isatty v0.0.11 </code></pre> <h2>v1.8.0</h2> <p>Includes changes from <a href="https://github-redirect.dependabot.com/fatih/color/pull/108">fatih/color#108</a>, most notable:</p> <ul> <li>Add Go module support</li> <li>Update <code>/vendor</code> folder content according to the new Go modules rules.</li> <li>Replace .travis.yml with GitHub Actions</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fatih/color/commit/a05da93ebe62ca9fc6791d3376ec4dad01196448"><code>a05da93</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fatih/color/issues/146">#146</a> from fatih/dependabot/go_modules/github.com/mattn/go-...</li> <li><a href="https://github.com/fatih/color/commit/cef423d21f9a62a1f58bf90e0a8b76674942a64d"><code>cef423d</code></a> Bump github.com/mattn/go-colorable from 0.1.8 to 0.1.9</li> <li><a href="https://github.com/fatih/color/commit/503f53695e59c9ece7e740a690cdf36a0620d948"><code>503f536</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fatih/color/issues/145">#145</a> from DrKhyz/fix/typo-readme</li> <li><a href="https://github.com/fatih/color/commit/65d7546db8df142ad95e7799cf250ef2913c8806"><code>65d7546</code></a> typo/ add 'color' in front FgBlue to be declared</li> <li><a href="https://github.com/fatih/color/commit/063d6361a761c38029f5327ed605ae1d551595ce"><code>063d636</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fatih/color/issues/144">#144</a> from fatih/dependabot/go_modules/github.com/mattn/go-...</li> <li><a href="https://github.com/fatih/color/commit/ab503e9325a87c026ea6540824e17f9b37ee4f65"><code>ab503e9</code></a> Bump github.com/mattn/go-isatty from 0.0.13 to 0.0.14</li> <li><a href="https://github.com/fatih/color/commit/30388e0cee19cb5904d644c24b83e69f54433314"><code>30388e0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fatih/color/issues/140">#140</a> from fatih/dependabot/go_modules/github.com/mattn/go-...</li> <li><a href="https://github.com/fatih/color/commit/351c3d7bb134ef30224f2dba751b3a7f424027a1"><code>351c3d7</code></a> Bump github.com/mattn/go-isatty from 0.0.12 to 0.0.13</li> <li><a href="https://github.com/fatih/color/commit/cf452350f542986d689fb53db88dbb0212f141db"><code>cf45235</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fatih/color/issues/137">#137</a> from fatih/add-no-color-support</li> <li><a href="https://github.com/fatih/color/commit/f4c431696a22e834b83444f720bd144b2dbbccff"><code>f4c4316</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fatih/color/issues/139">#139</a> from fatih/improve-ci</li> <li>Additional commits viewable in <a href="https://github.com/fatih/color/compare/v1.7.0...v1.13.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/fatih/color&package-manager=go_modules&previous-version=1.7.0&new-version=1.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details>
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.7.0 to 1.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fatih/color/releases">github.com/fatih/color's releases</a>.</em></p> <blockquote> <h2>v1.13.0</h2> <p>This release updates the following dependencies:</p> <pre><code>github.com/mattn/go-colorable v0.1.9 github.com/mattn/go-isatty v0.0.14 </code></pre> <h2>v1.12.0</h2> <p>This release adds support for the <code>NO_COLOR</code>. For more information check out: <a href="https://no-color.org">https://no-color.org</a> The pull request adding this change is: <a href="https://github-redirect.dependabot.com/fatih/color/pull/137">fatih/color#137</a></p> <h2>v1.11.0</h2> <p>This release removes the <code>vendor/</code> folder introduced by the PR: <a href="https://github-redirect.dependabot.com/fatih/color/pull/138">fatih/color#138</a></p> <h2>v1.10.0</h2> <p>This release includes the changes from: <a href="https://github-redirect.dependabot.com/fatih/color/issues/115">#115</a> which upgrades the go-colorable and go-isatty dependencies with various bug fixes and improvements</p> <pre><code>github.com/mattn/go-colorable v0.1.8 github.com/mattn/go-isatty v0.0.12 </code></pre> <h2>v1.9.0</h2> <p>Includes the changes from: <a href="https://github-redirect.dependabot.com/fatih/color/pull/109">fatih/color#109</a> which upgrades the <code>go-colorable</code> and <code>go-isatty</code> dependencies to fix WASM compilation issues:</p> <pre><code>github.com/mattn/go-colorable v0.1.4 github.com/mattn/go-isatty v0.0.11 </code></pre> <h2>v1.8.0</h2> <p>Includes changes from <a href="https://github-redirect.dependabot.com/fatih/color/pull/108">fatih/color#108</a>, most notable:</p> <ul> <li>Add Go module support</li> <li>Update <code>/vendor</code> folder content according to the new Go modules rules.</li> <li>Replace .travis.yml with GitHub Actions</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fatih/color/commit/a05da93ebe62ca9fc6791d3376ec4dad01196448"><code>a05da93</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fatih/color/issues/146">#146</a> from fatih/dependabot/go_modules/github.com/mattn/go-...</li> <li><a href="https://github.com/fatih/color/commit/cef423d21f9a62a1f58bf90e0a8b76674942a64d"><code>cef423d</code></a> Bump github.com/mattn/go-colorable from 0.1.8 to 0.1.9</li> <li><a href="https://github.com/fatih/color/commit/503f53695e59c9ece7e740a690cdf36a0620d948"><code>503f536</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fatih/color/issues/145">#145</a> from DrKhyz/fix/typo-readme</li> <li><a href="https://github.com/fatih/color/commit/65d7546db8df142ad95e7799cf250ef2913c8806"><code>65d7546</code></a> typo/ add 'color' in front FgBlue to be declared</li> <li><a href="https://github.com/fatih/color/commit/063d6361a761c38029f5327ed605ae1d551595ce"><code>063d636</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fatih/color/issues/144">#144</a> from fatih/dependabot/go_modules/github.com/mattn/go-...</li> <li><a href="https://github.com/fatih/color/commit/ab503e9325a87c026ea6540824e17f9b37ee4f65"><code>ab503e9</code></a> Bump github.com/mattn/go-isatty from 0.0.13 to 0.0.14</li> <li><a href="https://github.com/fatih/color/commit/30388e0cee19cb5904d644c24b83e69f54433314"><code>30388e0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fatih/color/issues/140">#140</a> from fatih/dependabot/go_modules/github.com/mattn/go-...</li> <li><a href="https://github.com/fatih/color/commit/351c3d7bb134ef30224f2dba751b3a7f424027a1"><code>351c3d7</code></a> Bump github.com/mattn/go-isatty from 0.0.12 to 0.0.13</li> <li><a href="https://github.com/fatih/color/commit/cf452350f542986d689fb53db88dbb0212f141db"><code>cf45235</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fatih/color/issues/137">#137</a> from fatih/add-no-color-support</li> <li><a href="https://github.com/fatih/color/commit/f4c431696a22e834b83444f720bd144b2dbbccff"><code>f4c4316</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fatih/color/issues/139">#139</a> from fatih/improve-ci</li> <li>Additional commits viewable in <a href="https://github.com/fatih/color/compare/v1.7.0...v1.13.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/fatih/color&package-manager=go_modules&previous-version=1.7.0&new-version=1.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details>
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.7.0 to 1.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fatih/color/releases">github.com/fatih/color's releases</a>.</em></p> <blockquote> <h2>v1.13.0</h2> <p>This release updates the following dependencies:</p> <pre><code>github.com/mattn/go-colorable v0.1.9 github.com/mattn/go-isatty v0.0.14 </code></pre> <h2>v1.12.0</h2> <p>This release adds support for the <code>NO_COLOR</code>. For more information check out: <a href="https://no-color.org">https://no-color.org</a> The pull request adding this change is: <a href="https://github-redirect.dependabot.com/fatih/color/pull/137">fatih/color#137</a></p> <h2>v1.11.0</h2> <p>This release removes the <code>vendor/</code> folder introduced by the PR: <a href="https://github-redirect.dependabot.com/fatih/color/pull/138">fatih/color#138</a></p> <h2>v1.10.0</h2> <p>This release includes the changes from: <a href="https://github-redirect.dependabot.com/fatih/color/issues/115">#115</a> which upgrades the go-colorable and go-isatty dependencies with various bug fixes and improvements</p> <pre><code>github.com/mattn/go-colorable v0.1.8 github.com/mattn/go-isatty v0.0.12 </code></pre> <h2>v1.9.0</h2> <p>Includes the changes from: <a href="https://github-redirect.dependabot.com/fatih/color/pull/109">fatih/color#109</a> which upgrades the <code>go-colorable</code> and <code>go-isatty</code> dependencies to fix WASM compilation issues:</p> <pre><code>github.com/mattn/go-colorable v0.1.4 github.com/mattn/go-isatty v0.0.11 </code></pre> <h2>v1.8.0</h2> <p>Includes changes from <a href="https://github-redirect.dependabot.com/fatih/color/pull/108">fatih/color#108</a>, most notable:</p> <ul> <li>Add Go module support</li> <li>Update <code>/vendor</code> folder content according to the new Go modules rules.</li> <li>Replace .travis.yml with GitHub Actions</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fatih/color/commit/a05da93ebe62ca9fc6791d3376ec4dad01196448"><code>a05da93</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fatih/color/issues/146">#146</a> from fatih/dependabot/go_modules/github.com/mattn/go-...</li> <li><a href="https://github.com/fatih/color/commit/cef423d21f9a62a1f58bf90e0a8b76674942a64d"><code>cef423d</code></a> Bump github.com/mattn/go-colorable from 0.1.8 to 0.1.9</li> <li><a href="https://github.com/fatih/color/commit/503f53695e59c9ece7e740a690cdf36a0620d948"><code>503f536</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fatih/color/issues/145">#145</a> from DrKhyz/fix/typo-readme</li> <li><a href="https://github.com/fatih/color/commit/65d7546db8df142ad95e7799cf250ef2913c8806"><code>65d7546</code></a> typo/ add 'color' in front FgBlue to be declared</li> <li><a href="https://github.com/fatih/color/commit/063d6361a761c38029f5327ed605ae1d551595ce"><code>063d636</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fatih/color/issues/144">#144</a> from fatih/dependabot/go_modules/github.com/mattn/go-...</li> <li><a href="https://github.com/fatih/color/commit/ab503e9325a87c026ea6540824e17f9b37ee4f65"><code>ab503e9</code></a> Bump github.com/mattn/go-isatty from 0.0.13 to 0.0.14</li> <li><a href="https://github.com/fatih/color/commit/30388e0cee19cb5904d644c24b83e69f54433314"><code>30388e0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fatih/color/issues/140">#140</a> from fatih/dependabot/go_modules/github.com/mattn/go-...</li> <li><a href="https://github.com/fatih/color/commit/351c3d7bb134ef30224f2dba751b3a7f424027a1"><code>351c3d7</code></a> Bump github.com/mattn/go-isatty from 0.0.12 to 0.0.13</li> <li><a href="https://github.com/fatih/color/commit/cf452350f542986d689fb53db88dbb0212f141db"><code>cf45235</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fatih/color/issues/137">#137</a> from fatih/add-no-color-support</li> <li><a href="https://github.com/fatih/color/commit/f4c431696a22e834b83444f720bd144b2dbbccff"><code>f4c4316</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fatih/color/issues/139">#139</a> from fatih/improve-ci</li> <li>Additional commits viewable in <a href="https://github.com/fatih/color/compare/v1.7.0...v1.13.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/fatih/color&package-manager=go_modules&previous-version=1.7.0&new-version=1.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details>
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps github.com/fatih/color from 1.7.0 to 1.13.0.
Release notes
Sourced from github.com/fatih/color's releases.
Commits
a05da93
Merge pull request #146 from fatih/dependabot/go_modules/github.com/mattn/go-...cef423d
Bump github.com/mattn/go-colorable from 0.1.8 to 0.1.9503f536
Merge pull request #145 from DrKhyz/fix/typo-readme65d7546
typo/ add 'color' in front FgBlue to be declared063d636
Merge pull request #144 from fatih/dependabot/go_modules/github.com/mattn/go-...ab503e9
Bump github.com/mattn/go-isatty from 0.0.13 to 0.0.1430388e0
Merge pull request #140 from fatih/dependabot/go_modules/github.com/mattn/go-...351c3d7
Bump github.com/mattn/go-isatty from 0.0.12 to 0.0.13cf45235
Merge pull request #137 from fatih/add-no-color-supportf4c4316
Merge pull request #139 from fatih/improve-ciDependabot 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 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)