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

Merged
Kichiyaki merged 2 commits from renovate/github.com-urfave-cli-v2-2.x into master 2022-09-07 04:20:39 +00:00
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/urfave/cli/v2 require minor v2.11.2 -> v2.14.1

Release Notes

urfave/cli

v2.14.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v2.14.0...v2.14.1

v2.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v2.13.0...v2.14.0

v2.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v2.12.3...v2.13.0

v2.12.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v2.12.1...v2.12.3

v2.12.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v2.12.1...v2.12.2

v2.12.1

Compare Source

Full Changelog: https://github.com/urfave/cli/compare/v2.11.5...v2.12.1

v2.12.0

Compare Source

Full Changelog: https://github.com/urfave/cli/compare/v2.11.2...v2.12.0

v2.11.5

Compare Source

Full Changelog: https://github.com/urfave/cli/compare/v2.11.2...v2.11.5

v2.11.4

Compare Source

Full Changelog: https://github.com/urfave/cli/compare/v2.11.2...v2.11.4

v2.11.3

Compare Source

Full Changelog: https://github.com/urfave/cli/compare/v2.11.2...v2.11.3


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.11.2` -> `v2.14.1` | --- ### Release Notes <details> <summary>urfave/cli</summary> ### [`v2.14.1`](https://github.com/urfave/cli/releases/tag/v2.14.1) [Compare Source](https://github.com/urfave/cli/compare/v2.14.0...v2.14.1) #### What's Changed - Fix:(issue\_1272) Generic flag not set from env by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1458 - GitHub Workflows security hardening by [@&#8203;sashashura](https://github.com/sashashura) in https://github.com/urfave/cli/pull/1469 #### New Contributors - [@&#8203;sashashura](https://github.com/sashashura) made their first contribution in https://github.com/urfave/cli/pull/1469 **Full Changelog**: https://github.com/urfave/cli/compare/v2.14.0...v2.14.1 ### [`v2.14.0`](https://github.com/urfave/cli/releases/tag/v2.14.0) [Compare Source](https://github.com/urfave/cli/compare/v2.13.0...v2.14.0) #### What's Changed - Update v2 dead link by [@&#8203;abousselmi](https://github.com/abousselmi) in https://github.com/urfave/cli/pull/1466 - Fix:(issue\_1293) Wrap usage text for commands by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1460 - Add App.InvalidFlagAccessHandler by [@&#8203;icholy](https://github.com/icholy) in https://github.com/urfave/cli/pull/1446 #### New Contributors - [@&#8203;abousselmi](https://github.com/abousselmi) made their first contribution in https://github.com/urfave/cli/pull/1466 - [@&#8203;icholy](https://github.com/icholy) made their first contribution in https://github.com/urfave/cli/pull/1446 **Full Changelog**: https://github.com/urfave/cli/compare/v2.13.0...v2.14.0 ### [`v2.13.0`](https://github.com/urfave/cli/releases/tag/v2.13.0) [Compare Source](https://github.com/urfave/cli/compare/v2.12.3...v2.13.0) #### What's Changed - Fix:(issue\_1094) Dont execute Before/After handlers during shell comp… by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1457 - Fix:(issue\_1455) Allow bool flags from input altsrc by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1456 - Add configurable Base to int, uint and uint64 flags by [@&#8203;ccremer](https://github.com/ccremer) in https://github.com/urfave/cli/pull/1464 - fix: allow required flag with one character by [@&#8203;Gerrard-YNWA](https://github.com/Gerrard-YNWA) in https://github.com/urfave/cli/pull/1449 - Add support for alias in YAMLs by [@&#8203;james-prysm](https://github.com/james-prysm) in https://github.com/urfave/cli/pull/1448 #### New Contributors - [@&#8203;ccremer](https://github.com/ccremer) made their first contribution in https://github.com/urfave/cli/pull/1464 - [@&#8203;Gerrard-YNWA](https://github.com/Gerrard-YNWA) made their first contribution in https://github.com/urfave/cli/pull/1449 - [@&#8203;james-prysm](https://github.com/james-prysm) made their first contribution in https://github.com/urfave/cli/pull/1448 **Full Changelog**: https://github.com/urfave/cli/compare/v2.12.3...v2.13.0 ### [`v2.12.3`](https://github.com/urfave/cli/releases/tag/v2.12.3) [Compare Source](https://github.com/urfave/cli/compare/v2.12.2...v2.12.3) #### What's Changed - issue\_62: Make slice options more posix like by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1454 - Move genflags tool to cmd/ and pin to previous release by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1451 - Shift supported go versions by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1452 - docs: split documentation into individual pages by [@&#8203;hay-kot](https://github.com/hay-kot) in https://github.com/urfave/cli/pull/1453 #### New Contributors - [@&#8203;hay-kot](https://github.com/hay-kot) made their first contribution in https://github.com/urfave/cli/pull/1453 **Full Changelog**: https://github.com/urfave/cli/compare/v2.12.1...v2.12.3 ### [`v2.12.2`](https://github.com/urfave/cli/releases/tag/v2.12.2) [Compare Source](https://github.com/urfave/cli/compare/v2.12.1...v2.12.2) #### What's Changed - issue\_62: Make slice options more posix like by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1454 - Move genflags tool to cmd/ and pin to previous release by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1451 - Shift supported go versions by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1452 - docs: split documentation into individual pages by [@&#8203;hay-kot](https://github.com/hay-kot) in https://github.com/urfave/cli/pull/1453 #### New Contributors - [@&#8203;hay-kot](https://github.com/hay-kot) made their first contribution in https://github.com/urfave/cli/pull/1453 **Full Changelog**: https://github.com/urfave/cli/compare/v2.12.1...v2.12.2 ### [`v2.12.1`](https://github.com/urfave/cli/releases/tag/v2.12.1) [Compare Source](https://github.com/urfave/cli/compare/v2.12.0...v2.12.1) **Full Changelog**: https://github.com/urfave/cli/compare/v2.11.5...v2.12.1 ### [`v2.12.0`](https://github.com/urfave/cli/releases/tag/v2.12.0) [Compare Source](https://github.com/urfave/cli/compare/v2.11.5...v2.12.0) **Full Changelog**: https://github.com/urfave/cli/compare/v2.11.2...v2.12.0 ### [`v2.11.5`](https://github.com/urfave/cli/releases/tag/v2.11.5) [Compare Source](https://github.com/urfave/cli/compare/v2.11.4...v2.11.5) **Full Changelog**: https://github.com/urfave/cli/compare/v2.11.2...v2.11.5 ### [`v2.11.4`](https://github.com/urfave/cli/releases/tag/v2.11.4) [Compare Source](https://github.com/urfave/cli/compare/v2.11.3...v2.11.4) **Full Changelog**: https://github.com/urfave/cli/compare/v2.11.2...v2.11.4 ### [`v2.11.3`](https://github.com/urfave/cli/releases/tag/v2.11.3) [Compare Source](https://github.com/urfave/cli/compare/v2.11.2...v2.11.3) **Full Changelog**: https://github.com/urfave/cli/compare/v2.11.2...v2.11.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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTAuMyIsInVwZGF0ZWRJblZlciI6IjMyLjE5MC4zIn0=-->
renovate added the
dependencies
label 2022-09-05 18:00:28 +00:00
renovate added 1 commit 2022-09-05 18:00:29 +00:00
chore(deps): update module github.com/urfave/cli/v2 to v2.14.1
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is failing
4d1e0dfa23
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/core/internal/rest imports
	gitea.dwysokinski.me/twhelp/core/internal/rest/internal/docs: cannot find module providing package gitea.dwysokinski.me/twhelp/core/internal/rest/internal/docs
gitea.dwysokinski.me/twhelp/core/internal/msg tested by
	gitea.dwysokinski.me/twhelp/core/internal/msg.test imports
	gitea.dwysokinski.me/twhelp/core/internal/msg/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/core/internal/msg/internal/mock
gitea.dwysokinski.me/twhelp/core/internal/rest tested by
	gitea.dwysokinski.me/twhelp/core/internal/rest.test imports
	gitea.dwysokinski.me/twhelp/core/internal/rest/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/core/internal/rest/internal/mock
gitea.dwysokinski.me/twhelp/core/internal/service tested by
	gitea.dwysokinski.me/twhelp/core/internal/service.test imports
	gitea.dwysokinski.me/twhelp/core/internal/service/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/core/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/core/internal/rest imports gitea.dwysokinski.me/twhelp/core/internal/rest/internal/docs: cannot find module providing package gitea.dwysokinski.me/twhelp/core/internal/rest/internal/docs gitea.dwysokinski.me/twhelp/core/internal/msg tested by gitea.dwysokinski.me/twhelp/core/internal/msg.test imports gitea.dwysokinski.me/twhelp/core/internal/msg/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/core/internal/msg/internal/mock gitea.dwysokinski.me/twhelp/core/internal/rest tested by gitea.dwysokinski.me/twhelp/core/internal/rest.test imports gitea.dwysokinski.me/twhelp/core/internal/rest/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/core/internal/rest/internal/mock gitea.dwysokinski.me/twhelp/core/internal/service tested by gitea.dwysokinski.me/twhelp/core/internal/service.test imports gitea.dwysokinski.me/twhelp/core/internal/service/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/core/internal/service/internal/mock ```
Kichiyaki added 1 commit 2022-09-07 04:18:24 +00:00
chore(deps): update module github.com/urfave/cli/v2 to v2.14.1
All checks were successful
continuous-integration/drone/pr Build is passing
349e307823
Kichiyaki merged commit 97f1fb85f2 into master 2022-09-07 04:20:39 +00:00
Kichiyaki deleted branch renovate/github.com-urfave-cli-v2-2.x 2022-09-07 04:20:39 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.