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.49.2 #48

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 21, 2023

This PR contains the following updates:

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

Release Notes

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

v2.49.2

Compare Source

Changelog

v2.49.1

Compare Source

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

Compare Source

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

Compare Source

Changelog

  • 04c4dc1 Fix outpkg not being respected when inpackage: True.
  • 3ae14ef Merge pull request #​846 from LandonTClipp/LandonTClipp/issue_845

v2.47.0

Compare Source

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

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

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 force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from a804268 to 44abcef Compare March 5, 2023 05:56
@renovate renovate bot changed the title Update module github.com/vektra/mockery/v2 to v2.20.2 Update module github.com/vektra/mockery/v2 to v2.21.0 Mar 5, 2023
@renovate renovate bot changed the title Update module github.com/vektra/mockery/v2 to v2.21.0 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 4242c1e to 8a35882 Compare March 8, 2023 01:05
@renovate renovate bot changed the title Update module github.com/vektra/mockery/v2 to v2.21.1 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 8a35882 to ba1e73a Compare March 8, 2023 07:11
@renovate renovate bot changed the title Update module github.com/vektra/mockery/v2 to v2.21.2 Update module github.com/vektra/mockery/v2 to v2.21.3 Mar 8, 2023
@renovate renovate bot changed the title Update module github.com/vektra/mockery/v2 to v2.21.3 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 2 times, most recently from eea6903 to 4c554d3 Compare March 9, 2023 06:33
@renovate renovate bot changed the title Update module github.com/vektra/mockery/v2 to v2.21.4 Update module github.com/vektra/mockery/v2 to v2.21.5 Mar 9, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 4c554d3 to 85b7f5d Compare March 9, 2023 10:57
@renovate renovate bot changed the title Update module github.com/vektra/mockery/v2 to v2.21.5 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 85b7f5d to 3b76ddf Compare March 9, 2023 21:59
@renovate renovate bot changed the title Update module github.com/vektra/mockery/v2 to v2.21.6 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 3b76ddf to e1556d9 Compare March 10, 2023 03:59
@renovate renovate bot changed the title Update module github.com/vektra/mockery/v2 to v2.22.0 Update module github.com/vektra/mockery/v2 to v2.22.1 Mar 10, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from e1556d9 to 3e596fd Compare March 20, 2023 01:43
@renovate renovate bot changed the title Update module github.com/vektra/mockery/v2 to v2.22.1 Update module github.com/vektra/mockery/v2 to v2.23.0 Mar 20, 2023
@renovate renovate bot changed the title Update module github.com/vektra/mockery/v2 to v2.23.0 Update module github.com/vektra/mockery/v2 to v2.23.1 Mar 21, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 3e596fd to c8eff2c Compare March 21, 2023 19:08
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from c8eff2c to d1fe37f Compare April 6, 2023 03:56
@renovate renovate bot changed the title Update module github.com/vektra/mockery/v2 to v2.23.1 Update module github.com/vektra/mockery/v2 to v2.23.2 Apr 6, 2023
@renovate renovate bot changed the title Update module github.com/vektra/mockery/v2 to v2.23.2 Update module github.com/vektra/mockery/v2 to v2.24.0 Apr 10, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch 2 times, most recently from 31765c0 to 315ec8d Compare April 17, 2023 02:39
@renovate renovate bot changed the title Update module github.com/vektra/mockery/v2 to v2.24.0 Update module github.com/vektra/mockery/v2 to v2.25.0 Apr 17, 2023
@renovate renovate bot changed the title Update module github.com/vektra/mockery/v2 to v2.25.0 Update module github.com/vektra/mockery/v2 to v2.25.1 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 28fae5a to 4bd6f14 Compare May 28, 2024 16:08
@renovate renovate bot changed the title fix(deps): update module github.com/vektra/mockery/v2 to v2.43.1 fix(deps): 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 4bd6f14 to 4b3761a Compare August 2, 2024 08:02
@renovate renovate bot changed the title fix(deps): update module github.com/vektra/mockery/v2 to v2.43.2 fix(deps): update module github.com/vektra/mockery/v2 to v2.44.1 Aug 2, 2024
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):

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

Details:

Package Change
go 1.21.6 -> 1.23.3
github.com/chigopher/pathlib v0.15.0 -> v0.19.1
golang.org/x/mod v0.13.0 -> v0.14.0
golang.org/x/tools v0.14.0 -> v0.17.0

@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 4b3761a to 50e2ef1 Compare August 16, 2024 18:58
@renovate renovate bot changed the title fix(deps): update module github.com/vektra/mockery/v2 to v2.44.1 fix(deps): 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 50e2ef1 to 348e801 Compare August 21, 2024 00:11
@renovate renovate bot changed the title fix(deps): update module github.com/vektra/mockery/v2 to v2.44.2 fix(deps): update module github.com/vektra/mockery/v2 to v2.45.0 Aug 21, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 348e801 to ba3271b Compare September 9, 2024 15:41
@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 ba3271b to 81ff563 Compare September 17, 2024 06:11
@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 81ff563 to a67c551 Compare September 28, 2024 04:28
@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 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
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from a67c551 to bd7bc25 Compare October 2, 2024 16:28
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from bd7bc25 to 23089e0 Compare October 14, 2024 03:34
@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
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 23089e0 to 484faa6 Compare November 14, 2024 19:17
@renovate renovate bot changed the title fix(deps): update module github.com/vektra/mockery/v2 to v2.46.3 fix(deps): update module github.com/vektra/mockery/v2 to v2.47.0 Nov 14, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 484faa6 to 22b28a2 Compare November 19, 2024 08:12
@renovate renovate bot changed the title fix(deps): update module github.com/vektra/mockery/v2 to v2.47.0 fix(deps): update module github.com/vektra/mockery/v2 to v2.48.0 Nov 19, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 22b28a2 to 953f087 Compare November 21, 2024 00:42
@renovate renovate bot changed the title fix(deps): update module github.com/vektra/mockery/v2 to v2.48.0 fix(deps): update module github.com/vektra/mockery/v2 to v2.49.0 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from 953f087 to cc66c6c Compare November 27, 2024 00:36
@renovate renovate bot changed the title fix(deps): update module github.com/vektra/mockery/v2 to v2.49.0 fix(deps): update module github.com/vektra/mockery/v2 to v2.49.1 Nov 27, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-vektra-mockery-v2-2.x branch from cc66c6c to 7375f7b Compare December 3, 2024 18:17
@renovate renovate bot changed the title fix(deps): update module github.com/vektra/mockery/v2 to v2.49.1 fix(deps): update module github.com/vektra/mockery/v2 to v2.49.2 Dec 3, 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