build(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.1 - #187
build(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.1#187dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.11.1 to 1.12.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.11.1...v1.12.1) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
🦞👀 Pull request received. I will update this pull request when review starts. |
|
Codex review: needs maintainer review before merge. Reviewed August 23, 2026, 7:55 AM ET / 11:55 UTC. ClawSweeper reviewWhat this changesThis PR updates the Go test assertion library testify from 1.11.1 to 1.12.1 and refreshes the resolved Go module graph. Merge readinessKeep this PR open: current main and the latest release still use testify 1.11.1, while this is a small, cleanly mergeable dependency update with successful recorded checks. Priority: P3 Review scores
Verification
How this fits togetherdiscrawl’s Go module files define dependencies used to compile and test the CLI. Test packages import testify assertions, and Go resolves the manifest into the CI test dependency graph. flowchart LR
A[Go test packages] --> B[Go module manifest]
B --> C[Go module resolver]
C --> D[Testify 1.12.1]
D --> E[CI test suite]
E --> F[discrawl validation]
Before merge
Agent review detailsSecurityNone. Review metrics
Technical reviewBest possible solution: Land the reviewed testify upgrade after normal dependency-maintenance approval so CI uses the updated assertion library and resolved module graph. Do we have a high-confidence way to reproduce the issue? Not applicable: this PR updates dependency metadata rather than addressing a reported runtime bug. Is this the best way to solve the issue? Yes. Updating the existing direct module declaration and letting Go refresh the resolved graph is the narrowest maintainable path. AGENTS.md: not found in the target repository. Codex review notes: model internal, reasoning high; reviewed against 938b6b279dfc. LabelsLabel justifications:
EvidenceWhat I checked:
Likely related people:
Rating scale
Overall follows the weaker of proof and patch quality. Workflow
HistoryReview history (1 earlier review cycle)
|
|
Looks like github.com/stretchr/testify is up-to-date now, so this is no longer needed. |
Bumps github.com/stretchr/testify from 1.11.1 to 1.12.1.
Release notes
Sourced from github.com/stretchr/testify's releases.
... (truncated)
Commits
959dbdaMerge pull request #1935 from harryzcy/yaml-update9bb7176Update go.yaml.in/yaml/v3 to v3.0.5001eb79Merge pull request #1905 from Kentzo/patch-1ad40f38Merge pull request #1906 from stretchr/dependabot/github_actions/actions/chec...3bae017build(deps): bump actions/checkout from 6.0.2 to 6.0.3f8c01f3mock: Mock.Return does not exist anymore12f8b56Merge pull request #1563 from stretchr/make-AssertionFunc-types-aliasesa11649eassert: make *AssertionFunc type just aliasesdc20f41Merge pull request #1890 from stretchr/dolmen/codegen-modernize098f8d7_codegen: use strings.BuilderDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)