fix(deps): update all non-major dependencies#93
Merged
nekomeowww merged 1 commit intomainfrom Sep 11, 2025
Merged
Conversation
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
62ab257 to
2db4663
Compare
2db4663 to
daf8b39
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.2.1->5.3.01.2.11->1.2.141.2.48->1.2.5122.17.2->22.18.113.7.0->13.9.09.34.0->9.35.0v1.5.4->v1.6.0v1.9.1->v1.10.1v1.0.7->v1.0.10v1.11.0->v1.11.11.25.0->1.25.11.25.0->1.25.1v0.33.4->v0.34.1v0.33.4->v0.34.1v0.33.4->v0.34.1v0.33.4->v0.34.110.15.0->10.15.1v0.21.0->v0.22.166.4.2->66.5.13.5.19->3.5.21Release Notes
antfu/eslint-config (@antfu/eslint-config)
v5.3.0Compare Source
🐞 Bug Fixes
View changes on GitHub
v5.2.2Compare Source
🚀 Features
View changes on GitHub
vueuse/vueuse (@vueuse/core)
v13.9.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v13.8.0Compare Source
🚀 Features
serializer- by @imddc and @ilyaliao in #4953 (64651)🏎 Performance
twoslashwith own function for comparing js snippet - by @serkodev in #4977 (909fd)View changes on GitHub
eslint/eslint (eslint)
v9.35.0Compare Source
gookit/color (github.com/gookit/color)
v1.6.0Compare Source
Change Log
Fixed
d4a4cd9bdf44896de7584Feature
d95f213Update
e5329354ac4e07c5db0d0173325af46f52eOther
62dd3d2b79b464ecb557091529f03df6d418fa89549c0ef294af2bdd44243ab72fbeaf0c83bae1bc67c423187d9d7e962bf6fd20f18d84cb7e68fa7532f1f3c76538d7eaf97afedc17407ab70b4bcc6db992eecf90a1068860732e5a49561db128cf5eae38c370e227c34c15ef14a7b8cc45966fa478910b1dc4cNew Contributors
Full Changelog: gookit/color@v1.5.4...v1.6.0
spf13/cobra (github.com/spf13/cobra)
v1.10.1Compare Source
🐛 Fix
v1.0.9 of pflags brought back
ParseErrorsWhitelistand marked it as deprecatedFull Changelog: spf13/cobra@v1.10.0...v1.10.1
v1.10.0Compare Source
What's Changed
🚨 Attention!
This version of
pflagcarried a breaking change: it renamedParseErrorsWhitelisttoParseErrorsAllowlistwhich can break builds if bothpflagandcobraare dependencies in your project.pflag andcobra, upgradepflagto 1.0.8 andcobrato1.10.0`pflagv1.0.9 which keeps the deprecatedParseErrorsWhitelistMore 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.10Compare Source
What's Changed
New Contributors
Full Changelog: spf13/pflag@v1.0.9...v1.0.10
v1.0.9Compare Source
What's Changed
Full Changelog: spf13/pflag@v1.0.8...v1.0.9
v1.0.8Compare Source
This version, while only a patch bump, includes a (very minor) breaking change: the
flag.ParseErrorsWhiteliststruct and correspondingFlagSet.parseErrorsWhitelistfield have been renamed toParseErrorsAllowlist.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
stretchr/testify (github.com/stretchr/testify)
v1.11.1Compare 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
golang/go (go)
v1.25.1kubernetes/api (k8s.io/api)
v0.34.1Compare Source
v0.34.0Compare Source
v0.33.5Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.34.1Compare Source
v0.34.0Compare Source
v0.33.5Compare Source
kubernetes/cli-runtime (k8s.io/cli-runtime)
v0.34.1Compare Source
v0.34.0Compare Source
v0.33.5Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.34.1Compare Source
v0.34.0Compare Source
v0.33.5Compare Source
pnpm/pnpm (pnpm)
v10.15.1Compare Source
Patch Changes
.pnp.cjscrash when importing subpath #9904.kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
v0.22.1Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.22.0...v0.22.1
v0.22.0Compare Source
🔆 Highlights
MatchingLabelsSelectorandMatchingFieldsSelectorby @acumino in #3279✨ Features
🐛 Bugfixes
🌱 Other
📖 Documentation
Dependencies
Added
Changed
e6fa225→a0af3efe6fa225→a0af3ef1244d31→85fd79dc8a335a→f3f2b993ea5e8c→4c0f3b29aa6b5e→cfa47c3Removed
ef43131New Contributors
Full Changelog: kubernetes-sigs/controller-runtime@v0.21.0...v0.22.0
Thanks to all our contributors! 😊
unocss/uno
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.