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.20.0 to 2.30.1 #124

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2023

Bumps github.com/vektra/mockery/v2 from 2.20.0 to 2.30.1.

Release notes

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

v2.30.1

Changelog

  • 365d1b5 Merge pull request #638 from cszczepaniak/cs/remove_pkg_errors
  • 99c9dd8 add GetStack and tests to stackerr pkg
  • a143b36 add stackerr for stack traces
  • 935b51d remove pkg errors dep
  • 1ca3fd7 replace usages of pkg/errors

v2.30.0

Changelog

  • 7d5b1fc Fixing mockery infinitely generating interfaces
  • e85f2c0 Merge pull request #640 from LandonTClipp/issue_632
  • d667a59 Update changelog.md

v2.29.0

Changelog

  • 0f20101 Add "tex/template" functions to outputter and generator These templates function allow for in-config "path" manipulation within the template rendering logic. This will allow for a much more flexible control over where written Mocks end up.
  • 0fd4361 Merge pull request #639 from jippi/fix-path

v2.28.2

Changelog

  • 7a3849d Add link to docs for empty package directory error
  • 1baf2ee Merge pull request #637 from LandonTClipp/issue_611
  • b98dd8b Update notes.md
  • 70c778d Update notes.md

v2.28.1

Changelog

  • 423eab1 Merge pull request #635 from adolsalamanca/adol/fix-pathlib-version
  • 2c4bf4d fix pathlib version

v2.28.0

Changelog

  • 311c394 Add reference to packages feature section
  • 0e49266 Merge pull request #627 from almas1992/patch-1
  • d0c93f6 Merge pull request #629 from dillonstreator/expecter-structs-with-rolled-variadics
  • 425c292 Update examples.md
  • 15a308a adjust testing pattern
  • b964d01 clarify variadic docs
  • db3556e fix broken link
  • fe8de93 fix packages docs
  • 25091d2 support rolled variadics with expecter structs
  • ae9feff test should use require and remove incorrect messages

v2.27.1

Changelog

  • 57df870 Merge pull request #626 from LandonTClipp/packages_beta
  • 6359747 Move packages to a beta state
  • b1a302a Update features.md
  • b3d99dd Update migrating_to_packages.md

... (truncated)

Changelog

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

Changelog

This changelog describes major feature additions. Please view the releases page for more details on commits and minor changes.

:octicons-tag-24: v2.29.0 template functions

This release adds a large number of template functions available for use in the packages templating engine.

:octicons-tag-24: v2.25.0 recursive config

The recursive parameter allows mockery to dynamically discover sub-packages when using the packages config.

:octicons-tag-24: v2.24.0 exclude config

The exclude parameter allows you to define subpaths to ignore. This is currently only compatible when using non-packages config.

:octicons-tag-24: v2.23.0 Replace Types

The replace-type parameter allows adding a list of type replacements to be made in package and/or type names. This can help overcome issues like usage of type aliases that point to internal packages.

:octicons-tag-24: v2.21.0: #!yaml packages configuration

In this version we release the #!yaml packages configuration section. This new parameter allows defining specific packages to generate mocks for, while also giving fine-grained control over which interfaces are mocked, where they are located, and how they are configured. Details are provided here.

Community input is desired before we consider deprecations of dynamic walking (via #!yaml all: True): vektra/mockery#549

Commits
  • 365d1b5 Merge pull request #638 from cszczepaniak/cs/remove_pkg_errors
  • e85f2c0 Merge pull request #640 from LandonTClipp/issue_632
  • 7d5b1fc Fixing mockery infinitely generating interfaces
  • d667a59 Update changelog.md
  • 0fd4361 Merge pull request #639 from jippi/fix-path
  • 0f20101 Add "tex/template" functions to outputter and generator
  • 99c9dd8 add GetStack and tests to stackerr pkg
  • 935b51d remove pkg errors dep
  • 1ca3fd7 replace usages of pkg/errors
  • a143b36 add stackerr for stack traces
  • 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 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.20.0 to 2.30.1.
- [Release notes](https://github.com/vektra/mockery/releases)
- [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md)
- [Commits](vektra/mockery@v2.20.0...v2.30.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 added the dependencies Pull requests that update a dependency file label Jun 19, 2023
@jksolbakken jksolbakken merged commit bfbc87e into master Jul 3, 2023
@jksolbakken jksolbakken deleted the dependabot/go_modules/github.com/vektra/mockery/v2-2.30.1 branch July 3, 2023 10:18
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