Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2022

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: 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-commenter
Copy link

codecov-commenter commented Mar 26, 2022

Codecov Report

Merging #101 (6d8f6d9) into master (6654125) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #101   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines          200       200           
=========================================
  Hits           200       200           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@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 bb4d32a to 8c94d39 Compare June 18, 2022 12:43
@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
@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 8c94d39 to e2ea9fa Compare June 24, 2022 01:24
@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 e2ea9fa to ce4d3a3 Compare September 25, 2022 15:51
@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 from ce4d3a3 to 6d8f6d9 Compare November 20, 2022 13:20
@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 6d8f6d9 to 48c3d5a Compare March 16, 2023 17:40
@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 48c3d5a to 4dbb587 Compare May 28, 2023 10:54
@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 4dbb587 to 9a40132 Compare May 30, 2023 11:35
@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 2, 2024
@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 9a40132 to 76955bd Compare March 2, 2024 08:45
@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 76955bd to 57e5a95 Compare November 23, 2024 12:55
@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
Copy link
Contributor Author

renovate bot commented Nov 23, 2024

ℹ 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
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c -> v3.0.1

@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 Jan 21, 2025
@renovate renovate bot closed this Jan 21, 2025
@renovate renovate bot deleted the renovate/github.com-stretchr-testify-1.x branch January 21, 2025 08:49
@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 Jan 21, 2025
@renovate renovate bot reopened this Jan 21, 2025
@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from e1653a2 to 57e5a95 Compare January 21, 2025 13:36
@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 Mar 26, 2025
@renovate renovate bot closed this Mar 26, 2025
@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 Mar 27, 2025
@renovate renovate bot reopened this Mar 27, 2025
@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from cc16fa7 to 57e5a95 Compare March 27, 2025 01:42
@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 57e5a95 to 64f3a38 Compare August 24, 2025 17:12
@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 64f3a38 to cb37278 Compare August 27, 2025 17:46
@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 Nov 5, 2025
@renovate renovate bot closed this Nov 5, 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 Nov 5, 2025
@renovate renovate bot reopened this Nov 5, 2025
@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from cb37278 to 59eedf8 Compare November 5, 2025 20:48
@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 Dec 14, 2025
@renovate renovate bot closed this Dec 14, 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 Dec 14, 2025
@renovate renovate bot reopened this Dec 14, 2025
@renovate renovate bot force-pushed the renovate/github.com-stretchr-testify-1.x branch 2 times, most recently from 59eedf8 to 58543ed Compare December 14, 2025 04:34
@renovate
Copy link
Contributor Author

renovate bot commented Dec 14, 2025

ℹ️ 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
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c -> v3.0.1

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.

1 participant