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

ci(deps): update module github.com/vektra/mockery/v2 to v2.49.2 #41

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/vektra/mockery/v2 v2.38.0 -> 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

Configuration

📅 Schedule: Branch creation - "* 0 2 * *" (UTC), 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/github.com-vektra-mockery-v2-2.x branch 3 times, most recently from 5329eea to ca8cb91 Compare January 18, 2024 12:42
@renovate renovate bot force-pushed the renovate/github.com-vektra-mockery-v2-2.x branch from ca8cb91 to 466247b Compare January 18, 2024 12:50
@renovate renovate bot changed the title ci(deps): update module github.com/vektra/mockery/v2 to v2.40.1 ci(deps): update module github.com/vektra/mockery/v2 to v2.40.1 - autoclosed Jan 19, 2024
@renovate renovate bot closed this Jan 19, 2024
@renovate renovate bot deleted the renovate/github.com-vektra-mockery-v2-2.x branch January 19, 2024 15:06
@renovate renovate bot changed the title ci(deps): update module github.com/vektra/mockery/v2 to v2.40.1 - autoclosed ci(deps): update module github.com/vektra/mockery/v2 to v2.40.1 Jan 22, 2024
@renovate renovate bot reopened this Jan 22, 2024
@renovate renovate bot restored the renovate/github.com-vektra-mockery-v2-2.x branch January 22, 2024 11:45
@renovate renovate bot force-pushed the renovate/github.com-vektra-mockery-v2-2.x branch 2 times, most recently from a509567 to 76e2f04 Compare January 22, 2024 11:56
@renovate renovate bot changed the title ci(deps): update module github.com/vektra/mockery/v2 to v2.40.1 ci(deps): update module github.com/vektra/mockery/v2 to v2.40.1 - autoclosed Jan 22, 2024
@renovate renovate bot closed this Jan 22, 2024
@renovate renovate bot deleted the renovate/github.com-vektra-mockery-v2-2.x branch January 22, 2024 12:01
@renovate renovate bot changed the title ci(deps): update module github.com/vektra/mockery/v2 to v2.40.1 - autoclosed ci(deps): update module github.com/vektra/mockery/v2 to v2.40.1 Jan 22, 2024
@renovate renovate bot reopened this Jan 22, 2024
@renovate renovate bot restored the renovate/github.com-vektra-mockery-v2-2.x branch January 22, 2024 12:03
@renovate renovate bot force-pushed the renovate/github.com-vektra-mockery-v2-2.x branch 3 times, most recently from f618218 to 5d803fc Compare January 23, 2024 13:52
@renovate renovate bot force-pushed the renovate/github.com-vektra-mockery-v2-2.x branch from 5d803fc to 2a8e63f Compare January 23, 2024 13:54
@renovate renovate bot force-pushed the renovate/github.com-vektra-mockery-v2-2.x branch from 2a8e63f to f4d6ece Compare February 8, 2024 23:13
@renovate renovate bot changed the title ci(deps): update module github.com/vektra/mockery/v2 to v2.40.1 ci(deps): update module github.com/vektra/mockery/v2 to v2.40.2 Feb 8, 2024
@renovate renovate bot changed the title ci(deps): update module github.com/vektra/mockery/v2 to v2.40.2 ci(deps): update module github.com/vektra/mockery/v2 to v2.40.3 Feb 9, 2024
@renovate renovate bot changed the title ci(deps): update module github.com/vektra/mockery/v2 to v2.40.3 ci(deps): update module github.com/vektra/mockery/v2 to v2.41.0 Feb 13, 2024
@renovate renovate bot changed the title ci(deps): update module github.com/vektra/mockery/v2 to v2.41.0 ci(deps): update module github.com/vektra/mockery/v2 to v2.42.0 Feb 16, 2024
@renovate renovate bot changed the title ci(deps): update module github.com/vektra/mockery/v2 to v2.42.0 ci(deps): update module github.com/vektra/mockery/v2 to v2.42.1 Mar 12, 2024
@renovate renovate bot changed the title ci(deps): update module github.com/vektra/mockery/v2 to v2.42.1 ci(deps): update module github.com/vektra/mockery/v2 to v2.42.2 Apr 4, 2024
@renovate renovate bot changed the title ci(deps): update module github.com/vektra/mockery/v2 to v2.42.2 ci(deps): update module github.com/vektra/mockery/v2 to v2.42.3 Apr 20, 2024
@renovate renovate bot changed the title ci(deps): update module github.com/vektra/mockery/v2 to v2.42.3 ci(deps): update module github.com/vektra/mockery/v2 to v2.43.0 Apr 29, 2024
@renovate renovate bot changed the title ci(deps): update module github.com/vektra/mockery/v2 to v2.43.0 ci(deps): update module github.com/vektra/mockery/v2 to v2.43.1 May 16, 2024
@renovate renovate bot changed the title ci(deps): update module github.com/vektra/mockery/v2 to v2.43.1 ci(deps): update module github.com/vektra/mockery/v2 to v2.43.2 May 28, 2024
Copy link
Author

renovate bot commented Jun 4, 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):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/chigopher/pathlib v0.17.0 -> v0.19.1
golang.org/x/mod v0.9.0 -> v0.12.0

@renovate renovate bot changed the title ci(deps): update module github.com/vektra/mockery/v2 to v2.43.2 ci(deps): update module github.com/vektra/mockery/v2 to v2.44.1 Aug 2, 2024
@renovate renovate bot changed the title ci(deps): update module github.com/vektra/mockery/v2 to v2.44.1 ci(deps): update module github.com/vektra/mockery/v2 to v2.44.2 Aug 16, 2024
@renovate renovate bot changed the title ci(deps): update module github.com/vektra/mockery/v2 to v2.44.2 ci(deps): update module github.com/vektra/mockery/v2 to v2.45.0 Aug 20, 2024
@renovate renovate bot changed the title ci(deps): update module github.com/vektra/mockery/v2 to v2.45.0 ci(deps): update module github.com/vektra/mockery/v2 to v2.45.1 Sep 9, 2024
@renovate renovate bot changed the title ci(deps): update module github.com/vektra/mockery/v2 to v2.45.1 ci(deps): update module github.com/vektra/mockery/v2 to v2.46.0 Sep 17, 2024
@renovate renovate bot changed the title ci(deps): update module github.com/vektra/mockery/v2 to v2.46.0 ci(deps): update module github.com/vektra/mockery/v2 to v2.46.1 Sep 28, 2024
@renovate renovate bot changed the title ci(deps): update module github.com/vektra/mockery/v2 to v2.46.1 ci(deps): update module github.com/vektra/mockery/v2 to v2.46.2 Oct 2, 2024
@renovate renovate bot changed the title ci(deps): update module github.com/vektra/mockery/v2 to v2.46.2 ci(deps): update module github.com/vektra/mockery/v2 to v2.46.3 Oct 14, 2024
@renovate renovate bot changed the title ci(deps): update module github.com/vektra/mockery/v2 to v2.46.3 ci(deps): update module github.com/vektra/mockery/v2 to v2.47.0 Nov 14, 2024
@renovate renovate bot changed the title ci(deps): update module github.com/vektra/mockery/v2 to v2.47.0 ci(deps): update module github.com/vektra/mockery/v2 to v2.48.0 Nov 19, 2024
@renovate renovate bot changed the title ci(deps): update module github.com/vektra/mockery/v2 to v2.48.0 ci(deps): update module github.com/vektra/mockery/v2 to v2.49.0 Nov 21, 2024
@renovate renovate bot changed the title ci(deps): update module github.com/vektra/mockery/v2 to v2.49.0 ci(deps): update module github.com/vektra/mockery/v2 to v2.49.1 Nov 27, 2024
@renovate renovate bot changed the title ci(deps): update module github.com/vektra/mockery/v2 to v2.49.1 ci(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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants