Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 27, 2025

Bumps github.com/vektra/mockery/v2 from 2.49.0 to 2.53.5.

Release notes

Sourced from github.com/vektra/mockery/v2's releases.

v2.53.5

What's Changed

Full Changelog: vektra/mockery@v2.53.4...v2.53.5

v2.53.4

What's Changed

Full Changelog: vektra/mockery@v2.53.3...v2.53.4

v2.53.3

What's Changed

New Contributors

Full Changelog: vektra/mockery@v2.53.2...v2.53.3

v2.53.2

What's Changed

Full Changelog: vektra/mockery@v2.53.1...v2.53.2

v2.53.1

What's Changed

New Contributors

Full Changelog: vektra/mockery@v2.53.0...v2.53.1

... (truncated)

Commits
  • a3c7541 Merge pull request #1109 from LandonTClipp/v3_go125
  • 846e740 Support Go 1.25 in mockery v2
  • 7d82181 Update .goreleaser.yml
  • b99a908 Merge pull request #1050 from LandonTClipp/LandonTClipp/fix_v2_release
  • bb4ee5c Fix go.work.sum for tagging command
  • 79b4b5c Bump version for Go build on latest stable
  • cb20fc5 Merge pull request #1040 from LandonTClipp/LandonTClipp/docs_installation
  • 57f9de9 Fix v2 docs javascript for installation command
  • 9147050 Merge pull request #996 from LandonTClipp/LandonTClipp/fix_ci
  • 28c72d4 Fix CICD for master->v2 branch rename.
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 27, 2025
@dependabot dependabot bot requested review from a team as code owners August 27, 2025 16:06
@dependabot dependabot bot requested review from BupycHuk and ademidoff and removed request for a team August 27, 2025 16:06
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 27, 2025
@dependabot dependabot bot requested review from JiriCtvrtka and idoqo and removed request for a team August 27, 2025 16:06
@github-actions github-actions bot enabled auto-merge (squash) August 27, 2025 16:06
@dependabot dependabot bot force-pushed the dependabot/go_modules/tools/main/github.com/vektra/mockery/v2-2.53.5 branch 5 times, most recently from 4fc10ca to ee5d190 Compare September 9, 2025 10:44
@dependabot dependabot bot force-pushed the dependabot/go_modules/tools/main/github.com/vektra/mockery/v2-2.53.5 branch from ee5d190 to ea31bab Compare September 17, 2025 08:35
@ademidoff
Copy link
Member

@dependabot recreate

Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.49.0 to 2.53.5.
- [Release notes](https://github.com/vektra/mockery/releases)
- [Changelog](https://github.com/vektra/mockery/blob/v3/.goreleaser.yml)
- [Commits](vektra/mockery@v2.49.0...v2.53.5)

---
updated-dependencies:
- dependency-name: github.com/vektra/mockery/v2
  dependency-version: 2.53.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/tools/main/github.com/vektra/mockery/v2-2.53.5 branch from ea31bab to 85b9b07 Compare October 12, 2025 18:48
@ademidoff ademidoff force-pushed the dependabot/go_modules/tools/main/github.com/vektra/mockery/v2-2.53.5 branch from 272b724 to 65b45b5 Compare October 14, 2025 17:27
@codecov
Copy link

codecov bot commented Oct 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 42.07%. Comparing base (4836ac3) to head (65b45b5).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4435   +/-   ##
=======================================
  Coverage   42.07%   42.07%           
=======================================
  Files         399      399           
  Lines       50719    50719           
=======================================
  Hits        21342    21342           
  Misses      27368    27368           
  Partials     2009     2009           
Flag Coverage Δ
admin 11.59% <ø> (ø)
agent 51.98% <ø> (ø)
managed 42.79% <ø> (ø)
vmproxy 68.57% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions github-actions bot merged commit 9e8d792 into main Oct 14, 2025
31 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/tools/main/github.com/vektra/mockery/v2-2.53.5 branch October 14, 2025 17:42
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants