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 #384

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

chore(deps): update all #384

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 16, 2020

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action minor v3.2.6 -> v3.3.3 age adoption passing confidence
alpine final minor 3.16.0 -> 3.19.1 age adoption passing confidence
github.com/dustin/go-humanize require patch v1.0.0 -> v1.0.1 age adoption passing confidence
github.com/imdario/mergo require patch v0.3.12 -> v0.3.16 age adoption passing confidence
github.com/mattn/go-zglob require patch v0.0.3 -> v0.0.4 age adoption passing confidence
github.com/smartystreets/goconvey require minor v1.7.2 -> v1.8.1 age adoption passing confidence
github.com/spf13/cobra require minor v1.4.0 -> v1.8.0 age adoption passing confidence
github.com/spf13/viper require minor v1.8.1 -> v1.18.2 age adoption passing confidence
github.com/urfave/cli require patch v1.22.9 -> v1.22.15 age adoption passing confidence
go.uber.org/zap require minor v1.21.0 -> v1.27.0 age adoption passing confidence
golang stage minor 1.19.2-alpine -> 1.22.2-alpine age adoption passing confidence
golang.org/x/crypto require minor v0.0.0-20201112155050-0c6587e931a9 -> v0.22.0 age adoption passing confidence
golang.org/x/net require minor v0.0.0-20210405180319-a5a99cb37ef4 -> v0.24.0 age adoption passing confidence
golang.org/x/time require minor v0.0.0-20200630173020-3af7569d3a1e -> v0.5.0 age adoption passing confidence

Release Notes

actions/cache (actions/cache)

v3.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.3

v3.3.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.3.2

v3.3.1

Compare Source

What's Changed

Full Changelog: actions/cache@v3...v3.3.1

v3.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.3.0

dustin/go-humanize (github.com/dustin/go-humanize)

v1.0.1

Compare Source

imdario/mergo (github.com/imdario/mergo)

v0.3.16: Announcement: v1.0.0 will be released on June 18th

Compare Source

This release doesn't contain code changes.

