Skip to content
This repository was archived by the owner on Jul 15, 2026. It is now read-only.

Bump github.com/integrii/flaggy from 1.5.2 to 1.8.0#17

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/integrii/flaggy-1.8.0
Open

Bump github.com/integrii/flaggy from 1.5.2 to 1.8.0#17
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/integrii/flaggy-1.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 6, 2025

Copy link
Copy Markdown
Contributor

Bumps github.com/integrii/flaggy from 1.5.2 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 compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [github.com/integrii/flaggy](https://github.com/integrii/flaggy) from 1.5.2 to 1.8.0.
- [Release notes](https://github.com/integrii/flaggy/releases)
- [Commits](integrii/flaggy@v1.5.2...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 added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Oct 6, 2025
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgithub.com/​integrii/​flaggy@​v1.5.2 ⏵ v1.8.099100100100100

View full report

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

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants