Skip to content

fix(deps): bump github.com/urfave/cli/v3 from 3.9.1 to 3.10.1 - #80

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/github.com/urfave/cli/v3-3.10.1
Jul 29, 2026
Merged

fix(deps): bump github.com/urfave/cli/v3 from 3.9.1 to 3.10.1#80
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/github.com/urfave/cli/v3-3.10.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/urfave/cli/v3 from 3.9.1 to 3.10.1.

Release notes

Sourced from github.com/urfave/cli/v3's releases.

v3.10.1

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.10.0...v3.10.1

v3.10.0

What's Changed

Full Changelog: urfave/cli@v3.9.1...v3.10.0

Commits
  • c5f123b Merge pull request #2322 from lihan3238/fix-2249
  • 8449859 Merge branch 'main' into fix-2249
  • 02bdfb0 Merge pull request #2374 from urfave/fix/completion-subcommand-order
  • 49e84c0 Merge pull request #2330 from c-tonneslan/fix/version-alias-conflict-with-use...
  • 54d38c9 v3: yield the version flag's -v alias to a user-defined flag
  • 0242574 Merge pull request #2369 from urfave/fix/gfmrun-count-and-examples
  • 80f2625 test: explain why completionShells is mutated in completion error tests
  • 0045bbd fix: keep completion subcommand order deterministic in help output
  • f980ca8 Merge pull request #2371 from urfave/dependabot/github_actions/actions/checko...
  • b5e4348 chore(deps): bump actions/checkout from 6 to 7
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

Bumps [github.com/urfave/cli/v3](https://github.com/urfave/cli) from 3.9.1 to 3.10.1.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v3.9.1...v3.10.1)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v3
  dependency-version: 3.10.1
  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 Jul 29, 2026
@dependabot
dependabot Bot requested a review from dantech2000 as a code owner July 29, 2026 00:41
@github-actions
github-actions Bot merged commit 7f989e8 into main Jul 29, 2026
5 checks passed
@github-actions
github-actions Bot deleted the dependabot/go_modules/github.com/urfave/cli/v3-3.10.1 branch July 29, 2026 00:45
dantech2000 added a commit that referenced this pull request Jul 29, 2026
Auto-merge worked, but merged with secrets.GITHUB_TOKEN. GitHub deliberately
does not trigger workflows from pushes made with GITHUB_TOKEN -- it is the
built-in recursion guard -- so every auto-merged dependency bump landed on main
with no Test run, no Lint run, and no Release Please run.

Two consequences, both silent. main went untested after each bump: #80, #81,
#86, #88, #90 and #95 all merged with zero workflow runs against the resulting
commits. And `fix(deps)` commits never cut a release, which defeats the whole
point of 59d889c -- the prefix was right, but the workflow that acts on it was
never invoked.

Confirmed via `gh pr view 81 --json mergedBy` -> app/github-actions, and
`gh run list --commit <sha>` returning empty for every auto-merged commit.

Switch only the merge step to GH_PAT so the merge is attributed to a real user
and downstream workflows fire. release-please.yml already uses GH_PAT for this
exact reason. The other four steps stay on the scoped, auto-rotating
GITHUB_TOKEN: they only read Dependabot metadata and check results, so there is
no reason to widen their credentials.

Verified current main locally in the meantime, since CI never did:
task dev:full passes and govulncheck reports no vulnerabilities.
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant