Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomasterfrom
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 intomasterfrom
renovate/github.com-stretchr-testify-1.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Apr 26, 2021

This PR contains the following updates:

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

v1.7.0: Minor improvements and bug fixes

Compare Source

Minor feature improvements and bug fixes

v1.6.1: Fixes breaking change with HTTPBodyContains

Compare Source

A breaking change was accidentally released in v1.6.0 which breaks the API for the HTTPBodyContains and HTTPBodyNotContains, this release reverts that change.

v1.6.0

Compare Source

Latest release of testify. This includes many fixes and enhancements. Please view the v1.6.0 milestone for a list of changes.

v1.5.1: HOTFIX: Revert suite interface type

Compare Source

This is a hotfix which reverts the suite package's interface type to use testing.T

v1.5.0

Compare Source

Latest, non-breaking changes merged into master. Please peruse the git log for a detailed changelist

v1.4.0

Compare Source

The 1.4.0 release includes new matchers and bug fixes. See the v.1.4.0 milestone for a complete list of closed issues associated with this release.


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 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 changed the title Update module github.com/stretchr/testify to v1.7.0 Update module github.com/stretchr/testify to v1.7.1 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 63dbd9f to 4cfb7c1 Compare March 26, 2022 15:56
@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 4cfb7c1 to 506483b Compare June 18, 2022 18:18
@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 506483b to 791493b Compare June 23, 2022 19:00
@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.4 Jun 23, 2022
@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 791493b to adb6f2d Compare September 25, 2022 12:22
@renovate renovate bot changed the title Update module github.com/stretchr/testify to v1.7.4 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 adb6f2d to 112ae90 Compare November 20, 2022 12:22
@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 changed the title Update module github.com/stretchr/testify to v1.8.1 Update module github.com/stretchr/testify to v1.8.2 Mar 18, 2023
@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 112ae90 to 3fbe9d3 Compare March 18, 2023 14:08
@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 28, 2023
@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 3fbe9d3 to b511ce2 Compare May 28, 2023 11:32
@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 b511ce2 to 437de9a Compare May 30, 2023 11:59
@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 11:37
@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 13:07
@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 437de9a to e1aa98f Compare October 23, 2023 13:07
@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 Nov 7, 2023
@renovate renovate bot closed this Nov 7, 2023
@renovate renovate bot deleted the renovate/github.com-stretchr-testify-1.x branch November 7, 2023 17:35
@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 Nov 7, 2023
@renovate renovate bot reopened this Nov 7, 2023
@renovate renovate bot restored the renovate/github.com-stretchr-testify-1.x branch November 7, 2023 18:32
@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from e1aa98f to 81a8fd1 Compare November 7, 2023 18:33
@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from d9267d5 to 08b53ba Compare August 28, 2024 00:43
@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 08b53ba to db99312 Compare November 23, 2024 13:36
@renovate renovate bot changed the title Update module github.com/stretchr/testify to v1.9.0 Update module github.com/stretchr/testify to v1.10.0 Nov 23, 2024
@renovate renovate bot changed the title Update module github.com/stretchr/testify to v1.10.0 Update module github.com/stretchr/testify to v1.10.0 - autoclosed Jun 15, 2025
@renovate renovate bot closed this Jun 15, 2025
@renovate renovate bot deleted the renovate/github.com-stretchr-testify-1.x branch June 15, 2025 13:25
@renovate renovate bot changed the title Update module github.com/stretchr/testify to v1.10.0 - autoclosed Update module github.com/stretchr/testify to v1.10.0 Jun 15, 2025
@renovate renovate bot reopened this Jun 15, 2025
@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from db99312 to 822dad2 Compare August 24, 2025 17:43
@renovate renovate bot changed the title Update module github.com/stretchr/testify to v1.10.0 Update module github.com/stretchr/testify to v1.11.0 Aug 24, 2025
@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 822dad2 to 8c23ab3 Compare August 27, 2025 18:05
@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
@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 Oct 31, 2025
@renovate renovate bot closed this Oct 31, 2025
@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 Oct 31, 2025
@renovate renovate bot reopened this Oct 31, 2025
@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch 2 times, most recently from 8c23ab3 to dd1152f Compare October 31, 2025 22:35
@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 Jan 2, 2026
@renovate renovate bot closed this Jan 2, 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 Jan 2, 2026
@renovate renovate bot reopened this Jan 2, 2026
@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch 2 times, most recently from dd1152f to 8e9afe0 Compare January 2, 2026 16:52
@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 21, 2026
@renovate renovate bot closed this Mar 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 Mar 22, 2026
@renovate renovate bot reopened this Mar 22, 2026
@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 8e9afe0 to 7f0f04d Compare March 22, 2026 01:16
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