-
Notifications
You must be signed in to change notification settings - Fork 2
fix(deps): update module github.com/spf13/viper to v1.20.1 #187
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
base: main
Are you sure you want to change the base?
Conversation
d07b6eb
to
e86c2f1
Compare
f3037e5
to
77623a7
Compare
Deploying sharing with
|
Latest commit: |
493efcb
|
Status: | ✅ Deploy successful! |
Preview URL: | https://f08a591b.sharing-dw8.pages.dev |
Branch Preview URL: | https://renovate-github-com-spf13-vi.sharing-dw8.pages.dev |
b0e3e66
to
9feafc9
Compare
9feafc9
to
cfccc19
Compare
cfccc19
to
8083aeb
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #187 +/- ##
============================================
- Coverage 86.28% 8.98% -77.30%
============================================
Files 25 23 -2
Lines 277 1914 +1637
Branches 8 0 -8
============================================
- Hits 239 172 -67
- Misses 26 1732 +1706
+ Partials 12 10 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
8083aeb
to
3640e17
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: cmd/blob/go.sum
|
3640e17
to
e052a82
Compare
e052a82
to
397fe20
Compare
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
397fe20
to
54c7ff6
Compare
54c7ff6
to
ff5b92b
Compare
ff5b92b
to
493efcb
Compare
493efcb
to
e9f15b8
Compare
e9f15b8
to
96cf109
Compare
This PR contains the following updates:
v1.18.1
->v1.20.1
v1.15.0
->v1.20.1
Release Notes
spf13/viper (github.com/spf13/viper)
v1.20.1
Compare Source
What's Changed
Bug Fixes 🐛
Full Changelog: spf13/viper@v1.20.0...v1.20.1
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 ⬆️
Other Changes
New Contributors
Full Changelog: spf13/viper@v1.18.1...v1.19.0
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
orUnmarshalExact
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
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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.