Skip to content

chore(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.0 - #58

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/stretchr/testify-1.12.0
Closed

chore(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.0#58
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/stretchr/testify-1.12.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/stretchr/testify from 1.11.1 to 1.12.0.

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.12.0

What's Changed

Functional Changes

Fixes

Documentation, Build & CI

New Contributors

... (truncated)

Commits
  • 001eb79 Merge pull request #1905 from Kentzo/patch-1
  • ad40f38 Merge pull request #1906 from stretchr/dependabot/github_actions/actions/chec...
  • 3bae017 build(deps): bump actions/checkout from 6.0.2 to 6.0.3
  • f8c01f3 mock: Mock.Return does not exist anymore
  • 12f8b56 Merge pull request #1563 from stretchr/make-AssertionFunc-types-aliases
  • a11649e assert: make *AssertionFunc type just aliases
  • dc20f41 Merge pull request #1890 from stretchr/dolmen/codegen-modernize
  • 098f8d7 _codegen: use strings.Builder
  • d2699be _codegen: modernize
  • a463c8c Merge pull request #1885 from stretchr/dolmen/ci-check-ghactions-hashes
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.11.1 to 1.12.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.11.1...v1.12.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 17, 2026
@changeset-bot

changeset-bot Bot commented Aug 17, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: f0f9739

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgolang/​github.com/​stretchr/​testify@​v1.11.1 ⏵ v1.12.089 -6100100100100

View full report

@ev-vaultkeeper ev-vaultkeeper Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependabot review: github.com/stretchr/testify 1.11.1 → 1.12.0 ✅

Verdict: safe to merge. No code changes required.

What changed

  • go.mod/go.sum only (semver-minor bump).
  • Also drops github.com/davecgh/go-spew and github.com/pmezard/go-difflib from testify's indirect deps, because testify 1.12.0 vendored both internally (upstream #1708 and #1827). go-spew remains in the module graph as a transitive dep of jarcoal/httpmock; neither lib is imported directly anywhere in this repo.

How we use testify

Test-only (plus internal/testhelper/env_loader.go). Only the assert and require sub-packages are used — no mock, no suite. Functions in use: NoError, Equal, New, True, False, Error, ErrorIs, Contains, Truef.

Changelog (v1.11.0…v1.12.0) impact

  • Only functional change is assert: make *AssertionFunc types just aliases (#1563) — not used here.
  • Remaining fixes target mock/suite/other assertions (PanicsWithError, Same, NotSubset, IsIncreasing) that this repo doesn't use.
  • assert truncates very long objects in failure messages (#1646) — cosmetic, affects only failure output.
  • None of the functions we rely on changed behaviour.

Verification

  • go build ./..., go vet ./..., and go mod tidy (produces no diff) all clean.
  • go test --short ./... passes; the only local failures are from unset EV_* secret env vars (sandbox limitation), not testify.
  • CI lint jobs (which run the unit tests) already pass on Go 1.24 & 1.25 across ubuntu/macos/windows; Socket Security reports no vulnerabilities (score 100). E2E failures/cancellations are due to live-service/secret requirements, unrelated to this bump.

No suspicious, security, or performance concerns identified.

@dependabot @github

dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #59.

@dependabot dependabot Bot closed this Aug 24, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/stretchr/testify-1.12.0 branch August 24, 2026 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Development

Successfully merging this pull request may close these issues.

0 participants