Skip to content

Bump github.com/integrii/flaggy from 1.4.0 to 1.8.0#5458

Merged
stefanhaller merged 1 commit intomasterfrom
dependabot/go_modules/github.com/integrii/flaggy-1.8.0
Apr 1, 2026
Merged

Bump github.com/integrii/flaggy from 1.4.0 to 1.8.0#5458
stefanhaller merged 1 commit intomasterfrom
dependabot/go_modules/github.com/integrii/flaggy-1.8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps github.com/integrii/flaggy from 1.4.0 to 1.8.0.

Release notes

Sourced from github.com/integrii/flaggy's releases.

v1.8.0

What's Changed

Full Changelog: integrii/flaggy@v1.7.1...v1.8.0

v1.7.1

  • Implemented a fix for a rare condition wherein a positional value overlaps a subcommand with the same name.

v1.7.0

This is a follow up v1.7.0 release after rapid re-release of v1.6.0 tag caused go module caching error. This release addresses nearly all known issues and proposed feature additions of Flaggy while retaining a no-dependency policy.

  • Update module to Go 1.25
  • Streamline argument delegation between parsers
  • Clarify benchmark intent and document agent workflow
  • Fixes #68 - Subcommands and globals are displayed in different help sections on subcommands
  • Refactored help output logic
  • Fixes #96 - Empty flag causes missing input error
  • Added Fixes #74 improved alignment on help output
  • Add benchmark tests
  • New gopher logo on README.md
  • Fixes #98 - add CONTRIBUTING.md

v1.6.0

🎉 First release since May 2022 thanks to AI! 🎉

Disruptive Changes:

  • Slice flags no longer automatically parse slice values with commas into multiple values. To specify multiple values, use the flag multiple times. For example, this will produce one value: ./app -f one,two,three and ./ -f one -f two -f three will produce three values in the slice. #90

New Features:

  • Adds built-in bash and zsh completion generators. Use completion zsh or completion bash on your app. This is on my default. To disable, use flaggy.DisableCompletion(). #1
  • Flags can now be sorted alphabetically or reverse alphabetically using SortFlagsByLongName() and SortFlagsByLongNameReversed() #69
  • Added a Github Action for test validation
  • Added support for all types in the go standard library! • []net.IPMask • time.Time • url.URL • net.IPNet • net.TCPAddr • net.UDPAddr • os.FileMode • regexp.Regexp • time.Location • time.Month • time.Weekday • big.Int • big.Rat • netip.Addr

... (truncated)

Commits
  • e0a0096 Merge pull request #103 from integrii/codex/add-tests-for-shell-completion-su...
  • 1c5bff6 Fix completion shell coverage
  • 1ec8867 Merge pull request #102 from integrii/codex/add-shell-auto-completion-support
  • 6b9a8a1 Add additional shell completion generators
  • fd0925f update supported flag list
  • 9147df7 Update README.md
  • 1fe0434 subcommand comments
  • 3b2a42c fix for when positionals match subcommand names causing an error
  • a7476ad Update go-tests.yml
  • eb955a4 Update go-tests.yml
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code maintenance For refactorings, CI changes, tests, version bumping, etc labels Apr 1, 2026
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/integrii/flaggy-1.8.0 branch from 669dd99 to f92786b Compare April 1, 2026 08:19
@codacy-production
Copy link
Copy Markdown

codacy-production bot commented Apr 1, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity . 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/integrii/flaggy-1.8.0 branch from f92786b to a8accc9 Compare April 1, 2026 08:59
@stefanhaller stefanhaller enabled auto-merge April 1, 2026 09:16
Bumps [github.com/integrii/flaggy](https://github.com/integrii/flaggy) from 1.4.0 to 1.8.0.
- [Release notes](https://github.com/integrii/flaggy/releases)
- [Commits](integrii/flaggy@v1.4.0...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/integrii/flaggy
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/integrii/flaggy-1.8.0 branch from a8accc9 to dbb1ff4 Compare April 1, 2026 09:17
@stefanhaller stefanhaller merged commit f12a77c into master Apr 1, 2026
12 of 13 checks passed
@stefanhaller stefanhaller deleted the dependabot/go_modules/github.com/integrii/flaggy-1.8.0 branch April 1, 2026 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code maintenance For refactorings, CI changes, tests, version bumping, etc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant