Skip to content

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

Merged
jakobmoellerdev merged 1 commit into
mainfrom
renovate/github.com-stretchr-testify-1.x
Aug 28, 2025
Merged

fix(deps): update module github.com/stretchr/testify to v1.11.1#620
jakobmoellerdev merged 1 commit into
mainfrom
renovate/github.com-stretchr-testify-1.x

Conversation

@ocmbot

@ocmbot ocmbot Bot commented Aug 25, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change OpenSSF
github.com/stretchr/testify require minor v1.10.0 -> v1.11.1 OpenSSF Scorecard

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


Configuration

📅 Schedule: 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 is behind base branch, 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 has been generated by Renovate Bot.

@ocmbot ocmbot Bot requested a review from a team as a code owner August 25, 2025 07:39
@github-actions github-actions Bot added kind/bugfix Bug kind/dependency dependency update, etc. size/m Medium labels Aug 25, 2025
@ocmbot ocmbot Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch 26 times, most recently from da98c43 to 666af0a Compare August 27, 2025 09:19
@ocmbot ocmbot Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 7b4e7fe to 15fd1b1 Compare August 27, 2025 11:39
@ocmbot ocmbot Bot changed the title fix(deps): update module github.com/stretchr/testify to v1.11.0 fix(deps): update module github.com/stretchr/testify to v1.11.1 Aug 27, 2025
@ocmbot ocmbot Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch 4 times, most recently from 5ae735d to 50c22ec Compare August 27, 2025 14:54
@Skarlso

Skarlso commented Aug 27, 2025

Copy link
Copy Markdown
Contributor

NO way. This passed locally.

@Skarlso

Skarlso commented Aug 27, 2025

Copy link
Copy Markdown
Contributor

Oh shiiiit.

    manager_test.go:307: 
        	Error Trace:	/home/runner/work/open-component-model/open-component-model/bindings/go/plugin/manager/manager_test.go:307
        	Error:      	"" does not contain "gracefully shutting down plugin"
        	Test:       	TestPluginManagerShutdownWithoutWait

Guess I need to do this to the rest of them.

@Skarlso

Skarlso commented Aug 27, 2025

Copy link
Copy Markdown
Contributor

Which is weird, since the fix PR had all of them green. :think

@ocmbot ocmbot Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 50c22ec to ab02f20 Compare August 27, 2025 15:07
@Skarlso

Skarlso commented Aug 27, 2025

Copy link
Copy Markdown
Contributor

It only passed out of chance. I will fix the tests neverthless.

@ocmbot ocmbot Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch 14 times, most recently from 02614f4 to 4cecfae Compare August 28, 2025 08:05
Signed-off-by: ocmbot[bot] <125909804+ocmbot[bot]@users.noreply.github.com>
@ocmbot ocmbot Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 4cecfae to cb5ca76 Compare August 28, 2025 09:38
@jakobmoellerdev jakobmoellerdev merged commit 42186d9 into main Aug 28, 2025
77 checks passed
@jakobmoellerdev jakobmoellerdev deleted the renovate/github.com-stretchr-testify-1.x branch August 28, 2025 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/bugfix Bug kind/dependency dependency update, etc. size/m Medium

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants