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

fix(deps): update module github.com/vektra/mockery/v2 to v2.46.3 #59

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/vektra/mockery/v2 v2.14.1 -> v2.46.3 age adoption passing confidence

Release Notes

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

v2.46.3

Compare Source

Changelog

v2.46.2

Compare Source

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

Compare Source

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

v2.46.0

Compare Source

Changelog

v2.45.1

Compare Source

Changelog

v2.45.0

Compare Source

Changelog

v2.44.2

Compare Source

Changelog

  • 4bee898 Ensure generated imports doesn't start with digit
  • 910874a Merge pull request #​806 from leitzler/master

v2.44.1

Compare Source

Changelog

v2.44.0

Compare Source

v2.43.2

Compare Source

Changelog

  • 4544845 Fix an issue with using exclude on windows
  • 5a3e47a Merge pull request #​780 from iangregsondev/debugging

v2.43.1

Compare Source

Changelog

  • 2065d36 Update migrating_to_packages.md

v2.43.0

Compare Source

Changelog

v2.42.3

Compare Source

Changelog

  • 9b4107f Fix bug when last argument is a function with multiple return values
  • b1c5f6e Merge pull request #​774 from LandonTClipp/issue_766
  • adedaa2 Update codecov.yml
  • a382dd5 remove unnecessary config

v2.42.2

Compare Source

Changelog

  • 4ac0c5e Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 in /tools
  • f500645 Merge pull request #​768 from vektra/dependabot/go_modules/tools/google.golang.org/protobuf-1.33.0
  • 59f7d94 Merge pull request #​771 from dlwyatt/patch-1
  • dc80845 Merge pull request #​772 from testwill/close_cpu_profile
  • 9820fbb Update features.md
  • bdfbb23 fix: close cpu profile

v2.42.1

Compare Source

Changelog

  • 9dd9b1e Merge pull request #​767 from stevenh/fix/windows-recursive
  • 426dc32 fix: recursive config failure on windows

v2.42.0

Compare Source

Changelog

  • 29471fe Add more users of mockery to docs
  • e420a13 Add typeset plugin for docs
  • 8d53849 Factor out logic to exclude sub-modules
  • b915439 Fix issue with file ordering
  • 601d297 Merge branch 'master' into replace-generic
  • 528d354 Merge branch 'master' into users
  • 8b86cf2 Merge pull request #​750 from DustinJSilk/replace-generic
  • 92afb14 Merge pull request #​759 from LandonTClipp/users
  • 3b25f39 Merge pull request #​760 from LandonTClipp/fix_ordering
  • f0789fb Merge pull request #​761 from LandonTClipp/file_ordering_gomod
  • e724b8a Show support for pointer type replacements
  • 78755a1 fixes
  • d39a2a2 make codecov more permissive
  • 4b08243 use replace-type config

v2.41.0

Compare Source

Changelog

v2.40.3

Compare Source

Changelog

v2.40.2

Compare Source

Changelog

  • f513d5d Merge pull request #​753 from viktorasm/fix-upgrade-x-tools
  • 116a183 update pipeline to test on current ant previous versions
  • 2147419 upgrade X tools to fix panic crash in go 1.22

v2.40.1

Compare Source

Changelog

  • d119c66 Add test that asserts mocks on variadic return functions are behaving correctly
  • b6625de Merge branch 'master' into nicovak/fix-707
  • 4854efd Merge pull request #​719 from nicovak/nicovak/fix-707
  • a032aa0 fix: issue 707

v2.40.0

Compare Source

Changelog

v2.39.2

Compare Source

Changelog

v2.39.1

Compare Source

Changelog

  • 5c62fda Add MongoDB as user of mockery
  • a199cfb Add clarification on internal error
  • 5254b81 Merge pull request #​741 from LandonTClipp/clarification
  • b9df18e Merge pull request #​742 from LandonTClipp/mongo

v2.39.0

Compare Source

