Skip to content

Commit

Permalink
Bump the google-protobuf group in /impl/google-protobuf with 2 updates (
Browse files Browse the repository at this point in the history
#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>&quot;&quot;&quot;Generates package naming variables for use with
rules_pkg.&quot;&quot;&quot;</p>
<p>load(&quot;<a
href="https://github.com/bazel"><code>@​bazel</code></a>_tools//tools/cpp:toolchain_utils.bzl&quot;,
&quot;find_cpp_toolchain&quot;)
load(&quot;<a
href="https://github.com/rules"><code>@​rules</code></a>_pkg//:providers.bzl&quot;,
&quot;PackageVariablesInfo&quot;)</p>
<p>_PROTOBUF_JAVASCRIPT_VERSION = &quot;3.21.4&quot;</p>
<p>def _package_naming_impl(ctx):
values = {}
values[&quot;version&quot;] = _PROTOBUF_JAVASCRIPT_VERSION</p>
<pre><code>if ctx.attr.platform != &quot;&quot;:
    values[&quot;platform&quot;] = 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 == &quot;systemz&quot;:
cpu = &quot;s390_64&quot;
elif cpu == &quot;aarch64&quot;:
cpu = &quot;aarch_64&quot;
elif cpu == &quot;ppc64&quot;:
cpu = &quot;ppcle_64&quot;</p>
<h1>use the system name to determine the os and then create platform
names</h1>
<p>if &quot;apple&quot; in system_name:
values[&quot;platform&quot;] = &quot;osx-&quot; + cpu
elif &quot;linux&quot; in system_name:
values[&quot;platform&quot;] = &quot;linux-&quot; + cpu
elif &quot;mingw&quot; in system_name:
if cpu == &quot;x86_64&quot;:
values[&quot;platform&quot;] = &quot;win64&quot;
else:
values[&quot;platform&quot;] = &quot;win32&quot;
else:
values[&quot;platform&quot;] = &quot;unknown&quot;</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.
&quot;_cc_toolchain&quot;: attr.label(
default = Label(&quot;<a
href="https://github.com/bazel"><code>@​bazel</code></a>_tools//tools/cpp:current_cc_toolchain&quot;),
),</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
dependabot[bot] authored Aug 1, 2024
1 parent cbbd1ba commit d1c0be1
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
64 changes: 32 additions & 32 deletions impl/google-protobuf/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions impl/google-protobuf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "google-protobuf-conformance",
"private": true,
"dependencies": {
"google-protobuf": "^3.21.2"
"google-protobuf": "^3.21.4"
},
"devDependencies": {
"@bufbuild/buf": "^1.34.0"
"@bufbuild/buf": "^1.35.1"
}
}

0 comments on commit d1c0be1

Please sign in to comment.