Skip to content

Update all non-major dependencies - #699

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-non-major
Open

Update all non-major dependencies#699
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-non-major

Conversation

@renovate

@renovate renovate Bot commented Aug 7, 2026

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
cimg/go docker minor 1.201.26 age confidence
github.com/Masterminds/semver/v3 require minor v3.2.0v3.5.0 age confidence
github.com/fatih/color require minor v1.14.1v1.19.0 age confidence
github.com/gookit/color require minor v1.5.2v1.6.1 age confidence
github.com/imdario/mergo require patch v0.3.13v0.3.16 age confidence
github.com/mattn/go-colorable require patch v0.1.13v0.1.15 age confidence
github.com/sergi/go-diff require minor v1.3.1v1.4.0 age confidence
github.com/spf13/cobra require minor v1.6.1v1.10.2 age confidence
github.com/spf13/pflag require patch v1.0.5v1.0.10 age confidence
github.com/stretchr/testify require minor v1.8.2v1.11.1 age confidence
goreleaser/goreleaser docker minor v2.15.4v2.17.1 age confidence
k8s.io/api require minor v0.26.2v0.36.3 age confidence
k8s.io/apimachinery require minor v0.26.2v0.36.3 age confidence
k8s.io/client-go require minor v0.26.2v0.36.3 age confidence
k8s.io/klog/v2 require minor v2.90.1v2.140.0 age confidence
sigs.k8s.io/controller-runtime require minor v0.14.5v0.24.1 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Masterminds/semver (github.com/Masterminds/semver/v3)

v3.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: Masterminds/semver@v3.4.0...v3.5.0

v3.4.0

Compare Source

There are a few changes in this release to highlight:

  1. Constraints now has a property IncludePrerelease. When set to true the Check and Validate methods will include prereleases.
  2. When an AND group has one constraint with a prerelease but more than one constraint then prereleases will be included. For example, >1.0.0-beta.1 < 2. In the past this would not have included prereleases because each constraint needed to have a prerelease. Now, only one constraint needs to have a prerelease. This is considered a long standing bug fix. Note, this does not carry across OR groups. For example, >1.0.0-beta.1 < 2 || > 3. In this case, prereleases will not be included when evaluating against >3.
  3. NewVersion coercion with leading "0"'s is restored. This can be disabled by setting the package level property CoerceNewVersion to false.

What's Changed

New Contributors

Full Changelog: Masterminds/semver@v3.3.1...v3.4.0

v3.3.1

Compare Source

What's Changed

Full Changelog: Masterminds/semver@v3.3.0...v3.3.1

v3.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: Masterminds/semver@v3.2.1...v3.3.0

v3.2.1

Compare Source

Changed
  • #​198: Improved testing around pre-release names
  • #​200: Improved code scanning with addition of CodeQL
  • #​201: Testing now includes Go 1.20. Go 1.17 has been dropped
  • #​202: Migrated Fuzz testing to Go built-in Fuzzing. CI runs daily
  • #​203: Docs updated for security details
Fixed
  • #​199: Fixed issue with range transformations

Full Changelog: Masterminds/semver@v3.2.0...v3.2.1

fatih/color (github.com/fatih/color)

v1.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: fatih/color@v1.18.0...v1.19.0

v1.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: fatih/color@v1.17.0...v1.18.0

v1.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: fatih/color@v1.16.0...v1.17.0

v1.16.0

Compare Source

What's Changed

Dependency updates

New Contributors

Full Changelog: fatih/color@v1.15.0...v1.16.0

v1.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: fatih/color@v1.14.1...v1.15.0

gookit/color (github.com/gookit/color)

v1.6.1

Compare Source

Change Log

Fixed
  • fix: re-apply color after nested reset in RenderString (#​119) e58a899
  • fix(detect): should enable VTP on windows CMD,PWSH 2bb27a5
  • fix(convert): incorrect conversion between integer types 1245572
Other
  • build(deps): bump github/codeql-action from 3 to 4 (#​113) 2e18426
  • build(deps): bump actions/checkout from 5 to 6 (#​115) ed1b9cc
  • Add 'stable' to Go version matrix and update action de1e243
  • ci(release): remove Go version matrix and simplify build steps in release action d232e11

v1.6.0

Compare Source

Change Log

Fixed
Feature
  • ✨ feat: add new convert func: HSVToRGB, RGBToHSV d95f213
Update
  • Optimize RenderCode performance with fast paths for string arguments (#​110) e532935
  • 🎨 up: Remove dependencies on stretchr/testify and use a lighter gookit/assert alternative. 4ac4e07
  • 👔 up: remove deprecated var isLikeInCmd, update some tests c5db0d0
  • 👔 up: update detect env, use internal Level* instead of the terminfo.ColorLevel* 173325a
  • 🔥 chore: remove any.go, merge printer.go to quickstart.go f46f52e
Other
  • build(deps): bump WillAbides/setup-go-faster from 1.8.0 to 1.9.0 (#​66) 62dd3d2
  • build(deps): bump golang.org/x/sys from 0.10.0 to 0.11.0 (#​68) b79b464
  • build(deps): bump WillAbides/setup-go-faster from 1.9.0 to 1.9.1 (#​69) ecb5570
  • build(deps): bump actions/checkout from 3 to 4 (#​73) 91529f0
  • build(deps): bump WillAbides/setup-go-faster from 1.9.1 to 1.10.1 (#​71) 3df6d41
  • build(deps): bump WillAbides/setup-go-faster from 1.10.1 to 1.11.0 (#​74) 8fa8954
  • build(deps): bump WillAbides/setup-go-faster from 1.11.0 to 1.12.0 (#​75) 9c0ef29
  • build(deps): bump golang.org/x/sys from 0.11.0 to 0.13.0 (#​76) 4af2bdd
  • build(deps): bump golang.org/x/sys from 0.13.0 to 0.14.0 (#​77) 44243ab
  • build(deps): bump golang.org/x/sys from 0.14.0 to 0.15.0 (#​78) 72fbeaf
  • build(deps): bump WillAbides/setup-go-faster from 1.12.0 to 1.13.0 (#​79) 0c83bae
  • build(deps): bump github/codeql-action from 2 to 3 (#​80) 1bc67c4
  • build(deps): bump golang.org/x/sys from 0.15.0 to 0.16.0 (#​81) 23187d9
  • build(deps): bump WillAbides/setup-go-faster from 1.13.0 to 1.14.0 (#​82) d7e962b
  • build(deps): bump golang.org/x/sys from 0.16.0 to 0.17.0 (#​83) f6fd20f
  • build(deps): bump golang.org/x/sys from 0.17.0 to 0.18.0 (#​86) 18d84cb
  • build(deps): bump softprops/action-gh-release from 1 to 2 (#​87) 7e68fa7
  • build(deps): bump golang.org/x/sys from 0.18.0 to 0.19.0 (#​88) 532f1f3
  • build(deps): bump golang.org/x/sys from 0.19.0 to 0.20.0 (#​89) c76538d
  • build(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0 (#​90) 7eaf97a
  • Update utils_test.go to allow running in read-only mode. (#​91) fedc174
  • build(deps): bump golang.org/x/sys from 0.21.0 to 0.25.0 (#​96) 07ab70b
  • build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#​85) 4bcc6db
  • build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#​99) 992eecf
  • build(deps): bump golang.org/x/sys from 0.25.0 to 0.30.0 (#​100) 90a1068
  • build(deps): bump golang.org/x/sys from 0.30.0 to 0.31.0 (#​101) 860732e
  • 📝 chore: add ci test on go1.21+, remove test on go1.18 5a49561
  • Add comprehensive GitHub Copilot instructions for gookit/color repository (#​108) db128cf
  • ⬆️ dep: upgrade actions and deps to latest version 5eae38c
  • 💚 ci: revert the go version to 1.18 on go.mod 370e227
  • 🎨 doc: update readme and format the.github/copilot-instructions.md c34c15e
  • 📝 chore: update some code style and some tests f14a7b8
  • 🎨 chore: update some go file code style cc45966
  • ⬆️ dep: upgrade gookit/assert to v0.1.1, update some tests fa47891
  • ✅ demo: update the examples deps and some codes 0b1dc4c

New Contributors

Full Changelog: gookit/color@v1.5.4...v1.6.0

v1.5.4

Compare Source

Change Log

Fixed
  • 🐛 fix: fix convert basic color to rgb color fail 74bb513
Feature
  • ✨ feat: RGBColor add new method: ToFg(), ToBg() for quick convert fe2b251
  • ✨ feat: Color add new method: IsBg(), IsFg(), IsOption() for check color 9027b9d
Other
  • build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.2 (#​57) a43d137
  • build(deps): bump golang.org/x/sys from 0.6.0 to 0.7.0 (#​59) 13c3e97
  • build(deps): bump golang.org/x/sys from 0.7.0 to 0.8.0 (#​60) 264b64f
  • build(deps): bump golang.org/x/sys from 0.8.0 to 0.9.0 (#​63) dd23b12
  • build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#​62) 0354c4a
  • build(deps): bump golang.org/x/sys from 0.9.0 to 0.10.0 (#​64) 7da3fe3

v1.5.3

Compare Source

Change Log

Feature
  • ✨ feat: add new pkg colorp for quickly print message 6037df8
Other
  • build(deps): bump WillAbides/setup-go-faster from 1.7.0 to 1.8.0 3cee7ac
  • {type}:chore: update some deps to latest version 64f6508
  • ci: will be not support go < 1.17 b564cab
  • {type}:chore: replace all interface{} type to any c0a8b52
imdario/mergo (github.com/imdario/mergo)

v0.3.16: Announcement: v1.0.0 will be released on June 18th

Compare Source

This release doesn't contain code changes.

After 10 years, with many corner cases covered, very few issues pending (at least, comparing them with the usage of the library as part of Docker, Kubernetes, Datadog's agent, etc.), and a very stable API, I think it's time to release a 1.0.0 version.

This version will be released under a vanity URL: dario.cat/mergo

PS: although I'll make sure that github.com/imdario/mergo will be available, I'm going to also change my GitHub handle, so expect for a few minutes to not be able to pull from github.com/imdario as I fork it from the new handle to the old one.

PS2: I'm creating a discussion for this release to make sure we can have a conversation around the topic, and anything else about Mergo that you care about.

v0.3.15: Issues #​131, #​170, #​220, and #​202 fixed

Compare Source

v0.3.14: fix: Respect overwriteWithEmptySrc when merging maps #​231

Compare Source

mattn/go-colorable (github.com/mattn/go-colorable)

v0.1.15

Compare Source

v0.1.14

Compare Source

sergi/go-diff (github.com/sergi/go-diff)

v1.4.0

Compare Source

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

v1.9.1

Compare Source

🐛 Fixes

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

v1.9.0

Compare Source

✨ Features

🐛 Fixes

🤖 Completions

🧪 Testing

✍🏼 Documentation

🔧 Dependency upgrades


Thank you to all of our amazing contributors and all the great work that's been going into the completions feature!!

👋🏼 New Contributors

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, 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 requested a review from sudermanjr as a code owner August 7, 2026 16:15
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Aug 7, 2026
@renovate
renovate Bot requested a review from AbdulAhadAkhter as a code owner August 7, 2026 16:15
@renovate

renovate Bot commented Aug 7, 2026

Copy link
Copy Markdown
Author

ℹ️ 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):

  • 20 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.20 -> 1.26.0
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
github.com/emicklei/go-restful/v3 v3.10.1 -> v3.13.0
github.com/go-logr/logr v1.2.3 -> v1.4.3
github.com/go-openapi/jsonpointer v0.19.6 -> v0.21.0
github.com/go-openapi/swag v0.22.3 -> v0.23.0
github.com/mattn/go-isatty v0.0.17 -> v0.0.20
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee
github.com/pmezard/go-difflib v1.0.0 -> v1.0.1-0.20181226105442-5d4384ee4fb2
golang.org/x/crypto v0.7.0 -> v0.47.0
golang.org/x/mod v0.9.0 -> v0.32.0
golang.org/x/net v0.8.0 -> v0.49.0
golang.org/x/oauth2 v0.6.0 -> v0.34.0
golang.org/x/sys v0.6.0 -> v0.42.0
golang.org/x/term v0.6.0 -> v0.39.0
golang.org/x/text v0.8.0 -> v0.33.0
golang.org/x/time v0.3.0 -> v0.14.0
k8s.io/kube-openapi v0.0.0-20230303024457-afdc3dddf62d -> v0.0.0-20260317180543-43fb72c5454a
k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 -> v0.0.0-20260210185600-b8788abfbbc2
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd -> v0.0.0-20250730193827-2d320260d730
sigs.k8s.io/yaml v1.3.0 -> v1.6.0

@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant