Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/goccy/go-yaml v1.18.0v1.19.2 age confidence
github.com/spf13/cobra v1.9.1v1.10.2 age confidence
github.com/spf13/pflag v1.0.7v1.0.10 age confidence
github.com/spf13/viper v1.20.1v1.21.0 age confidence
github.com/stretchr/testify v1.10.0v1.11.1 age confidence

Release Notes

goccy/go-yaml (github.com/goccy/go-yaml)

v1.19.2: 1.19.2

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.19.1...v1.19.2

v1.19.1: 1.19.1

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.19.0...v1.19.1

v1.19.0: 1.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.18.0...v1.19.0

spf13/cobra (github.com/spf13/cobra)

v1.10.2

Compare Source

🔧 Dependencies

  • chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @​dims in #​2336 - the gopkg.in/yaml.v3 package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of spf13/cobra

📈 CI/CD

🔥✍🏼 Docs

🍂 Refactors

🤗 New Contributors

Full Changelog: spf13/cobra@v1.10.1...v1.10.2

Thank you to our amazing contributors!!!!! 🐍 🚀

v1.10.1

Compare Source

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: spf13/cobra@v1.10.0...v1.10.1

v1.10.0

Compare Source

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

More details can be found here: #​2303 (comment)

✨ Features
🐛 Fix
🪠 Testing
📝 Docs

New Contributors

Full Changelog: spf13/cobra@v1.9.1...v1.9.2

spf13/pflag (github.com/spf13/pflag)

v1.0.10

Compare Source

What's Changed

  • fix deprecation comment for (FlagSet.)ParseErrorsWhitelist by @​thaJeztah in #​447
  • remove uses of errors.Is, which requires go1.13, move go1.16/go1.21 tests to separate file by @​thaJeztah in #​448

New Contributors

Full Changelog: spf13/pflag@v1.0.9...v1.0.10

v1.0.9

Compare Source

What's Changed

Full Changelog: spf13/pflag@v1.0.8...v1.0.9

v1.0.8

Compare Source

⚠️ Breaking Change

This version, while only a patch bump, includes a (very minor) breaking change: the flag.ParseErrorsWhitelist struct and corresponding FlagSet.parseErrorsWhitelist field have been renamed to ParseErrorsAllowlist.

This should result in compilation errors in any code that uses these fields, which can be fixed by adjusting the names at call sites. There is no change in semantics or behavior of the struct or field referred to by these names. If your code compiles without errors after bumping to/past v1.0.8, you are not affected by this change.

The breaking change was reverted in v1.0.9, by means of re-introducing the old names with deprecation warnings. The plan is still to remove them in a future release, so if your code does depend on the old names, please change them to use the new names at your earliest convenience.

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.7...v1.0.8

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

stretchr/testify (github.com/stretchr/testify)

v1.11.1

Compare Source

This release fixes #​1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

Compare Source

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes
Documentation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.10.0...v1.11.0


Configuration

📅 Schedule: Branch creation - "after 12pm every weekday,before 11am every weekday" in timezone America/New_York, 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.


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

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

@renovate renovate bot added the code-deps label Aug 19, 2025
@renovate renovate bot requested a review from a team as a code owner August 19, 2025 17:56
@renovate renovate bot changed the title fix(deps): update code-deps to v0.12.81 fix(deps): update code-deps to v0.12.81 - autoclosed Aug 20, 2025
@renovate renovate bot closed this Aug 20, 2025
@renovate renovate bot deleted the renovate/maru-code-dependencies branch August 20, 2025 17:37
@renovate renovate bot changed the title fix(deps): update code-deps to v0.12.81 - autoclosed fix(deps): update code-deps to v0.12.81 Aug 25, 2025
@renovate renovate bot reopened this Aug 25, 2025
@renovate renovate bot force-pushed the renovate/maru-code-dependencies branch from 3c7354c to b979abe Compare August 25, 2025 06:59
@renovate renovate bot changed the title fix(deps): update code-deps to v0.12.81 fix(deps): update code-deps to v1.11.0 Aug 25, 2025
@renovate renovate bot force-pushed the renovate/maru-code-dependencies branch from b979abe to 9decdbc Compare August 25, 2025 11:33
@renovate renovate bot changed the title fix(deps): update code-deps to v1.11.0 fix(deps): update code-deps to v1.11.1 Aug 27, 2025
@renovate renovate bot force-pushed the renovate/maru-code-dependencies branch from 9decdbc to 97e6865 Compare August 27, 2025 18:48
@renovate renovate bot changed the title fix(deps): update code-deps to v1.11.1 fix(deps): update maru code dependencies Aug 31, 2025
@renovate renovate bot force-pushed the renovate/maru-code-dependencies branch 4 times, most recently from 3b319e0 to 7ae4a20 Compare September 2, 2025 21:37
@renovate renovate bot force-pushed the renovate/maru-code-dependencies branch from 7ae4a20 to 2d963c2 Compare September 8, 2025 18:51
@renovate
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):

  • 3 additional dependencies were updated

Details:

Package Change
github.com/sagikazarmark/locafero v0.10.0 -> v0.11.0
github.com/spf13/afero v1.14.0 -> v1.15.0
github.com/spf13/cast v1.9.2 -> v1.10.0

@renovate renovate bot force-pushed the renovate/maru-code-dependencies branch from 2d963c2 to 4a1dfcc Compare October 9, 2025 12:09
@renovate renovate bot force-pushed the renovate/maru-code-dependencies branch 2 times, most recently from 46f74b7 to 44afc85 Compare December 4, 2025 04:53
@renovate
Copy link
Contributor Author

renovate bot commented Dec 15, 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):

  • 3 additional dependencies were updated

Details:

Package Change
github.com/sagikazarmark/locafero v0.10.0 -> v0.11.0
github.com/spf13/afero v1.14.0 -> v1.15.0
github.com/spf13/cast v1.9.2 -> v1.10.0

@renovate renovate bot force-pushed the renovate/maru-code-dependencies branch from 44afc85 to 3c5e9b3 Compare December 17, 2025 11:40
| datasource | package                     | from    | to      |
| ---------- | --------------------------- | ------- | ------- |
| go         | github.com/goccy/go-yaml    | v1.18.0 | v1.19.2 |
| go         | github.com/spf13/cobra      | v1.9.1  | v1.10.2 |
| go         | github.com/spf13/pflag      | v1.0.7  | v1.0.10 |
| go         | github.com/spf13/viper      | v1.20.1 | v1.21.0 |
| go         | github.com/stretchr/testify | v1.10.0 | v1.11.1 |
@renovate renovate bot force-pushed the renovate/maru-code-dependencies branch from 3c5e9b3 to a5e5d5e Compare January 8, 2026 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant