chore(deps): update module github.com/urfave/cli/v2 to v2.25.5 - autoclosed #75

Closed
renovate wants to merge 1 commits from renovate/github.com-urfave-cli-v2-2.x into master
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/urfave/cli/v2 require patch v2.25.3 -> v2.25.5

Release Notes

urfave/cli

v2.25.5

Compare Source

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.25.4...v2.25.5

v2.25.4

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v2.25.3...v2.25.4


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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/urfave/cli/v2](https://github.com/urfave/cli) | require | patch | `v2.25.3` -> `v2.25.5` | --- ### Release Notes <details> <summary>urfave/cli</summary> ### [`v2.25.5`](https://github.com/urfave/cli/releases/tag/v2.25.5) [Compare Source](https://github.com/urfave/cli/compare/v2.25.4...v2.25.5) #### What's Changed - Fix:(issue\_1737) Set bool count by taking care of num of aliases by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1740 **Full Changelog**: https://github.com/urfave/cli/compare/v2.25.4...v2.25.5 ### [`v2.25.4`](https://github.com/urfave/cli/releases/tag/v2.25.4) [Compare Source](https://github.com/urfave/cli/compare/v2.25.3...v2.25.4) #### What's Changed - Bug/fix issue 1703 by [@&#8203;jojje](https://github.com/jojje) in https://github.com/urfave/cli/pull/1728 - Fix:(issue\_1734) Show categories for subcommands by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1735 - Fix:(issue\_1610). Keep RunAsSubcommand behaviour as before by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1736 - Fix:(issue\_1731) Add fix for checking if aliases are set by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1732 - Fix func name referenced in doc comment by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1738 #### New Contributors - [@&#8203;jojje](https://github.com/jojje) made their first contribution in https://github.com/urfave/cli/pull/1728 **Full Changelog**: https://github.com/urfave/cli/compare/v2.25.3...v2.25.4 </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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS45Ni4xIiwidXBkYXRlZEluVmVyIjoiMzUuOTYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate added the
dependencies
label 2023-05-28 19:36:22 +00:00
renovate added 1 commit 2023-05-28 19:36:23 +00:00
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is failing Details
f991dd74ce
chore(deps): update module github.com/urfave/cli/v2 to v2.25.4
Author
Contributor

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
gitea.dwysokinski.me/twhelp/sessions/internal/router/rest imports
	gitea.dwysokinski.me/twhelp/sessions/internal/router/rest/internal/docs: cannot find module providing package gitea.dwysokinski.me/twhelp/sessions/internal/router/rest/internal/docs
gitea.dwysokinski.me/twhelp/sessions/internal/router/rest tested by
	gitea.dwysokinski.me/twhelp/sessions/internal/router/rest.test imports
	gitea.dwysokinski.me/twhelp/sessions/internal/router/rest/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/sessions/internal/router/rest/internal/mock
gitea.dwysokinski.me/twhelp/sessions/internal/service tested by
	gitea.dwysokinski.me/twhelp/sessions/internal/service.test imports
	gitea.dwysokinski.me/twhelp/sessions/internal/service/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/sessions/internal/service/internal/mock

### ⚠ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: go.sum ``` Command failed: go get -d -t ./... gitea.dwysokinski.me/twhelp/sessions/internal/router/rest imports gitea.dwysokinski.me/twhelp/sessions/internal/router/rest/internal/docs: cannot find module providing package gitea.dwysokinski.me/twhelp/sessions/internal/router/rest/internal/docs gitea.dwysokinski.me/twhelp/sessions/internal/router/rest tested by gitea.dwysokinski.me/twhelp/sessions/internal/router/rest.test imports gitea.dwysokinski.me/twhelp/sessions/internal/router/rest/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/sessions/internal/router/rest/internal/mock gitea.dwysokinski.me/twhelp/sessions/internal/service tested by gitea.dwysokinski.me/twhelp/sessions/internal/service.test imports gitea.dwysokinski.me/twhelp/sessions/internal/service/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/sessions/internal/service/internal/mock ```
renovate changed title from chore(deps): update module github.com/urfave/cli/v2 to v2.25.4 to chore(deps): update module github.com/urfave/cli/v2 to v2.25.5 2023-05-29 19:35:02 +00:00
renovate force-pushed renovate/github.com-urfave-cli-v2-2.x from f991dd74ce to e85fa9769a 2023-05-29 19:35:05 +00:00 Compare
renovate changed title from chore(deps): update module github.com/urfave/cli/v2 to v2.25.5 to chore(deps): update module github.com/urfave/cli/v2 to v2.25.5 - autoclosed 2023-06-08 19:34:27 +00:00
renovate closed this pull request 2023-06-08 19:34:27 +00:00
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is failing

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: twhelp/sessions#75
No description provided.