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

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

chore(deps): update all #1

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 3, 2023

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/gin-gonic/gin require minor v1.7.7 -> v1.9.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/text require minor v0.3.5 -> v0.14.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

gin-gonic/gin (github.com/gin-gonic/gin)

v1.9.1

Compare Source

BUG FIXES
SECURITY
  • fix lack of escaping of filename in Content-Disposition #​3556
ENHANCEMENTS
  • refactor: use bytes.ReplaceAll directly #​3455
  • convert strings and slices using the officially recommended way #​3344
  • improve render code coverage #​3525
DOCS
  • docs: changed documentation link for trusted proxies #​3575
  • chore: improve linting, testing, and GitHub Actions setup #​3583

v1.9.0

Compare Source

BREAK CHANGES
  • Stop useless panicking in context and render #​2150
BUG FIXES
  • fix(router): tree bug where loop index is not decremented. #​3460
  • fix(context): panic on NegotiateFormat - index out of range #​3397
  • Add escape logic for header #​3500 and #​3503
SECURITY
  • Fix the GO-2022-0969 and GO-2022-0288 vulnerabilities #​3333
  • fix(security): vulnerability GO-2023-1571 #​3505
ENHANCEMENTS
  • feat: add sonic json support #​3184
  • chore(file): Creates a directory named path #​3316
  • fix: modify interface check way #​3327
  • remove deprecated of package io/ioutil #​3395
  • refactor: avoid calling strings.ToLower twice #​3343
  • console logger HTTP status code bug fixed #​3453
  • chore(yaml): upgrade dependency to v3 version #​3456
  • chore(router): match method added to routergroup for multiple HTTP methods supporting #​3464
  • chore(http): add support for go1.20 http.rwUnwrapper to gin.responseWriter #​3489
DOCS
  • docs: update markdown format #​3260
  • docs(readme): Add the TOML rendering example #​3400
  • docs(readme): move more example to docs/doc.md #​3449
  • docs: update markdown format #​3446

v1.8.2

Compare Source

BUG FIXES
SECURITY

v1.8.1

Compare Source

ENHANCEMENTS
  • feat(context): add ContextWithFallback feature flag #​3172

v1.8.0

Compare Source

BREAK CHANGES
  • TrustedProxies: Add default IPv6 support and refactor #​2967. Please replace RemoteIP() (net.IP, bool) with RemoteIP() net.IP
  • gin.Context with fallback value from gin.Context.Request.Context() #​2751
BUG FIXES
  • Fixed SetOutput() panics on go 1.17 #​2861
  • Fix: wrong when wildcard follows named param #​2983
  • Fix: missing sameSite when do context.reset() #​3123
ENHANCEMENTS
  • Use Header() instead of deprecated HeaderMap #​2694
  • RouterGroup.Handle regular match optimization of http method #​2685
  • Add support go-json, another drop-in json replacement #​2680
  • Use errors.New to replace fmt.Errorf will much better #​2707
  • Use Duration.Truncate for truncating precision #​2711
  • Get client IP when using Cloudflare #​2723
  • Optimize code adjust #​2700
  • Optimize code and reduce code cyclomatic complexity #​2737
  • Improve sliceValidateError.Error performance #​2765
  • Support custom struct tag #​2720
  • Improve router group tests #​2787
  • Fallback Context.Deadline() Context.Done() Context.Err() to Context.Request.Context() #​2769
  • Some codes optimize #​2830 #​2834 #​2838 #​2837 #​2788 #​2848 #​2851 #​2701
  • TrustedProxies: Add default IPv6 support and refactor #​2967
  • Test(route): expose performRequest func #​3012
  • Support h2c with prior knowledge #​1398
  • Feat attachment filename support utf8 #​3071
  • Feat: add StaticFileFS #​2749
  • Feat(context): return GIN Context from Value method #​2825
  • Feat: automatically SetMode to TestMode when run go test #​3139
  • Add TOML bining for gin #​3081
  • IPv6 add default trusted proxies #​3033
DOCS
  • Add note about nomsgpack tag to the readme #​2703
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 🤖


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 changed the title chore(deps): update all chore(deps): update all - autoclosed Apr 4, 2023
@renovate renovate bot closed this Apr 4, 2023
@renovate renovate bot deleted the renovate/all branch April 4, 2023 01:11
@renovate renovate bot changed the title chore(deps): update all - autoclosed chore(deps): update all Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/all branch April 4, 2023 11:22
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 2b5dde0 to 9db604e Compare April 8, 2023 03:15
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from e5ec1a6 to d384d66 Compare June 1, 2023 17:12
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 5bbe7a5 to f3670d3 Compare June 14, 2023 02:28
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 3126e4b to 7fc4405 Compare July 4, 2023 17:40
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from e1d6d8b to f874dac Compare July 12, 2023 20:59
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 9568b4f to f91dbab Compare August 9, 2023 02:54
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 7fb190a to 5342d5e Compare September 7, 2023 08:49
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from c4b25cf to 2dec993 Compare September 15, 2023 17:51
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 51f0d79 to e9b84be Compare October 6, 2023 05:27
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 97d3ca3 to d3c05c8 Compare October 11, 2023 05:17
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 2935783 to 72a1404 Compare November 9, 2023 05:10
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from d3759ce to 9ead947 Compare December 7, 2023 17:35
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 7580311 to 2f9fef4 Compare December 9, 2023 05:51
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 22cbb21 to e2fd3b0 Compare January 12, 2024 05:23
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from cef57de to 14a2729 Compare February 8, 2024 08:10
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from dc50f90 to 2e0d828 Compare February 27, 2024 05:07
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from c5ec35b to 9cac1c8 Compare March 7, 2024 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants