evmos / ethermint

Ethermint is a Cosmos SDK library for running scalable and interoperable EVM chains
https://docs.evmos.org/
GNU Lesser General Public License v3.0
1.81k stars 535 forks source link

build(deps): bump github.com/cosmos/gogoproto from 1.4.7 to 1.4.11 #1851

Open dependabot[bot] opened 9 months ago

dependabot[bot] commented 9 months ago

Bumps github.com/cosmos/gogoproto from 1.4.7 to 1.4.11.

Release notes

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

v1.4.11

What's Changed

New Contributors

Note

Dependencies depending on earlier version of x/exp may not be able to bump to v1.4.11 because slices.SortFunc had some breaking changes. For limiting breaking changes in patch versions, for instance, the Cosmos SDK v0.47.x will not bump to v1.4.11.

Full Changelog: https://github.com/cosmos/gogoproto/compare/v1.4.10...v1.4.11

v1.4.10

What's Changed

Full Changelog: https://github.com/cosmos/gogoproto/compare/v1.4.9...v1.4.10

v1.4.9

What's Changed

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

v1.4.8

What's Changed

New Contributors

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

Changelog

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

v1.4.11 - 2023-05-11

Improvements

  • #83 Bump golang.org/x/exp to latest version. This solves API incompatibilities for users bumping x/exp to latest version in their app.

v1.4.10 - 2023-05-11

Improvements

  • #67 Remove warning about double registration. The Cosmos SDK does purposely double-registration so this warning is not useful.

v1.4.9 - 2023-05-03

Breaking changes

  • #62 Change public API for MergedFileDescriptors, MergedGlobalFileDescriptors, etc. introduced in v1.4.8, retracting that release.

Improvements

  • #62 Add the proto.HybridResolver var which exposes the merged *protoregistry.Files functionality in a high-performance way. Also add the proto.GogoResolver var.

v1.4.8 - 2023-04-18

RETRACTED

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.
Commits
  • 2961de6 chore: prepare gogoproto v1.4.11 (#86)
  • 19fa753 refactor!: upgrade golang.org/x/exp to latest (#83)
  • 1ad906c chore: bump bufbuild/buf-setup-action from 1.26.0 to 1.26.1 (#85)
  • b2b4819 chore: bump bufbuild/buf-setup-action from 1.25.1 to 1.26.0 (#84)
  • 41f15e7 chore: bump bufbuild/buf-setup-action from 1.25.0 to 1.25.1 (#82)
  • 3781ff3 chore: bump google.golang.org/grpc from 1.56.2 to 1.57.0 (#81)
  • 405f7c8 chore: bump bufbuild/buf-setup-action from 1.24.0 to 1.25.0 (#80)
  • a2607da chore: bump bufbuild/buf-setup-action from 1.23.1 to 1.24.0 (#79)
  • 06cd7a1 chore: bump google.golang.org/grpc from 1.56.1 to 1.56.2 (#78)
  • 199657c chore: bump bufbuild/buf-setup-action from 1.23.0 to 1.23.1 (#77)
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)