Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2023

Bumps github.com/vektra/mockery/v2 from 2.29.0 to 2.30.1.

Release notes

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

v2.30.1

Changelog

  • 365d1b5 Merge pull request #638 from cszczepaniak/cs/remove_pkg_errors
  • 99c9dd8 add GetStack and tests to stackerr pkg
  • a143b36 add stackerr for stack traces
  • 935b51d remove pkg errors dep
  • 1ca3fd7 replace usages of pkg/errors

v2.30.0

Changelog

  • 7d5b1fc Fixing mockery infinitely generating interfaces
  • e85f2c0 Merge pull request #640 from LandonTClipp/issue_632
  • d667a59 Update changelog.md
Changelog

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

Changelog

This changelog describes major feature additions. Please view the releases page for more details on commits and minor changes.

Commits
  • 365d1b5 Merge pull request #638 from cszczepaniak/cs/remove_pkg_errors
  • e85f2c0 Merge pull request #640 from LandonTClipp/issue_632
  • 7d5b1fc Fixing mockery infinitely generating interfaces
  • d667a59 Update changelog.md
  • 99c9dd8 add GetStack and tests to stackerr pkg
  • 935b51d remove pkg errors dep
  • 1ca3fd7 replace usages of pkg/errors
  • a143b36 add stackerr for stack traces
  • See full diff in compare view

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 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)

Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.29.0 to 2.30.1.
- [Release notes](https://github.com/vektra/mockery/releases)
- [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md)
- [Commits](vektra/mockery@v2.29.0...v2.30.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] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner June 19, 2023 05:08
@dependabot dependabot bot added automerge dependencies Dependency updates labels Jun 19, 2023
@lasarojc
Copy link
Contributor

@dependabot rebase

@thanethomson
Copy link
Contributor

Looks like this new version of mockery actually generates different code to the version we currently use. This would require a manual upgrade.

@thanethomson
Copy link
Contributor

Superseded by #1009.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 20, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/main/github.com/vektra/mockery/v2-2.30.1 branch June 20, 2023 17:51
mergify bot pushed a commit that referenced this pull request Jun 26, 2023
#1009)

Supersedes #995.

We have to do this manually because the code that the new version of mockery generates is subtly (but not meaningfully, afaict) different.

---

#### PR checklist

- [ ] Tests written/updated
- [ ] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog)
- [ ] Updated relevant documentation (`docs/` or `spec/`) and code comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge dependencies Dependency updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants