desmos-labs / desmos

Improving the well-being of users on social networks through the blockchain technology.
https://desmos.network
Apache License 2.0
104 stars 48 forks source link

build(deps): bump github.com/cosmos/gogoproto from 1.4.6 to 1.4.8 #1114

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/cosmos/gogoproto from 1.4.6 to 1.4.8.

Release notes

Sourced from github.com/cosmos/gogoproto's releases.

v1.4.8

What's Changed

New Contributors

Full Changelog: https://github.com/cosmos/gogoproto/compare/v1.4.7...v1.4.8

v1.4.7

What's Changed

Full Changelog: https://github.com/cosmos/gogoproto/compare/v1.4.6...v1.4.7

Changelog

Sourced from github.com/cosmos/gogoproto's changelog.

v1.4.8 - 2023-04-18

Breaking changes

  • #61 Use all available cores when merging registries. Existing calls to proto.MergedRegistry() do not need to change. The signature of proto.MergedFileDescriptors has changed to accept explicit arguments for the "global files" and "app files". Calls to proto.MergedFileDescriptors() should change to proto.MergedGlobalFileDescriptors() or proto.MergedGlobalFileDescriptorsWithValidation().

Improvements

  • #59 Reuse buffers and gzip readers to reduce memory allocations during MergedFileDescriptors.
  • #60 Skip work to check import path and file descriptor differences during MergedFileDescriptors, when not in debug mode.

v1.4.7 - 2023-03-30

Bug Fixes

  • #55 Get a file descriptor diff only when debug is enabled.
Commits
  • a0d0171 perf!: concurrent merge with optional debugging (#61)
  • d932639 perf: skip debug work when not in debug mode (#60)
  • 7dca9a2 perf: reduce allocations in MergedFileDescriptors (#59)
  • 0c06433 chore(deps): bump bufbuild/buf-setup-action from 1.16.0 to 1.17.0 (#58)
  • 9aa403e chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.54.0 (#54)
  • 7d980da chore(deps): bump google.golang.org/protobuf from 1.29.1 to 1.30.0 (#53)
  • b12c8ca fix: get a diff only when in debug (#55)
  • 4969ae7 chore(deps): bump bufbuild/buf-setup-action from 1.15.1 to 1.16.0 (#57)
  • e403977 chore(deps): bump amannn/action-semantic-pull-request from 5.1.0 to 5.2.0 (#52)
  • b4b762a chore(deps): bump actions/setup-go from 3 to 4 (#51)
  • 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

Patch and project coverage have no change.

Comparison is base (b65867c) 80.87% compared to head (6770ea7) 80.87%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1114 +/- ## ======================================= Coverage 80.87% 80.87% ======================================= Files 186 186 Lines 16695 16695 ======================================= Hits 13502 13502 Misses 2606 2606 Partials 587 587 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=desmos-labs). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=desmos-labs)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.