-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
dc0e38d
to
a924324
Compare
a924324
to
d369aa6
Compare
d369aa6
to
2dac0a3
Compare
14129f7
to
bee7ef7
Compare
bee7ef7
to
d67f59c
Compare
faaa2ca
to
94b3676
Compare
94b3676
to
994fa46
Compare
2dc2f26
to
8321748
Compare
bc1e6a6
to
726b45c
Compare
fdd1c99
to
9c44991
Compare
9c44991
to
cd519a9
Compare
cd519a9
to
f515e81
Compare
89466eb
to
09e7d9b
Compare
52eabed
to
7b231f5
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
3044ae9
to
539a487
Compare
8661833
to
8ead3a1
Compare
ed57b2e
to
a3fa91c
Compare
a3fa91c
to
2786938
Compare
This PR contains the following updates:
3.15
->3.21
v1.8.0
->v1.8.1
v1.2.1
->v1.4.0
v1.8.1
->v1.9.3
v1.10.1
->v1.20.0
v1.7.0
->v1.10.0
v2.0.2
->v3.1.1
v0.0.0-20220112180741-5e0467b6c7ce
->v0.36.0
v0.0.0-20220114011407-0dd24b26b47d
->v0.37.0
v0.0.0-20211104180415-d3ed0bb246c8
->v0.28.0
Release Notes
gorilla/mux (github.com/gorilla/mux)
v1.8.1
Compare Source
What's Changed
authenticationMiddleware
initialization in theREADME.md
file by @amustaque97 in https://github.com/gorilla/mux/pull/693Single Page Application
example inREADME.md
file by @amustaque97 in https://github.com/gorilla/mux/pull/678New Contributors
Full Changelog: gorilla/mux@v1.8.0...v1.8.1
gorilla/sessions (github.com/gorilla/sessions)
v1.4.0
Compare Source
Summary
There were new features important for compatibility with some of the upcoming cookie security changes with google that required a new
Partitioned
attribute be added to the cookies, this attribute was only available in go 1.23, which has just recently been released.If you require a version that is backward compatible with a lower version than go 1.23 then you'll need to use release v1.3.0.
The following notes show the difference between 1.2.2 and the current version because 1.3.0 was a hotfix for go 1.22 and below.
What's Changed
New Contributors
Full Changelog: gorilla/sessions@v1.2.2...v1.4.0
v1.3.0
Compare Source
The maintainers of this repo merged a PR into main with the
net/http.Cookie
fieldPartitioned
which is a field only available in go 1.23. As a result all usage of the main branch will not work unless users are on 1.23 which at the time of writing is currently unreleased. This broke the install for a number of users so the intent of this release is to push out a couple of features and bugfixes with the go 1.23 specific changes removed.Releases should be used exclusively until go 1.23 is released.
What's Changed
New Contributors
Full Changelog: gorilla/sessions@v1.2.2...v1.3.0
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.20.0
Compare Source
What's Changed
Exciting New Features 🎉
Enhancements 🚀
Bug Fixes 🐛
Breaking Changes 🛠
Dependency Updates ⬆️
Other Changes
New Contributors
Full Changelog: spf13/viper@v1.19.0...v1.20.0
v1.19.0
Compare Source
What's Changed
Bug Fixes 🐛
Dependency Updates ⬆️
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.
This PR was generated by Mend Renovate. View the repository job log.