Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #91

Merged
merged 1 commit into from
Mar 25, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
anchore/sbom-action action minor v0.7.0 -> v0.8.0
github.com/spf13/cobra require minor v1.3.0 -> v1.4.0
github.com/stretchr/testify require patch v1.7.0 -> v1.7.1
golang image minor 1.17 -> 1.18

Release Notes

anchore/sbom-action

v0.8.0

Compare Source

Changes in v0.8.0

  • Specify the Syft version to use (#​126)
  • Add support for GitHub dependency snapshot API (#​201)
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

stretchr/testify

v1.7.1

Compare Source


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e7fb6f8 to 51adbc3 Compare March 15, 2022 20:58
@renovate renovate bot changed the title chore(deps): update module github.com/spf13/cobra to v1.4.0 chore(deps): update all non-major dependencies Mar 15, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0564a67 to b0978a6 Compare March 21, 2022 21:30
Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b0978a6 to 78c0187 Compare March 25, 2022 17:11
@danielzwink danielzwink merged commit 7a50665 into main Mar 25, 2022
@renovate renovate bot deleted the renovate/all-minor-patch branch March 25, 2022 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants