fix(deps): update module github.com/vektra/mockery/v2 to v2.53.0 #497
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.46.0
->v2.53.0
Release Notes
vektra/mockery (github.com/vektra/mockery/v2)
v2.53.0
Compare Source
What's Changed
fail-on-missing
): Allow mockery to return non-zero on missing interfaces by @LandonTClipp in https://github.com/vektra/mockery/pull/934Full Changelog: vektra/mockery@v2.52.4...v2.53.0
v2.52.4
Compare Source
Changelog
0c0f6fc
Fix disable-version-string bool check (#927)3761289
Update mockery-tools.env45d41e8
fix:include-auto-generated
option (#928)v2.52.3
Compare Source
Changelog
b4291cf
Build Docker from Go 1.24 (#923)44293f3
Bump debug versionv2.52.2
Compare Source
Changelog
252f27c
Support go 1.24 and upgrade dependencies (#915)c644c45
docs: fix go mod download command (#908)v2.52.1
Compare Source
Changelog
2becc15
Fix dependency issue in zerolog (#910)v2.52.0
Compare Source
Changelog
812a888
Add latest-v2 alias in docs.ed09f71
Add link to v3 docs. (#904)25182ae
Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 in /tools (#903)3f90943
Bump golang.org/x/net from 0.28.0 to 0.33.0 in /tools (#902)eb84be5
Bump version14a9cc6
feat: Error message for nonexistent mocks (#907)v2.51.1
Compare Source
Changelog
52c9c25
Fix config issue with type conversion and deprecation warnings (#897)v2.51.0
Compare Source
Changelog
0f55ecb
Add enhanced deprecation logging support. (#894)NOTE
This release adds a number of deprecation warnings in preparation for the v3 release. If you would like to disable these warnings, you can use the
disable-deprecation-warnings
parameter, or to disable only specific warnings, thedisabled-deprecation-warnings
parameter. Details on these are in the configuration section of the docs.v2.50.4
Compare Source
Changelog
cd34e8b
Fix taggingd5bc859
Support *ast.SelectorExpr aliases (#881)fe58af4
bump versionbb1e69e
updates to CICDv2.50.3
Compare Source
v2.50.2
Compare Source
Changelog
6a54b28
Fix empty build tags adding a tags parameter (#874)afe092f
Update mockery-tools.envv2.50.1
Compare Source
Changelog
ede4f2c
Add new expressions to allowed types (#863)f6c261b
Bump versionv2.50.0
Compare Source
Changelog
13d696b
Bump to 2.50.00ba6fad
Make the parser accept index list expressions (#857)v2.49.2
Compare Source
Changelog
3a3fb6e
Add reusable Github action for testing (#855)715d9a3
Fix minor typos in parser debug logs (#858)dc47fdb
Fix(generator): run functions with empty return (#842)7d8df22
Update mockery-tools.envv2.49.1
Compare Source
Changelog
8da7022
Add deprecation warning forwith-expecter
.63a14b5
Add tagging Github action314381f
Docs: Make deprecations clearer55e1e90
Docs: Simplify/modernize index page3cef7fd
Fix bug with type aliases to structscba8aa0
Fix dirty git state caused by built tool5c75177
Fix tag action37383a4
Merge pull request #849 from LandonTClipp/LandonTClipp/tagging88830e8
Merge pull request #850 from LandonTClipp/LandonTClipp/deprecation_docsbc56391
Merge pull request #851 from LandonTClipp/LandonTClipp/expecter773408f
Merge pull request #853 from LandonTClipp/LandonTClipp/bugfix971ce32
Merge pull request #854 from LandonTClipp/masterb1145cb
bump debug198df07
formattingv2.49.0
Compare Source
Changelog
13fc607
Addresolve-type-alias
parametera27cb03
Merge pull request #843 from LandonTClipp/LandonTClipp/issue_839NOTE
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
Fixoutpkg
not being respected wheninpackage: True
.3ae14ef
Merge pull request #846 from LandonTClipp/LandonTClipp/issue_845v2.47.0
Compare Source
Changelog
f48ddc0
Enable gofumpt linter and cleanup formattingc9614e7
Fix unreachable links in docs97ba6f2
Fix(recursive): use packages.Load support for recursive search instead of manual - Fix(Parsepackages): Ignore packages with no Go files01a68ea
Merge pull request #825 from alexandear/refactor/yaml.v34ce1908
Merge pull request #826 from alexandear/github-update-pr-templatee9539f2
Merge pull request #827 from alexandear/docs/replace-godoc-pkg-go-dev08deb2d
Merge pull request #828 from alexandear/refactor/enable-gofumpt146f48b
Merge pull request #829 from alexandear/refactor/redundant-var-decl33886a9
Merge pull request #830 from alexandear/docs/fix-linksf9da2b6
Merge pull request #831 from alexandear/refactor/test-assertsf1e8da9
Merge pull request #833 from alexandear/refactor/simplify-parse-config-templates5a0ad1c
Merge pull request #834 from alexandear/refactor/dont-use-underscoresf6ecb44
Merge pull request #835 from jfragosoperez/fix/support-for-interface-typed-params057cf5e
Merge pull request #838 from sonalys/fix/recursivef66028a
Refactor test assertsa79c303
Refactor to avoid undersore in var names7ea7946
Refactor to use only gopkg.in/yaml.v36f99c60
Remove redundant variable declarations86ae19b
Replace godoc.org with pkg.go.deve314ba8
Simplify parseConfigTemplates implementationd374c68
Update Go versions in GitHub PR template6c7fb6b
fix(generator): support nil returns when using interface typed paramsv2.46.3
Compare Source
Changelog
4d3bfa7
Merge pull request #824 from DimaGolomozy/patch-12e2b9bc
add gitf55598e
add sshv2.46.2
Compare Source
Changelog
87fdecc
Merge pull request #819 from pieter-irsan/patch-10d1b1a2
Merge pull request #821 from Link512/master2e2c85b
check nillable property for type aliases as wellce9adb6
docs: update typo in README.mdv2.46.1
Compare Source
Changelog
afe04a5
Merge pull request #808 from RangelReale/fix-go123-aliastype720caa9
Undo go:build statements, make code a little DRYcf26d69
Update to go1.23c05a755
remove Go 1.23 testing6f7960f
support types.Alias42d905a
support types.Alias66dba08
support types.Aliase4b095f
upgrade go taskea36ecc
upgrade golangci-lint and add Go 1.23 to CI testConfiguration
📅 Schedule: Branch creation - "after 5am on sunday" (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.
To execute skipped test pipelines write comment
/ok-to-test
.This PR has been generated by MintMaker (powered by Renovate Bot).