Skip to content

chore(dependabot): bump github.com/spf13/viper from 1.19.0 to 1.20.1#527

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/go_modules/github.com/spf13/viper-1.20.1
Jun 23, 2025
Merged

chore(dependabot): bump github.com/spf13/viper from 1.19.0 to 1.20.1#527
github-actions[bot] merged 1 commit intomainfrom
dependabot/go_modules/github.com/spf13/viper-1.20.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2025

Bumps github.com/spf13/viper from 1.19.0 to 1.20.1.

Release notes

Sourced from github.com/spf13/viper's releases.

v1.20.1

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.20.0...v1.20.1

v1.20.0

[!WARNING] This release includes a few minor breaking changes. Read the upgrade guide for details.

What's Changed

Exciting New Features 🎉

Enhancements 🚀

Bug Fixes 🐛

Breaking Changes 🛠

Dependency Updates ⬆️

... (truncated)

Commits
  • 9568cfc fix: config type check when loading any config
  • fd05140 fix(config): get config type from v.configType or config file ext
  • c038295 docs: add update instructions for 1.20
  • 9c07e0f build: disable unused linters
  • 48112d6 ci: add Go 1.24 to the test matrix
  • 66e3e28 build(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6
  • 17b96ac New Logo
  • 8b223a4 build(deps): bump github.com/spf13/cast from 1.7.0 to 1.7.1
  • 91fd363 chore: update afero
  • e75c48f Fix issues reported by testifylint
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 11, 2025
@dependabot dependabot bot requested review from a team as code owners April 11, 2025 08:18
@github-actions github-actions bot enabled auto-merge (squash) April 11, 2025 08:18
github-actions[bot]
github-actions bot previously approved these changes Apr 11, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/spf13/viper-1.20.1 branch from aafed99 to 451530d Compare April 17, 2025 04:37
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/spf13/viper-1.20.1 branch from 451530d to bc151ec Compare April 24, 2025 19:36
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/spf13/viper-1.20.1 branch from bc151ec to f3aca64 Compare April 28, 2025 16:36
github-actions[bot]
github-actions bot previously approved these changes Apr 28, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/spf13/viper-1.20.1 branch from f3aca64 to 98163b0 Compare April 30, 2025 14:19
github-actions[bot]
github-actions bot previously approved these changes Apr 30, 2025
@jentfoo
Copy link
Contributor

jentfoo commented May 27, 2025

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 27, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@jentfoo
Copy link
Contributor

jentfoo commented May 27, 2025

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/spf13/viper-1.20.1 branch from 2488e32 to 79ad616 Compare May 27, 2025 15:27
github-actions[bot]
github-actions bot previously approved these changes May 27, 2025
@jentfoo
Copy link
Contributor

jentfoo commented Jun 4, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/spf13/viper-1.20.1 branch from 79ad616 to 313f9b2 Compare June 4, 2025 15:14
@jentfoo
Copy link
Contributor

jentfoo commented Jun 6, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/spf13/viper-1.20.1 branch from 313f9b2 to 7bd5f3e Compare June 6, 2025 18:00
@jakedoublev
Copy link
Contributor

@dependabot rebase

Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.19.0 to 1.20.1.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.19.0...v1.20.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-version: 1.20.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/spf13/viper-1.20.1 branch from 7bd5f3e to 4157d4f Compare June 23, 2025 20:53
@github-actions github-actions bot merged commit ff0bc84 into main Jun 23, 2025
11 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/github.com/spf13/viper-1.20.1 branch June 23, 2025 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants