[PR #73] [CLOSED] Bump fortio.org/cli from 1.3.3 to 1.5.1 #79

Closed
opened 2026-03-15 16:08:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fortio/dnsping/pull/73
Author: @dependabot[bot]
Created: 1/17/2024
Status: Closed

Base: mainHead: dependabot/go_modules/fortio.org/cli-1.5.1


📝 Commits (1)

  • 1e20d13 Bump fortio.org/cli from 1.3.3 to 1.5.1

📊 Changes

2 files changed (+12 additions, -9 deletions)

View changed files

📝 go.mod (+4 -3)
📝 go.sum (+8 -6)

📄 Description

Bumps fortio.org/cli from 1.3.3 to 1.5.1.

Release notes

Sourced from fortio.org/cli's releases.

v1.5.1

What's Changed

Full Changelog: https://github.com/fortio/cli/compare/v1.5.0...v1.5.1

v1.5.0

What's Changed

Full Changelog: https://github.com/fortio/cli/compare/v1.4.2...v1.5.0

v1.4.2

What's Changed

  • Configurable command help (fortio/cli#20) e.g

    cli.CommandHelp = "{" + cli.ColorJoin(log.Colors.Purple, "a", "b", "c") + "}"
    
  • Adding BeforeFlagParseHook hook and ChangeFlagsDefault() utility so flag default values from cli/scli can be changed for a given program's main (fortio/cli#18 and fortio/cli#19)

Full Changelog: https://github.com/fortio/cli/compare/v1.3.3...v1.4.2

v1.4.1

What's Changed

  • Call BeforeFlagParseHook early enough for the help to be correct if flag defaults have been changed (fortio/cli#19)

Full Changelog: https://github.com/fortio/cli/compare/v1.4.0...v1.4.1

v1.4.0

What's Changed

  • Adding BeforeFlagParseHook hook and ChangeFlagsDefault() utility (fortio/cli#18)

Full Changelog: https://github.com/fortio/cli/compare/v1.3.3...v1.4.0

Commits
  • ee18a0f Fix which config -logger-no-color is meant to change (#25)
  • 11d9fa0 use new logger and envhelp command (#24)
  • 1f11db3 Bump fortio.org/version from 1.0.2 to 1.0.3 (#23)
  • e6190c1 Bump fortio.org/log from 1.10.0 to 1.11.0 (#21)
  • 1185a69 Bump actions/checkout from 3 to 4 (#22)
  • 1ccb61c Add option to configure the command help part, expose ColorJoin too (#20)
  • 99dffe6 call BeforeFlagParseHook early enough for the help to have the correct defaul...
  • 817b712 adding BeforeFlagParseHook() hook (#18)
  • afbb3ca Bump fortio.org/log from 1.9.3 to 1.10.0 (#17)
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/fortio/dnsping/pull/73 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/17/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/go_modules/fortio.org/cli-1.5.1` --- ### 📝 Commits (1) - [`1e20d13`](https://github.com/fortio/dnsping/commit/1e20d134c6dec3af8bbd96b87da800e4c9f63717) Bump fortio.org/cli from 1.3.3 to 1.5.1 ### 📊 Changes **2 files changed** (+12 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+4 -3) 📝 `go.sum` (+8 -6) </details> ### 📄 Description Bumps [fortio.org/cli](https://github.com/fortio/cli) from 1.3.3 to 1.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fortio/cli/releases">fortio.org/cli's releases</a>.</em></p> <blockquote> <h2>v1.5.1</h2> <h2>What's Changed</h2> <ul> <li>Fix which config -logger-no-color is meant to change by <a href="https://github.com/ldemailly"><code>@​ldemailly</code></a> in <a href="https://redirect.github.com/fortio/cli/pull/25">fortio/cli#25</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/cli/compare/v1.5.0...v1.5.1">https://github.com/fortio/cli/compare/v1.5.0...v1.5.1</a></p> <h2>v1.5.0</h2> <h2>What's Changed</h2> <ul> <li>Use new logger and <code>envhelp</code> command by <a href="https://github.com/ldemailly"><code>@​ldemailly</code></a> in <a href="https://redirect.github.com/fortio/cli/pull/24">fortio/cli#24</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/cli/compare/v1.4.2...v1.5.0">https://github.com/fortio/cli/compare/v1.4.2...v1.5.0</a></p> <h2>v1.4.2</h2> <h2>What's Changed</h2> <ul> <li> <p>Configurable command help (<a href="https://redirect.github.com/fortio/cli/pull/20">fortio/cli#20</a>) e.g</p> <pre lang="golang"><code>cli.CommandHelp = &quot;{&quot; + cli.ColorJoin(log.Colors.Purple, &quot;a&quot;, &quot;b&quot;, &quot;c&quot;) + &quot;}&quot; </code></pre> </li> <li> <p>Adding BeforeFlagParseHook hook and ChangeFlagsDefault() utility so flag default values from cli/scli can be changed for a given program's main (<a href="https://redirect.github.com/fortio/cli/pull/18">fortio/cli#18</a> and <a href="https://redirect.github.com/fortio/cli/pull/19">fortio/cli#19</a>)</p> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/cli/compare/v1.3.3...v1.4.2">https://github.com/fortio/cli/compare/v1.3.3...v1.4.2</a></p> <h2>v1.4.1</h2> <h2>What's Changed</h2> <ul> <li>Call BeforeFlagParseHook early enough for the help to be correct if flag defaults have been changed (<a href="https://redirect.github.com/fortio/cli/pull/19">fortio/cli#19</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/cli/compare/v1.4.0...v1.4.1">https://github.com/fortio/cli/compare/v1.4.0...v1.4.1</a></p> <h2>v1.4.0</h2> <h2>What's Changed</h2> <ul> <li>Adding BeforeFlagParseHook hook and ChangeFlagsDefault() utility (<a href="https://redirect.github.com/fortio/cli/pull/18">fortio/cli#18</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/cli/compare/v1.3.3...v1.4.0">https://github.com/fortio/cli/compare/v1.3.3...v1.4.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fortio/cli/commit/ee18a0f94964e3c410453f3afac83a3b938b114c"><code>ee18a0f</code></a> Fix which config -logger-no-color is meant to change (<a href="https://redirect.github.com/fortio/cli/issues/25">#25</a>)</li> <li><a href="https://github.com/fortio/cli/commit/11d9fa0d6314af29c2fd4b77b4b6e17f58196253"><code>11d9fa0</code></a> use new logger and envhelp command (<a href="https://redirect.github.com/fortio/cli/issues/24">#24</a>)</li> <li><a href="https://github.com/fortio/cli/commit/1f11db33f81075bae84a35516c19d9596bffb436"><code>1f11db3</code></a> Bump fortio.org/version from 1.0.2 to 1.0.3 (<a href="https://redirect.github.com/fortio/cli/issues/23">#23</a>)</li> <li><a href="https://github.com/fortio/cli/commit/e6190c1aaf5d1d89078d148a6c68f3b253dd075d"><code>e6190c1</code></a> Bump fortio.org/log from 1.10.0 to 1.11.0 (<a href="https://redirect.github.com/fortio/cli/issues/21">#21</a>)</li> <li><a href="https://github.com/fortio/cli/commit/1185a69e0f55b56c0e336df82238ebb8dc1dcb68"><code>1185a69</code></a> Bump actions/checkout from 3 to 4 (<a href="https://redirect.github.com/fortio/cli/issues/22">#22</a>)</li> <li><a href="https://github.com/fortio/cli/commit/1ccb61cfa5c66fa3b911055da0a1c0feadc6d921"><code>1ccb61c</code></a> Add option to configure the command help part, expose ColorJoin too (<a href="https://redirect.github.com/fortio/cli/issues/20">#20</a>)</li> <li><a href="https://github.com/fortio/cli/commit/99dffe6882b0a97887c1a1bfca83ddd3213539b1"><code>99dffe6</code></a> call BeforeFlagParseHook early enough for the help to have the correct defaul...</li> <li><a href="https://github.com/fortio/cli/commit/817b7124b0b7d7bcfd3574d65155dac2f8fa1ee5"><code>817b712</code></a> adding BeforeFlagParseHook() hook (<a href="https://redirect.github.com/fortio/cli/issues/18">#18</a>)</li> <li><a href="https://github.com/fortio/cli/commit/afbb3caebf121f43fa3c35c99a9d75cc4cd37932"><code>afbb3ca</code></a> Bump fortio.org/log from 1.9.3 to 1.10.0 (<a href="https://redirect.github.com/fortio/cli/issues/17">#17</a>)</li> <li>See full diff in <a href="https://github.com/fortio/cli/compare/v1.3.3...v1.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fortio.org/cli&package-manager=go_modules&previous-version=1.3.3&new-version=1.5.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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-03-15 16:08:39 +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/dnsping#79
No description provided.