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

Bump github.com/vektra/mockery/v2 from 2.46.0 to 2.47.0 in /tools #3310

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2024

Bumps github.com/vektra/mockery/v2 from 2.46.0 to 2.47.0.

Release notes

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

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
  • 7ea7946 Refactor to use only gopkg.in/yaml.v3
  • 6f99c60 Remove redundant variable declarations
  • 86ae19b Replace godoc.org with pkg.go.dev
  • e314ba8 Simplify parseConfigTemplates implementation
  • d374c68 Update Go versions in GitHub PR template
  • 6c7fb6b fix(generator): support nil returns when using interface typed params

v2.46.3

Changelog

  • 4d3bfa7 Merge pull request #824 from DimaGolomozy/patch-1
  • 2e2b9bc add git
  • f55598e add ssh

v2.46.2

Changelog

  • 87fdecc Merge pull request #819 from pieter-irsan/patch-1
  • 0d1b1a2 Merge pull request #821 from Link512/master
  • 2e2c85b check nillable property for type aliases as well
  • ce9adb6 docs: update typo in README.md

v2.46.1

Changelog

  • afe04a5 Merge pull request #808 from RangelReale/fix-go123-aliastype
  • 720caa9 Undo go:build statements, make code a little DRY
  • cf26d69 Update to go1.23
  • c05a755 remove Go 1.23 testing
  • 6f7960f support types.Alias
  • 42d905a support types.Alias
  • 66dba08 support types.Alias
  • e4b095f upgrade go task
  • ea36ecc upgrade golangci-lint and add Go 1.23 to CI test
Commits
  • f6ecb44 Merge pull request #835 from jfragosoperez/fix/support-for-interface-typed-pa...
  • 6c7fb6b fix(generator): support nil returns when using interface typed params
  • 057cf5e Merge pull request #838 from sonalys/fix/recursive
  • 97ba6f2 Fix(recursive): use packages.Load support for recursive search instead of manual
  • 5a0ad1c Merge pull request #834 from alexandear/refactor/dont-use-underscores
  • 08deb2d Merge pull request #828 from alexandear/refactor/enable-gofumpt
  • f1e8da9 Merge pull request #833 from alexandear/refactor/simplify-parse-config-templates
  • a79c303 Refactor to avoid undersore in var names
  • e314ba8 Simplify parseConfigTemplates implementation
  • f48ddc0 Enable gofumpt linter and cleanup formatting
  • 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.0 to 2.47.0.
- [Release notes](https://github.com/vektra/mockery/releases)
- [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md)
- [Commits](vektra/mockery@v2.46.0...v2.47.0)

---
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 November 15, 2024 02:42
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 15, 2024
@dependabot dependabot bot requested a review from a team as a code owner November 15, 2024 02:42
@dependabot dependabot bot added the go Pull requests that update Go code label Nov 15, 2024
@dependabot dependabot bot requested review from ademidoff, BupycHuk, idoqo and JiriCtvrtka and removed request for a team November 15, 2024 02:42
@ademidoff ademidoff enabled auto-merge (squash) November 15, 2024 07:32
@ademidoff ademidoff merged commit e921587 into main Nov 15, 2024
20 checks passed
@ademidoff ademidoff deleted the dependabot/go_modules/tools/github.com/vektra/mockery/v2-2.47.0 branch November 15, 2024 07:33
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.

2 participants