Skip to content

Update module github.com/stretchr/testify to v1.11.1#8

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github.com-stretchr-testify-1.x
Open

Update module github.com/stretchr/testify to v1.11.1#8
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github.com-stretchr-testify-1.x

Conversation

@renovate

@renovate renovate Bot commented Mar 15, 2022

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/stretchr/testify v1.7.0v1.11.1 age confidence

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

v1.10.0

Compare Source

What's Changed
Functional Changes
Fixes
Documentation, Build & CI
New Contributors

Full Changelog: stretchr/testify@v1.9.0...v1.10.0

v1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.8.4...v1.9.0

v1.8.4

Compare Source

What's Changed
New Contributors

Full Changelog: stretchr/testify@v1.8.3...v1.8.4

v1.8.3

Compare Source

What's Changed
New Contributors

Full Changelog: stretchr/testify@v1.8.2...v1.8.3

v1.8.2

Compare Source

What's Changed
New Contributors

Full Changelog: stretchr/testify@v1.8.1...v1.8.2

v1.8.1

Compare Source

What's Changed

Full Changelog: stretchr/testify@v1.8.0...v1.8.1

v1.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.7.5...v1.8.0

v1.7.5

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.7.4...v1.7.5

v1.7.4

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.7.3...v1.7.4

v1.7.3

Compare Source

What's Changed

Full Changelog: stretchr/testify@v1.7.2...v1.7.3

v1.7.2

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.7.1...v1.7.2

v1.7.1

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.7.0...v1.7.1


Configuration

📅 Schedule: (UTC)

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

@codecov

codecov Bot commented Mar 15, 2022

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.87%. Comparing base (cfdd169) to head (a289a4f).
Report is 8 commits behind head on master.

❗ Current head a289a4f differs from pull request most recent head 316b90f. Consider uploading reports for the commit 316b90f to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
- Coverage   84.22%   83.87%   -0.36%     
==========================================
  Files           4        4              
  Lines         336      341       +5     
==========================================
+ Hits          283      286       +3     
- Misses         31       32       +1     
- Partials       22       23       +1     

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

@renovate renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 965bcc7 to 0055fe9 Compare June 18, 2022 19:03
@renovate renovate Bot changed the title Update module github.com/stretchr/testify to v1.7.1 Update module github.com/stretchr/testify to v1.7.2 Jun 18, 2022
@renovate renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 0055fe9 to 1e7368f Compare June 24, 2022 00:49
@renovate renovate Bot changed the title Update module github.com/stretchr/testify to v1.7.2 Update module github.com/stretchr/testify to v1.7.5 Jun 24, 2022
@sonarqubecloud

Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate Bot changed the title Update module github.com/stretchr/testify to v1.7.5 Update module github.com/stretchr/testify to v1.8.0 Sep 25, 2022
@renovate renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 1e7368f to 829c6e3 Compare September 25, 2022 20:43
@renovate renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 829c6e3 to a289a4f Compare November 20, 2022 17:14
@renovate renovate Bot changed the title Update module github.com/stretchr/testify to v1.8.0 Update module github.com/stretchr/testify to v1.8.1 Nov 20, 2022
@renovate renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch 2 times, most recently from 88350b5 to 5a8f760 Compare December 1, 2022 12:09
@sonarqubecloud

sonarqubecloud Bot commented Dec 1, 2022

Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate Bot changed the title Update module github.com/stretchr/testify to v1.8.1 Update module github.com/stretchr/testify to v1.8.2 Mar 16, 2023
@renovate renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 5a8f760 to c6d1a16 Compare March 16, 2023 11:50
@renovate renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from c6d1a16 to 6736590 Compare April 14, 2023 10:20
@renovate renovate Bot changed the title Update module github.com/stretchr/testify to v1.8.2 Update module github.com/stretchr/testify to v1.8.3 May 19, 2023
@renovate renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 6736590 to 8eb21a2 Compare May 19, 2023 01:15
@renovate renovate Bot changed the title Update module github.com/stretchr/testify to v1.8.3 Update module github.com/stretchr/testify to v1.8.4 May 30, 2023
@renovate renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 8eb21a2 to ca9b0ae Compare May 30, 2023 09:52
@sonarqubecloud

Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate Bot changed the title Update module github.com/stretchr/testify to v1.8.4 Update module github.com/stretchr/testify to v1.8.4 - autoclosed Oct 23, 2023
@renovate renovate Bot closed this Oct 23, 2023
@renovate renovate Bot deleted the renovate/github.com-stretchr-testify-1.x branch October 23, 2023 10:25
@renovate renovate Bot changed the title Update module github.com/stretchr/testify to v1.8.4 - autoclosed Update module github.com/stretchr/testify to v1.8.4 Oct 23, 2023
@renovate renovate Bot reopened this Oct 23, 2023
@renovate renovate Bot restored the renovate/github.com-stretchr-testify-1.x branch October 23, 2023 12:17
@renovate renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from ca9b0ae to af70776 Compare October 23, 2023 12:17
@sonarqubecloud

Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate Bot changed the title Update module github.com/stretchr/testify to v1.8.4 Update module github.com/stretchr/testify to v1.9.0 Mar 1, 2024
@renovate renovate Bot changed the title Update module github.com/stretchr/testify to v1.11.0 Update module github.com/stretchr/testify to v1.11.1 Aug 27, 2025
@sonarqubecloud

Copy link
Copy Markdown

@renovate

renovate Bot commented Dec 15, 2025

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/davecgh/go-spew v1.1.0 -> v1.1.1

@renovate renovate Bot changed the title Update module github.com/stretchr/testify to v1.11.1 Update module github.com/stretchr/testify to v1.11.1 - autoclosed Mar 13, 2026
@renovate renovate Bot closed this Mar 13, 2026
@renovate renovate Bot changed the title Update module github.com/stretchr/testify to v1.11.1 - autoclosed Update module github.com/stretchr/testify to v1.11.1 Mar 13, 2026
@renovate renovate Bot reopened this Mar 13, 2026
@renovate renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from bf60593 to fdaaa32 Compare March 13, 2026 06:09
@sonarqubecloud

Copy link
Copy Markdown

@sonarqubecloud

Copy link
Copy Markdown

❌ The last analysis has failed.

See analysis details on SonarQube Cloud

@renovate renovate Bot changed the title Update module github.com/stretchr/testify to v1.11.1 Update module github.com/stretchr/testify to v1.11.1 - autoclosed Apr 21, 2026
@renovate renovate Bot closed this Apr 21, 2026
@renovate renovate Bot changed the title Update module github.com/stretchr/testify to v1.11.1 - autoclosed Update module github.com/stretchr/testify to v1.11.1 Apr 22, 2026
@renovate renovate Bot reopened this Apr 22, 2026
@renovate renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from fdaaa32 to f2030d8 Compare April 22, 2026 01:24
@sonarqubecloud

Copy link
Copy Markdown

1 similar comment
@sonarqubecloud

Copy link
Copy Markdown

@renovate renovate Bot changed the title Update module github.com/stretchr/testify to v1.11.1 Update module github.com/stretchr/testify to v1.11.1 - autoclosed May 21, 2026
@renovate renovate Bot closed this May 21, 2026
@renovate renovate Bot changed the title Update module github.com/stretchr/testify to v1.11.1 - autoclosed Update module github.com/stretchr/testify to v1.11.1 May 21, 2026
@renovate renovate Bot reopened this May 21, 2026
@renovate renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch 2 times, most recently from f2030d8 to 7cf331f Compare May 21, 2026 17:09
@renovate renovate Bot changed the title Update module github.com/stretchr/testify to v1.11.1 Update module github.com/stretchr/testify to v1.11.1 - autoclosed May 30, 2026
@renovate renovate Bot closed this May 30, 2026
@renovate renovate Bot changed the title Update module github.com/stretchr/testify to v1.11.1 - autoclosed Update module github.com/stretchr/testify to v1.11.1 May 30, 2026
@renovate renovate Bot reopened this May 30, 2026
@renovate renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch 2 times, most recently from 7cf331f to 25f0ccc Compare May 30, 2026 04:28
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.

0 participants