Skip to content

fix(deps): update module github.com/stretchr/testify to v1.12.1 - #28

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

fix(deps): update module github.com/stretchr/testify to v1.12.1#28
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-stretchr-testify-1.x

Conversation

@renovate

@renovate renovate Bot commented Jun 18, 2022

Copy link
Copy Markdown

ℹ️ 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.0v1.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

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 is behind base branch, 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 fix(deps): update module github.com/stretchr/testify to v1.7.2 fix(deps): 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 fd695ab to af33662 Compare June 23, 2022 20:05
@renovate renovate Bot changed the title fix(deps): update module github.com/stretchr/testify to v1.7.4 fix(deps): 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 af33662 to 66faf1b Compare September 25, 2022 16:00
@renovate renovate Bot changed the title fix(deps): update module github.com/stretchr/testify to v1.8.0 fix(deps): 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 66faf1b to fcfc2d4 Compare November 20, 2022 14:52
@renovate renovate Bot changed the title fix(deps): update module github.com/stretchr/testify to v1.8.1 fix(deps): update module github.com/stretchr/testify to v1.8.2 Mar 17, 2023
@renovate
renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from fcfc2d4 to 9e3e3b6 Compare March 17, 2023 10:02
@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 9e3e3b6 to 26b982d Compare May 28, 2023 11:34
@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 26b982d to af2421b Compare May 30, 2023 10:57
@renovate
renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from af2421b to e4f1ed2 Compare June 19, 2023 09:34
@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 1, 2024
@renovate
renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from e4f1ed2 to 8463bfa Compare March 1, 2024 13:50
@renovate
renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 8463bfa to 5a4a8aa Compare November 23, 2024 12:14
@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 force-pushed the renovate/github.com-stretchr-testify-1.x branch from 5a4a8aa to f9501ee Compare August 24, 2025 17:59
@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 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 force-pushed the renovate/github.com-stretchr-testify-1.x branch from f9501ee to d3e8e36 Compare August 27, 2025 17:39
@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 Nov 3, 2025
@renovate renovate Bot closed this Nov 3, 2025
@renovate
renovate Bot deleted the renovate/github.com-stretchr-testify-1.x branch November 3, 2025 21:09
@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 Nov 4, 2025
@renovate renovate Bot reopened this Nov 4, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch 2 times, most recently from d3e8e36 to 99a58b7 Compare November 4, 2025 00:57
@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 Apr 21, 2026
@renovate renovate Bot closed this Apr 21, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 99a58b7 to dd23d10 Compare April 22, 2026 02:14
@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 Jun 10, 2026
@renovate renovate Bot closed this Jun 10, 2026
@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 Jun 10, 2026
@renovate renovate Bot reopened this Jun 10, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch 2 times, most recently from dd23d10 to d208a99 Compare June 10, 2026 19:06
@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 Jun 11, 2026
@renovate renovate Bot closed this Jun 11, 2026
@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 Jun 12, 2026
@renovate renovate Bot reopened this Jun 12, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch 2 times, most recently from d208a99 to 9ba7a69 Compare June 12, 2026 00:59
@renovate
renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 9ba7a69 to 9fa2a37 Compare August 17, 2026 09:00
@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.12.0 Aug 17, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch from 9fa2a37 to fa48a4c Compare August 19, 2026 17:36
@renovate renovate Bot changed the title fix(deps): update module github.com/stretchr/testify to v1.12.0 fix(deps): update module github.com/stretchr/testify to v1.12.1 Aug 19, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/stretchr/testify to v1.12.1 fix(deps): 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 fix(deps): update module github.com/stretchr/testify to v1.12.1 - autoclosed fix(deps): 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 fa48a4c to 97fd791 Compare August 28, 2026 15:11
@renovate renovate Bot changed the title fix(deps): update module github.com/stretchr/testify to v1.12.1 fix(deps): update module github.com/stretchr/testify to v1.12.1 - autoclosed Aug 29, 2026
@renovate renovate Bot closed this Aug 29, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/stretchr/testify to v1.12.1 - autoclosed fix(deps): update module github.com/stretchr/testify to v1.12.1 Aug 29, 2026
@renovate renovate Bot reopened this Aug 29, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-stretchr-testify-1.x branch 2 times, most recently from 97fd791 to ade60c8 Compare August 29, 2026 10: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