Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/peterbourgon/ff v1.6.1-0.20190916204019-6cd704ec2eeb -> v4.0.0-alpha.4 age adoption passing confidence

Release Notes

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

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 has been generated by Mend Renovate. View repository job log here.

@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 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
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.

None yet

0 participants