fix(deps): update module github.com/spf13/pflag to v1.0.9 #94

Merged
renovate merged 1 commit from renovate/github.com-spf13-pflag-1.x into main 2025-09-01 10:12:40 +02:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
github.com/spf13/pflag v1.0.7 -> v1.0.9 age confidence

Release Notes

spf13/pflag (github.com/spf13/pflag)

v1.0.9

Compare Source

What's Changed

Full Changelog: https://github.com/spf13/pflag/compare/v1.0.8...v1.0.9

v1.0.8

Compare Source

⚠️ Breaking Change

This version, while only a patch bump, includes a (very minor) breaking change: the flag.ParseErrorsWhitelist struct and corresponding FlagSet.parseErrorsWhitelist field have been renamed to ParseErrorsAllowlist.

This should result in compilation errors in any code that uses these fields, which can be fixed by adjusting the names at call sites. There is no change in semantics or behavior of the struct or field referred to by these names. If your code compiles without errors after bumping to/past v1.0.8, you are not affected by this change.

The breaking change was reverted in v1.0.9, by means of re-introducing the old names with deprecation warnings. The plan is still to remove them in a future release, so if your code does depend on the old names, please change them to use the new names at your earliest convenience.

What's Changed

New Contributors

Full Changelog: https://github.com/spf13/pflag/compare/v1.0.7...v1.0.8


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/spf13/pflag](https://github.com/spf13/pflag) | `v1.0.7` -> `v1.0.9` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fspf13%2fpflag/v1.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fspf13%2fpflag/v1.0.7/v1.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>spf13/pflag (github.com/spf13/pflag)</summary> ### [`v1.0.9`](https://github.com/spf13/pflag/releases/tag/v1.0.9) [Compare Source](https://github.com/spf13/pflag/compare/v1.0.8...v1.0.9) #### What's Changed - fix: Restore ParseErrorsWhitelist name for now by [@&#8203;tomasaschan](https://github.com/tomasaschan) in [#&#8203;446](https://github.com/spf13/pflag/pull/446) **Full Changelog**: <https://github.com/spf13/pflag/compare/v1.0.8...v1.0.9> ### [`v1.0.8`](https://github.com/spf13/pflag/releases/tag/v1.0.8) [Compare Source](https://github.com/spf13/pflag/compare/v1.0.7...v1.0.8) #### :warning: Breaking Change This version, while only a patch bump, includes a (very minor) breaking change: the `flag.ParseErrorsWhitelist` struct and corresponding `FlagSet.parseErrorsWhitelist` field have been renamed to `ParseErrorsAllowlist`. This should result in compilation errors in any code that uses these fields, which can be fixed by adjusting the names at call sites. There is no change in semantics or behavior of the struct or field referred to by these names. If your code compiles without errors after bumping to/past v1.0.8, you are not affected by this change. The breaking change was reverted in v1.0.9, by means of re-introducing the old names with deprecation warnings. The plan is still to remove them in a future release, so if your code does depend on the old names, please change them to use the new names at your earliest convenience. #### What's Changed - Remove Redundant "Unknown-Flag" Error by [@&#8203;vaguecoder](https://github.com/vaguecoder) in [#&#8203;364](https://github.com/spf13/pflag/pull/364) - Switching from whitelist to Allowlist terminology by [@&#8203;dubrie](https://github.com/dubrie) in [#&#8203;261](https://github.com/spf13/pflag/pull/261) - Omit zero time.Time default from usage line by [@&#8203;mologie](https://github.com/mologie) in [#&#8203;438](https://github.com/spf13/pflag/pull/438) - implement CopyToGoFlagSet by [@&#8203;pohly](https://github.com/pohly) in [#&#8203;330](https://github.com/spf13/pflag/pull/330) - flag: Emulate stdlib behavior and do not print ErrHelp by [@&#8203;tmc](https://github.com/tmc) in [#&#8203;407](https://github.com/spf13/pflag/pull/407) - Print Default Values of String-to-String in Sorted Order by [@&#8203;vaguecoder](https://github.com/vaguecoder) in [#&#8203;365](https://github.com/spf13/pflag/pull/365) - fix: Don't print ErrHelp in ParseAll by [@&#8203;tomasaschan](https://github.com/tomasaschan) in [#&#8203;443](https://github.com/spf13/pflag/pull/443) - Reset args on re-parse even if empty by [@&#8203;tomasaschan](https://github.com/tomasaschan) in [#&#8203;444](https://github.com/spf13/pflag/pull/444) #### New Contributors - [@&#8203;vaguecoder](https://github.com/vaguecoder) made their first contribution in [#&#8203;364](https://github.com/spf13/pflag/pull/364) - [@&#8203;dubrie](https://github.com/dubrie) made their first contribution in [#&#8203;261](https://github.com/spf13/pflag/pull/261) - [@&#8203;mologie](https://github.com/mologie) made their first contribution in [#&#8203;438](https://github.com/spf13/pflag/pull/438) - [@&#8203;pohly](https://github.com/pohly) made their first contribution in [#&#8203;330](https://github.com/spf13/pflag/pull/330) - [@&#8203;tmc](https://github.com/tmc) made their first contribution in [#&#8203;407](https://github.com/spf13/pflag/pull/407) - [@&#8203;tomasaschan](https://github.com/tomasaschan) made their first contribution in [#&#8203;443](https://github.com/spf13/pflag/pull/443) **Full Changelog**: <https://github.com/spf13/pflag/compare/v1.0.7...v1.0.8> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
fix(deps): update module github.com/spf13/pflag to v1.0.8
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/test unknown status
ci/woodpecker/push/build unknown status
354b45b10b
renovate scheduled this pull request to auto merge when all checks succeed 2025-08-31 22:04:32 +02:00
renovate force-pushed renovate/github.com-spf13-pflag-1.x from 354b45b10b to d4b21a124c 2025-09-01 10:04:36 +02:00 Compare
renovate changed title from fix(deps): update module github.com/spf13/pflag to v1.0.8 to fix(deps): update module github.com/spf13/pflag to v1.0.9 2025-09-01 10:04:37 +02:00
renovate deleted branch renovate/github.com-spf13-pflag-1.x 2025-09-01 10:12:40 +02:00
Sign in to join this conversation.
No reviewers
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: yolokube/grafana-backuper#94
No description provided.