Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/spf13/viper v1.20.1 -> v1.21.0 age confidence

Release Notes

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

v1.21.0

Compare Source

What's Changed

Enhancements 🚀
Bug Fixes 🐛
Dependency Updates ⬆️
Other Changes

New Contributors

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


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 this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Sep 8, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 9 additional dependencies were updated

Details:

Package Change
github.com/spf13/pflag v1.0.6 -> v1.0.10
github.com/fsnotify/fsnotify v1.8.0 -> v1.9.0
github.com/go-viper/mapstructure/v2 v2.2.1 -> v2.4.0
github.com/pelletier/go-toml/v2 v2.2.3 -> v2.2.4
github.com/sagikazarmark/locafero v0.7.0 -> v0.11.0
github.com/sourcegraph/conc v0.3.0 -> v0.3.1-0.20240121214520-5f936abd7ae8
github.com/spf13/afero v1.12.0 -> v1.15.0
github.com/spf13/cast v1.7.1 -> v1.10.0
golang.org/x/text v0.24.0 -> v0.28.0

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caution

Changes requested ❌

Reviewed everything up to ae2e547 in 3 minutes and 13 seconds. Click for details.
  • Reviewed 145 lines of code in 2 files
  • Skipped 0 files when reviewing.
  • Skipped posting 3 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. go.mod:12
  • Draft comment:
    Updated spf13/viper to v1.21.0 (and pflag to v1.0.10) along with related dependency bumps. Verify that any changes (e.g., config type handling) introduced in v1.21.0 are fully compatible with your code.
  • Reason this comment was not posted:
    Confidence changes required: 33% <= threshold 50% None
2. go.sum:55
  • Draft comment:
    The updated go.sum entries (e.g. fsnotify v1.9.0, mapstructure v2.4.0, go-toml v2.2.4, locafero v0.11.0) reflect the bump in dependency versions. Confirm these checksum updates are expected.
  • Reason this comment was not posted:
    Confidence changes required: 33% <= threshold 50% None
3. go.sum:179
  • Draft comment:
    Typographical error detected in the module path for YAML module in the go.mod entry. It reads "go.yaml.in/yaml/v3", which seems incorrect. Consider changing it to "gopkg.in/yaml.v3".
  • Reason this comment was not posted:
    Decided after close inspection that this draft comment was likely wrong and/or not actionable: usefulness confidence = 0% vs. threshold = 50% The comment points out what seems like a valid issue - "go.yaml.in" is an unusual domain that could be a typo of the more common "gopkg.in". However, I need to be very careful about making assumptions about dependencies. One of the key rules is to NOT comment on dependency changes or library versions we don't recognize. Even if this looks wrong, the author may have a good reason for using this specific module path. The module path could actually be intentional - there might be a fork or alternative implementation hosted at that domain. I shouldn't assume it's wrong just because it's unfamiliar. The rules explicitly state not to comment on dependency changes or library versions we don't recognize. Even if this looks like a typo, it's not my place to question it. This comment should be deleted as it violates the rule about not commenting on dependency changes or library versions.

Workflow ID: wflow_qV06lw7BGXeC4jIB

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

@@ -157,6 +175,8 @@ go.uber.org/atomic v1.9.0 h1:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE=
go.uber.org/atomic v1.9.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
go.uber.org/multierr v1.9.0 h1:7fIwc/ZtS0q++VgcfqFDxSBZVv/Xo49/SYnDFupUwlI=
go.uber.org/multierr v1.9.0/go.mod h1:X2jQV1h+kxSjClGpnseKVIxpmcjrj7MNnI0bnlfKTVQ=
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typographical error detected in the module path for YAML. It reads "go.yaml.in/yaml/v3", which appears to be a mistake. It is likely intended to be "gopkg.in/yaml.v3". Please verify and correct accordingly.

Suggested change
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
gopkg.in/yaml.v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=

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.

0 participants