Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 12, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/stretchr/testify v1.10.0 -> v1.11.1 age confidence require minor
go (source) 1.24.6 -> 1.25.4 age confidence toolchain minor
golang 1.24 -> 1.25 age confidence final minor
golang.org/x/text v0.28.0 -> v0.30.0 age confidence require minor

Release Notes

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

golang/go (go)

v1.25.4

v1.25.3

v1.25.2

v1.25.1

v1.25.0

v1.24.10

v1.24.9

v1.24.8

v1.24.7


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 alovak as a code owner August 12, 2025 22:06
@renovate renovate bot changed the title chore(deps): update dependency go to v1.25.0 chore(deps): update all Aug 14, 2025
@renovate renovate bot changed the title chore(deps): update all fix(deps): update all Aug 24, 2025
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 8eeefd3 to 1e858fa Compare August 27, 2025 15:06
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 09e82c1 to bfacf9b Compare September 8, 2025 04:53
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 1ef33ee to 0c3fd44 Compare October 7, 2025 19:52
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 04c6dd8 to a7fe36f Compare October 13, 2025 21:32
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 65e99f3 to 7ed561c Compare November 4, 2025 01:05
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.

1 participant