[PR #563] [CLOSED] chore(deps): bump github.com/fatih/color from 1.13.0 to 1.14.1 #670

Closed
opened 2026-02-25 23:35:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/563
Author: @dependabot[bot]
Created: 1/30/2023
Status: Closed

Base: masterHead: dependabot/go_modules/github.com/fatih/color-1.14.1


📝 Commits (1)

  • 22bc025 chore(deps): bump github.com/fatih/color from 1.13.0 to 1.14.1

📊 Changes

2 files changed (+4 additions, -28 deletions)

View changed files

📝 go.mod (+1 -2)
📝 go.sum (+3 -26)

📄 Description

Bumps github.com/fatih/color from 1.13.0 to 1.14.1.

Release notes

Sourced from github.com/fatih/color's releases.

v1.14.1

What's Changed

Full Changelog: https://github.com/fatih/color/compare/v1.14.0...v1.14.1

v1.14.0

What's Changed

New Contributors

Full Changelog: https://github.com/fatih/color/compare/v1.13.0...v1.14.0

Commits
  • 3d5097c Merge pull request #184 from pellared/go-1.17
  • f0cb6b9 Update to Go 1.17
  • 212f8c5 Merge pull request #182 from fatih/expose-set-writers
  • 7310c74 color: expose SetWriter and UnsetWriter
  • 6378f62 Merge pull request #171 from pellared/no-color-empty-val
  • 5d7e63e Merge branch 'main' into no-color-empty-val
  • 98e6a4a Merge pull request #181 from pattmax00/main
  • 9cca0a3 Spelling and grammar fixes
  • 184b603 Merge pull request #178 from fatih/fatih-update-deps
  • ad9ba6d Bump go-isatty from 0.0.16 to 0.0.17
  • 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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-shiori/shiori/pull/563 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/30/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/fatih/color-1.14.1` --- ### 📝 Commits (1) - [`22bc025`](https://github.com/go-shiori/shiori/commit/22bc025595439a5c0d39ade202da09dc9c857eb5) chore(deps): bump github.com/fatih/color from 1.13.0 to 1.14.1 ### 📊 Changes **2 files changed** (+4 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -2) 📝 `go.sum` (+3 -26) </details> ### 📄 Description Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.13.0 to 1.14.1. <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.14.1</h2> <h2>What's Changed</h2> <ul> <li>Update to Go 1.17 by <a href="https://github.com/pellared"><code>@​pellared</code></a> in <a href="https://github-redirect.dependabot.com/fatih/color/pull/184">fatih/color#184</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fatih/color/compare/v1.14.0...v1.14.1">https://github.com/fatih/color/compare/v1.14.0...v1.14.1</a></p> <h2>v1.14.0</h2> <h2>What's Changed</h2> <ul> <li>Bump github.com/mattn/go-colorable from 0.1.12 to 0.1.13 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/fatih/color/pull/165">fatih/color#165</a></li> <li>Bump go-isatty from 0.0.16 to 0.0.17 by <a href="https://github.com/fatih"><code>@​fatih</code></a> in <a href="https://github-redirect.dependabot.com/fatih/color/pull/178">fatih/color#178</a></li> <li>Spelling and grammar fixes by <a href="https://github.com/pattmax00"><code>@​pattmax00</code></a> in <a href="https://github-redirect.dependabot.com/fatih/color/pull/181">fatih/color#181</a></li> <li>NO_COLOR requires a non-empty string by <a href="https://github.com/pellared"><code>@​pellared</code></a> in <a href="https://github-redirect.dependabot.com/fatih/color/pull/171">fatih/color#171</a></li> <li>color: expose <code>SetWriter</code> and <code>UnsetWriter</code> by <a href="https://github.com/fatih"><code>@​fatih</code></a> in <a href="https://github-redirect.dependabot.com/fatih/color/pull/182">fatih/color#182</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/pattmax00"><code>@​pattmax00</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/fatih/color/pull/181">fatih/color#181</a></li> <li><a href="https://github.com/pellared"><code>@​pellared</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/fatih/color/pull/171">fatih/color#171</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fatih/color/compare/v1.13.0...v1.14.0">https://github.com/fatih/color/compare/v1.13.0...v1.14.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fatih/color/commit/3d5097c6b003cf3a784e670ddb79710cf46e9a07"><code>3d5097c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fatih/color/issues/184">#184</a> from pellared/go-1.17</li> <li><a href="https://github.com/fatih/color/commit/f0cb6b95f7199fc3710788a4514bad23cd98941e"><code>f0cb6b9</code></a> Update to Go 1.17</li> <li><a href="https://github.com/fatih/color/commit/212f8c559a38806774080f4a233040da99c11860"><code>212f8c5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fatih/color/issues/182">#182</a> from fatih/expose-set-writers</li> <li><a href="https://github.com/fatih/color/commit/7310c74aaef45a38287d235a72d6a24a65228d0c"><code>7310c74</code></a> color: expose <code>SetWriter</code> and <code>UnsetWriter</code></li> <li><a href="https://github.com/fatih/color/commit/6378f62d33f0110d8daead3ce731910e8bd007bc"><code>6378f62</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fatih/color/issues/171">#171</a> from pellared/no-color-empty-val</li> <li><a href="https://github.com/fatih/color/commit/5d7e63e5880c6c1055b11c509a28331c70b99a57"><code>5d7e63e</code></a> Merge branch 'main' into no-color-empty-val</li> <li><a href="https://github.com/fatih/color/commit/98e6a4a714f675c6b41f7928702c6773409a988f"><code>98e6a4a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fatih/color/issues/181">#181</a> from pattmax00/main</li> <li><a href="https://github.com/fatih/color/commit/9cca0a3f2ede44ff9cde8cd9b4b365d27ffbf8ca"><code>9cca0a3</code></a> Spelling and grammar fixes</li> <li><a href="https://github.com/fatih/color/commit/184b603cafb8902f5d3de25fd0560e81cbd429c2"><code>184b603</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fatih/color/issues/178">#178</a> from fatih/fatih-update-deps</li> <li><a href="https://github.com/fatih/color/commit/ad9ba6d6b6068f126ab05a02a2149d9099eacce2"><code>ad9ba6d</code></a> Bump go-isatty from 0.0.16 to 0.0.17</li> <li>Additional commits viewable in <a href="https://github.com/fatih/color/compare/v1.13.0...v1.14.1">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.13.0&new-version=1.14.1)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:35:04 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#670
No description provided.