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): update module github.com/vektra/mockery/v2 to v2.32.4 #328

Merged
merged 2 commits into from
Aug 15, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 24, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
github.com/vektra/mockery/v2 minor v2.22.1 -> v2.32.4

Release Notes

vektra/mockery (github.com/vektra/mockery/v2)

v2.32.4

Compare Source

Changelog

v2.32.3

Compare Source

Changelog

  • 3b725d9 Include auto-generated files in recursive discovery by default
  • dbad753 Merge pull request #​682 from LandonTClipp/issue_681
  • b70c07a Update documentation for include-auto-generated

v2.32.2

Compare Source

Changelog

v2.32.1

Compare Source

Changelog

v2.32.0

Compare Source

Changelog

  • 5e1ff90 Adds InterfaceNameLower as a templating variable
  • ffc7a42 Adds InterfaceNameLower to docs
  • 6e6efc2 Fixes spelling
  • 8c06cfc Merge pull request #​672 from hohmannr/feat/interface-name-lower

v2.31.4

Compare Source

Changelog

  • b5592d6 fix installation again (code block needs to be in javascript)

v2.31.3

Compare Source

Changelog

v2.31.2

Compare Source

Changelog

  • 8385b8c Merge pull request #​669 from OrHayat/docs_go_install_fetch_latest_release
  • 4a425a8 installation docs will fetch latest relase from github api and inject it into go install command
  • 6399f5b update configuration docs

v2.31.1

Compare Source

Changelog

v2.31.0

Compare Source

Changelog

  • a43101b Add deprecation notice for old config style
  • 7696d20 Merge pull request #​668 from LandonTClipp/deprecation

v2.30.18

Compare Source

Changelog

  • 0d3aeea Fix goreleaser config deprecation
  • 7a91185 Merge pull request #​667 from LandonTClipp/goreleaser

v2.30.17

Compare Source

v2.30.16

Compare Source

Changelog

  • 15a4f69 #​648: add tests
  • 2a69b15 #​648: fix invalid code generation when interface method parameter's name is the same as interface name
  • 97cd18b Merge pull request #​649 from kozmod/bugfix/648_fix_method_args_generation

v2.30.15

Compare Source

Changelog

v2.30.14

Compare Source

Changelog

v2.30.13

Compare Source

Changelog

v2.30.12

Compare Source

Changelog

  • 2810894 build docs only for minor version

v2.30.11

Compare Source

Changelog

  • c5063c7 Correct typos in docs
  • 78607b7 Fixing links with versioned docs
  • 0fb1cfc Merge pull request #​658 from alexandear/correct-docs-typo

v2.30.10

Compare Source

Changelog

v2.30.9

Compare Source

Changelog

v2.30.8

Compare Source

v2.30.7

Compare Source

Changelog

v2.30.6

Compare Source

Changelog

v2.30.5

Compare Source

Changelog

v2.30.4

Compare Source

Changelog

v2.30.3

Compare Source

Changelog

v2.30.2

Compare Source

Changelog

v2.30.1

Compare Source

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

Compare Source

Changelog

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

v2.29.0

Compare Source

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

Compare Source

Changelog

v2.28.1

Compare Source

Changelog

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

v2.28.0

Compare Source

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

Compare Source

Changelog

v2.27.0

Compare Source

Changelog

v2.26.1

Compare Source

Changelog

v2.26.0

Compare Source

Changelog

v2.25.2

Compare Source

Changelog

v2.25.1

Compare Source

Changelog

  • a72d389 Add docs on the recursive feature.
  • d5c95e1 Drop config search disabled message
  • fb82854 Merge pull request #​601 from LandonTClipp/recursive_docs
  • a1cd1d3 Merge pull request #​602 from connyay/cjh-drop-message
  • 4645fd2 link the config section to the features section for recursive

v2.25.0

Compare Source

Changelog

  • 6fb1b0e Add exclude documentation
  • 8a6a6bb Add recursive option for packages feature
  • 3c781b9 Add warning about adjacent-mocks configs
  • 537d49d Merge pull request #​595 from LandonTClipp/issue_594
  • b55a8bb Merge pull request #​598 from LandonTClipp/documentation
  • 7dad3a3 Merge pull request #​599 from LandonTClipp/task
  • 19a23e6 Replace Makefile with taskfile

v2.24.0

Changelog

v2.23.2

Compare Source

Changelog

  • 2bf7a1f Add test for infinite loop
  • 9f470cf Fix issue with self-referential template names
  • 3f08136 Merge pull request #​587 from LandonTClipp/docs
  • f71d1e6 Merge pull request #​588 from LandonTClipp/mockname_variable
  • 3c11113 Simplify docs, add more explanations
  • 1241bb9 Update features.md
  • 16ece91 Update mkdocs.yml
  • dd93536 remove comment in mkdocs.yml

v2.23.1

Compare Source

Changelog

  • a0524f7 Merge pull request #​583 from connyay/cjh-config-search-disabled
  • d52c45e Merge pull request #​584 from RangelReale/fixreplacetypefwd
  • 04195a5 Move config search disabled message to debug log
  • a515b15 replace type parameter was not being forwarded

v2.23.0

Compare Source

Changelog


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/github.com-vektra-mockery-v2-2.x branch from 0d86367 to 3da73e6 Compare March 24, 2023 14:52
@renovate renovate bot changed the title chore(deps): update dependency github.com/vektra/mockery/v2 to v2.23.1 chore(deps): update dependency github.com/vektra/mockery/v2 to v2.23.2 Apr 6, 2023
@renovate renovate bot force-pushed the renovate/github.com-vektra-mockery-v2-2.x branch from 3da73e6 to 605b71a Compare April 6, 2023 01:58
@renovate renovate bot changed the title chore(deps): update dependency github.com/vektra/mockery/v2 to v2.23.2 chore(deps): update dependency github.com/vektra/mockery/v2 to v2.24.0 Apr 10, 2023
@renovate renovate bot force-pushed the renovate/github.com-vektra-mockery-v2-2.x branch 2 times, most recently from c93609e to 6f8cb37 Compare April 17, 2023 03:41
@renovate renovate bot changed the title chore(deps): update dependency github.com/vektra/mockery/v2 to v2.24.0 chore(deps): update dependency github.com/vektra/mockery/v2 to v2.25.0 Apr 17, 2023
@renovate renovate bot changed the title chore(deps): update dependency github.com/vektra/mockery/v2 to v2.25.0 chore(deps): update dependency github.com/vektra/mockery/v2 to v2.25.1 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/github.com-vektra-mockery-v2-2.x branch 3 times, most recently from 17ca3a8 to b3aa51e Compare April 19, 2023 11:25
@renovate renovate bot changed the title chore(deps): update dependency github.com/vektra/mockery/v2 to v2.25.1 chore(deps): update dependency github.com/vektra/mockery/v2 to v2.26.0 Apr 21, 2023
@renovate renovate bot force-pushed the renovate/github.com-vektra-mockery-v2-2.x branch 2 times, most recently from f35480a to 4ba18f3 Compare April 21, 2023 07:10
@renovate renovate bot changed the title chore(deps): update dependency github.com/vektra/mockery/v2 to v2.26.0 chore(deps): update dependency github.com/vektra/mockery/v2 to v2.26.1 Apr 26, 2023
@renovate renovate bot force-pushed the renovate/github.com-vektra-mockery-v2-2.x branch from 4ba18f3 to 0b5dc92 Compare April 26, 2023 00:10
@renovate renovate bot force-pushed the renovate/github.com-vektra-mockery-v2-2.x branch 2 times, most recently from 03fb605 to c0a39b1 Compare May 5, 2023 16:49
@renovate renovate bot force-pushed the renovate/github.com-vektra-mockery-v2-2.x branch from c0a39b1 to bf47ecc Compare May 14, 2023 05:58
@renovate renovate bot changed the title chore(deps): update dependency github.com/vektra/mockery/v2 to v2.26.1 chore(deps): update dependency github.com/vektra/mockery/v2 to v2.27.0 May 14, 2023
@renovate renovate bot changed the title chore(deps): update dependency github.com/vektra/mockery/v2 to v2.27.0 chore(deps): update dependency github.com/vektra/mockery/v2 to v2.27.1 May 14, 2023
@renovate renovate bot force-pushed the renovate/github.com-vektra-mockery-v2-2.x branch 2 times, most recently from 2b6b899 to dc62dd9 Compare May 19, 2023 10:27
@renovate renovate bot changed the title chore(deps): update dependency github.com/vektra/mockery/v2 to v2.27.1 chore(deps): update dependency github.com/vektra/mockery/v2 to v2.28.0 May 23, 2023
@renovate renovate bot force-pushed the renovate/github.com-vektra-mockery-v2-2.x branch 2 times, most recently from 94b9751 to 2fb7b06 Compare May 24, 2023 21:44
@renovate renovate bot changed the title chore(deps): update dependency github.com/vektra/mockery/v2 to v2.28.0 chore(deps): update dependency github.com/vektra/mockery/v2 to v2.28.1 May 24, 2023
@renovate renovate bot force-pushed the renovate/github.com-vektra-mockery-v2-2.x branch 3 times, most recently from 9034868 to 3fb54d2 Compare June 1, 2023 15:05
@renovate renovate bot force-pushed the renovate/github.com-vektra-mockery-v2-2.x branch from ef520ee to 3e935d5 Compare June 27, 2023 19:54
@renovate renovate bot changed the title chore(deps): update dependency github.com/vektra/mockery/v2 to v2.30.16 chore(deps): update dependency github.com/vektra/mockery/v2 to v2.30.17 Jul 6, 2023
@renovate renovate bot force-pushed the renovate/github.com-vektra-mockery-v2-2.x branch from 3e935d5 to bfcde6f Compare July 6, 2023 23:29
@renovate renovate bot changed the title chore(deps): update dependency github.com/vektra/mockery/v2 to v2.30.17 chore(deps): update dependency github.com/vektra/mockery/v2 to v2.30.18 Jul 8, 2023
@renovate renovate bot force-pushed the renovate/github.com-vektra-mockery-v2-2.x branch from bfcde6f to 1ce7ac8 Compare July 8, 2023 06:51
@renovate renovate bot changed the title chore(deps): update dependency github.com/vektra/mockery/v2 to v2.30.18 chore(deps): update dependency github.com/vektra/mockery/v2 to v2.31.1 Jul 9, 2023
@renovate renovate bot force-pushed the renovate/github.com-vektra-mockery-v2-2.x branch from 1ce7ac8 to ee29d04 Compare July 9, 2023 03:46
@renovate renovate bot changed the title chore(deps): update dependency github.com/vektra/mockery/v2 to v2.31.1 chore(deps): update module github.com/vektra/mockery/v2 to v2.31.1 Jul 9, 2023
@renovate renovate bot changed the title chore(deps): update module github.com/vektra/mockery/v2 to v2.31.1 chore(deps): update module github.com/vektra/mockery/v2 to v2.31.4 Jul 11, 2023
@renovate renovate bot force-pushed the renovate/github.com-vektra-mockery-v2-2.x branch 2 times, most recently from 0e19845 to f3c1b27 Compare July 11, 2023 22:07
@renovate renovate bot changed the title chore(deps): update module github.com/vektra/mockery/v2 to v2.31.4 chore(deps): update module github.com/vektra/mockery/v2 to v2.32.0 Jul 11, 2023
@renovate renovate bot force-pushed the renovate/github.com-vektra-mockery-v2-2.x branch 2 times, most recently from 5858b2b to 41a4597 Compare July 13, 2023 13:20
@renovate renovate bot force-pushed the renovate/github.com-vektra-mockery-v2-2.x branch 2 times, most recently from 079ce70 to ea8ba03 Compare July 28, 2023 16:57
@renovate renovate bot changed the title chore(deps): update module github.com/vektra/mockery/v2 to v2.32.0 chore(deps): update module github.com/vektra/mockery/v2 to v2.32.2 Aug 1, 2023
@renovate renovate bot force-pushed the renovate/github.com-vektra-mockery-v2-2.x branch 2 times, most recently from 79fe709 to b677988 Compare August 3, 2023 13:44
@renovate renovate bot changed the title chore(deps): update module github.com/vektra/mockery/v2 to v2.32.2 chore(deps): update module github.com/vektra/mockery/v2 to v2.32.3 Aug 3, 2023
@renovate renovate bot force-pushed the renovate/github.com-vektra-mockery-v2-2.x branch from b677988 to bfafd86 Compare August 3, 2023 20:11
@renovate renovate bot force-pushed the renovate/github.com-vektra-mockery-v2-2.x branch from bfafd86 to c555b8d Compare August 9, 2023 22:45
@renovate renovate bot changed the title chore(deps): update module github.com/vektra/mockery/v2 to v2.32.3 chore(deps): update module github.com/vektra/mockery/v2 to v2.32.4 Aug 9, 2023
@github-actions
Copy link
Contributor

Code Coverage

Package Line Rate Health
flamingo.me/flamingo/v3/core/auth 13%
flamingo.me/flamingo/v3/core/auth/fake 50%
flamingo.me/flamingo/v3/core/auth/http 40%
flamingo.me/flamingo/v3/core/auth/oauth 49%
flamingo.me/flamingo/v3/core/cache 54%
flamingo.me/flamingo/v3/core/gotemplate 87%
flamingo.me/flamingo/v3/core/healthcheck/interfaces/controllers 76%
flamingo.me/flamingo/v3/core/healthcheck 66%
flamingo.me/flamingo/v3/core/internalauth/application 100%
flamingo.me/flamingo/v3/core/internalauth 100%
flamingo.me/flamingo/v3/core/locale/application 87%
flamingo.me/flamingo/v3/core/locale/domain 75%
flamingo.me/flamingo/v3/core/locale/interfaces/controllers 100%
flamingo.me/flamingo/v3/core/locale/interfaces/templatefunctions 92%
flamingo.me/flamingo/v3/core/locale 59%
flamingo.me/flamingo/v3/core/oauth/application 4%
flamingo.me/flamingo/v3/core/oauth/domain 62%
flamingo.me/flamingo/v3/core/oauth 55%
flamingo.me/flamingo/v3/core/requestlogger 100%
flamingo.me/flamingo/v3/core/requesttask 10%
flamingo.me/flamingo/v3/core/robotstxt 50%
flamingo.me/flamingo/v3/core/runtime 77%
flamingo.me/flamingo/v3/core/security/application/role 95%
flamingo.me/flamingo/v3/core/security/application 98%
flamingo.me/flamingo/v3/core/security/application/voter 100%
flamingo.me/flamingo/v3/core/security/interface/controller 100%
flamingo.me/flamingo/v3/core/security/interface/middleware 72%
flamingo.me/flamingo/v3/core/security 59%
flamingo.me/flamingo/v3/core/zap 43%
flamingo.me/flamingo/v3/framework/cmd 12%
flamingo.me/flamingo/v3/framework/config 49%
flamingo.me/flamingo/v3/framework/flamingo 40%
flamingo.me/flamingo/v3/framework 29%
flamingo.me/flamingo/v3/framework/opencensus 88%
flamingo.me/flamingo/v3/framework/prefixrouter 43%
flamingo.me/flamingo/v3/framework/systemendpoint 27%
flamingo.me/flamingo/v3/framework/testutil 0%
flamingo.me/flamingo/v3/framework/web 49%
Summary 49% (3339 / 6746)

@tessig tessig merged commit 3846015 into master Aug 15, 2023
5 checks passed
@tessig tessig deleted the renovate/github.com-vektra-mockery-v2-2.x branch August 15, 2023 07:57
@github-actions github-actions bot mentioned this pull request Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant