Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/bufbuild/buf from 1.45.1-0.20241025180836-9ec774500bd…
…c to 1.46.0 (#1570) Bumps [github.com/bufbuild/buf](https://github.com/bufbuild/buf) from 1.45.1-0.20241025180836-9ec774500bdc to 1.46.0. <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.46.0</h2> <ul> <li>Add <code>buf registry whoami</code> command, which checks if you are logged in to the Buf Schema Registry at a given domain.</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.46.0] - 2024-10-29</h2> <ul> <li>Add <code>buf registry whoami</code> command, which checks if you are logged in to the Buf Schema Registry at a given domain.</li> </ul> <h2>[v1.45.0] - 2024-10-08</h2> <ul> <li>Update <code>buf registry module info --format=json</code> to add <code>default_label_name</code>, which provides the name of the default label of a module.</li> </ul> <h2>[v1.44.0] - 2024-10-03</h2> <ul> <li>Update the <code>PROTOVALIDATE</code> lint rule to check example field options. Examples will be checked that they satisfy the field constraints, and are only present if constraints are present.</li> <li>Update the <code>PROTOVALIDATE</code> lint rule to check predefined rules. Predefined rules will be checked that they compile.</li> <li>Add support for a WebAssembly (Wasm) runtime for custom lint and breaking changes plugins. Use the <code>.wasm</code> file extension to specify a path to a Wasm plugin.</li> </ul> <h2>[v1.43.0] - 2024-09-30</h2> <ul> <li>Add new experimental LSP support under <code>buf beta lsp</code>.</li> </ul> <h2>[v1.42.0] - 2024-09-18</h2> <ul> <li>Add support for custom lint and breaking change plugins. See <a href="https://buf.build/blog/buf-custom-lint-breaking-change-plugins">our launch blog post</a> for more details!</li> <li>Add <code>buf dep graph --format</code> flag that defaults to <code>dot</code>, and adds the option <code>json</code>, to print the dependency graph in JSON format.</li> <li>Fix bugs in <code>buf format</code> where trailing comments on commas in message literals were not properly propagated to the formatted proto, empty message literals were not properly indented, and compound strings in options added an extra newline before trailing commas.</li> </ul> <h2>[v1.41.0] - 2024-09-11</h2> <ul> <li>Add HTTP/3 support for gRPC with <code>buf curl</code>.</li> <li>Fix issue where errors from protoc plugins may be overwritten when executing plugins in parallel.</li> </ul> <h2>[v1.40.1] - 2024-09-06</h2> <ul> <li>Fix issue with <code>buf lint</code> where comment ignores in the shape of <code>// buf:lint:ignore <RULE_ID> <extra comment></code> were not recognized due to the extra comment.</li> </ul> <h2>[v1.40.0] - 2024-09-04</h2> <ul> <li>Add concept of a default lint or breaking rule, which is printed out as a property when running <code>buf config ls-{breaking,lint}-rules</code>. Default rules are those rules which are run if no lint or breaking rules are explicitly configured in your <code>buf.yaml</code>.</li> <li>Rename <code>DEFAULT</code> lint rule category to <code>STANDARD</code>. With the concept of default rules being introduced,</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/bufbuild/buf/commits/v1.46.0">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.45.1-0.20241025180836-9ec774500bdc&new-version=1.46.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