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.53.0 #497

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

Conversation

red-hat-konflux[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/vektra/mockery/v2 require minor v2.46.0 -> v2.53.0

Release Notes

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

v2.53.0

Compare Source

What's Changed

Full Changelog: vektra/mockery@v2.52.4...v2.53.0

v2.52.4

Compare Source

Changelog

v2.52.3

Compare Source

Changelog

v2.52.2

Compare Source

Changelog

v2.52.1

Compare Source

Changelog

v2.52.0

Compare Source

Changelog

v2.51.1

Compare Source

Changelog

  • 52c9c25 Fix config issue with type conversion and deprecation warnings (#​897)

v2.51.0

Compare Source

Changelog

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, the disabled-deprecation-warnings parameter. Details on these are in the configuration section of the docs.

v2.50.4

Compare Source

Changelog

v2.50.3

Compare Source

v2.50.2

Compare Source

Changelog

v2.50.1

Compare Source

Changelog

v2.50.0

Compare Source

Changelog

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

Configuration

📅 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.


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

To execute skipped test pipelines write comment /ok-to-test.

This PR has been generated by MintMaker (powered by Renovate Bot).

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Copy link
Contributor Author

ℹ Artifact update notice

File name: tools/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):

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

Details:

Package Change
go 1.22.5 -> 1.24.0
github.com/cespare/xxhash/v2 v2.1.2 -> v2.3.0
github.com/fsnotify/fsnotify v1.7.0 -> v1.8.0
github.com/iancoleman/strcase v0.2.0 -> v0.3.0
github.com/mattn/go-colorable v0.1.13 -> v0.1.14
github.com/rs/zerolog v1.31.0 -> v1.33.0
github.com/sagikazarmark/locafero v0.3.0 -> v0.7.0
github.com/spf13/afero v1.11.0 -> v1.12.0
github.com/spf13/cast v1.5.1 -> v1.7.1
github.com/spf13/pflag v1.0.5 -> v1.0.6
github.com/spf13/viper v1.17.0 -> v1.19.0
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 -> v0.0.0-20250210185358-939b2ce775ac
golang.org/x/mod v0.22.0 -> v0.23.0
golang.org/x/net v0.33.0 -> v0.35.0
golang.org/x/sync v0.10.0 -> v0.11.0
golang.org/x/sys v0.28.0 -> v0.30.0
golang.org/x/term v0.27.0 -> v0.29.0
golang.org/x/text v0.21.0 -> v0.22.0
golang.org/x/tools v0.28.0 -> v0.30.0
google.golang.org/protobuf v1.34.2 -> v1.36.1

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