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

Update all dependencies #41

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

Update all dependencies #41

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 21, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
alpine final minor 3.15 -> 3.19 age adoption passing confidence
github.com/gorilla/mux require patch v1.8.0 -> v1.8.1 age adoption passing confidence
github.com/gorilla/sessions require patch v1.2.1 -> v1.2.2 age adoption passing confidence
github.com/sirupsen/logrus require minor v1.8.1 -> v1.9.3 age adoption passing confidence
github.com/spf13/viper require minor v1.10.1 -> v1.18.2 age adoption passing confidence
github.com/stretchr/testify require minor v1.7.0 -> v1.9.0 age adoption passing confidence
github.com/urfave/negroni/v2 require major v2.0.2 -> v3.1.0 age adoption passing confidence
golang.org/x/crypto require minor v0.0.0-20220112180741-5e0467b6c7ce -> v0.22.0 age adoption passing confidence
golang.org/x/net require minor v0.0.0-20220114011407-0dd24b26b47d -> v0.24.0 age adoption passing confidence
golang.org/x/oauth2 require minor v0.0.0-20211104180415-d3ed0bb246c8 -> v0.19.0 age adoption passing confidence

Release Notes

gorilla/mux (github.com/gorilla/mux)

v1.8.1

Compare Source

What's Changed

New Contributors

Full Changelog: gorilla/mux@v1.8.0...v1.8.1

gorilla/sessions (github.com/gorilla/sessions)

v1.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: gorilla/sessions@v1.2.1...v1.2.2

sirupsen/logrus (github.com/sirupsen/logrus)

v1.9.3

Compare Source

Full Changelog: sirupsen/logrus@v1.9.2...v1.9.3

v1.9.2

Compare Source

Full Changelog: sirupsen/logrus@v1.9.1...v1.9.2

v1.9.1

Compare Source

What's Changed

New Contributors

Full Changelog: sirupsen/logrus@v1.9.0...v1.9.1

v1.9.0

Compare Source

v1.8.3

Compare Source

What's Changed

New Contributors

Full Changelog: sirupsen/logrus@v1.8.2...v1.8.3

v1.8.2

Compare Source

What's Changed

New Contributors

Full Changelog: sirupsen/logrus@v1.8.1...v1.8.2

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

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

v1.17.0

Compare Source

Major changes

Highlighting some of the changes for better visibility.

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

Minimum Go version: 1.19

Viper now requires Go 1.19

This change ensures we can stay up to date with modern practices and dependencies.

log/slog support [BREAKING]

Viper v1.11.0 added an experimental Logger interface to allow custom implementations (besides jwalterweatherman).

In addition, it also exposed an experimental WithLogger function allowing to set a custom logger.

This release deprecates that interface in favor of log/slog released in Go 1.21.

[!WARNING]
WithLogger accepts an *slog.Logger from now on.

To preserve backwards compatibility with older Go versions, prior to Go 1.21 Viper accepts a *golang.org/x/exp/slog.Logger.

The experimental flag is removed.

New finder implementation [BREAKING]

As of this release, Viper uses a new library to look for files, called locafero.

The new library is better covered by tests and has been built from scratch as a general purpose file finder library.

The implementation is experimental and is hidden behind a finder build tag.

[!WARNING]
The io/fs based implementation (that used to be hidden behind a finder build tag) has been removed.

What's Changed

Exciting New Features 🎉
Enhancements 🚀
Breaking Changes 🛠
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.16.0...v1.17.0

v1.16.0

Compare Source

What's Changed

Enhancements 🚀
Bug Fixes 🐛
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.15.0...v1.16.0

v1.15.0

Compare Source

What's Changed

Exciting New Features 🎉
Enhancements 🚀
Breaking Changes 🛠
Dependency Updates ⬆️

New Contributors

Full Changelog: spf13/viper@v1.14.0...v1.15.0

v1.14.0

Compare Source

What's Changed

Enhancements 🚀
Breaking Changes 🛠
Dependency Updates ⬆️

Full Changelog: spf13/viper@v1.13.0...v1.14.0

v1.13.0

Compare Source

Important: This is the last release supporting Go 1.15.

What's Changed

Exciting New Features 🎉
  • Add etcd3 to supp

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.

@codecov
Copy link

codecov bot commented Jan 21, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 44.28%. Comparing base (7503f5f) to head (02d2c8b).

❗ Current head 02d2c8b differs from pull request most recent head a9af58c. Consider uploading reports for the commit a9af58c to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #41   +/-   ##
=======================================
  Coverage   44.28%   44.28%           
=======================================
  Files           8        8           
  Lines         411      411           
=======================================
  Hits          182      182           
  Misses        197      197           
  Partials       32       32           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title Update golang.org/x/net commit hash to 4395403 Update golang.org/x/net commit hash to 2ed6ce1 Jan 21, 2022
@renovate renovate bot changed the title Update golang.org/x/net commit hash to 2ed6ce1 Update golang.org/x/net commit hash to e204ce3 Jan 21, 2022
@renovate renovate bot changed the title Update golang.org/x/net commit hash to e204ce3 Update all dependencies Jan 26, 2022
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 14129f7 to bee7ef7 Compare January 28, 2022 21:12
@renovate renovate bot changed the title Update all dependencies Update golang.org/x/net commit hash to cd36cc0 Jan 31, 2022
@renovate renovate bot changed the title Update golang.org/x/net commit hash to cd36cc0 Update all dependencies Jan 31, 2022
@renovate renovate bot changed the title Update all dependencies Update golang.org/x/net commit hash to cd36cc0 Feb 2, 2022
@renovate renovate bot changed the title Update golang.org/x/net commit hash to cd36cc0 Update all dependencies Feb 2, 2022
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from faaa2ca to 94b3676 Compare February 14, 2022 22:04
@renovate renovate bot changed the title Update all dependencies Update all dependencies to 8634188 Feb 24, 2022
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 2dc2f26 to 8321748 Compare February 25, 2022 19:15
@renovate renovate bot changed the title Update all dependencies to 8634188 Update all dependencies to efcb850 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from bc1e6a6 to 726b45c Compare March 9, 2022 18:12
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from d2567fe to c96de1a Compare August 8, 2023 15:17
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 1f3a35c to ae76ee0 Compare October 6, 2023 13:58
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 875f7c9 to 02d3cd2 Compare November 8, 2023 23:10
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from af0c456 to f3cb111 Compare December 8, 2023 16:42
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 2877f74 to 03e5f07 Compare February 8, 2024 17:03
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 118dd66 to 25df9a3 Compare March 1, 2024 15:45
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 8e2bdc5 to 9497438 Compare March 5, 2024 01:45
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 0e8200a to 2c4c0d2 Compare April 4, 2024 17:44
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

0 participants