[PR #63] [CLOSED] Bump fortio.org/cli from 1.3.3 to 1.4.2 #65

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

📋 Pull Request Information

Original PR: https://github.com/fortio/dnsping/pull/63
Author: @dependabot[bot]
Created: 8/21/2023
Status: Closed

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


📝 Commits (1)

  • 25c8b7e Bump fortio.org/cli from 1.3.3 to 1.4.2

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

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

📄 Description

Bumps fortio.org/cli from 1.3.3 to 1.4.2.

Release notes

Sourced from fortio.org/cli's releases.

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
  • 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

You can trigger a rebase of this PR 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)

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.


🔄 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/63 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/21/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/go_modules/fortio.org/cli-1.4.2` --- ### 📝 Commits (1) - [`25c8b7e`](https://github.com/fortio/dnsping/commit/25c8b7e68cc3c31301cdd7dd9bce2f12d8034d10) Bump fortio.org/cli from 1.3.3 to 1.4.2 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [fortio.org/cli](https://github.com/fortio/cli) from 1.3.3 to 1.4.2. <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.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/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.4.2">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.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem closed this issue 2026-03-15 16:08:17 +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#65
No description provided.