chore(deps): update module github.com/urfave/cli/v2 to v2.20.2 #10

Merged
Kichiyaki merged 2 commits from renovate/github.com-urfave-cli-v2-2.x into master 2022-10-17 05:03:41 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/urfave/cli/v2 require minor v2.17.1 -> v2.20.2

Release Notes

urfave/cli

v2.20.2

Compare Source

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.20.1...v2.20.2

v2.20.1

Compare Source

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.20.0...v2.20.1

v2.20.0

Compare Source

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.19.3...v2.20.0

v2.19.3

Compare Source

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.19.2...v2.19.3

v2.19.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v2.19.1...v2.19.2

v2.19.1

Compare Source

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.19.0...v2.19.1

v2.19.0

Compare Source

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.18.2...v2.19.0

v2.18.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v2.18.1...v2.18.2

v2.18.1

Compare Source

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.18.0...v2.18.1

v2.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v2.17.2...v2.18.0

v2.17.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v2.17.1...v2.17.2


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, click this checkbox.

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.17.1` -> `v2.20.2` | --- ### Release Notes <details> <summary>urfave/cli</summary> ### [`v2.20.2`](https://github.com/urfave/cli/releases/tag/v2.20.2) [Compare Source](https://github.com/urfave/cli/compare/v2.20.1...v2.20.2) #### What's Changed - Fix:(issue\_1206) Default value shouldnt depend on env variable or val… by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1528 **Full Changelog**: https://github.com/urfave/cli/compare/v2.20.1...v2.20.2 ### [`v2.20.1`](https://github.com/urfave/cli/releases/tag/v2.20.1) [Compare Source](https://github.com/urfave/cli/compare/v2.20.0...v2.20.1) #### What's Changed - Docs: Fix docs from merged PR1498 by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1532 - Cleanup: Fix app.go formatting by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1533 **Full Changelog**: https://github.com/urfave/cli/compare/v2.20.0...v2.20.1 ### [`v2.20.0`](https://github.com/urfave/cli/releases/tag/v2.20.0) [Compare Source](https://github.com/urfave/cli/compare/v2.19.3...v2.20.0) #### What's Changed - Cleanup redundant code in App/Command by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1498 **Full Changelog**: https://github.com/urfave/cli/compare/v2.19.3...v2.20.0 ### [`v2.19.3`](https://github.com/urfave/cli/releases/tag/v2.19.3) [Compare Source](https://github.com/urfave/cli/compare/v2.19.2...v2.19.3) #### What's Changed - Build and run `urfave-cli-genflags` via its `Makefile` by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1526 **Full Changelog**: https://github.com/urfave/cli/compare/v2.19.2...v2.19.3 ### [`v2.19.2`](https://github.com/urfave/cli/releases/tag/v2.19.2) [Compare Source](https://github.com/urfave/cli/compare/v2.19.1...v2.19.2) #### What's Changed - fix: stop automatic sorting for --help by [@&#8203;FGYFFFF](https://github.com/FGYFFFF) in https://github.com/urfave/cli/pull/1430 #### New Contributors - [@&#8203;FGYFFFF](https://github.com/FGYFFFF) made their first contribution in https://github.com/urfave/cli/pull/1430 **Full Changelog**: https://github.com/urfave/cli/compare/v2.19.1...v2.19.2 ### [`v2.19.1`](https://github.com/urfave/cli/releases/tag/v2.19.1) [Compare Source](https://github.com/urfave/cli/compare/v2.19.0...v2.19.1) #### What's Changed - Fix:(issue\_1500). Fix slice flag value duplication issue by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1502 **Full Changelog**: https://github.com/urfave/cli/compare/v2.19.0...v2.19.1 ### [`v2.19.0`](https://github.com/urfave/cli/releases/tag/v2.19.0) [Compare Source](https://github.com/urfave/cli/compare/v2.18.2...v2.19.0) #### What's Changed - Fix:(issue\_1505) Fix flag alignment in help by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1506 **Full Changelog**: https://github.com/urfave/cli/compare/v2.18.2...v2.19.0 ### [`v2.18.2`](https://github.com/urfave/cli/releases/tag/v2.18.2) [Compare Source](https://github.com/urfave/cli/compare/v2.18.1...v2.18.2) #### What's Changed - Configure GenericFlag's Destination type as struct not pointer by [@&#8203;nkuba](https://github.com/nkuba) in https://github.com/urfave/cli/pull/1442 #### New Contributors - [@&#8203;nkuba](https://github.com/nkuba) made their first contribution in https://github.com/urfave/cli/pull/1442 **Full Changelog**: https://github.com/urfave/cli/compare/v2.18.1...v2.18.2 ### [`v2.18.1`](https://github.com/urfave/cli/releases/tag/v2.18.1) [Compare Source](https://github.com/urfave/cli/compare/v2.18.0...v2.18.1) #### What's Changed - Ensure "generate" step runs in CI prior to diff check by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1504 **Full Changelog**: https://github.com/urfave/cli/compare/v2.18.0...v2.18.1 ### [`v2.18.0`](https://github.com/urfave/cli/releases/tag/v2.18.0) [Compare Source](https://github.com/urfave/cli/compare/v2.17.2...v2.18.0) #### What's Changed - Call FlagStringer in String() method of slice flags by [@&#8203;fjl](https://github.com/fjl) in https://github.com/urfave/cli/pull/1508 #### New Contributors - [@&#8203;fjl](https://github.com/fjl) made their first contribution in https://github.com/urfave/cli/pull/1508 **Full Changelog**: https://github.com/urfave/cli/compare/v2.17.2...v2.18.0 ### [`v2.17.2`](https://github.com/urfave/cli/releases/tag/v2.17.2) [Compare Source](https://github.com/urfave/cli/compare/v2.17.1...v2.17.2) #### What's Changed - Remove nonexistent phony targets by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1503 - wrap: Avoid trailing whitespace for empty lines by [@&#8203;abitrolly](https://github.com/abitrolly) in https://github.com/urfave/cli/pull/1513 #### New Contributors - [@&#8203;abitrolly](https://github.com/abitrolly) made their first contribution in https://github.com/urfave/cli/pull/1513 **Full Changelog**: https://github.com/urfave/cli/compare/v2.17.1...v2.17.2 </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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMjQuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIyNC4wIn0=-->
renovate added the
dependencies
label 2022-10-09 16:01:03 +00:00
renovate added 1 commit 2022-10-09 16:01:04 +00:00
chore(deps): update module github.com/urfave/cli/v2 to v2.19.1
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is failing
fe9ba7a7b8
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 github.com/bwmarrin/discordgo v0.26.1
go: downloading go.uber.org/atomic v1.7.0
go: downloading go.uber.org/multierr v1.6.0
go: downloading go.opentelemetry.io/otel v1.9.0
go: downloading go.opentelemetry.io/otel/trace v1.9.0
go: downloading github.com/gorilla/websocket v1.4.2
go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
go: downloading gopkg.in/yaml.v2 v2.3.0
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 github.com/bwmarrin/discordgo v0.26.1 go: downloading go.uber.org/atomic v1.7.0 go: downloading go.uber.org/multierr v1.6.0 go: downloading go.opentelemetry.io/otel v1.9.0 go: downloading go.opentelemetry.io/otel/trace v1.9.0 go: downloading github.com/gorilla/websocket v1.4.2 go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 go: downloading gopkg.in/yaml.v2 v2.3.0 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 changed title from chore(deps): update module github.com/urfave/cli/v2 to v2.19.1 to chore(deps): update module github.com/urfave/cli/v2 to v2.19.2 2022-10-10 00:00:58 +00:00
renovate force-pushed renovate/github.com-urfave-cli-v2-2.x from fe9ba7a7b8 to 9aabd2c8b1 2022-10-10 00:00:58 +00:00 Compare
renovate changed title from chore(deps): update module github.com/urfave/cli/v2 to v2.19.2 to chore(deps): update module github.com/urfave/cli/v2 to v2.20.2 2022-10-17 00:00:53 +00:00
renovate force-pushed renovate/github.com-urfave-cli-v2-2.x from 9aabd2c8b1 to 9d86e2ba8c 2022-10-17 00:00:53 +00:00 Compare
Kichiyaki added 1 commit 2022-10-17 04:56:52 +00:00
chore(deps): update module github.com/urfave/cli/v2 to v2.20.2
All checks were successful
continuous-integration/drone/pr Build is passing
8d01f5585d
Kichiyaki merged commit 13a8da3325 into master 2022-10-17 05:03:41 +00:00
Kichiyaki deleted branch renovate/github.com-urfave-cli-v2-2.x 2022-10-17 05:03:41 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 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#10
No description provided.