Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump github.com/cosmos/gogoproto from 1.5.0 to 1.7.0 (#3784
) Bumps [github.com/cosmos/gogoproto](https://github.com/cosmos/gogoproto) from 1.5.0 to 1.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cosmos/gogoproto/releases">github.com/cosmos/gogoproto's releases</a>.</em></p> <blockquote> <h2>v1.7.0</h2> <h2>What's Changed</h2> <ul> <li>refactor: use structural type for AnyResolver & Message by <a href="https://github.com/tac0turtle"><code>@tac0turtle</code></a> in <a href="https://redirect.github.com/cosmos/gogoproto/pull/144">cosmos/gogoproto#144</a></li> <li>refactor: increase gogoproto compatibility by <a href="https://github.com/julienrbrt"><code>@julienrbrt</code></a> in <a href="https://redirect.github.com/cosmos/gogoproto/pull/145">cosmos/gogoproto#145</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/cosmos/gogoproto/compare/v1.6.0...v1.7.0">https://github.com/cosmos/gogoproto/compare/v1.6.0...v1.7.0</a></p> <h2>v1.6.0</h2> <h2>What's Changed</h2> <ul> <li>chore: improve any compat error by <a href="https://github.com/julienrbrt"><code>@julienrbrt</code></a> in <a href="https://redirect.github.com/cosmos/gogoproto/pull/138">cosmos/gogoproto#138</a></li> <li>chore: bump bufbuild/buf-setup-action from 1.31.0 to 1.35.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/cosmos/gogoproto/pull/139">cosmos/gogoproto#139</a></li> <li>chore: bump amannn/action-semantic-pull-request from 5.5.2 to 5.5.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/cosmos/gogoproto/pull/136">cosmos/gogoproto#136</a></li> <li>chore: bump bufbuild/buf-setup-action from 1.35.0 to 1.36.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/cosmos/gogoproto/pull/141">cosmos/gogoproto#141</a></li> <li>feat: make serviceDesc public by <a href="https://github.com/julienrbrt"><code>@julienrbrt</code></a> in <a href="https://redirect.github.com/cosmos/gogoproto/pull/142">cosmos/gogoproto#142</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/cosmos/gogoproto/compare/v1.5.0...v1.6.0">https://github.com/cosmos/gogoproto/compare/v1.5.0...v1.6.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cosmos/gogoproto/blob/main/CHANGELOG.md">github.com/cosmos/gogoproto's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/cosmos/gogoproto/releases/tag/v1.7.0">v1.7.0</a> - 2024-08-12</h2> <h3>Improvements</h3> <ul> <li><a href="https://redirect.github.com/cosmos/gogoproto/pull/145">#145</a> Remove <code>x/exp</code> dependency for greater compatibility.</li> <li><a href="https://redirect.github.com/cosmos/gogoproto/pull/144">#144</a> Change proto.Message and jsonpb.Anyresolver to aliased types to allow different implementations of the same interface.</li> </ul> <h2><a href="https://github.com/cosmos/gogoproto/releases/tag/v1.6.0">v1.6.0</a> - 2024-08-08</h2> <h3>Features</h3> <ul> <li><a href="https://redirect.github.com/cosmos/gogoproto/pull/142">#142</a> Update code generator to make grpc <code>ServiceDesc</code> public.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cosmos/gogoproto/commit/70f82eb45331b1eb0db349b02a73a9d8e914305f"><code>70f82eb</code></a> refactor: increase gogoproto compatibility (<a href="https://redirect.github.com/cosmos/gogoproto/issues/145">#145</a>)</li> <li><a href="https://github.com/cosmos/gogoproto/commit/a2d130f767761f9f7ffbc19e699129693ab8b07c"><code>a2d130f</code></a> refactor: use structural type for AnyResolver & Message (<a href="https://redirect.github.com/cosmos/gogoproto/issues/144">#144</a>)</li> <li><a href="https://github.com/cosmos/gogoproto/commit/5312ce88dbb7759774f03277e8b21ab5b90f896a"><code>5312ce8</code></a> feat: make serviceDesc public (<a href="https://redirect.github.com/cosmos/gogoproto/issues/142">#142</a>)</li> <li><a href="https://github.com/cosmos/gogoproto/commit/0923950e3edda18a0d1c2a6e380e0262e9016be4"><code>0923950</code></a> chore: bump bufbuild/buf-setup-action from 1.35.0 to 1.36.0 (<a href="https://redirect.github.com/cosmos/gogoproto/issues/141">#141</a>)</li> <li><a href="https://github.com/cosmos/gogoproto/commit/dbc693018292093cb8f96cf6eb23ab1583f0d7f0"><code>dbc6930</code></a> chore: bump amannn/action-semantic-pull-request from 5.5.2 to 5.5.3 (<a href="https://redirect.github.com/cosmos/gogoproto/issues/136">#136</a>)</li> <li><a href="https://github.com/cosmos/gogoproto/commit/8cd96de98594a0482f25b23a670cd0da4fc6eef1"><code>8cd96de</code></a> chore: bump bufbuild/buf-setup-action from 1.31.0 to 1.35.0 (<a href="https://redirect.github.com/cosmos/gogoproto/issues/139">#139</a>)</li> <li><a href="https://github.com/cosmos/gogoproto/commit/89ccff46724aebdd98fc59b603dd83cb57dad02d"><code>89ccff4</code></a> chore: improve any compat error (<a href="https://redirect.github.com/cosmos/gogoproto/issues/138">#138</a>)</li> <li><a href="https://github.com/cosmos/gogoproto/commit/6eec9731781bf8ec4feb0e4098ffb19ee74afb50"><code>6eec973</code></a> docs: Update CHANGELOG.md for v1.5.0 (<a href="https://redirect.github.com/cosmos/gogoproto/issues/132">#132</a>)</li> <li>See full diff in <a href="https://github.com/cosmos/gogoproto/compare/v1.5.0...v1.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/cosmos/gogoproto&package-manager=go_modules&previous-version=1.5.0&new-version=1.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information