Finschia / ostracon

Ostracon, a consensus algorithm, is forked from Tendermint Core. We have added VRF to Tendermint BFT. It adds randomness to PoS Validator elections and improves security.
Apache License 2.0
70 stars 28 forks source link

build(deps): Bump github.com/vektra/mockery/v2 from 2.29.0 to 2.30.1 #636

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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)
codecov[bot] commented 1 year ago

Codecov Report

Merging #636 (ab0b368) into main (f9baae3) will increase coverage by 0.11%. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #636 +/- ## ========================================== + Coverage 66.24% 66.35% +0.11% ========================================== Files 277 277 Lines 36969 36969 ========================================== + Hits 24489 24530 +41 + Misses 10712 10680 -32 + Partials 1768 1759 -9 ``` [see 16 files with indirect coverage changes](https://app.codecov.io/gh/Finschia/ostracon/pull/636/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia)