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/golangci/golangci-lint from 1.53.1 to 1.53.2 #628

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps github.com/golangci/golangci-lint from 1.53.1 to 1.53.2.

Release notes

Sourced from github.com/golangci/golangci-lint's releases.

v1.53.2

golangci-lint is a free and open-source project, built by people in their free time. Also, the linter authors are an important part of golangci-lint. If you use and appreciate golangci-lint please think to support us (golangci-lint maintainers and linters authors). :heart:

https://golangci-lint.run/product/thanks/

Changelog

  • 59a7aaf7 build(deps): bump github.com/OpenPeeDeeP/depguard/v2 from v2.0.1 to 2.1.0 (#3883)
  • 62d19132 build(deps): bump github.com/shirou/gopsutil/v3 from 3.23.4 to 3.23.5 (#3875)
  • f6c61a52 build(deps): bump golang.org/x/tools from 0.9.2 to 0.9.3 (#3874)
  • 68be5bab depguard: throw error only when the linter is called (#3880)
Changelog

Sourced from github.com/golangci/golangci-lint's changelog.

v1.53.2

  1. updated linters
    • depguard: from v2.0.1 to 2.1.0
  2. misc.
    • depguard: throw error only when the linter is called
Commits
  • 59a7aaf build(deps): bump github.com/OpenPeeDeeP/depguard/v2 from v2.0.1 to 2.1.0 (#3...
  • 68be5ba depguard: throw error only when the linter is called (#3880)
  • 2e907f9 docs: fix default depguard rule (#3879)
  • 62d1913 build(deps): bump github.com/shirou/gopsutil/v3 from 3.23.4 to 3.23.5 (#3875)
  • f6c61a5 build(deps): bump golang.org/x/tools from 0.9.2 to 0.9.3 (#3874)
  • d462a46 build(deps): bump @​emotion/react from 11.10.8 to 11.11.0 in /docs (#3863)
  • 2d6630a dev: update Changelog
  • 736b320 docs: Update documentation and assets (#3873)
  • 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 #628 (a0adb3e) into main (d781e60) will increase coverage by 0.11%. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #628 +/- ## ========================================== + Coverage 66.19% 66.30% +0.11% ========================================== Files 277 277 Lines 36992 36969 -23 ========================================== + Hits 24486 24514 +28 + Misses 10746 10699 -47 + Partials 1760 1756 -4 ``` [see 17 files with indirect coverage changes](https://app.codecov.io/gh/Finschia/ostracon/pull/628/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia)