Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump github.com/bufbuild/buf from 1.35.0 to 1.35.1 (#3196)
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