Skip to content

fix(deps): update module github.com/peterbourgon/ff to v4#9

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-all
Open

fix(deps): update module github.com/peterbourgon/ff to v4#9
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-all

Conversation

@renovate
Copy link

@renovate renovate bot commented Mar 16, 2023

This PR contains the following updates:

Package Change Age Confidence
github.com/peterbourgon/ff v1.6.1-0.20190916204019-6cd704ec2eebv4.0.0-beta.1 age confidence

Release Notes

peterbourgon/ff (github.com/peterbourgon/ff)

v4.0.0-beta.1

Compare Source

v4.0.0-alpha.4

Compare Source

v4.0.0-alpha.3

Compare Source

v4.0.0-alpha.2

Compare Source

v4.0.0-alpha.1

Compare Source

v3.4.0

Compare Source

What's Changed

Full Changelog: peterbourgon/ff@v3.3.2...v3.4.0

v3.3.2

Compare Source

This release adds the WithFilesystem option, allowing users to specify a filesystem other than the default host FS for e.g. config files. Thanks to @​piotrkowalczuk and #​103 for the inspiration.

v3.3.1

Compare Source

@​abhinav sent in #​106 which just improves the DefaultUsageFunc a bit, thanks bud!

v3.3.0

Compare Source

Changes!

What's Changed

New Contributors

Full Changelog: peterbourgon/ff@v3.1.2...v3.3.0

v3.2.0-rc.1

Compare Source

v3.1.2

Compare Source

The rehoming to major version 0 caused problems I was not able to quickly resolve. See #​86. This release restores everything to major version 3 until I can resolve those problems.

v3.1.1

Compare Source

v3.1.0

Compare Source

ffyaml now treats

key: 

as

-key=""

instead of an error.

v3.0.0

Compare Source

Version 3.0.0 of packages ff and ffcli contain a few breaking changes.

First, in package ff, the parsing priority has changed. Previously, flags had first priority, then config files, and finally env vars. Now, flags have first priority, then env vars, and finally config files. That is, env vars now have higher Parse priority than config files. This reflects I think a more correct interpretation of their respective semantics: flags are explicit user intent at runtime, env vars are associated with a user session, and config files are static for an entire host.

Second, in package ff, environment variables are no longer split on commas by default. The WithEnvVarIgnoreCommas option has been removed, and replaced with an inverse WithEnvVarSplit option so you can opt-in to splitting env vars on whatever delimiter you like. See #​55.

Finally, in package ffcli, if a command is selected as the terminal command, and it doesn't have an Exec function defined, then Parse, Run, and ParseAndRun will return NoExecError instead of nil. This change makes it easier to declare and detect no-op "container" subcommands, which only exist to hold other commands. See #​57.

Compliments? Complaints? Dial 1-800-NEW-ISSUE.

v2.0.1

Compare Source

v2.0.0

Compare Source

Several small fixes to package ff, and a more functional package ffcli. Includes a breaking change to ffcli, hence the major version bump: command.Run is renamed to ParseAndRun, and individual Parse and Run methods are added.

v1.7.1

Compare Source


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from moul as a code owner March 16, 2023 08:11
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Mar 16, 2023
@renovate renovate bot force-pushed the renovate/major-all branch from 0102212 to a5a6672 Compare March 24, 2023 20:13
@renovate renovate bot force-pushed the renovate/major-all branch from a5a6672 to a08e679 Compare May 28, 2023 11:59
@renovate renovate bot force-pushed the renovate/major-all branch from a08e679 to 18c1e89 Compare June 11, 2023 21:11
@renovate renovate bot force-pushed the renovate/major-all branch from 18c1e89 to 2ffa16b Compare July 20, 2023 17:40
@renovate renovate bot force-pushed the renovate/major-all branch from 2ffa16b to 9961ec9 Compare January 28, 2024 11:23
@renovate renovate bot changed the title fix(deps): update module github.com/peterbourgon/ff to v3 fix(deps): update module github.com/peterbourgon/ff to v4 Jan 28, 2024
@renovate renovate bot force-pushed the renovate/major-all branch from 9961ec9 to 837b237 Compare August 10, 2025 16:51
@renovate
Copy link
Author

renovate bot commented Aug 10, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.13 -> 1.21.0

@renovate renovate bot force-pushed the renovate/major-all branch from 837b237 to 212c451 Compare October 9, 2025 10:35
@renovate
Copy link
Author

renovate bot commented Dec 15, 2025

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.13 -> 1.21.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔍 Ready for Review Pull Request is not reviewed yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants