feat(deps): update module github.com/stretchr/testify (v1.8.4 ➔ v1.11.1) - #7
Open
renovate[bot] wants to merge 1 commit into
Open
feat(deps): update module github.com/stretchr/testify (v1.8.4 ➔ v1.11.1)#7renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/github.com-stretchr-testify-1.x
branch
3 times, most recently
from
July 19, 2024 17:49
cdc58a5 to
f7424f4
Compare
renovate
Bot
force-pushed
the
renovate/github.com-stretchr-testify-1.x
branch
from
July 20, 2024 03:05
f7424f4 to
5c330e2
Compare
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/github.com-stretchr-testify-1.x
branch
2 times, most recently
from
August 7, 2024 19:43
ca1daf2 to
02bde7f
Compare
renovate
Bot
force-pushed
the
renovate/github.com-stretchr-testify-1.x
branch
from
November 23, 2024 13:22
02bde7f to
7fe4a8b
Compare
renovate
Bot
force-pushed
the
renovate/github.com-stretchr-testify-1.x
branch
from
June 7, 2025 00:32
a804e7d to
7fe4a8b
Compare
renovate
Bot
force-pushed
the
renovate/github.com-stretchr-testify-1.x
branch
from
August 10, 2025 15:07
7fe4a8b to
2e3ee2d
Compare
renovate
Bot
force-pushed
the
renovate/github.com-stretchr-testify-1.x
branch
from
August 13, 2025 14:10
30afdd6 to
2e3ee2d
Compare
renovate
Bot
force-pushed
the
renovate/github.com-stretchr-testify-1.x
branch
from
August 24, 2025 17:22
2e3ee2d to
0bd0bfd
Compare
renovate
Bot
force-pushed
the
renovate/github.com-stretchr-testify-1.x
branch
from
August 27, 2025 14:53
0bd0bfd to
dca116a
Compare
renovate
Bot
force-pushed
the
renovate/github.com-stretchr-testify-1.x
branch
from
November 4, 2025 02:40
a1ce453 to
bf4a010
Compare
renovate
Bot
force-pushed
the
renovate/github.com-stretchr-testify-1.x
branch
from
December 14, 2025 05:53
4ec89f6 to
bf4a010
Compare
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/github.com-stretchr-testify-1.x
branch
from
December 14, 2025 05:53
bf4a010 to
4ec89f6
Compare
renovate
Bot
force-pushed
the
renovate/github.com-stretchr-testify-1.x
branch
from
February 2, 2026 21:34
4ec89f6 to
ab4cf01
Compare
renovate
Bot
force-pushed
the
renovate/github.com-stretchr-testify-1.x
branch
from
February 24, 2026 13:18
ab4cf01 to
25c8d8a
Compare
renovate
Bot
force-pushed
the
renovate/github.com-stretchr-testify-1.x
branch
2 times, most recently
from
March 13, 2026 00:34
25c8d8a to
3cd28ac
Compare
renovate
Bot
force-pushed
the
renovate/github.com-stretchr-testify-1.x
branch
2 times, most recently
from
June 9, 2026 02:48
3cd28ac to
3798cdd
Compare
| datasource | package | from | to | | ---------- | --------------------------- | ------ | ------- | | go | github.com/stretchr/testify | v1.8.4 | v1.11.1 |
renovate
Bot
force-pushed
the
renovate/github.com-stretchr-testify-1.x
branch
2 times, most recently
from
July 22, 2026 12:12
3798cdd to
2deda0b
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:
v1.8.4→v1.11.1Release Notes
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
v1.11.0Compare 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
v1.10.0Compare Source
What's Changed
Functional Changes
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.9.0...v1.10.0
v1.9.0Compare Source
What's Changed
Calledby @aud10slave in #631NotImplementsand variants by @hslatman in #1385New Contributors
Full Changelog: stretchr/testify@v1.8.4...v1.9.0
Configuration
📅 Schedule: (in timezone Europe/Amsterdam)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.