fix(deps): update module github.com/spf13/cobra to v1.4.0 #1145

Merged
konrad merged 1 commits from renovate/github.com-spf13-cobra-1.x into main 2022-04-01 19:17:36 +00:00
Member

This PR contains the following updates:

Package Type Update Change
github.com/spf13/cobra require minor v1.3.0 -> v1.4.0

Release Notes

spf13/cobra

v1.4.0

Compare Source

Winter 2022 Release ❄️

Another season, another release!

Goodbye viper! 🐍 🚀

The core Cobra library no longer requires Viper and all of its indirect dependencies. This means that Cobra's dependency tree has been drastically thinned! The Viper dependency was included because of the cobra CLI generation tool. This tool has migrated to spf13/cobra-cli.

It's pretty unlikely you were importing and using the bootstrapping CLI tool as part of your application (after all, it's just a tool to get going with core cobra).

But if you were, replace occurrences of

"github.com/spf13/cobra/cobra"

with

"github.com/spf13/cobra-cli"

And in your go.mod, you'll want to also include this dependency:

github.com/spf13/cobra-cli v1.3.0

Again, the maintainers do not anticipate this being a breaking change to users of the core cobra library, so minimal work should be required for users to integrate with this new release. Moreover, this means the dependency tree for your application using Cobra should no longer require dependencies that were inherited from Viper. Huzzah! 🥳

If you'd like to read more

Documentation 📝

Other 💭

Shoutout to our awesome contributors helping to make this cobra release possible!!
@​spf13 @​marckhouzam @​johnSchnake @​jpmcb @​liggitt @​umarcor @​hiljusti @​marians @​shyim @​htroisi


Configuration

📅 Schedule: 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/spf13/cobra](https://github.com/spf13/cobra) | require | minor | `v1.3.0` -> `v1.4.0` | --- ### Release Notes <details> <summary>spf13/cobra</summary> ### [`v1.4.0`](https://github.com/spf13/cobra/releases/v1.4.0) [Compare Source](https://github.com/spf13/cobra/compare/v1.3.0...v1.4.0) ### Winter 2022 Release ❄️ Another season, another release! #### Goodbye viper! 🐍 🚀 The core Cobra library no longer requires Viper and all of its indirect dependencies. This means that Cobra's dependency tree has been drastically thinned! The Viper dependency was included because of the `cobra` CLI generation tool. [This tool has migrated to `spf13/cobra-cli`](https://github.com/spf13/cobra-cli/releases/tag/v1.3.0). It's *pretty unlikely* you were importing and using **the bootstrapping CLI tool** as part of your application (after all, it's just a tool to get going with core `cobra`). But if you were, replace occurrences of "github.com/spf13/cobra/cobra" with "github.com/spf13/cobra-cli" And in your `go.mod`, you'll want to also include this dependency: github.com/spf13/cobra-cli v1.3.0 Again, the maintainers *do not anticipate* this being a breaking change to users of the core `cobra` library, so minimal work should be required for users to integrate with this new release. Moreover, this means the dependency tree for your application using Cobra should no longer require dependencies that were inherited from Viper. Huzzah! 🥳 If you'd like to read more - issue: https://github.com/spf13/cobra/issues/1597 - PR: https://github.com/spf13/cobra/pull/1604 #### Documentation 📝 - Update Go Doc link and badge in README: https://github.com/spf13/cobra/pull/1593 - Fix to install command, now targets `@latest`: https://github.com/spf13/cobra/pull/1576 - Added MAINTAINERS file: https://github.com/spf13/cobra/pull/1545 #### Other 💭 - Bumped license year to 2022 in golden files: https://github.com/spf13/cobra/pull/1575 - Added Pixie to projects: https://github.com/spf13/cobra/pull/1581 - Updated labeler for new labeling scheme: https://github.com/spf13/cobra/pull/1613 & syntax fix: https://github.com/spf13/cobra/pull/1624 Shoutout to our awesome contributors helping to make this cobra release possible!! [@&#8203;spf13](https://github.com/spf13) [@&#8203;marckhouzam](https://github.com/marckhouzam) [@&#8203;johnSchnake](https://github.com/johnSchnake) [@&#8203;jpmcb](https://github.com/jpmcb) [@&#8203;liggitt](https://github.com/liggitt) [@&#8203;umarcor](https://github.com/umarcor) [@&#8203;hiljusti](https://github.com/hiljusti) [@&#8203;marians](https://github.com/marians) [@&#8203;shyim](https://github.com/shyim) [@&#8203;htroisi](https://github.com/htroisi) </details> --- ### Configuration 📅 **Schedule**: 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 added the
dependencies
label 2022-03-13 16:00:52 +00:00
renovate force-pushed renovate/github.com-spf13-cobra-1.x from d9279bc079 to 579dde6b6b 2022-03-27 20:00:49 +00:00 Compare
renovate force-pushed renovate/github.com-spf13-cobra-1.x from 579dde6b6b to c5fa830547 2022-03-30 17:00:50 +00:00 Compare
konrad merged commit 8cdbc78b1c into main 2022-04-01 19:17:36 +00:00
konrad deleted branch renovate/github.com-spf13-cobra-1.x 2022-04-01 19:17:36 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
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: vikunja/vikunja#1145
No description provided.