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

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.23.5 -> v2.23.7

Release Notes

urfave/cli

v2.23.7: v2.24.0

Compare Source

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.23.6...v2.24.0

v2.23.6

Compare Source

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.23.5...v2.23.6


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.23.5` -> `v2.23.7` | --- ### Release Notes <details> <summary>urfave/cli</summary> ### [`v2.23.7`](https://github.com/urfave/cli/releases/tag/v2.23.7): v2.24.0 [Compare Source](https://github.com/urfave/cli/compare/v2.23.6...v2.23.7) #### What's Changed - Fix:(issue\_1617) Fix Bash completion for subcommands by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1618 **Full Changelog**: https://github.com/urfave/cli/compare/v2.23.6...v2.24.0 ### [`v2.23.6`](https://github.com/urfave/cli/releases/tag/v2.23.6) [Compare Source](https://github.com/urfave/cli/compare/v2.23.5...v2.23.6) #### What's Changed - Disable slice flag separator by [@&#8203;feedmeapples](https://github.com/feedmeapples) in https://github.com/urfave/cli/pull/1588 - Fix:(issue\_1591) Use AppHelpTemplate instead of subcommand help template by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1608 **Full Changelog**: https://github.com/urfave/cli/compare/v2.23.5...v2.23.6 </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMy4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjMuMCJ9-->
renovate added the
dependencies
label 2022-12-04 16:02:38 +00:00
renovate added 1 commit 2022-12-04 16:02:39 +00:00
chore(deps): update module github.com/urfave/cli/v2 to v2.23.6
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is failing
de50208547
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.23.6 to chore(deps): update module github.com/urfave/cli/v2 to v2.23.7 2022-12-10 16:02:43 +00:00
renovate force-pushed renovate/github.com-urfave-cli-v2-2.x from de50208547 to 026d963645 2022-12-10 16:02:44 +00:00 Compare
renovate changed title from chore(deps): update module github.com/urfave/cli/v2 to v2.23.7 to chore(deps): update module github.com/urfave/cli/v2 to v2.23.7 - autoclosed 2022-12-11 16:01:59 +00:00
renovate closed this pull request 2022-12-11 16:01:59 +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#20
No description provided.