Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 29, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/stretchr/testify v1.10.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

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 - "on tuesday" (UTC), Automerge - At any time (no schedule defined).

🚦 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.


  • 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 added dependencies Pull requests that update a dependency file renovatebot labels Aug 29, 2025
@renovate renovate bot requested review from a team and mx-psi as code owners August 29, 2025 20:10
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 29, 2025
@renovate renovate bot added the renovatebot label Aug 29, 2025
@renovate renovate bot requested a review from dmitryax as a code owner August 29, 2025 20:10
@bogdandrutu bogdandrutu reopened this Aug 29, 2025
Copy link

codecov bot commented Aug 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.43%. Comparing base (f8af86c) to head (94ce1e0).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #13732      +/-   ##
==========================================
+ Coverage   91.42%   91.43%   +0.01%     
==========================================
  Files         641      641              
  Lines       42670    42670              
==========================================
+ Hits        39011    39016       +5     
+ Misses       2839     2835       -4     
+ Partials      820      819       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from ab1f5c6 to 1efa4dc Compare August 30, 2025 04:15
@bogdandrutu bogdandrutu reopened this Aug 30, 2025
@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 076c990 to 7822557 Compare September 2, 2025 18:07
@bogdandrutu bogdandrutu closed this Sep 2, 2025
@bogdandrutu bogdandrutu reopened this Sep 2, 2025
@bogdandrutu bogdandrutu added this pull request to the merge queue Sep 3, 2025
@bogdandrutu bogdandrutu removed this pull request from the merge queue due to a manual request Sep 3, 2025
@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from b1f02f2 to 9644606 Compare September 4, 2025 17:34
@mx-psi mx-psi closed this Sep 5, 2025
@mx-psi mx-psi reopened this Sep 5, 2025
@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from f05d4a9 to c4e4e06 Compare September 8, 2025 18:37
@songy23 songy23 added the ready-to-merge Code review completed; ready to merge by maintainers label Sep 8, 2025
@mx-psi mx-psi added this pull request to the merge queue Sep 9, 2025
Merged via the queue into main with commit 42a0b79 Sep 9, 2025
76 of 77 checks passed
@mx-psi mx-psi deleted the renovate/github.com-stretchr-testify-1.x branch September 9, 2025 09:57
@github-actions github-actions bot added this to the next release milestone Sep 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ready-to-merge Code review completed; ready to merge by maintainers renovatebot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants