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

chore(deps): bump github.com/vektra/mockery/v2 from 2.46.2 to 2.49.1 in /tools #881

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/vektra/mockery/v2 from 2.46.2 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)

Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.46.2 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.46.2...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] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 2, 2024 06:28
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 2, 2024
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.

0 participants