Skip to content

Bump testify from 1.10.0 to 1.11.1#157

Merged
clcollins merged 1 commit into
mainfrom
srepd/dep-testify-1.11.1
May 29, 2026
Merged

Bump testify from 1.10.0 to 1.11.1#157
clcollins merged 1 commit into
mainfrom
srepd/dep-testify-1.11.1

Conversation

@clcollins
Copy link
Copy Markdown
Owner

Summary

Background

v1.11.0 introduced a breaking change in mock argument matching (IsType became strict), but this was reverted in v1.11.1. Since srepd does not use mocks at all, neither version poses any risk.

Verification

  • go test ./... -- all tests pass
  • go vet ./... -- clean
  • make fmt-check -- clean
  • make test -- all 4 test packages green
  • Plan doc: docs/plans/016-bump-testify.md

Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

Upgrade github.com/stretchr/testify from v1.10.0 to v1.11.1. This
project only uses basic testify assertions (assert.Equal, assert.NoError,
etc.) and does not use mock.Mock, so the v1.11.0 mock breaking change
(reverted in v1.11.1) has no impact. Zero-risk dependency bump.

Supersedes Dependabot PR #127.

Created with assistance from Claude 🤖 <claude@anthropic.com>

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Christopher Collins <collins.christopher@gmail.com>
@clcollins clcollins merged commit c1a61a6 into main May 29, 2026
13 checks passed
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