Skip to content

Commit 3c135b1

Browse files
chore(deps): bump github.com/vektra/mockery/v2 from 2.52.4 to 2.53.0 in /internal/tools (#6792)
Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.52.4 to 2.53.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vektra/mockery/releases">github.com/vektra/mockery/v2's releases</a>.</em></p> <blockquote> <h2>v2.53.0</h2> <h2>What's Changed</h2> <ul> <li>Remove homebrew tap by <a href="https://github.com/LandonTClipp"><code>@​LandonTClipp</code></a> in <a href="https://redirect.github.com/vektra/mockery/pull/933">vektra/mockery#933</a></li> <li>feat(<code>fail-on-missing</code>): Allow mockery to return non-zero on missing interfaces by <a href="https://github.com/LandonTClipp"><code>@​LandonTClipp</code></a> in <a href="https://redirect.github.com/vektra/mockery/pull/934">vektra/mockery#934</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vektra/mockery/compare/v2.52.4...v2.53.0">https://github.com/vektra/mockery/compare/v2.52.4...v2.53.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vektra/mockery/commit/012e2ea386ffa3e741d8dc0ebe97596d73a3920b"><code>012e2ea</code></a> feat(<code>fail-on-missing</code>): Allow mockery to return non-zero on missing interfac...</li> <li><a href="https://github.com/vektra/mockery/commit/ae7c777475eff4d23b0efdc9389f6b329573ea93"><code>ae7c777</code></a> Remove homebrew tap (<a href="https://redirect.github.com/vektra/mockery/issues/933">#933</a>)</li> <li><a href="https://github.com/vektra/mockery/commit/7b66b8b8154a4e94cb3a7546d29aaca8b6e71a67"><code>7b66b8b</code></a> Use github-native for changelog</li> <li>See full diff in <a href="https://github.com/vektra/mockery/compare/v2.52.4...v2.53.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/vektra/mockery/v2&package-manager=go_modules&previous-version=2.52.4&new-version=2.53.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e46230 commit 3c135b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

internal/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
require (
66
github.com/golangci/golangci-lint v1.64.6
77
github.com/josephspurrier/goversioninfo v1.4.1
8-
github.com/vektra/mockery/v2 v2.52.4
8+
github.com/vektra/mockery/v2 v2.53.0
99
mvdan.cc/gofumpt v0.7.0
1010
)
1111

internal/tools/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,8 +586,8 @@ github.com/uudashr/gocognit v1.2.0 h1:3BU9aMr1xbhPlvJLSydKwdLN3tEUUrzPSSM8S4hDYR
586586
github.com/uudashr/gocognit v1.2.0/go.mod h1:k/DdKPI6XBZO1q7HgoV2juESI2/Ofj9AcHPZhBBdrTU=
587587
github.com/uudashr/iface v1.3.1 h1:bA51vmVx1UIhiIsQFSNq6GZ6VPTk3WNMZgRiCe9R29U=
588588
github.com/uudashr/iface v1.3.1/go.mod h1:4QvspiRd3JLPAEXBQ9AiZpLbJlrWWgRChOKDJEuQTdg=
589-
github.com/vektra/mockery/v2 v2.52.4 h1:r8gwPPKXHrqkv+7EX6g9ACAbI8RyPvg4ADDik9N4RJA=
590-
github.com/vektra/mockery/v2 v2.52.4/go.mod h1:zGDY/f6bip0Yh13GQ5j7xa43fuEoYBa4ICHEaihisHw=
589+
github.com/vektra/mockery/v2 v2.53.0 h1:QyZI8V2c+7oOEP/OnZjMMPlONXTgSsiLtaszzUz0yz0=
590+
github.com/vektra/mockery/v2 v2.53.0/go.mod h1:d0FVY5GgakIHczpYNVMLpYF2DttDgc97fHFTMcT3xlE=
591591
github.com/xen0n/gosmopolitan v1.2.2 h1:/p2KTnMzwRexIW8GlKawsTWOxn7UHA+jCMF/V8HHtvU=
592592
github.com/xen0n/gosmopolitan v1.2.2/go.mod h1:7XX7Mj61uLYrj0qmeN0zi7XDon9JRAEhYQqAPLVNTeg=
593593
github.com/yagipy/maintidx v1.0.0 h1:h5NvIsCz+nRDapQ0exNv4aJ0yXSI0420omVANTv3GJM=

0 commit comments

Comments
 (0)