Skip to content

fix(deps): update module github.com/stretchr/testify to v1.11.1#5294

Merged
Fluf22 merged 1 commit intochore/renovateBaseBranchfrom
renovate/github.com-stretchr-testify-1.x
Sep 1, 2025
Merged

fix(deps): update module github.com/stretchr/testify to v1.11.1#5294
Fluf22 merged 1 commit intochore/renovateBaseBranchfrom
renovate/github.com-stretchr-testify-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Sep 1, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/stretchr/testify v1.11.0 -> v1.11.1 age confidence

Warning

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


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


Configuration

📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 a team as a code owner September 1, 2025 07:27
@renovate renovate bot requested review from Fluf22 and shortcuts and removed request for a team September 1, 2025 07:27
@algolia-bot
Copy link
Copy Markdown
Collaborator

algolia-bot commented Sep 1, 2025

✔️ Code generated!

Name Link
🪓 Triggered by 8874921cd60530242711d3e5789ea6dc6589b894
🍃 Generated commit 7b41d11e3c21b04219533891c52c4dbf404979a9
🌲 Generated branch generated/renovate/github.com-stretchr-testify-1.x
📊 Benchmark results

Benchmarks performed on the method using a mock server, the results might not reflect the real-world performance.

Language Req/s
go 1777

@Fluf22 Fluf22 merged commit f09f19f into chore/renovateBaseBranch Sep 1, 2025
13 checks passed
@Fluf22 Fluf22 deleted the renovate/github.com-stretchr-testify-1.x branch September 1, 2025 09:01
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.

2 participants