chore(deps): update module github.com/spf13/viper to v1.18.0 #47

Merged
CSRBot merged 1 commits from renovate/github.com-spf13-viper-1.x into master 2023-12-06 17:18:37 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/spf13/viper require minor v1.17.0 -> v1.18.0

Release Notes

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

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: https://github.com/spf13/viper/compare/v1.17.0...v1.18.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/spf13/viper](https://github.com/spf13/viper) | require | minor | `v1.17.0` -> `v1.18.0` | --- ### Release Notes <details> <summary>spf13/viper (github.com/spf13/viper)</summary> ### [`v1.18.0`](https://github.com/spf13/viper/releases/tag/v1.18.0) [Compare Source](https://github.com/spf13/viper/compare/v1.17.0...v1.18.0) #### 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: [#&#8203;761](https://github.com/spf13/viper/issues/761)) [#&#8203;1429](https://github.com/spf13/viper/issues/1429) introduced a solution that solves that issue. #### What's Changed ##### Enhancements 🚀 - chore: rename files according to enabled build tags by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/spf13/viper/pull/1642 - test: replace ifs with asserts to simplify tests by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/spf13/viper/pull/1656 - ci: enable test shuffle and fix tests by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/spf13/viper/pull/1643 - fix: gocritic lint issues by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/spf13/viper/pull/1696 ##### Bug Fixes 🐛 - Implement viper.BindStruct for automatic unmarshalling from environment variables by [@&#8203;krakowski](https://github.com/krakowski) in https://github.com/spf13/viper/pull/1429 - fix isPathShadowedInFlatMap type cast bug by [@&#8203;linuxsong](https://github.com/linuxsong) in https://github.com/spf13/viper/pull/1585 ##### Dependency Updates ⬆️ - build(deps): bump github/codeql-action from 2.21.9 to 2.22.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1661 - build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1659 - build(deps): bump actions/checkout from 4.1.0 to 4.1.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1663 - build(deps): bump actions/github-script from 6.4.1 to 7.0.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1686 - build(deps): bump github/codeql-action from 2.22.3 to 2.22.8 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1688 - build(deps): bump github.com/spf13/afero from 1.10.0 to 1.11.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1692 - build(deps): bump actions/dependency-review-action from 3.1.0 to 3.1.4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1690 - build(deps): bump cachix/install-nix-action from 23 to 24 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1689 - build(deps): bump github.com/nats-io/nkeys from 0.4.5 to 0.4.6 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1672 - build(deps): bump github.com/spf13/cast from 1.5.1 to 1.6.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1691 - build(deps): bump github.com/fsnotify/fsnotify from 1.6.0 to 1.7.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/spf13/viper/pull/1668 - chore: update dependencies by [@&#8203;sagikazarmark](https://github.com/sagikazarmark) in https://github.com/spf13/viper/pull/1694 - chore: update crypt by [@&#8203;sagikazarmark](https://github.com/sagikazarmark) in https://github.com/spf13/viper/pull/1701 ##### Other Changes - Add info about multiple hosts for remote config by [@&#8203;KaymeKaydex](https://github.com/KaymeKaydex) in https://github.com/spf13/viper/pull/1684 - refactor: drop fsonitfy wrapper by [@&#8203;sagikazarmark](https://github.com/sagikazarmark) in https://github.com/spf13/viper/pull/1693 - Note Get\* behavior on parse failure by [@&#8203;scop](https://github.com/scop) in https://github.com/spf13/viper/pull/1687 - fix: godot lint issues by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/spf13/viper/pull/1657 #### New Contributors - [@&#8203;KaymeKaydex](https://github.com/KaymeKaydex) made their first contribution in https://github.com/spf13/viper/pull/1684 - [@&#8203;krakowski](https://github.com/krakowski) made their first contribution in https://github.com/spf13/viper/pull/1429 - [@&#8203;linuxsong](https://github.com/linuxsong) made their first contribution in https://github.com/spf13/viper/pull/1585 **Full Changelog**: https://github.com/spf13/viper/compare/v1.17.0...v1.18.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMy4yIiwidXBkYXRlZEluVmVyIjoiMzcuMzMuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
CSRBot added 1 commit 2023-12-06 17:13:53 +00:00
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
b274abc6f4
chore(deps): update module github.com/spf13/viper to v1.18.0
CSRBot scheduled this pull request to auto merge when all checks succeed 2023-12-06 17:13:54 +00:00
CSRBot merged commit b274abc6f4 into master 2023-12-06 17:18:37 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: volker.raschek/drone-email#47
No description provided.