Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps github.com/vektra/mockery/v2 from 2.34.2 to 2.52.1.

Release notes

Sourced from github.com/vektra/mockery/v2's releases.

v2.52.1

Changelog

  • 2becc15 Fix dependency issue in zerolog (#910)

v2.52.0

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 version
  • 14a9cc6 feat: Error message for nonexistent mocks (#907)

v2.51.1

Changelog

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

v2.51.0

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

v2.50.4

Changelog

  • cd34e8b Fix tagging
  • d5bc859 Support *ast.SelectorExpr aliases (#881)
  • fe58af4 bump version
  • bb1e69e updates to CICD

v2.50.2

Changelog

  • 6a54b28 Fix empty build tags adding a tags parameter (#874)
  • afe092f Update mockery-tools.env

v2.50.1

Changelog

  • ede4f2c Add new expressions to allowed types (#863)
  • f6c261b Bump version

v2.50.0

Changelog

  • 13d696b Bump to 2.50.0
  • 0ba6fad Make the parser accept index list expressions (#857)

v2.49.2

Changelog

  • 3a3fb6e Add reusable Github action for testing (#855)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@github-actions
Copy link

github-actions bot commented Feb 3, 2025

🚀 e2e tests run

We add labels to the PRs to control the e2e test runs by running specific tests and skipping some test contexts,
please follow this guide:

Label Behaviour
none Run Generic tests
e2e/none skip all e2e tests (documentation etc) - overrides all e2e/* labels Do not run any tests (overrides all e2e/ flags)
e2e/flatcar run Flatcar e2e tests Add Flatcar tests to the run

ℹ️ Ask a Member to add the requested labels if you don't have enough permissions.

@github-actions
Copy link

github-actions bot commented Feb 3, 2025

External PR

Test runs on external PRs require manual approval.

Note: This PR changes the following non-go, non-docs files:
hack/tools/go.mod
hack/tools/go.sum

@dependabot dependabot bot force-pushed the dependabot/go_modules/hack/tools/github.com/vektra/mockery/v2-2.52.1 branch from ac75062 to 62fd908 Compare February 5, 2025 08:51
@github-actions
Copy link

github-actions bot commented Feb 5, 2025

External PR

Test runs on external PRs require manual approval.

Note: This PR changes the following non-go, non-docs files:
hack/tools/go.mod
hack/tools/go.sum

@dependabot dependabot bot force-pushed the dependabot/go_modules/hack/tools/github.com/vektra/mockery/v2-2.52.1 branch from 62fd908 to 6d81372 Compare February 5, 2025 09:17
@github-actions
Copy link

github-actions bot commented Feb 5, 2025

External PR

Test runs on external PRs require manual approval.

Note: This PR changes the following non-go, non-docs files:
hack/tools/go.mod
hack/tools/go.sum

@dependabot dependabot bot force-pushed the dependabot/go_modules/hack/tools/github.com/vektra/mockery/v2-2.52.1 branch from 6d81372 to 8ad7752 Compare February 5, 2025 11:25
@github-actions
Copy link

github-actions bot commented Feb 5, 2025

External PR

Test runs on external PRs require manual approval.

Note: This PR changes the following non-go, non-docs files:
hack/tools/go.mod
hack/tools/go.sum

@wikkyk
Copy link
Collaborator

wikkyk commented Feb 5, 2025

@dependabot rebase

Copy link
Collaborator

@wikkyk wikkyk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

requires go 1.23

@dependabot dependabot bot force-pushed the dependabot/go_modules/hack/tools/github.com/vektra/mockery/v2-2.52.1 branch from 8ad7752 to 969d715 Compare February 5, 2025 11:58
@wikkyk wikkyk added the go/1.23 label Feb 5, 2025
@github-actions
Copy link

github-actions bot commented Feb 5, 2025

External PR

Test runs on external PRs require manual approval.

Note: This PR changes the following non-go, non-docs files:
hack/tools/go.mod
hack/tools/go.sum

Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.34.2 to 2.52.1.
- [Release notes](https://github.com/vektra/mockery/releases)
- [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md)
- [Commits](vektra/mockery@v2.34.2...v2.52.1)

---
updated-dependencies:
- dependency-name: github.com/vektra/mockery/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/hack/tools/github.com/vektra/mockery/v2-2.52.1 branch from 969d715 to fbd7c5e Compare February 5, 2025 11:59
@github-actions
Copy link

github-actions bot commented Feb 5, 2025

External PR

Test runs on external PRs require manual approval.

Note: This PR changes the following non-go, non-docs files:
hack/tools/go.mod
hack/tools/go.sum

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 13, 2025

Superseded by #413.

@dependabot dependabot bot closed this Feb 13, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/hack/tools/github.com/vektra/mockery/v2-2.52.1 branch February 13, 2025 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants