Skip to content

Update module github.com/stretchr/testify to v1.12.1 - #16

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.12.1#16
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github.com-stretchr-testify-1.x

Conversation

@renovate

@renovate renovate Bot commented Mar 16, 2023

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
github.com/stretchr/testify v1.8.1v1.12.1 age confidence

Release Notes

stretchr/testify (github.com/stretchr/testify)

v1.12.1

Compare Source

This is the first release which has the minimum dependencies practical in testify v1. The last remaining dependencies are github.com/stretchr/objx which itself has no dependencies, and go.yaml.in/yaml/v3. Removing objx would require v2, it cannot be vendored. Removing YAML would require vendoring the yaml library, which would do more harm than good. It's better to become aware of vulnerabilities in the official yaml package than to attempt to maintain our own.

What's Changed
New Contributors

Full Changelog: stretchr/testify@v1.12.0...v1.12.1

What's Changed
New Contributors

Full Changelog: stretchr/testify@v1.12.0...v1.12.1

v1.12.0

Compare Source

What's Changed

Functional Changes
Fixes
Documentation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.11.0...v1.12.0

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.11.0...v1.12.0

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
  • Compare public elements of struct b

Note

PR body was truncated to here.


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 16, 2023

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 16.80%. Comparing base (b06889c) to head (b7bc123).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #16   +/-   ##
=======================================
  Coverage   16.80%   16.80%           
=======================================
  Files           3        3           
  Lines         119      119           
=======================================
  Hits           20       20           
  Misses         95       95           
  Partials        4        4           
Flag Coverage Δ
unittests 16.80% <ø> (ø)

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

☔ 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 changed the title fix(deps): update module github.com/stretchr/testify to v1.8.2 fix(deps): 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 e2ece8c to 26c2f70 Compare May 28, 2023 11:21
@renovate renovate Bot changed the title fix(deps): update module github.com/stretchr/testify to v1.8.3 fix(deps): 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 26c2f70 to 446e296 Compare May 30, 2023 09:52
@renovate
renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 446e296 to 237168b Compare March 2, 2024 08:58
@renovate renovate Bot changed the title fix(deps): update module github.com/stretchr/testify to v1.8.4 fix(deps): 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 237168b to b7bc123 Compare November 23, 2024 14:07
@renovate renovate Bot changed the title fix(deps): update module github.com/stretchr/testify to v1.9.0 fix(deps): update module github.com/stretchr/testify to v1.10.0 Nov 23, 2024
@renovate renovate Bot changed the title fix(deps): update module github.com/stretchr/testify to v1.10.0 fix(deps): 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 09:10
@renovate renovate Bot changed the title fix(deps): update module github.com/stretchr/testify to v1.10.0 - autoclosed fix(deps): 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 3d540ab to b7bc123 Compare January 21, 2025 13:17
@renovate renovate Bot changed the title fix(deps): update module github.com/stretchr/testify to v1.10.0 fix(deps): 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 changed the title fix(deps): update module github.com/stretchr/testify to v1.10.0 - autoclosed fix(deps): 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 3abe443 to b7bc123 Compare June 15, 2025 17:38
@renovate
renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from b7bc123 to 7628ad4 Compare August 24, 2025 17:36
@renovate renovate Bot changed the title fix(deps): update module github.com/stretchr/testify to v1.10.0 fix(deps): 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 7628ad4 to 038a7c9 Compare August 27, 2025 17:38
@renovate renovate 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
@renovate renovate Bot changed the title fix(deps): update module github.com/stretchr/testify to v1.11.1 fix(deps): 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 fix(deps): update module github.com/stretchr/testify to v1.11.1 - autoclosed fix(deps): 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 038a7c9 to 27be393 Compare October 31, 2025 23:45
@renovate
renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from e593fe5 to af78513 Compare June 7, 2026 21:30
@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 Jun 8, 2026
@renovate renovate Bot closed this Jun 8, 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 Jun 9, 2026
@renovate renovate Bot reopened this Jun 9, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch 2 times, most recently from af78513 to 50aac6b Compare June 9, 2026 01:07
@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 Aug 4, 2026
@renovate renovate Bot closed this Aug 4, 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 Aug 4, 2026
@renovate renovate Bot reopened this Aug 4, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 50aac6b to db55262 Compare August 4, 2026 07:51
@renovate
renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from db55262 to 9576c44 Compare August 17, 2026 10:33
@renovate renovate Bot changed the title Update module github.com/stretchr/testify to v1.11.1 Update module github.com/stretchr/testify to v1.12.0 Aug 17, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 9576c44 to ce1e7d2 Compare August 19, 2026 17:54
@renovate renovate Bot changed the title Update module github.com/stretchr/testify to v1.12.0 Update module github.com/stretchr/testify to v1.12.1 Aug 19, 2026
@renovate renovate Bot changed the title Update module github.com/stretchr/testify to v1.12.1 Update module github.com/stretchr/testify to v1.12.1 - autoclosed Aug 28, 2026
@renovate renovate Bot closed this Aug 28, 2026
@renovate renovate Bot changed the title Update module github.com/stretchr/testify to v1.12.1 - autoclosed Update module github.com/stretchr/testify to v1.12.1 Aug 28, 2026
@renovate renovate Bot reopened this Aug 28, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch 2 times, most recently from ce1e7d2 to 0c1b237 Compare August 28, 2026 20:01
@renovate renovate Bot changed the title Update module github.com/stretchr/testify to v1.12.1 Update module github.com/stretchr/testify to v1.12.1 - autoclosed Aug 30, 2026
@renovate renovate Bot closed this Aug 30, 2026
@renovate renovate Bot changed the title Update module github.com/stretchr/testify to v1.12.1 - autoclosed Update module github.com/stretchr/testify to v1.12.1 Aug 30, 2026
@renovate renovate Bot reopened this Aug 30, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch 2 times, most recently from 0c1b237 to d86f2ba Compare August 30, 2026 04:32
@renovate renovate Bot changed the title Update module github.com/stretchr/testify to v1.12.1 Update module github.com/stretchr/testify to v1.12.1 - autoclosed Aug 31, 2026
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