Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mod: bump github.com/vektra/mockery/v2 from 2.45.1 to 2.51.1 #5691

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2025

Bumps github.com/vektra/mockery/v2 from 2.45.1 to 2.51.1.

Release notes

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

v2.51.1

Changelog

  • 52c9c25 Fix config issue with type conversion and deprecation warnings (#897)

v2.51.0

Changelog

  • 0f55ecb Add enhanced deprecation logging support. (#894)

NOTE

This release adds a number of deprecation warnings in preparation for the v3 release. If you would like to disable these warnings, you can use the disable-deprecation-warnings parameter, or to disable only specific warnings, the disabled-deprecation-warnings parameter. Details on these are in the configuration section of the docs.

v2.50.4

Changelog

  • cd34e8b Fix tagging
  • d5bc859 Support *ast.SelectorExpr aliases (#881)
  • fe58af4 bump version
  • bb1e69e updates to CICD

v2.50.2

Changelog

  • 6a54b28 Fix empty build tags adding a tags parameter (#874)
  • afe092f Update mockery-tools.env

v2.50.1

Changelog

  • ede4f2c Add new expressions to allowed types (#863)
  • f6c261b Bump version

v2.50.0

Changelog

  • 13d696b Bump to 2.50.0
  • 0ba6fad Make the parser accept index list expressions (#857)

v2.49.2

Changelog

  • 3a3fb6e Add reusable Github action for testing (#855)
  • 715d9a3 Fix minor typos in parser debug logs (#858)
  • dc47fdb Fix(generator): run functions with empty return (#842)
  • 7d8df22 Update mockery-tools.env

v2.49.1

Changelog

  • 8da7022 Add deprecation warning for with-expecter.
  • 63a14b5 Add tagging Github action
  • 314381f Docs: Make deprecations clearer
  • 55e1e90 Docs: Simplify/modernize index page
  • 3cef7fd Fix bug with type aliases to structs
  • cba8aa0 Fix dirty git state caused by built tool
  • 5c75177 Fix tag action

... (truncated)

Commits

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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 22, 2025
@dependabot dependabot bot requested a review from tarasmadan as a code owner January 22, 2025 13:34
Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.8%. Comparing base (1293872) to head (03537ec).
Report is 37 commits behind head on master.

Additional details and impacted files

see 2 files with indirect coverage changes

Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.45.1 to 2.51.1.
- [Release notes](https://github.com/vektra/mockery/releases)
- [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md)
- [Commits](vektra/mockery@v2.45.1...v2.51.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/vektra/mockery/v2-2.51.1 branch from 597648a to 03537ec Compare January 24, 2025 11:50
@a-nogikh
Copy link
Collaborator

An unfortunate consequence of dropping the vendor folder is that we no longer see the delta in the code of our dependencies in such Dependabot PRs. I wonder if there's any straightforward way to still include / easily view that diff, at least for the code review stage.

@tarasmadan
Copy link
Collaborator

I don't remember any PR rejected because of that diff.
You can do locally go mod vendor + go get ... + one more go mod vendor as an alternative.

@tarasmadan
Copy link
Collaborator

Here mockery requires go 1.23 as far as I see...

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2025

Superseded by #5732.

@dependabot dependabot bot closed this Feb 1, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/vektra/mockery/v2-2.51.1 branch February 1, 2025 01:47
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants