Update module github.com/stretchr/testify to v1.12.1 - autoclosed - #37
Closed
renovate[bot] wants to merge 1 commit into
Closed
Update module github.com/stretchr/testify to v1.12.1 - autoclosed#37renovate[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
from
February 6, 2025 00:26
a2b785d to
ec3b724
Compare
renovate
Bot
force-pushed
the
renovate/github.com-stretchr-testify-1.x
branch
from
August 24, 2025 22:15
ec3b724 to
8317baa
Compare
renovate
Bot
force-pushed
the
renovate/github.com-stretchr-testify-1.x
branch
from
August 27, 2025 13:05
8317baa to
369408e
Compare
renovate
Bot
force-pushed
the
renovate/github.com-stretchr-testify-1.x
branch
2 times, most recently
from
March 22, 2026 01:45
369408e to
d5505b2
Compare
renovate
Bot
force-pushed
the
renovate/github.com-stretchr-testify-1.x
branch
2 times, most recently
from
April 22, 2026 01:20
d5505b2 to
94011cf
Compare
renovate
Bot
force-pushed
the
renovate/github.com-stretchr-testify-1.x
branch
2 times, most recently
from
June 9, 2026 01:46
94011cf to
0af97ca
Compare
renovate
Bot
force-pushed
the
renovate/github.com-stretchr-testify-1.x
branch
2 times, most recently
from
July 6, 2026 23:13
0af97ca to
57d6630
Compare
renovate
Bot
force-pushed
the
renovate/github.com-stretchr-testify-1.x
branch
from
August 17, 2026 09:34
57d6630 to
b30df82
Compare
renovate
Bot
force-pushed
the
renovate/github.com-stretchr-testify-1.x
branch
from
August 19, 2026 19:12
b30df82 to
b33ee95
Compare
renovate
Bot
force-pushed
the
renovate/github.com-stretchr-testify-1.x
branch
2 times, most recently
from
August 29, 2026 14:05
b33ee95 to
d920657
Compare
renovate
Bot
force-pushed
the
renovate/github.com-stretchr-testify-1.x
branch
from
August 30, 2026 22:55
d920657 to
b726144
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.9.0→v1.12.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
stretchr/testify (github.com/stretchr/testify)
v1.12.1Compare Source
This is the first release which has the minimum dependencies practical in testify v1. The last remaining dependencies are github.com/stretchr/objx which itself has no dependencies, and go.yaml.in/yaml/v3. Removing objx would require v2, it cannot be vendored. Removing YAML would require vendoring the yaml library, which would do more harm than good. It's better to become aware of vulnerabilities in the official yaml package than to attempt to maintain our own.
What's Changed
go.yaml.in/yaml/v3by @harryzcy in #1935New Contributors
Full Changelog: stretchr/testify@v1.12.0...v1.12.1
What's Changed
go.yaml.in/yaml/v3by @harryzcy in #1935New Contributors
Full Changelog: stretchr/testify@v1.12.0...v1.12.1
v1.12.0Compare Source
What's Changed
Functional Changes
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.11.0...v1.12.0
What's Changed
New Contributors
Full Changelog: stretchr/testify@v1.11.0...v1.12.0
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
Configuration
📅 Schedule: (UTC)
🚦 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.