After 10 years, with many corner cases covered, very few issues pending (at least, comparing them with the usage of the library as part of Docker, Kubernetes, Datadog's agent, etc.), and a very stable API, I think it's time to release a 1.0.0 version.

This version will be released under a vanity URL: dario.cat/mergo

PS: although I'll make sure that github.com/imdario/mergo will be available, I'm going to also change my GitHub handle, so expect for a few minutes to not be able to pull from github.com/imdario as I fork it from the new handle to the old one.

PS2: I'm creating a discussion for this release to make sure we can have a conversation around the topic, and anything else about Mergo that you care about.

v0.3.15: Issues #​131, #​170, #​220, and #​202 fixed

Compare Source

v0.3.14: fix: Respect overwriteWithEmptySrc when merging maps #​231

Compare Source

v0.3.13: Merging same-type slices supported, YAML upgraded to v3 (only used in tests), and more flexibility for transformers

Compare Source

What's Changed

New Contributors

Full Changelog: darccio/mergo@0.3.12...v0.3.13

mattn/go-zglob (github.com/mattn/go-zglob)

v0.0.4

Compare Source

smartystreets/goconvey (github.com/smartystreets/goconvey)

v1.8.1

Compare Source

v1.8.0: - Updating to Go 1.18

Compare Source

What's Changed

New Contributors

Full Changelog: smartystreets/goconvey@v1.7.2...v1.8.0

spf13/cobra (github.com/spf13/cobra)

v1.8.0

Compare Source

✨ Features

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation


Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍

Full Changelog: spf13/cobra@v1.7.0...v1.8.0

v1.7.0

Compare Source

✨ Features
🐛 Bug fixes
🧪 Testing & CI/CD
🔧 Maintenance
✏️ Documentation

This release contains several long running fixes, improvements to powershell completions, and further optimizations for completions.

Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you! 🐍

Full changelog: spf13/cobra@v1.6.1...v1.7.0

v1.6.1

Compare Source

Bug fixes 🐛
  • Fixes a panic when AddGroup isn't called before AddCommand(my-sub-command) is executed. This can happen within more complex cobra file structures that have many different inits to be executed. Now, the check for groups has been moved to ExecuteC and provides more flexibility when working with grouped commands - @​marckhouzam (and shout out to @​aawsome, @​andig and @​KINGSABRI for a deep investigation into this! 👏🏼)

v1.6.0

Compare Source

Summer 2022 Release

Some exciting changes make their way to Cobra! Command completions continue to get better and better (including adding --help and --version automatic flags to the completions list). Grouping is now possible in your help output as well! And you can now use the OnFinalize method to cleanup things when all "work" is done. Checkout the full changelog below:


Features 🌠
Deprecation 👎🏼
  • ExactValidArgs is deprecated (but not being removed entirely). This is abit nuanced, so checkout #​1643 for further information and the updated user_guide.md on how this may affect you (and how you can take advantage of the correct behavior in the validators): @​umarcor #​1643
Bug fixes 🐛
Dependencies 🗳️
Testing 🤔
Docs ✏️
Misc 💭

Note: Per #​1804, we will be moving away from "seasonal" releases and doing more generic point release targets. Continue to track the milestones and issues in the spf13/cobra GitHub repository for more information!

Great work everyone! Cobra would never be possible without your contributions! 🐍

Full Changelog: spf13/cobra@v1.5.0...v1.6.0

v1.5.0

Compare Source

Spring 2022 Release 🌥️

Hello everyone! Welcome to another release of cobra. Completions continue to get better and better. This release adds a few really cool new features. We also continue to patch versions of our dependencies as they become available via dependabot. Happy coding!

Active help 👐🏼

Shout out to @​marckhouzam for a big value add: Active Help https://github.com/spf13/cobra/pull/1482. With active help, a program can provide some inline warnings or hints for users as they hit tab. Now, your CLIs can be even more intuitive to use!

Currently active help is only supported for bash V2 and zsh. Marc wrote a whole guide on how to do this, so make sure to give it a good read to learn how you can add this to your cobra code! https://github.com/spf13/cobra/blob/master/active_help.md

Group flags 🧑🏼‍🤝‍🧑🏼

Cobra now has the ability to mark flags as required or exclusive as a group. Shout out to our newest maintainer @​johnSchnake for this! https://github.com/spf13/cobra/pull/1654 Let's say you have a username flag that MUST be partnered with a password flag. Well, now, you can enforce those as being required together:

rootCmd.Flags().StringVarP(&u, "username", "u", "", "Username (required if password is set)")
rootCmd.Flags().StringVarP(&pw, "password", "p", "", "Password (required if username is set)")
rootCmd.MarkFlagsRequiredTogether("username", "password")

Flags may also be marked as "mutally exclusive" with the MarkFlagsMutuallyExclusive(string, string ... ) command API. Refer to our user guide documentation for further info!

Completions 👀

Documentation 📝

Testing & CI ⚙️

Beep boop, bot commits 🤖

Misc 💭

Shoutout to ALL our contributors (and all the new first time contributors!!) - great work everyone!! Cobra and it's huge impact wouldn't be possible without you 👏🏼 🚀 🐍

Full Changelog: spf13/cobra@v1.4.0...v1.5.0

spf13/viper (github.com/spf13/viper)

v1.18.2

Compare Source

tl;dr Skip 1.18.0 and 1.18.1 and upgrade to this version instead.

This release fixes a regression that appears in rare circumstances when using Unmarshal or UnmarshalExact to decode values onto pointers with multiple indirection (eg. pointer to a pointer, etc). The change was introduced in 1.18.0 as a means to resolve a long-standing bug when decoding environment variables to structs.

The feature is now disabled by default and can be enabled using the viper_bind_struct build tag. It's also considered experimental at this point, so breaking changes may be introduced in the future.

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.18.1...v1.18.2

v1.18.1

Compare Source

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.18.0...v1.18.1

v1.18.0

Compare Source

Major changes

Highlighting some of the changes for better visibility.

Please share your feedback in the Discussion forum. Thanks! ❤️

AutomaticEnv works with Unmarshal

Previously, environment variables that weren't bound manually or had no defaults could not be mapped by Unmarshal. (The problem is explained in details in this issue: #​761)

#​1429 introduced a solution that solves that issue.

What's Changed

Enhancements 🚀
Bug Fixes 🐛
Dependency Updates ⬆️
Other Changes

New Contributors


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.

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


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot requested a review from moul as a code owner November 16, 2020 16:01
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Nov 16, 2020
@renovate renovate bot changed the title chore(deps): update golang.org/x/crypto commit hash to 4be66e5 chore(deps): update golang.org/x/crypto commit hash to c1f2f97 Nov 17, 2020
@renovate renovate bot changed the title chore(deps): update golang.org/x/crypto commit hash to c1f2f97 chore(deps): update golang.org/x/crypto commit hash to c8d3bf9 Nov 24, 2020
@renovate renovate bot changed the title chore(deps): update golang.org/x/crypto commit hash to c8d3bf9 chore(deps): update all Dec 1, 2020
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 1d2a455 to 216041f Compare December 8, 2020 17:43
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from baac47b to 2bd5bc7 Compare December 16, 2020 06:16
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 863e19d to 81c2feb Compare December 21, 2020 19:17
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 06ea0a7 to b08633a Compare February 10, 2021 20:11
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 56cc3f1 to 374dd0a Compare February 18, 2021 00:08
@renovate renovate bot changed the title chore(deps): update all fix(deps): update all Feb 18, 2021
@auto-add-label auto-add-label bot added Bug and removed dependencies labels Feb 18, 2021
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 572c47e to ddba158 Compare October 10, 2023 21:54
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from c5d371a to 856dd89 Compare November 7, 2023 22:03
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 9c1b6a5 to 9dd4ca5 Compare December 1, 2023 01:00
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 8e55e70 to 4f451c9 Compare December 8, 2023 15:13
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 2a9af99 to 24d5c72 Compare January 11, 2024 18:22
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from e3d390e to 8698b27 Compare January 28, 2024 13:32
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 5531da6 to 75b7c15 Compare February 8, 2024 01:13
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 51c3bf6 to 08f4363 Compare February 26, 2024 22:21
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 9103029 to 90ef864 Compare March 5, 2024 21:33
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 26e0a00 to 43f8bc0 Compare April 4, 2024 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug dependencies 🔍 Ready for Review Pull Request is not reviewed yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants