Skip to content

Commit 09e490a

Browse files
fix(deps): update module github.com/urfave/cli/v3 to v3.3.3 (#277)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/urfave/cli/v3](https://redirect.github.com/urfave/cli) | `v3.3.2` -> `v3.3.3` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2furfave%2fcli%2fv3/v3.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2furfave%2fcli%2fv3/v3.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2furfave%2fcli%2fv3/v3.3.2/v3.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2furfave%2fcli%2fv3/v3.3.2/v3.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>urfave/cli (github.com/urfave/cli/v3)</summary> ### [`v3.3.3`](https://redirect.github.com/urfave/cli/releases/tag/v3.3.3) [Compare Source](https://redirect.github.com/urfave/cli/compare/v3.3.2...v3.3.3) #### What's Changed - Simpler top-level context detection for fish completions by [@&#8203;bittrance](https://redirect.github.com/bittrance) in [https://github.com/urfave/cli/pull/2121](https://redirect.github.com/urfave/cli/pull/2121) - Fish completion inside hidden commands by [@&#8203;bittrance](https://redirect.github.com/bittrance) in [https://github.com/urfave/cli/pull/2122](https://redirect.github.com/urfave/cli/pull/2122) - chore(deps): bump golangci/golangci-lint-action from 7 to 8 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/urfave/cli/pull/2123](https://redirect.github.com/urfave/cli/pull/2123) - fix: off-by-one in timestamp parsing by [@&#8203;nickajacks1](https://redirect.github.com/nickajacks1) in [https://github.com/urfave/cli/pull/2127](https://redirect.github.com/urfave/cli/pull/2127) - Fish completions tests invokes setup by [@&#8203;bittrance](https://redirect.github.com/bittrance) in [https://github.com/urfave/cli/pull/2124](https://redirect.github.com/urfave/cli/pull/2124) - Fix docs by [@&#8203;dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/2128](https://redirect.github.com/urfave/cli/pull/2128) #### New Contributors - [@&#8203;nickajacks1](https://redirect.github.com/nickajacks1) made their first contribution in [https://github.com/urfave/cli/pull/2127](https://redirect.github.com/urfave/cli/pull/2127) **Full Changelog**: urfave/cli@v3.3.2...v3.3.3 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/rgst-io/stencil). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC43LjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ad2921d commit 09e490a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/puzpuzpuz/xsync/v4 v4.1.0
2424
github.com/rogpeppe/go-internal v1.14.1
2525
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1
26-
github.com/urfave/cli/v3 v3.3.2
26+
github.com/urfave/cli/v3 v3.3.3
2727
golang.org/x/mod v0.24.0
2828
gopkg.in/yaml.v3 v3.0.1
2929
gotest.tools/v3 v3.5.2

go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)