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

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

This PR contains the following updates:

Package Type Update Change
github.com/urfave/cli/v2 require minor v2.25.7 -> v2.27.2

Release Notes

urfave/cli (github.com/urfave/cli/v2)

v2.27.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v2.27.1...v2.27.2

v2.27.1

Compare Source

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.27.0...v2.27.1

v2.27.0

Compare Source

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.26.0...v2.27.0

v2.26.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v2.25.7...v2.26.0


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 | minor | `v2.25.7` -> `v2.27.2` | --- ### Release Notes <details> <summary>urfave/cli (github.com/urfave/cli/v2)</summary> ### [`v2.27.2`](https://github.com/urfave/cli/releases/tag/v2.27.2) [Compare Source](https://github.com/urfave/cli/compare/v2.27.1...v2.27.2) #### What's Changed - Cleanup: Remove unnecessary intermediate variables by [@&#8203;1ambd4](https://github.com/1ambd4) in https://github.com/urfave/cli/pull/1857 - Docs:(issue\_1866) Fix documentation on filepath vs env preference by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1867 - Fix:(issue\_1860) Remove hidden flags from flag categories by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1868 - Fix repeated \[arguments...] in usage template in v2 by [@&#8203;edeustua](https://github.com/edeustua) in https://github.com/urfave/cli/pull/1872 - Update dependencies, actions steps, and usage for v2-maint by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1888 #### New Contributors - [@&#8203;1ambd4](https://github.com/1ambd4) made their first contribution in https://github.com/urfave/cli/pull/1857 - [@&#8203;edeustua](https://github.com/edeustua) made their first contribution in https://github.com/urfave/cli/pull/1872 **Full Changelog**: https://github.com/urfave/cli/compare/v2.27.1...v2.27.2 ### [`v2.27.1`](https://github.com/urfave/cli/releases/tag/v2.27.1) [Compare Source](https://github.com/urfave/cli/compare/v2.27.0...v2.27.1) #### What's Changed - v2: Add build tag urfave_cli_no_suggest by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/urfave/cli/pull/1847 **Full Changelog**: https://github.com/urfave/cli/compare/v2.27.0...v2.27.1 ### [`v2.27.0`](https://github.com/urfave/cli/releases/tag/v2.27.0) [Compare Source](https://github.com/urfave/cli/compare/v2.26.0...v2.27.0) #### What's Changed - v2 Add integration with golangci-lint by [@&#8203;skelouse](https://github.com/skelouse) in https://github.com/urfave/cli/pull/1830 - v2: GitHub Actions: upgrade Go, upgrade actions by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/urfave/cli/pull/1848 - Feat:(issue\_1797) Add Args for app/cmd/subcmd to avoid argument... be… by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1829 - Fix:(issue\_1850) Add RunAction for uint/uint64 slice flags by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1851 **Full Changelog**: https://github.com/urfave/cli/compare/v2.26.0...v2.27.0 ### [`v2.26.0`](https://github.com/urfave/cli/releases/tag/v2.26.0) [Compare Source](https://github.com/urfave/cli/compare/v2.25.7...v2.26.0) #### What's Changed - Bash completion nits by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1762 - Chore: Rename mkdocs requirements file name by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1776 - Fix:(issue\_1787) Add fix for commands not listed when hide help comma… by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1788 - Fix nil HelpFlag panic (v2) by [@&#8203;wxiaoguang](https://github.com/wxiaoguang) in https://github.com/urfave/cli/pull/1795 - Always get 0 for a nested int64 value in v2.25.7 by [@&#8203;stephenfire](https://github.com/stephenfire) in https://github.com/urfave/cli/pull/1799 - Helper messages for documenting build process by [@&#8203;abitrolly](https://github.com/abitrolly) in https://github.com/urfave/cli/pull/1800 - fix: check duplicated sub command name and alias by [@&#8203;linrl3](https://github.com/linrl3) in https://github.com/urfave/cli/pull/1805 - Fix:(issue\_1689) Have consistent behavior for default text in man and… by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1825 - Fix linting issues by [@&#8203;skelouse](https://github.com/skelouse) in https://github.com/urfave/cli/pull/1696 #### New Contributors - [@&#8203;stephenfire](https://github.com/stephenfire) made their first contribution in https://github.com/urfave/cli/pull/1799 - [@&#8203;linrl3](https://github.com/linrl3) made their first contribution in https://github.com/urfave/cli/pull/1805 **Full Changelog**: https://github.com/urfave/cli/compare/v2.25.7...v2.26.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4wIiwidXBkYXRlZEluVmVyIjoiMzcuMjYyLjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
renovate added the
dependencies
label 2023-12-03 06:01:18 +00:00
renovate added 1 commit 2023-12-03 06:01:19 +00:00
Author
Collaborator

⚠ 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 ./...
go: downloading golang.org/x/sys v0.13.0
go: gitea.dwysokinski.me/twhelp/dcbot/internal/service tested by
	gitea.dwysokinski.me/twhelp/dcbot/internal/service.test imports
	gitea.dwysokinski.me/twhelp/dcbot/internal/service/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/dcbot/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 ./... go: downloading golang.org/x/sys v0.13.0 go: gitea.dwysokinski.me/twhelp/dcbot/internal/service tested by gitea.dwysokinski.me/twhelp/dcbot/internal/service.test imports gitea.dwysokinski.me/twhelp/dcbot/internal/service/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/dcbot/internal/service/internal/mock ```
renovate force-pushed renovate/github.com-urfave-cli-v2-2.x from e9c963317e to 0658740abe 2023-12-09 08:58:25 +00:00 Compare
renovate changed title from chore(deps): update module github.com/urfave/cli/v2 to v2.26.0 to chore(deps): update module github.com/urfave/cli/v2 to v2.27.0 2023-12-27 19:31:17 +00:00
renovate force-pushed renovate/github.com-urfave-cli-v2-2.x from 0658740abe to 164af3550a 2023-12-27 19:31:19 +00:00 Compare
renovate changed title from chore(deps): update module github.com/urfave/cli/v2 to v2.27.0 to chore(deps): update module github.com/urfave/cli/v2 to v2.27.1 2023-12-30 19:31:15 +00:00
renovate force-pushed renovate/github.com-urfave-cli-v2-2.x from 164af3550a to 80e846c6ef 2023-12-30 19:31:15 +00:00 Compare
renovate changed title from chore(deps): update module github.com/urfave/cli/v2 to v2.27.1 to chore(deps): update module github.com/urfave/cli/v2 to v2.27.2 2024-04-27 19:31:02 +00:00
renovate force-pushed renovate/github.com-urfave-cli-v2-2.x from 80e846c6ef to 12ea6ea39f 2024-04-27 19:31:03 +00:00 Compare
renovate changed title from chore(deps): update module github.com/urfave/cli/v2 to v2.27.2 to chore(deps): update module github.com/urfave/cli/v2 to v2.27.2 - autoclosed 2024-04-30 08:37:07 +00:00
renovate closed this pull request 2024-04-30 08:37:07 +00:00
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/pr/test Pipeline failed

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/dcbot#144
No description provided.