Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the google-protobuf group in /impl/google-protobuf with 2 updates (
#245) Bumps the google-protobuf group in /impl/google-protobuf with 2 updates: [google-protobuf](https://github.com/protocolbuffers/protobuf-javascript) and [@bufbuild/buf](https://github.com/bufbuild/buf). Updates `google-protobuf` from 3.21.2 to 3.21.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf-javascript/releases">google-protobuf's releases</a>.</em></p> <blockquote> <h2>v3.21.4</h2> <p>Release to fix bazel build layering issue in 3.21.3.</p> <h2>v3.21.3</h2> <p>This release consists of mostly minor changes:</p> <ul> <li>Documentation link fixes</li> <li>Updated code generator to work with upstream API changes</li> <li>Groundwork for moving to Bazel modules</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf-javascript/blob/main/protobuf_javascript_release.bzl">google-protobuf's changelog</a>.</em></p> <blockquote> <p>"""Generates package naming variables for use with rules_pkg."""</p> <p>load("<a href="https://github.com/bazel"><code>@bazel</code></a>_tools//tools/cpp:toolchain_utils.bzl", "find_cpp_toolchain") load("<a href="https://github.com/rules"><code>@rules</code></a>_pkg//:providers.bzl", "PackageVariablesInfo")</p> <p>_PROTOBUF_JAVASCRIPT_VERSION = "3.21.4"</p> <p>def _package_naming_impl(ctx): values = {} values["version"] = _PROTOBUF_JAVASCRIPT_VERSION</p> <pre><code>if ctx.attr.platform != "": values["platform"] = ctx.attr.platform return PackageVariablesInfo(values = values) <h1>infer from the current cpp toolchain.</h1> <p>toolchain = find_cpp_toolchain(ctx) cpu = toolchain.cpu system_name = toolchain.target_gnu_system_name</p> <h1>rename cpus to match what we want artifacts to be</h1> <p>if cpu == "systemz": cpu = "s390_64" elif cpu == "aarch64": cpu = "aarch_64" elif cpu == "ppc64": cpu = "ppcle_64"</p> <h1>use the system name to determine the os and then create platform names</h1> <p>if "apple" in system_name: values["platform"] = "osx-" + cpu elif "linux" in system_name: values["platform"] = "linux-" + cpu elif "mingw" in system_name: if cpu == "x86_64": values["platform"] = "win64" else: values["platform"] = "win32" else: values["platform"] = "unknown"</p> <p>return PackageVariablesInfo(values = values) </code></pre></p> <p>package_naming = rule( implementation = _package_naming_impl, attrs = { # Necessary data dependency for find_cpp_toolchain. "_cc_toolchain": attr.label( default = Label("<a href="https://github.com/bazel"><code>@bazel</code></a>_tools//tools/cpp:current_cc_toolchain"), ),</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/protocolbuffers/protobuf-javascript/commit/5aee743b83ddf64aa40b0bdd44769111a0761118"><code>5aee743</code></a> Update version to 3.21.4</li> <li><a href="https://github.com/protocolbuffers/protobuf-javascript/commit/4cd555a799daf2e00303ebe089807ea46e5d58b4"><code>4cd555a</code></a> Update various workflow action versions for node 20 compatibility</li> <li><a href="https://github.com/protocolbuffers/protobuf-javascript/commit/dae06f259d646b70d70b8dd27311af7e727caebf"><code>dae06f2</code></a> fix generator build layering by correcting deps</li> <li><a href="https://github.com/protocolbuffers/protobuf-javascript/commit/fd8f7f7f90e10d58a8753049c868c5f94819035c"><code>fd8f7f7</code></a> belatedly update package.json version to 3.21.3</li> <li><a href="https://github.com/protocolbuffers/protobuf-javascript/commit/c4fbfe3b58631a80c73a2bb10c6a67c783a6080d"><code>c4fbfe3</code></a> Adopt protobuf's .bazelrc to simplify cross-compilation</li> <li><a href="https://github.com/protocolbuffers/protobuf-javascript/commit/8afb6ebd19ce19fc6adb1feef3949702e6efa469"><code>8afb6eb</code></a> Bump MODULE.bazel version to match protobuf_javascript_release.bzl</li> <li><a href="https://github.com/protocolbuffers/protobuf-javascript/commit/eb860eb9d6af8bca07ffdffbc420b023ac384236"><code>eb860eb</code></a> Pin rules_python to 0.24.0 to fix release build error</li> <li><a href="https://github.com/protocolbuffers/protobuf-javascript/commit/5d939dbc8fd5245c4316d52c203a1bff24bac5c4"><code>5d939db</code></a> Bump version to 3.21.3</li> <li><a href="https://github.com/protocolbuffers/protobuf-javascript/commit/bd0540e2dcfa1b44369f83527b504cc8d16abd00"><code>bd0540e</code></a> Switch to bazel-contrib/setup-bazel</li> <li><a href="https://github.com/protocolbuffers/protobuf-javascript/commit/05560593d93e7207e84829b3ab6a80c08078e389"><code>0556059</code></a> Fix sha256 digest for protobuf http_archive (<a href="https://github.com/protocolbuffers/protobuf-javascript/issues/210">#210</a>)</li> <li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf-javascript/compare/v3.21.2...v3.21.4">compare view</a></li> </ul> </details> <br /> Updates `@bufbuild/buf` from 1.34.0 to 1.35.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bufbuild/buf/releases"><code>@bufbuild/buf</code>'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> <h2>v1.35.0</h2> <ul> <li>Add <code>buf generate --clean</code> flag that will delete the directories, jar files, or zip files that the plugins will write to, prior to generation. Allows cleaning of existing assets without having to call <code>rm -rf</code>.</li> <li>Deprecate <code>--username</code> flag on and username prompt on <code>buf registry login</code>. A username is no longer required to log in.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bufbuild/buf/blob/main/CHANGELOG.md"><code>@bufbuild/buf</code>'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> <h2>[v1.35.0] - 2024-07-22</h2> <ul> <li>Add <code>buf generate --clean</code> flag that will delete the directories, jar files, or zip files that the plugins will write to, prior to generation. Allows cleaning of existing assets without having to call <code>rm -rf</code>.</li> <li>Deprecate <code>--username</code> flag on and username prompt on <code>buf registry login</code>. A username is no longer required to log in.</li> <li>Add <code>--list-services</code> and <code>--list-methods</code> flags to <code>buf curl</code>, which trigger the command to list known services or methods in the RPC schema, instead of invoking an RPC method.</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://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://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://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://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://github.com/bufbuild/buf/issues/3179">#3179</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/da902441b1e2305a4c86ae0bd93905a14b50b5c2"><code>da90244</code></a> Release v1.35.0 (<a href="https://github.com/bufbuild/buf/issues/3178">#3178</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/0b436b4cf494dd93cfc0ddb446d4fab5b07b514c"><code>0b436b4</code></a> Add comments to addFuncs (<a href="https://github.com/bufbuild/buf/issues/3172">#3172</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/8996858e1193b1918fdc328d73805eb35a6acd8b"><code>8996858</code></a> Add OAuth2 client to support device flow (<a href="https://github.com/bufbuild/buf/issues/3143">#3143</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/0d9adada1cc8f8c5c061d131965a74367fbca6e3"><code>0d9adad</code></a> Export target framework conversion functions (<a href="https://github.com/bufbuild/buf/issues/3164">#3164</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/afb50e108fa5a26a9306e70a6d10dba39d00604a"><code>afb50e1</code></a> Add new cmake registry type (<a href="https://github.com/bufbuild/buf/issues/3156">#3156</a>)</li> <li>Additional commits viewable in <a href="https://github.com/bufbuild/buf/compare/v1.34.0...v1.35.1">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information