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.1 to 1.49.0 (#3447)
Bumps [github.com/bufbuild/buf](https://github.com/bufbuild/buf) from 1.35.1 to 1.49.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.49.0</h2> <ul> <li>Fix <code>buf plugin push --label</code> to allow pushing a plugin with a label.</li> <li>Add <code>--digest-changes-only</code> flag to <code>buf registry {module,plugin} commit list</code> to filter out commits that have no digest changes.</li> <li>Fix <code>buf plugin push --source-control-url</code> to allow pushing a plugin with the source control url.</li> </ul> <h2>v1.48.0</h2> <ul> <li>Add <code>buf registry plugin {create,delete,info,update}</code> commands to manage BSR plugins.</li> <li>Breaking analysis support for <code>buf beta lsp</code>.</li> <li>Fix bug when using the <code>--type</code> flag filter for <code>buf build</code> where import ordering is not determinisitic.</li> <li>Add <code>buf plugin push</code> command to push a plugin to the Buf Schema Registry. Only WebAssembly check plugins are supported at this time.</li> <li>Add <code>buf plugin update</code> and <code>buf plugin prune</code> command to manage plugins in the <code>buf.lock</code> file. Only WebAssembly check plugins are supported at this time.</li> <li>Add <code>buf registry plugin commit {add-label,info,list,resolve}</code> to manage BSR plugin commits.</li> <li>Add <code>buf registry plugin label {archive,info,list,unarchive}</code> to manage BSR plugin commits.</li> <li>Move <code>buf registry module update</code> to <code>buf registry module settings update</code>. Command <code>buf registry module update</code> is now deprecated.</li> <li>Support remote check plugins in <code>buf lint</code> and <code>buf breaking</code> commands.</li> </ul> <h2>v1.47.2</h2> <ul> <li>Update the patch version to resolve NPM packaging issues. No command updates or user changes.</li> </ul> <h2>v1.47.1</h2> <ul> <li>Update the patch version to resolve NPM packaging issues. No command updates or user changes.</li> </ul> <h2>v1.47.0</h2> <ul> <li>Move <code>buf registry commit</code> to <code>buf registry module commit</code>. Command <code>buf registry commit</code> is now deprecated.</li> <li>Move <code>buf registry label</code> to <code>buf registry module label</code>. Command <code>buf registry label</code> is now deprecated.</li> </ul> <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> <h2>v1.45.0</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</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</h2> <ul> <li>Add new experimental LSP support under <code>buf beta lsp</code>.</li> </ul> <h2>v1.42.0</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</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</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.49.0] - 2025-01-07</h2> <ul> <li>Fix <code>buf plugin push --label</code> to allow pushing a plugin with a label.</li> <li>Add <code>--digest-changes-only</code> flag to <code>buf registry {module,plugin} commit list</code> to filter out commits that have no digest changes.</li> <li>Fix <code>buf plugin push --source-control-url</code> to allow pushing a plugin with the source control url.</li> </ul> <h2>[v1.48.0] - 2024-12-19</h2> <ul> <li>Add <code>buf registry plugin {create,delete,info,update}</code> commands to manage BSR plugins.</li> <li>Breaking analysis support for <code>buf beta lsp</code>.</li> <li>Fix bug when using the <code>--type</code> flag filter for <code>buf build</code> where import ordering is not determinisitic.</li> <li>Add <code>buf plugin push</code> command to push a plugin to the Buf Schema Registry. Only WebAssembly check plugins are supported at this time.</li> <li>Add <code>buf plugin update</code> and <code>buf plugin prune</code> command to manage plugins in the <code>buf.lock</code> file. Only WebAssembly check plugins are supported at this time.</li> <li>Add <code>buf registry plugin commit {add-label,info,list,resolve}</code> to manage BSR plugin commits.</li> <li>Add <code>buf registry plugin label {archive,info,list,unarchive}</code> to manage BSR plugin commits.</li> <li>Move <code>buf registry module update</code> to <code>buf registry module settings update</code>. Command <code>buf registry module update</code> is now deprecated.</li> <li>Support remote check plugins in <code>buf lint</code> and <code>buf breaking</code> commands.</li> </ul> <h2>[v1.47.2] - 2024-11-14</h2> <ul> <li>Update the patch version to resolve NPM packaging issues. No command updates or user changes.</li> </ul> <h2>[v1.47.1] - 2024-11-14</h2> <ul> <li>Update the patch version to resolve NPM packaging issues. No command updates or user changes.</li> </ul> <h2>[v1.47.0] - 2024-11-13</h2> <ul> <li>Move <code>buf registry commit</code> to <code>buf registry module commit</code>. Command <code>buf registry commit</code> is now deprecated.</li> <li>Move <code>buf registry label</code> to <code>buf registry module label</code>. Command <code>buf registry label</code> is now deprecated.</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bufbuild/buf/commit/768b733768f01a937557e34dff3ec345e69262f2"><code>768b733</code></a> Release v1.49.0 (<a href="https://redirect.github.com/bufbuild/buf/issues/3575">#3575</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/a0052c79bfb26b690204a3940024459f1d049d7a"><code>a0052c7</code></a> Make upgrade (<a href="https://redirect.github.com/bufbuild/buf/issues/3574">#3574</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/447adbca75e9ab62afb3df0e6a321c97f9066ff1"><code>447adbc</code></a> Fix source-control-url with buf plugin push (<a href="https://redirect.github.com/bufbuild/buf/issues/3571">#3571</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/11aa0183315ae14cba807ec537361dbbf2df401d"><code>11aa018</code></a> Update license year range (<a href="https://redirect.github.com/bufbuild/buf/issues/3570">#3570</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/063431a3d6e235d5fa1bf0c9c8c8862c865545f7"><code>063431a</code></a> Update license year range (<a href="https://redirect.github.com/bufbuild/buf/issues/3569">#3569</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/e03f5bee2fd71a742886585dc5594b8d0494c8e2"><code>e03f5be</code></a> Add flag --digest-changes-only to filter commits for modules and plugins (<a href="https://redirect.github.com/bufbuild/buf/issues/3560">#3560</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/3fc317ce8bed769d990a9f908883dbdcea34f450"><code>3fc317c</code></a> Make upgrade (<a href="https://redirect.github.com/bufbuild/buf/issues/3568">#3568</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/d24849a2f536995972c5c0eb798ea8ae5510ffea"><code>d24849a</code></a> Update code generation to API_OPAQUE (<a href="https://redirect.github.com/bufbuild/buf/issues/3565">#3565</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/088af345fb643e7520a270c5e2ed28d2f142521e"><code>088af34</code></a> Fix labels with buf plugin push (<a href="https://redirect.github.com/bufbuild/buf/issues/3564">#3564</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/7cc13d3298a1786f5a0d410751f9a2a39d0a5327"><code>7cc13d3</code></a> Upgrade to protobuf-go v1.36.1 (<a href="https://redirect.github.com/bufbuild/buf/issues/3563">#3563</a>)</li> <li>Additional commits viewable in <a href="https://github.com/bufbuild/buf/compare/v1.35.1...v1.49.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.35.1&new-version=1.49.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>
- Loading branch information