Skip to content

Commit

Permalink
build(deps): Bump github.com/bufbuild/buf from 1.35.0 to 1.35.1 (#3196)
Browse files Browse the repository at this point in the history
Bumps [github.com/bufbuild/buf](https://github.com/bufbuild/buf) from 1.35.0 to 1.35.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/bufbuild/buf/releases">github.com/bufbuild/buf's releases</a>.</em></p>
<blockquote>
<h2>v1.35.1</h2>
<ul>
<li>Fix the git input parameter <code>ref</code> to align with the <code>git</code> notion of a ref. This allows for the use of branch names, tag names, and commit hashes.</li>
<li>Fix unexpected <code>buf build</code> errors with absolute path directory inputs without workspace and/or module configurations (e.g. <code>buf.yaml</code>, <code>buf.work.yaml</code>) and proto file paths set to the <code>--path</code> flag.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/bufbuild/buf/blob/main/CHANGELOG.md">github.com/bufbuild/buf's changelog</a>.</em></p>
<blockquote>
<h2>[v1.35.1] - 2024-07-24</h2>
<ul>
<li>Fix the git input parameter <code>ref</code> to align with the <code>git</code> notion of a ref. This allows for the use
of branch names, tag names, and commit hashes.</li>
<li>Fix unexpected <code>buf build</code> errors with absolute path directory inputs without workspace and/or
module configurations (e.g. <code>buf.yaml</code>, <code>buf.work.yaml</code>) and proto file paths set to the <code>--path</code> flag.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/bufbuild/buf/commit/f37053ea34085fca1f960cfa95be75e86eb6414e"><code>f37053e</code></a> Release v1.35.1 (<a href="https://redirect.github.com/bufbuild/buf/issues/3186">#3186</a>)</li>
<li><a href="https://github.com/bufbuild/buf/commit/9b236cae1d67ce2f6c3b097aee4a9c8870c0f75f"><code>9b236ca</code></a> Only check directories in workspace targeting fallback logic (<a href="https://redirect.github.com/bufbuild/buf/issues/3184">#3184</a>)</li>
<li><a href="https://github.com/bufbuild/buf/commit/8be3d0549eb3f596c45a1084ed435d1267af0657"><code>8be3d05</code></a> Validate domain in buf registry login and logout (<a href="https://redirect.github.com/bufbuild/buf/issues/3182">#3182</a>)</li>
<li><a href="https://github.com/bufbuild/buf/commit/8c22e908ce925ee3f6830eb6d7db28a967bd45e5"><code>8c22e90</code></a> Fix git ref to allow branches and tags (<a href="https://redirect.github.com/bufbuild/buf/issues/3095">#3095</a>)</li>
<li><a href="https://github.com/bufbuild/buf/commit/eee05d11a1acc2d2df0e67295fe24ec785a6c39a"><code>eee05d1</code></a> Return to development (<a href="https://redirect.github.com/bufbuild/buf/issues/3179">#3179</a>)</li>
<li>See full diff in <a href="https://github.com/bufbuild/buf/compare/v1.35.0...v1.35.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/bufbuild/buf&package-manager=go_modules&previous-version=1.35.0&new-version=1.35.1)](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>
  • Loading branch information
dependabot[bot] authored Jul 26, 2024
1 parent 503a152 commit 95d22f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22

require (
github.com/attestantio/go-eth2-client v0.21.8
github.com/bufbuild/buf v1.35.0
github.com/bufbuild/buf v1.35.1
github.com/coinbase/kryptology v1.5.6-0.20220316191335-269410e1b06b
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0
github.com/ferranbt/fastssz v0.1.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ github.com/btcsuite/btcd v0.22.3 h1:kYNaWFvOw6xvqP0vR20RP1Zq1DVMBxEO8QN5d1/EfNg=
github.com/btcsuite/btcd v0.22.3/go.mod h1:wqgTSL29+50LRkmOVknEdmt8ZojIzhuWvgu/iptuN7Y=
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 h1:q0rUy8C/TYNBQS1+CGKw68tLOFYSNEs0TFnxxnS9+4U=
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1/go.mod h1:7SFka0XMvUgj3hfZtydOrQY2mwhPclbT2snogU7SQQc=
github.com/bufbuild/buf v1.35.0 h1:GrC0Rd7lodiTtCPafH3IdaQiIyYd8hAkcVspQXazZkQ=
github.com/bufbuild/buf v1.35.0/go.mod h1:SM7b5QW3FkQPNkkqIa/9UWzLOoe51la+GGZpEgH9b68=
github.com/bufbuild/buf v1.35.1 h1:aiCi/YFOg7eXKZeveWb2ZhnmLFwUMM/FnDCM0roFp+M=
github.com/bufbuild/buf v1.35.1/go.mod h1:SM7b5QW3FkQPNkkqIa/9UWzLOoe51la+GGZpEgH9b68=
github.com/bufbuild/protocompile v0.14.0 h1:z3DW4IvXE5G/uTOnSQn+qwQQxvhckkTWLS/0No/o7KU=
github.com/bufbuild/protocompile v0.14.0/go.mod h1:N6J1NYzkspJo3ZwyL4Xjvli86XOj1xq4qAasUFxGups=
github.com/bufbuild/protoplugin v0.0.0-20240323223605-e2735f6c31ee h1:E6ET8YUcYJ1lAe6ctR3as7yqzW2BNItDFnaB5zQq/8M=
Expand Down

0 comments on commit 95d22f9

Please sign in to comment.