Skip to content

deps: bump github.com/spf13/pflag from 1.0.6 to 1.0.7#1757

Merged
nddq merged 1 commit into
mainfrom
dependabot/go_modules/github.com/spf13/pflag-1.0.7
Jul 18, 2025
Merged

deps: bump github.com/spf13/pflag from 1.0.6 to 1.0.7#1757
nddq merged 1 commit into
mainfrom
dependabot/go_modules/github.com/spf13/pflag-1.0.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 18, 2025

Copy link
Copy Markdown
Contributor

Bumps github.com/spf13/pflag from 1.0.6 to 1.0.7.

Release notes

Sourced from github.com/spf13/pflag's releases.

v1.0.7

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.6...v1.0.7

Commits
  • f9cbdd9 Merge pull request #348 from max-frank/add-time-flag-support
  • e3be2eb Reduce duplication by forwarding to sibling functions
  • 7cc25e3 Don't export TimeValue (yet)
  • d15848d Remove unnecessary time test stderr dev null redirect
  • c5ce22e Use time.Time for expectations in time flag tests
  • 1992c5a Add support for time.Time flags
  • 1c62fb2 Merge pull request #431 from LeGEC/430-fix-usage-message-for-func-flags
  • 1a4b5b2 fix discrepancy in order of arguments for Func() and BoolFunc() #433
  • 4730aa0 fix help message for Func and BoolFunc flags #430
  • f4c97c2 minor: fix typos in comments
  • 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 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)

