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.26.1 to 2.27.1 #608

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/vektra/mockery/v2 from 2.26.1 to 2.27.1.

Release notes

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

v2.27.1

Changelog

  • 57df870 Merge pull request #626 from LandonTClipp/packages_beta
  • 6359747 Move packages to a beta state
  • b1a302a Update features.md
  • b3d99dd Update migrating_to_packages.md

v2.27.0

Changelog

  • 66f7b66 Add InterfaceDirRelative template variable
  • fd7a1ab Add docs for boilerplate-file
  • 18a0dba Add packages migration docs
  • 1c1eeea Merge pull request #615 from neverbeenthisweeb/neverbeenthisweeb/613-remove-debug-msg
  • 587e962 Merge pull request #620 from vektra/docs
  • 05d270e Merge pull request #622 from LandonTClipp/migration
  • f9586f1 Merge pull request #625 from LandonTClipp/issue_623
  • 4c99dea Remove debug log
  • 0e520a4 fix extra pipe
Commits
  • 57df870 Merge pull request #626 from LandonTClipp/packages_beta
  • 6359747 Move packages to a beta state
  • b3d99dd Update migrating_to_packages.md
  • b1a302a Update features.md
  • f9586f1 Merge pull request #625 from LandonTClipp/issue_623
  • 66f7b66 Add InterfaceDirRelative template variable
  • 05d270e Merge pull request #622 from LandonTClipp/migration
  • 18a0dba Add packages migration docs
  • 587e962 Merge pull request #620 from vektra/docs
  • 0e520a4 fix extra pipe
  • Additional commits viewable 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 #608 (39b547b) into main (dab5f0f) will increase coverage by 0.09%. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #608 +/- ## ========================================== + Coverage 66.19% 66.29% +0.09% ========================================== Files 277 277 Lines 36969 36969 ========================================== + Hits 24472 24507 +35 + Misses 10734 10706 -28 + Partials 1763 1756 -7 ``` [see 12 files with indirect coverage changes](https://app.codecov.io/gh/Finschia/ostracon/pull/608/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia)
torao commented 1 year ago

review plz. @tnasu @ulbqb

tnasu commented 1 year ago

@torao @ulbqb

I found the pull request: https://github.com/tendermint/tendermint/pull/8852 It will be backported next version of v0.34.20. If we should address this now, I prefer to set #8852's tools.go into tools directory.

ulbqb commented 1 year ago

It seems that many modules is updated. Is this ok?

torao commented 1 year ago

@ulbqb They are added by two further modules bufbuild and golangci, which were added by this backport. So, some of the dependencies have been upgraded, but they will not affect the production code as they have passed the build and tests.