fix(deps): update all non-major dependencies #271

Open
sa-renovate wants to merge 1 commit from renovate/all-minor-patch into main
Member

This PR contains the following updates:

Package Change Age Confidence
github.com/spf13/cobra v1.10.1v1.10.2 age confidence
github.com/stretchr/testify v1.11.1v1.12.0 age confidence

Release Notes

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: https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2

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

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

v1.12.0

Compare Source

What's Changed

Functional Changes
Fixes
Documentation, Build & CI

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.11.0...v1.12.0

What's Changed

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.11.0...v1.12.0


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • 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.

👻 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 has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `v1.10.1` → `v1.10.2` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fspf13%2fcobra/v1.10.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fspf13%2fcobra/v1.10.1/v1.10.2?slim=true) | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `v1.11.1` → `v1.12.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fstretchr%2ftestify/v1.12.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fstretchr%2ftestify/v1.11.1/v1.12.0?slim=true) | --- ### Release Notes <details> <summary>spf13/cobra (github.com/spf13/cobra)</summary> ### [`v1.10.2`](https://github.com/spf13/cobra/releases/tag/v1.10.2) [Compare Source](https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2) #### 🔧 Dependencies - chore: Migrate from `gopkg.in/yaml.v3` to `go.yaml.in/yaml/v3` by [@&#8203;dims](https://github.com/dims) in [#&#8203;2336](https://github.com/spf13/cobra/pull/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 - Fix linter and allow CI to pass by [@&#8203;marckhouzam](https://github.com/marckhouzam) in [#&#8203;2327](https://github.com/spf13/cobra/pull/2327) - fix: actions/setup-go v6 by [@&#8203;jpmcb](https://github.com/jpmcb) in [#&#8203;2337](https://github.com/spf13/cobra/pull/2337) #### 🔥✍🏼 Docs - Add documentation for repeated flags functionality by [@&#8203;rvergis](https://github.com/rvergis) in [#&#8203;2316](https://github.com/spf13/cobra/pull/2316) #### 🍂 Refactors - refactor: replace several vars with consts by [@&#8203;htoyoda18](https://github.com/htoyoda18) in [#&#8203;2328](https://github.com/spf13/cobra/pull/2328) - refactor: change minUsagePadding from var to const by [@&#8203;ssam18](https://github.com/ssam18) in [#&#8203;2325](https://github.com/spf13/cobra/pull/2325) #### 🤗 New Contributors - [@&#8203;rvergis](https://github.com/rvergis) made their first contribution in [#&#8203;2316](https://github.com/spf13/cobra/pull/2316) - [@&#8203;htoyoda18](https://github.com/htoyoda18) made their first contribution in [#&#8203;2328](https://github.com/spf13/cobra/pull/2328) - [@&#8203;ssam18](https://github.com/ssam18) made their first contribution in [#&#8203;2325](https://github.com/spf13/cobra/pull/2325) - [@&#8203;dims](https://github.com/dims) made their first contribution in [#&#8203;2336](https://github.com/spf13/cobra/pull/2336) **Full Changelog**: <https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2> Thank you to our amazing contributors!!!!! 🐍 🚀 </details> <details> <summary>stretchr/testify (github.com/stretchr/testify)</summary> ### [`v1.12.0`](https://github.com/stretchr/testify/releases/tag/v1.12.0) [Compare Source](https://github.com/stretchr/testify/compare/v1.11.1...v1.12.0) #### What's Changed ##### Functional Changes - assert: make \*AssertionFunc types just aliases by [@&#8203;dolmen](https://github.com/dolmen) in [#&#8203;1563](https://github.com/stretchr/testify/pull/1563) ##### Fixes - mock: avoid panic when expected type is nil in Arguments.Diff by [@&#8203;mutaiib](https://github.com/mutaiib) in [#&#8203;1775](https://github.com/stretchr/testify/pull/1775) - mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by [@&#8203;brackendawson](https://github.com/brackendawson) in [#&#8203;1786](https://github.com/stretchr/testify/pull/1786) - suite: validate method signatures and continue execution for valid tests by [@&#8203;vyas-git](https://github.com/vyas-git) in [#&#8203;1665](https://github.com/stretchr/testify/pull/1665) - assert.PanicsWithError: report error message by [@&#8203;olivergondza](https://github.com/olivergondza) in [#&#8203;1400](https://github.com/stretchr/testify/pull/1400) - assert: IsIncreasing et al can return false w/out failing by [@&#8203;brackendawson](https://github.com/brackendawson) in [#&#8203;1787](https://github.com/stretchr/testify/pull/1787) - add type to error message of assert.Same by [@&#8203;egawata](https://github.com/egawata) in [#&#8203;1792](https://github.com/stretchr/testify/pull/1792) - mock.AssertExpectationsForObjects fix panic with wrong testObject type. by [@&#8203;brackendawson](https://github.com/brackendawson) in [#&#8203;1795](https://github.com/stretchr/testify/pull/1795) - assert: truncate very long objects in test failure messages by [@&#8203;brackendawson](https://github.com/brackendawson) in [#&#8203;1646](https://github.com/stretchr/testify/pull/1646) - assert: fix NotSubset error messages using %#v instead of %q (fixes [#&#8203;1800](https://github.com/stretchr/testify/issues/1800)) by [@&#8203;nghiack7](https://github.com/nghiack7) in [#&#8203;1888](https://github.com/stretchr/testify/pull/1888) - suite: prevent panic when SetupTest skips with HandleStats by [@&#8203;blackwell-systems](https://github.com/blackwell-systems) in [#&#8203;1877](https://github.com/stretchr/testify/pull/1877) ##### Documentation, Build & CI - CI: test also with Go 1.23 by [@&#8203;dolmen](https://github.com/dolmen) in [#&#8203;1783](https://github.com/stretchr/testify/pull/1783) - Vendor unmaintained github.com/pmezard/go-difflib by [@&#8203;brackendawson](https://github.com/brackendawson) in [#&#8203;1708](https://github.com/stretchr/testify/pull/1708) - Promote ccoVeille to maintainer by [@&#8203;brackendawson](https://github.com/brackendawson) in [#&#8203;1784](https://github.com/stretchr/testify/pull/1784) - build(deps): bump actions/setup-go from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1790](https://github.com/stretchr/testify/pull/1790) - assert.YAMLEq: Document mutlidoc behavior by [@&#8203;brackendawson](https://github.com/brackendawson) in [#&#8203;1791](https://github.com/stretchr/testify/pull/1791) - \_codegen: copy dependency github.com/ernesto-jimenez/gogen/imports by [@&#8203;dolmen](https://github.com/dolmen) in [#&#8203;1782](https://github.com/stretchr/testify/pull/1782) - doc: remove ineffective inline code blocks by [@&#8203;brackendawson](https://github.com/brackendawson) in [#&#8203;1714](https://github.com/stretchr/testify/pull/1714) - Tag generated assertions as non-generated in new .gitattributes by [@&#8203;ubunatic](https://github.com/ubunatic) in [#&#8203;1815](https://github.com/stretchr/testify/pull/1815) - chore: vendor go-spew from <https://github.com/davecgh/go-spew> by [@&#8203;ccoVeille](https://github.com/ccoVeille) in [#&#8203;1827](https://github.com/stretchr/testify/pull/1827) - require: fix godoc generation for assertions returning a bool by [@&#8203;Baxromumarov](https://github.com/Baxromumarov) in [#&#8203;1850](https://github.com/stretchr/testify/pull/1850) - docs(require): correct example usage to use assert.CollectT (require.CollectT does not exist) by [@&#8203;a2not](https://github.com/a2not) in [#&#8203;1821](https://github.com/stretchr/testify/pull/1821) - docs: Fix EventuallyWithTf documentation with proper placement of formatting arguments by [@&#8203;a2not](https://github.com/a2not) in [#&#8203;1842](https://github.com/stretchr/testify/pull/1842) - EMERITUS.md: add [@&#8203;tylerb](https://github.com/tylerb) by [@&#8203;dolmen](https://github.com/dolmen) in [#&#8203;1812](https://github.com/stretchr/testify/pull/1812) - CI: test also with Go 1.24 by [@&#8203;alexandear](https://github.com/alexandear) in [#&#8203;1856](https://github.com/stretchr/testify/pull/1856) - deps: bump objx to v0.5.3 and remove dependency cycle issue by [@&#8203;ccoVeille](https://github.com/ccoVeille) in [#&#8203;1823](https://github.com/stretchr/testify/pull/1823) - CI: upgrade GitHub Actions and pin hashes by [@&#8203;SuperQ](https://github.com/SuperQ) in [#&#8203;1883](https://github.com/stretchr/testify/pull/1883) - CI: add \_readme-gofmt tool to reformat Go code in README by [@&#8203;dolmen](https://github.com/dolmen) in [#&#8203;1889](https://github.com/stretchr/testify/pull/1889) - CI: add check of GitHub Action pinned hashes against tag by [@&#8203;dolmen](https://github.com/dolmen) in [#&#8203;1885](https://github.com/stretchr/testify/pull/1885) - \_codegen: modernize by [@&#8203;dolmen](https://github.com/dolmen) in [#&#8203;1890](https://github.com/stretchr/testify/pull/1890) - build(deps): bump actions/checkout from 6.0.2 to 6.0.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1906](https://github.com/stretchr/testify/pull/1906) - mock: Mock.Return does not exist anymore by [@&#8203;Kentzo](https://github.com/Kentzo) in [#&#8203;1905](https://github.com/stretchr/testify/pull/1905) #### New Contributors - [@&#8203;mutaiib](https://github.com/mutaiib) made their first contribution in [#&#8203;1775](https://github.com/stretchr/testify/pull/1775) - [@&#8203;vyas-git](https://github.com/vyas-git) made their first contribution in [#&#8203;1665](https://github.com/stretchr/testify/pull/1665) - [@&#8203;olivergondza](https://github.com/olivergondza) made their first contribution in [#&#8203;1400](https://github.com/stretchr/testify/pull/1400) - [@&#8203;egawata](https://github.com/egawata) made their first contribution in [#&#8203;1792](https://github.com/stretchr/testify/pull/1792) - [@&#8203;ubunatic](https://github.com/ubunatic) made their first contribution in [#&#8203;1815](https://github.com/stretchr/testify/pull/1815) - [@&#8203;Baxromumarov](https://github.com/Baxromumarov) made their first contribution in [#&#8203;1850](https://github.com/stretchr/testify/pull/1850) - [@&#8203;a2not](https://github.com/a2not) made their first contribution in [#&#8203;1821](https://github.com/stretchr/testify/pull/1821) - [@&#8203;nghiack7](https://github.com/nghiack7) made their first contribution in [#&#8203;1888](https://github.com/stretchr/testify/pull/1888) - [@&#8203;blackwell-systems](https://github.com/blackwell-systems) made their first contribution in [#&#8203;1877](https://github.com/stretchr/testify/pull/1877) - [@&#8203;Kentzo](https://github.com/Kentzo) made their first contribution in [#&#8203;1905](https://github.com/stretchr/testify/pull/1905) **Full Changelog**: <https://github.com/stretchr/testify/compare/v1.11.0...v1.12.0> #### What's Changed - mock: avoid panic when expected type is nil in Arguments.Diff by [@&#8203;mutaiib](https://github.com/mutaiib) in [#&#8203;1775](https://github.com/stretchr/testify/pull/1775) - CI: test also with Go 1.23 by [@&#8203;dolmen](https://github.com/dolmen) in [#&#8203;1783](https://github.com/stretchr/testify/pull/1783) - mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by [@&#8203;brackendawson](https://github.com/brackendawson) in [#&#8203;1786](https://github.com/stretchr/testify/pull/1786) - suite: validate method signatures and continue execution for valid tests by [@&#8203;vyas-git](https://github.com/vyas-git) in [#&#8203;1665](https://github.com/stretchr/testify/pull/1665) - Vendor unmaintained github.com/pmezard/go-difflib by [@&#8203;brackendawson](https://github.com/brackendawson) in [#&#8203;1708](https://github.com/stretchr/testify/pull/1708) - Promote ccoVeille to maintainer by [@&#8203;brackendawson](https://github.com/brackendawson) in [#&#8203;1784](https://github.com/stretchr/testify/pull/1784) - build(deps): bump actions/setup-go from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1790](https://github.com/stretchr/testify/pull/1790) - assert.PanicsWithError: report error message by [@&#8203;olivergondza](https://github.com/olivergondza) in [#&#8203;1400](https://github.com/stretchr/testify/pull/1400) - assert: IsIncreasing et al can return false w/out failing by [@&#8203;brackendawson](https://github.com/brackendawson) in [#&#8203;1787](https://github.com/stretchr/testify/pull/1787) - add type to error message of assert.Same by [@&#8203;egawata](https://github.com/egawata) in [#&#8203;1792](https://github.com/stretchr/testify/pull/1792) - assert.YAMLEq: Document mutlidoc behavior by [@&#8203;brackendawson](https://github.com/brackendawson) in [#&#8203;1791](https://github.com/stretchr/testify/pull/1791) - mock.AssertExpectationsForObjects fix panic with wrong testObject type. by [@&#8203;brackendawson](https://github.com/brackendawson) in [#&#8203;1795](https://github.com/stretchr/testify/pull/1795) - \_codegen: copy dependency github.com/ernesto-jimenez/gogen/imports by [@&#8203;dolmen](https://github.com/dolmen) in [#&#8203;1782](https://github.com/stretchr/testify/pull/1782) - assert: truncate very long objects in test failure messages by [@&#8203;brackendawson](https://github.com/brackendawson) in [#&#8203;1646](https://github.com/stretchr/testify/pull/1646) - doc: remove ineffective inline code blocks by [@&#8203;brackendawson](https://github.com/brackendawson) in [#&#8203;1714](https://github.com/stretchr/testify/pull/1714) - Tag generated assertions as non-generated in new .gitattributes by [@&#8203;ubunatic](https://github.com/ubunatic) in [#&#8203;1815](https://github.com/stretchr/testify/pull/1815) - chore: vendor go-spew from <https://github.com/davecgh/go-spew> by [@&#8203;ccoVeille](https://github.com/ccoVeille) in [#&#8203;1827](https://github.com/stretchr/testify/pull/1827) - require: fix godoc generation for assertions returning a bool by [@&#8203;Baxromumarov](https://github.com/Baxromumarov) in [#&#8203;1850](https://github.com/stretchr/testify/pull/1850) - docs(require): correct example usage to use assert.CollectT (require.CollectT does not exist) by [@&#8203;a2not](https://github.com/a2not) in [#&#8203;1821](https://github.com/stretchr/testify/pull/1821) - docs: Fix EventuallyWithTf documentation with proper placement of formatting arguments by [@&#8203;a2not](https://github.com/a2not) in [#&#8203;1842](https://github.com/stretchr/testify/pull/1842) - EMERITUS.md: add [@&#8203;tylerb](https://github.com/tylerb) by [@&#8203;dolmen](https://github.com/dolmen) in [#&#8203;1812](https://github.com/stretchr/testify/pull/1812) - CI: test also with Go 1.24 by [@&#8203;alexandear](https://github.com/alexandear) in [#&#8203;1856](https://github.com/stretchr/testify/pull/1856) - deps: bump objx to v0.5.3 and remove dependency cycle issue by [@&#8203;ccoVeille](https://github.com/ccoVeille) in [#&#8203;1823](https://github.com/stretchr/testify/pull/1823) - CI: upgrade GitHub Actions and pin hashes by [@&#8203;SuperQ](https://github.com/SuperQ) in [#&#8203;1883](https://github.com/stretchr/testify/pull/1883) - assert: fix NotSubset error messages using %#v instead of %q (fixes [#&#8203;1800](https://github.com/stretchr/testify/issues/1800)) by [@&#8203;nghiack7](https://github.com/nghiack7) in [#&#8203;1888](https://github.com/stretchr/testify/pull/1888) - suite: prevent panic when SetupTest skips with HandleStats by [@&#8203;blackwell-systems](https://github.com/blackwell-systems) in [#&#8203;1877](https://github.com/stretchr/testify/pull/1877) - CI: add \_readme-gofmt tool to reformat Go code in README by [@&#8203;dolmen](https://github.com/dolmen) in [#&#8203;1889](https://github.com/stretchr/testify/pull/1889) - CI: add check of GitHub Action pinned hashes against tag by [@&#8203;dolmen](https://github.com/dolmen) in [#&#8203;1885](https://github.com/stretchr/testify/pull/1885) - \_codegen: modernize by [@&#8203;dolmen](https://github.com/dolmen) in [#&#8203;1890](https://github.com/stretchr/testify/pull/1890) - assert: make \*AssertionFunc types just aliases by [@&#8203;dolmen](https://github.com/dolmen) in [#&#8203;1563](https://github.com/stretchr/testify/pull/1563) - build(deps): bump actions/checkout from 6.0.2 to 6.0.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1906](https://github.com/stretchr/testify/pull/1906) - mock: Mock.Return does not exist anymore by [@&#8203;Kentzo](https://github.com/Kentzo) in [#&#8203;1905](https://github.com/stretchr/testify/pull/1905) #### New Contributors - [@&#8203;mutaiib](https://github.com/mutaiib) made their first contribution in [#&#8203;1775](https://github.com/stretchr/testify/pull/1775) - [@&#8203;vyas-git](https://github.com/vyas-git) made their first contribution in [#&#8203;1665](https://github.com/stretchr/testify/pull/1665) - [@&#8203;olivergondza](https://github.com/olivergondza) made their first contribution in [#&#8203;1400](https://github.com/stretchr/testify/pull/1400) - [@&#8203;egawata](https://github.com/egawata) made their first contribution in [#&#8203;1792](https://github.com/stretchr/testify/pull/1792) - [@&#8203;ubunatic](https://github.com/ubunatic) made their first contribution in [#&#8203;1815](https://github.com/stretchr/testify/pull/1815) - [@&#8203;Baxromumarov](https://github.com/Baxromumarov) made their first contribution in [#&#8203;1850](https://github.com/stretchr/testify/pull/1850) - [@&#8203;a2not](https://github.com/a2not) made their first contribution in [#&#8203;1821](https://github.com/stretchr/testify/pull/1821) - [@&#8203;nghiack7](https://github.com/nghiack7) made their first contribution in [#&#8203;1888](https://github.com/stretchr/testify/pull/1888) - [@&#8203;blackwell-systems](https://github.com/blackwell-systems) made their first contribution in [#&#8203;1877](https://github.com/stretchr/testify/pull/1877) - [@&#8203;Kentzo](https://github.com/Kentzo) made their first contribution in [#&#8203;1905](https://github.com/stretchr/testify/pull/1905) **Full Changelog**: <https://github.com/stretchr/testify/compare/v1.11.0...v1.12.0> </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Berlin) - 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yODUuNiIsInVwZGF0ZWRJblZlciI6IjQzLjI4NS42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
fix(deps): update module github.com/spf13/cobra to v1.10.2
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
test / test (pull_request) Successful in 2m44s
a9918fd828
sa-renovate changed title from fix(deps): update module github.com/spf13/cobra to v1.10.2 to fix(deps): update all non-major dependencies 2026-08-18 03:01:05 +00:00
Author
Member

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

  • 1 additional dependency was updated

Details:

Package Change
github.com/stretchr/objx v0.5.2 -> v0.5.3
### ℹ️ 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): - 1 additional dependency was updated Details: | **Package** | **Change** | | :------------------------- | :------------------- | | `github.com/stretchr/objx` | `v0.5.2` -> `v0.5.3` |
sa-renovate force-pushed renovate/all-minor-patch from a9918fd828
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
test / test (pull_request) Successful in 2m44s
to 69c5588ea4
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
test / test (pull_request) Failing after 1m8s
2026-08-18 03:01:06 +00:00
Compare
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
test / test (pull_request) Failing after 1m8s
Required
Details
Some required checks were not successful.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all-minor-patch:renovate/all-minor-patch
git switch renovate/all-minor-patch
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
DevFW-CICD/edge-connect-client!271
No description provided.