Bumps [github.com/spf13/pflag](https://github.com/spf13/pflag) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](spf13/pflag@v1.0.6...v1.0.7)

---
updated-dependencies:
- dependency-name: github.com/spf13/pflag
  dependency-version: 1.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested review from a team, alam-tahmid and matmerr and removed request for a team July 18, 2025 14:05
@dependabot @github

dependabot Bot commented on behalf of github Jul 18, 2025

Copy link
Copy Markdown
Contributor Author

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot Bot added area/dependencies Pull requests that update a dependency file lang/go The Go Programming Language labels Jul 18, 2025
@nddq nddq added this pull request to the merge queue Jul 18, 2025
Merged via the queue into main with commit 773a336 Jul 18, 2025
31 checks passed
@nddq nddq deleted the dependabot/go_modules/github.com/spf13/pflag-1.0.7 branch July 18, 2025 16:06
mereta pushed a commit that referenced this pull request Dec 2, 2025
Bumps [github.com/spf13/pflag](https://github.com/spf13/pflag) from
1.0.6 to 1.0.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spf13/pflag/releases">github.com/spf13/pflag's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.7</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix defaultIsZeroValue check for generic Value types by <a
href="https://github.com/MidnightRocket"><code>@​MidnightRocket</code></a>
in <a
href="https://redirect.github.com/spf13/pflag/pull/422">spf13/pflag#422</a></li>
<li>feat: Use structs for errors returned by pflag. by <a
href="https://github.com/eth-p"><code>@​eth-p</code></a> in <a
href="https://redirect.github.com/spf13/pflag/pull/425">spf13/pflag#425</a></li>
<li>Fix typos by <a
href="https://github.com/co63oc"><code>@​co63oc</code></a> in <a
href="https://redirect.github.com/spf13/pflag/pull/428">spf13/pflag#428</a></li>
<li>fix <a
href="https://redirect.github.com/spf13/pflag/issues/423">#423</a> : Add
helper function and some documentation to parse shorthand go test flags.
by <a href="https://github.com/valdar"><code>@​valdar</code></a> in <a
href="https://redirect.github.com/spf13/pflag/pull/424">spf13/pflag#424</a></li>
<li>add support equivalent to golang flag.TextVar(), also fixes the test
failure as described in <a
href="https://redirect.github.com/spf13/pflag/issues/368">#368</a> by <a
href="https://github.com/hujun-open"><code>@​hujun-open</code></a> in <a
href="https://redirect.github.com/spf13/pflag/pull/418">spf13/pflag#418</a></li>
<li>add support for Func() and BoolFunc() <a
href="https://redirect.github.com/spf13/pflag/issues/426">#426</a> by <a
href="https://github.com/LeGEC"><code>@​LeGEC</code></a> in <a
href="https://redirect.github.com/spf13/pflag/pull/429">spf13/pflag#429</a></li>
<li>fix: correct argument length check in FlagSet.Parse by <a
href="https://github.com/ShawnJeffersonWang"><code>@​ShawnJeffersonWang</code></a>
in <a
href="https://redirect.github.com/spf13/pflag/pull/409">spf13/pflag#409</a></li>
<li>fix usage message for func flags, fix arguments order by <a
href="https://github.com/LeGEC"><code>@​LeGEC</code></a> in <a
href="https://redirect.github.com/spf13/pflag/pull/431">spf13/pflag#431</a></li>
<li>Add support for time.Time flags by <a
href="https://github.com/max-frank"><code>@​max-frank</code></a> in <a
href="https://redirect.github.com/spf13/pflag/pull/348">spf13/pflag#348</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/MidnightRocket"><code>@​MidnightRocket</code></a>
made their first contribution in <a
href="https://redirect.github.com/spf13/pflag/pull/422">spf13/pflag#422</a></li>
<li><a href="https://github.com/eth-p"><code>@​eth-p</code></a> made
their first contribution in <a
href="https://redirect.github.com/spf13/pflag/pull/425">spf13/pflag#425</a></li>
<li><a href="https://github.com/co63oc"><code>@​co63oc</code></a> made
their first contribution in <a
href="https://redirect.github.com/spf13/pflag/pull/428">spf13/pflag#428</a></li>
<li><a href="https://github.com/valdar"><code>@​valdar</code></a> made
their first contribution in <a
href="https://redirect.github.com/spf13/pflag/pull/424">spf13/pflag#424</a></li>
<li><a
href="https://github.com/hujun-open"><code>@​hujun-open</code></a> made
their first contribution in <a
href="https://redirect.github.com/spf13/pflag/pull/418">spf13/pflag#418</a></li>
<li><a href="https://github.com/LeGEC"><code>@​LeGEC</code></a> made
their first contribution in <a
href="https://redirect.github.com/spf13/pflag/pull/429">spf13/pflag#429</a></li>
<li><a
href="https://github.com/ShawnJeffersonWang"><code>@​ShawnJeffersonWang</code></a>
made their first contribution in <a
href="https://redirect.github.com/spf13/pflag/pull/409">spf13/pflag#409</a></li>
<li><a href="https://github.com/max-frank"><code>@​max-frank</code></a>
made their first contribution in <a
href="https://redirect.github.com/spf13/pflag/pull/348">spf13/pflag#348</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/spf13/pflag/compare/v1.0.6...v1.0.7">https://github.com/spf13/pflag/compare/v1.0.6...v1.0.7</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/spf13/pflag/commit/f9cbdd9ca94287ab4ef0848e67ecd77cf1361d48"><code>f9cbdd9</code></a>
Merge pull request <a
href="https://redirect.github.com/spf13/pflag/issues/348">#348</a> from
max-frank/add-time-flag-support</li>
<li><a
href="https://github.com/spf13/pflag/commit/e3be2ebcffcc36be35e23d418d3e0ba86239826a"><code>e3be2eb</code></a>
Reduce duplication by forwarding to sibling functions</li>
<li><a
href="https://github.com/spf13/pflag/commit/7cc25e3bdd8c540b243f70c366ba1f1856fcd9e9"><code>7cc25e3</code></a>
Don't export <code>TimeValue</code> (yet)</li>
<li><a
href="https://github.com/spf13/pflag/commit/d15848db482b52179577da9738cf9702d8d28466"><code>d15848d</code></a>
Remove unnecessary time test stderr dev null redirect</li>
<li><a
href="https://github.com/spf13/pflag/commit/c5ce22e836c6268eb270e8f28ae5e3729a27c82d"><code>c5ce22e</code></a>
Use time.Time for expectations in time flag tests</li>
<li><a
href="https://github.com/spf13/pflag/commit/1992c5a7b88da3490ad7ac088c72dd20b466ee8d"><code>1992c5a</code></a>
Add support for time.Time flags</li>
<li><a
href="https://github.com/spf13/pflag/commit/1c62fb2813da5f1d1b893a49180a41b3f6be3262"><code>1c62fb2</code></a>
Merge pull request <a
href="https://redirect.github.com/spf13/pflag/issues/431">#431</a> from
LeGEC/430-fix-usage-message-for-func-flags</li>
<li><a
href="https://github.com/spf13/pflag/commit/1a4b5b2e5c7ee4a194cebc579bb34198187df73d"><code>1a4b5b2</code></a>
fix discrepancy in order of arguments for Func() and BoolFunc() <a
href="https://redirect.github.com/spf13/pflag/issues/433">#433</a></li>
<li><a
href="https://github.com/spf13/pflag/commit/4730aa0d979f34d4f7427d524b84043557ba72ef"><code>4730aa0</code></a>
fix help message for Func and BoolFunc flags <a
href="https://redirect.github.com/spf13/pflag/issues/430">#430</a></li>
<li><a
href="https://github.com/spf13/pflag/commit/f4c97c2487b06cff392d2958534e7195f79847fb"><code>f4c97c2</code></a>
minor: fix typos in comments</li>
<li>Additional commits viewable in <a
href="https://github.com/spf13/pflag/compare/v1.0.6...v1.0.7">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/spf13/pflag&package-manager=go_modules&previous-version=1.0.6&new-version=1.0.7)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependencies Pull requests that update a dependency file lang/go The Go Programming Language

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant