Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

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

Release notes

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

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
  • 37383a4 Merge pull request #849 from LandonTClipp/LandonTClipp/tagging
  • 88830e8 Merge pull request #850 from LandonTClipp/LandonTClipp/deprecation_docs
  • bc56391 Merge pull request #851 from LandonTClipp/LandonTClipp/expecter
  • 773408f Merge pull request #853 from LandonTClipp/LandonTClipp/bugfix
  • 971ce32 Merge pull request #854 from LandonTClipp/master
  • b1145cb bump debug
  • 198df07 formatting

v2.49.0

Changelog

  • 13fc607 Add resolve-type-alias parameter
  • a27cb03 Merge pull request #843 from LandonTClipp/LandonTClipp/issue_839

NOTE

In this release, mockery will resolve aliases down to their underlying type in order to maintain backwards compatibility. Please see the deprecations page for details on why this change was introduced and how to configure mockery to not resolve type aliases.

v2.48.0

Changelog

  • 04c4dc1 Fix outpkg not being respected when inpackage: True.
  • 3ae14ef Merge pull request #846 from LandonTClipp/LandonTClipp/issue_845

v2.47.0

Changelog

  • f48ddc0 Enable gofumpt linter and cleanup formatting
  • c9614e7 Fix unreachable links in docs
  • 97ba6f2 Fix(recursive): use packages.Load support for recursive search instead of manual - Fix(Parsepackages): Ignore packages with no Go files
  • 01a68ea Merge pull request #825 from alexandear/refactor/yaml.v3
  • 4ce1908 Merge pull request #826 from alexandear/github-update-pr-template
  • e9539f2 Merge pull request #827 from alexandear/docs/replace-godoc-pkg-go-dev
  • 08deb2d Merge pull request #828 from alexandear/refactor/enable-gofumpt
  • 146f48b Merge pull request #829 from alexandear/refactor/redundant-var-decl
  • 33886a9 Merge pull request #830 from alexandear/docs/fix-links
  • f9da2b6 Merge pull request #831 from alexandear/refactor/test-asserts
  • f1e8da9 Merge pull request #833 from alexandear/refactor/simplify-parse-config-templates
  • 5a0ad1c Merge pull request #834 from alexandear/refactor/dont-use-underscores
  • f6ecb44 Merge pull request #835 from jfragosoperez/fix/support-for-interface-typed-params
  • 057cf5e Merge pull request #838 from sonalys/fix/recursive
  • f66028a Refactor test asserts
  • a79c303 Refactor to avoid undersore in var names

... (truncated)

Commits
  • 971ce32 Merge pull request #854 from LandonTClipp/master
  • cba8aa0 Fix dirty git state caused by built tool
  • 773408f Merge pull request #853 from LandonTClipp/LandonTClipp/bugfix
  • b1145cb bump debug
  • 198df07 formatting
  • 3cef7fd Fix bug with type aliases to structs
  • bc56391 Merge pull request #851 from LandonTClipp/LandonTClipp/expecter
  • 8da7022 Add deprecation warning for with-expecter.
  • 55e1e90 Docs: Simplify/modernize index page
  • 88830e8 Merge pull request #850 from LandonTClipp/LandonTClipp/deprecation_docs
  • Additional commits viewable in compare view

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 requested a review from tarasmadan as a code owner December 1, 2024 02:48
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2024
@codecov
Copy link

codecov bot commented Dec 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.8%. Comparing base (bb326ff) to head (cb123e9).
Report is 9 commits behind head on master.

Additional details and impacted files

see 3 files with indirect coverage changes

Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.45.1 to 2.49.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.49.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.49.1 branch from d754ba0 to cb123e9 Compare December 2, 2024 12:34
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 5, 2024

Superseded by #5570.

@dependabot dependabot bot closed this Dec 5, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/vektra/mockery/v2-2.49.1 branch December 5, 2024 09:19
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.

1 participant