Changelog

  • b248492 Don't recurse into submodules on recursive: true
  • 4f9dc15 Merge pull request #​740 from LandonTClipp/monorepo

v2.38.0

Compare Source

Changelog

v2.37.1

Compare Source

Changelog

  • c7a65e2 Merge pull request #​734 from vektra/revert-731-walk-skips-modules
  • fa5b6cb Revert "Don't recurse into submodules"

v2.37.0

Compare Source

Changelog

  • fc10b9c Don't recurse into submodule
  • 0e27e93 Merge pull request #​731 from devnev/walk-skips-modules
  • 0c5b6a4 add note in docs about go.mod skipping

v2.36.1

Compare Source

Changelog

  • b648c23 Add additional test
  • 0310201 Add fix for showconfig command
  • d3515d1 Fix bug with sub-package inheritance
  • 77064ad Fix config bug where mockery crashes when package map is nil
  • 5978bc5 Fix test with config initialization
  • deb4860 Merge pull request #​730 from LandonTClipp/issue_726
  • e86d230 Simplifying some config in interface copying code
  • 726d76c Update running.md
  • 2dd8f00 Use gotestsum for better testing output

v2.36.0

Compare Source

Changelog

  • 5d48467 Add exclude-regex to config
  • 25befa2 Cover error conditions in tests
  • b919710 Merge pull request #​720 from kbolino/718-exclude-regex
  • e8ebf52 Refactor Config.ShouldGenerateInterface

v2.35.4

Compare Source

Changelog

  • 8939c75 Update release to use Go 1.21

v2.35.3

Compare Source

Changelog

v2.35.2

Compare Source

Changelog

  • ee33b3d - take type in account when using import replace types - check more specific replace types first
  • 246df9d Merge pull request #​710 from RangelReale/replace-types-specific

v2.35.1

Compare Source

Changelog

  • f54eea9 update doc formatting for deprecated variables

v2.35.0

Compare Source

Changelog

  • 6c20c91 Merge pull request #​705 from SirSova/feature/702
  • 7e62022 add deprecations for custom InterfaceName template variables
  • 344a291 add new template funcs
  • 2835751 fix doc syntax of new functions
  • d094664 remove "title" func
  • 8b0b6a3 return back "strcase" functions for InterfaceName

v2.34.2

Compare Source

Changelog

  • b6f77ea Dockerfile: up go version to 1.21
  • 1ffe649 Merge pull request #​717 from evsamsonov/docker-up-go-version

v2.34.1

Compare Source

Changelog

  • 3871351 Add Amazon as user of mockery
  • ba9fb21 Disable max-width for docs, add table sorting
  • 0749788 Merge pull request #​714 from LandonTClipp/width
  • 37f1efc Remove unnecessary attributes

v2.34.0

Compare Source

Changelog

  • 6ebdb50 Add docs for exclude
  • a4a945a Merge pull request #​709 from kpaulisse/kpaulisse-packages-excludes
  • 8262d05 Merge pull request #​711 from LandonTClipp/exclude_docs
  • 6a48ff3 Support "exclude" in package config
  • 1407ff8 Update error to use NewStackErrf

v2.33.3

Compare Source

Changelog

  • 6f51f40 Add config examples to migration docs
  • 72c48ed Merge pull request #​704 from LandonTClipp/migration_docs

v2.33.2

Compare Source

Changelog

v2.33.1

Compare Source

Changelog

  • 1bcc958 Add gcc to docker for projects with cgo
  • 74e483d Merge pull request #​694 from jokly/master
  • 8965d12 Merge pull request #​698 from LandonTClipp/badcode
  • 6111fde Minor refactor of ShouldGenerateInterface
  • b9a1e11 Remove code that was not being used

v2.33.0

Compare Source

Changelog

  • 15d6920 Add support for include-regex option.
  • 6ada211 Merge pull request #​692 from leaanthony-sc/684_include_regex
  • b83433d Update documentation. Format tables.

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](https:/

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependency label Nov 15, 2022
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch 2 times, most recently from c871e52 to 53fcdb7 Compare December 5, 2022 10:43
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 53fcdb7 to e5c45cd Compare December 21, 2022 00:37
@renovate renovate bot changed the title Update module github.com/vektra/mockery/v2 to v2.15.0 Update module github.com/vektra/mockery/v2 to v2.16.0 Dec 21, 2022
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from e5c45cd to 1e0d532 Compare January 17, 2023 22:40
@renovate renovate bot changed the title Update module github.com/vektra/mockery/v2 to v2.16.0 fix(deps): update module github.com/vektra/mockery/v2 to v2.16.0 Jan 24, 2023
@renovate renovate bot changed the title fix(deps): update module github.com/vektra/mockery/v2 to v2.16.0 fix(deps): update module github.com/vektra/mockery/v2 to v2.18.0 Feb 4, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 1e0d532 to 3260651 Compare February 4, 2023 01:08
@renovate renovate bot changed the title fix(deps): update module github.com/vektra/mockery/v2 to v2.18.0 fix(deps): update module github.com/vektra/mockery/v2 to v2.19.0 Feb 10, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch 2 times, most recently from 31f7296 to 7f89f1b Compare February 11, 2023 07:56
@renovate renovate bot changed the title fix(deps): update module github.com/vektra/mockery/v2 to v2.19.0 fix(deps): update module github.com/vektra/mockery/v2 to v2.20.0 Feb 11, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 7f89f1b to f4639be Compare February 21, 2023 07:35
@renovate renovate bot changed the title fix(deps): update module github.com/vektra/mockery/v2 to v2.20.0 fix(deps): update module github.com/vektra/mockery/v2 to v2.20.2 Feb 21, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from f4639be to c760f02 Compare March 5, 2023 04:28
@renovate renovate bot changed the title fix(deps): update module github.com/vektra/mockery/v2 to v2.20.2 fix(deps): update module github.com/vektra/mockery/v2 to v2.21.0 Mar 5, 2023
@renovate renovate bot changed the title fix(deps): update module github.com/vektra/mockery/v2 to v2.21.0 fix(deps): update module github.com/vektra/mockery/v2 to v2.21.1 Mar 6, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch 2 times, most recently from 32278c5 to 1127a4a Compare March 8, 2023 03:00
@renovate renovate bot changed the title fix(deps): update module github.com/vektra/mockery/v2 to v2.21.1 fix(deps): update module github.com/vektra/mockery/v2 to v2.21.2 Mar 8, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 1127a4a to c385cef Compare March 8, 2023 05:59
@renovate renovate bot changed the title fix(deps): update module github.com/vektra/mockery/v2 to v2.21.2 fix(deps): update module github.com/vektra/mockery/v2 to v2.21.3 Mar 8, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from c385cef to 8dbc6d6 Compare March 8, 2023 17:05
@renovate renovate bot changed the title fix(deps): update module github.com/vektra/mockery/v2 to v2.21.3 fix(deps): update module github.com/vektra/mockery/v2 to v2.21.4 Mar 8, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 8dbc6d6 to 18c88d8 Compare March 9, 2023 08:51
@renovate renovate bot changed the title fix(deps): update module github.com/vektra/mockery/v2 to v2.21.4 fix(deps): update module github.com/vektra/mockery/v2 to v2.21.6 Mar 9, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 18c88d8 to 6c9fce4 Compare March 9, 2023 21:09
@renovate renovate bot changed the title fix(deps): update module github.com/vektra/mockery/v2 to v2.21.6 fix(deps): update module github.com/vektra/mockery/v2 to v2.22.0 Mar 9, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 6c9fce4 to a804abf Compare March 10, 2023 03:14
@renovate renovate bot changed the title Update module github.com/vektra/mockery/v2 to v2.42.1 Update module github.com/vektra/mockery/v2 to v2.42.2 Apr 4, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 3853676 to c4cac7d Compare April 20, 2024 06:43
@renovate renovate bot changed the title Update module github.com/vektra/mockery/v2 to v2.42.2 Update module github.com/vektra/mockery/v2 to v2.42.3 Apr 20, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from c4cac7d to 92eb9b9 Compare April 29, 2024 22:40
@renovate renovate bot changed the title Update module github.com/vektra/mockery/v2 to v2.42.3 Update module github.com/vektra/mockery/v2 to v2.43.0 Apr 29, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 92eb9b9 to 335c624 Compare May 9, 2024 08:34
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 335c624 to 134a965 Compare May 16, 2024 20:44
@renovate renovate bot changed the title Update module github.com/vektra/mockery/v2 to v2.43.0 Update module github.com/vektra/mockery/v2 to v2.43.1 May 16, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 134a965 to 1f4c513 Compare May 28, 2024 17:03
@renovate renovate bot changed the title Update module github.com/vektra/mockery/v2 to v2.43.1 Update module github.com/vektra/mockery/v2 to v2.43.2 May 28, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 1f4c513 to 29e93fa Compare May 29, 2024 14:35
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 29e93fa to 06118e4 Compare August 2, 2024 07:57
Copy link
Contributor Author

renovate bot commented Aug 2, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.0 -> 1.23.2
github.com/magiconair/properties v1.8.6 -> v1.8.7
github.com/pelletier/go-toml/v2 v2.0.2 -> v2.0.6
github.com/rs/zerolog v1.27.0 -> v1.29.0
github.com/spf13/viper v1.12.0 -> v1.15.0
github.com/subosito/gotenv v1.4.0 -> v1.4.2

@renovate renovate bot changed the title Update module github.com/vektra/mockery/v2 to v2.43.2 Update module github.com/vektra/mockery/v2 to v2.44.1 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 06118e4 to 9574238 Compare August 16, 2024 18:36
@renovate renovate bot changed the title Update module github.com/vektra/mockery/v2 to v2.44.1 Update module github.com/vektra/mockery/v2 to v2.44.2 Aug 16, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 9574238 to 94d8b83 Compare August 20, 2024 22:25
@renovate renovate bot changed the title Update module github.com/vektra/mockery/v2 to v2.44.2 Update module github.com/vektra/mockery/v2 to v2.45.0 Aug 20, 2024
@renovate renovate bot changed the title Update module github.com/vektra/mockery/v2 to v2.45.0 fix(deps): update module github.com/vektra/mockery/v2 to v2.45.0 Sep 2, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 94d8b83 to 5ef7e94 Compare September 9, 2024 15:57
@renovate renovate bot changed the title fix(deps): update module github.com/vektra/mockery/v2 to v2.45.0 fix(deps): update module github.com/vektra/mockery/v2 to v2.45.1 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 5ef7e94 to 71320b4 Compare September 17, 2024 07:23
@renovate renovate bot changed the title fix(deps): update module github.com/vektra/mockery/v2 to v2.45.1 fix(deps): update module github.com/vektra/mockery/v2 to v2.46.0 Sep 17, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 71320b4 to 028844a Compare September 28, 2024 05:02
@renovate renovate bot changed the title fix(deps): update module github.com/vektra/mockery/v2 to v2.46.0 fix(deps): update module github.com/vektra/mockery/v2 to v2.46.1 Sep 28, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 028844a to d82590f Compare October 2, 2024 17:14
@renovate renovate bot changed the title fix(deps): update module github.com/vektra/mockery/v2 to v2.46.1 fix(deps): update module github.com/vektra/mockery/v2 to v2.46.2 Oct 2, 2024
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from d82590f to 6dab9a6 Compare October 14, 2024 03:14
@renovate renovate bot changed the title fix(deps): update module github.com/vektra/mockery/v2 to v2.46.2 fix(deps): update module github.com/vektra/mockery/v2 to v2.46.3 Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants