Skip to content

Commit

Permalink
fix(deps): Bump @grpc/grpc-js and google-gax (#800)
Browse files Browse the repository at this point in the history
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) and [google-gax](https://github.com/googleapis/gax-nodejs). These dependencies needed to be updated together.
Updates `@grpc/grpc-js` from 1.6.7 to 1.8.17
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/grpc/grpc-node/releases"><code>@​grpc/grpc-js</code>'s releases</a>.</em></p>
<blockquote>
<h2><code>@​grpc/grpc-js</code> 1.8.17</h2>
<ul>
<li>Disallow <code>pick_first</code> LB policy as the direct child of an <code>outlier_detection</code> LB policy (<a href="https://redirect.github.com/grpc/grpc-node/issues/2476">#2476</a>)</li>
</ul>
<h2><code>@​grpc/grpc-js</code> 1.8.16</h2>
<ul>
<li>Fix missing <code>transport</code> trace logs (<a href="https://redirect.github.com/grpc/grpc-node/issues/2470">#2470</a>)</li>
</ul>
<h2><code>@​grpc/grpc-js</code> 1.8.15</h2>
<ul>
<li>Fix a memory leak that could result from a specific pattern of recursive function calls (<a href="https://redirect.github.com/grpc/grpc-node/issues/2456">#2456</a>)</li>
<li>Ensure <code>status</code> and <code>error</code> events are consistently emitted asynchronously (<a href="https://redirect.github.com/grpc/grpc-node/issues/2456">#2456</a>)</li>
</ul>
<h2><code>@​grpc/grpc-js</code> 1.8.14</h2>
<ul>
<li>Fix sequencing of some events related to connectivity state changes (<a href="https://redirect.github.com/grpc/grpc-node/issues/2421">#2421</a>)</li>
</ul>
<h2><code>@​grpc/grpc-js</code> 1.8.13</h2>
<ul>
<li>Fix memory leak in channelz socket tracking (<a href="https://redirect.github.com/grpc/grpc-node/issues/2394">#2394</a>)</li>
</ul>
<h2><code>@​grpc/grpc-js</code><a href="https://github.com/1"><code>@​1</code></a>.8.12</h2>
<ul>
<li>Fix an occasional type error when receiving DNS updates (<a href="https://redirect.github.com/grpc/grpc-node/issues/2380">#2380</a>)</li>
<li>Fix ordering of events when handing requests on the server (<a href="https://redirect.github.com/grpc/grpc-node/issues/2376">#2376</a> contributed by <a href="https://github.com/phoenix741"><code>@​phoenix741</code></a>)</li>
</ul>
<h2><code>@​grpc/grpc-js</code> 1.8.11</h2>
<ul>
<li>Avoid accumulating placeholder objects when sending many messages on a long-running stream (<a href="https://redirect.github.com/grpc/grpc-node/issues/2372">#2372</a>)</li>
</ul>
<h2><code>@​grpc/grpc-js</code> 1.8.10</h2>
<ul>
<li>Fix bugs in &quot;pick first&quot; load balancing policy that caused incorrect reconnection behavior (<a href="https://redirect.github.com/grpc/grpc-node/issues/2369">#2369</a>)</li>
</ul>
<h2><code>@​grpc/grpc-js</code> 1.8.9</h2>
<ul>
<li>Fix a bug where clients would continue to send pings at the original configured rate after receiving a backoff request from the server (<a href="https://redirect.github.com/grpc/grpc-node/issues/2363">#2363</a>)</li>
</ul>
<h2><code>@​grpc/grpc-js</code> 1.8.8</h2>
<ul>
<li>Remove <code>progress</code> field in returned status object (<a href="https://redirect.github.com/grpc/grpc-node/issues/2350">#2350</a>)</li>
<li>Export <code>InterceptingListener</code> and <code>NextCall</code> types (<a href="https://redirect.github.com/grpc/grpc-node/issues/2351">#2351</a>)</li>
<li>Fix a bug that could cause a crash when sending messages that exceed the outgoing message buffer size while a retry is in progress (<a href="https://redirect.github.com/grpc/grpc-node/issues/2349">#2349</a>)</li>
</ul>
<h2><code>@​grpc/grpc-js</code> 1.8.7</h2>
<ul>
<li>Make handling of HTTP2 session references work independent of keepalive settings (<a href="https://redirect.github.com/grpc/grpc-node/issues/2337">#2337</a>)</li>
</ul>
<h2><code>@​grpc/grpc-js</code> 1.8.6</h2>
<ul>
<li>Hold a reference to transport from call to avoid premature garbage collection (<a href="https://redirect.github.com/grpc/grpc-node/issues/2336">#2336</a>)</li>
</ul>
<h2><code>@​grpc/grpc-js</code> 1.8.5</h2>
<ul>
<li>Cancel deadline timer when the call ends (<a href="https://redirect.github.com/grpc/grpc-node/issues/2335">#2335</a>)</li>
</ul>
<h2><code>@​grpc/grpc-js</code><a href="https://github.com/1"><code>@​1</code></a>.8.4</h2>
<ul>
<li>Fix a bug that would sometimes allow the Node process to exit even though a gRPC request is active (<a href="https://redirect.github.com/grpc/grpc-node/issues/2322">#2322</a>)</li>
</ul>
<h2><code>@​grpc/grpc-js</code> 1.8.3</h2>
<ul>
<li>Fix bug that caused streams to fail early when receiving a GOAWAY (<a href="https://redirect.github.com/grpc/grpc-node/issues/2319">#2319</a>)</li>
</ul>
<h2><code>@​grpc/grpc-js</code><a href="https://github.com/1"><code>@​1</code></a>.8.2</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/grpc/grpc-node/commit/409418b103f35c6b89371731e2b1d5084b442318"><code>409418b</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2476">#2476</a> from murgatroid99/grpc-js_prohibit_od_pick_first</li>
<li><a href="https://github.com/grpc/grpc-node/commit/ed70a0b381144b387698f2d57001f5a7bc82cbe9"><code>ed70a0b</code></a> Fix handling of OD policy with no child</li>
<li><a href="https://github.com/grpc/grpc-node/commit/073caf5b83387be8c1c7416477489646060e4942"><code>073caf5</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2478">#2478</a> from murgatroid99/grpc-js-xds_docker_distroless_1.8.x</li>
<li><a href="https://github.com/grpc/grpc-node/commit/d2d17b0b694d7c23e2448d9cde224b9427102fb4"><code>d2d17b0</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2482">#2482</a> from XuanWang-Amos/backport-1.8-file_multiple_url_map</li>
<li><a href="https://github.com/grpc/grpc-node/commit/a6aa7ea43e1458a578cf9ab81ed492a760c43a78"><code>a6aa7ea</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2475">#2475</a> from XuanWang-Amos/file_multiple_url_map</li>
<li><a href="https://github.com/grpc/grpc-node/commit/a62d2b027bf91e5084c9134305e88a645dc5f1c1"><code>a62d2b0</code></a> Use entrypoint /nodejs/bin/node</li>
<li><a href="https://github.com/grpc/grpc-node/commit/9441de78f655ada34ada0dc1a8057122eb21f229"><code>9441de7</code></a> grpc-js-xds: Use distroless Node image for interop Dockerfile</li>
<li><a href="https://github.com/grpc/grpc-node/commit/b53f5882f13a5cb3c599804e96304bf5b8407ea6"><code>b53f588</code></a> grpc-js: Disallow pick_first as child of outlier_detection</li>
<li><a href="https://github.com/grpc/grpc-node/commit/09d74ca43d2fcb63c97405315bd01633322d9b34"><code>09d74ca</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2470">#2470</a> from murgatroid99/grpc-js_transport_trace_fix</li>
<li><a href="https://github.com/grpc/grpc-node/commit/87b5466b1b5e6d269a9750305c5842c9e30e56e8"><code>87b5466</code></a> grpc-js: Implement trace function in Http2SubchannelConnector</li>
<li>Additional commits viewable in <a href="https://github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected]">compare view</a></li>
</ul>
</details>
<br />

Updates `google-gax` from 3.1.3 to 3.6.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/googleapis/gax-nodejs/releases">google-gax's releases</a>.</em></p>
<blockquote>
<h2>v3.6.0</h2>
<h2><a href="https://github.com/googleapis/gax-nodejs/compare/v3.5.8...v3.6.0">3.6.0</a> (2023-03-30)</h2>
<h3>Features</h3>
<ul>
<li><strong>tools:</strong> Minify proto JS files (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1435">#1435</a>) (<a href="https://github.com/googleapis/gax-nodejs/commit/014fa16dba4835afcdd30307aebb833d95b25ec3">014fa16</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> Update dependency protobufjs to v7.2.3 (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1437">#1437</a>) (<a href="https://github.com/googleapis/gax-nodejs/commit/3cfb046ac132ee8735cdec6e7dc5088150bdcdf9">3cfb046</a>)</li>
</ul>
<h2>v3.5.8</h2>
<h2><a href="https://github.com/googleapis/gax-nodejs/compare/v3.5.7...v3.5.8">3.5.8</a> (2023-03-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Better error handling for REST transport (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1431">#1431</a>) (<a href="https://github.com/googleapis/gax-nodejs/commit/193b38754f84b78ed85bd7d3472b5358cb43af96">193b387</a>)</li>
</ul>
<h2>v3.5.7</h2>
<h2><a href="https://github.com/googleapis/gax-nodejs/compare/v3.5.6...v3.5.7">3.5.7</a> (2023-02-08)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> Update dependency protobufjs to v7.2.2 (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1425">#1425</a>) (<a href="https://github.com/googleapis/gax-nodejs/commit/c77fb47f37091cec22801c714d05e7a3f5ed1ec7">c77fb47</a>)</li>
</ul>
<h2>v3.5.6</h2>
<h2><a href="https://github.com/googleapis/gax-nodejs/compare/v3.5.5...v3.5.6">3.5.6</a> (2023-02-03)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> Update dependency protobufjs-cli to v1.1.1 (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1420">#1420</a>) (<a href="https://github.com/googleapis/gax-nodejs/commit/ff6a6ad5dd1726efdedfbc7077c09180becfc7bd">ff6a6ad</a>)</li>
</ul>
<h2>v3.5.5</h2>
<h2><a href="https://github.com/googleapis/gax-nodejs/compare/v3.5.4...v3.5.5">3.5.5</a> (2023-02-03)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> Update dependency <code>@​grpc/grpc-js</code> to ~1.8.0 (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1389">#1389</a>) (<a href="https://github.com/googleapis/gax-nodejs/commit/41ad17a0cc94388417704f929e56fe56498319f5">41ad17a</a>)</li>
<li><strong>deps:</strong> Update dependency protobufjs to v7.2.1 (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1411">#1411</a>) (<a href="https://github.com/googleapis/gax-nodejs/commit/17c7372a0601736227898495ad10fc61907667f8">17c7372</a>)</li>
<li>Get rid of fs-extra (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1418">#1418</a>) (<a href="https://github.com/googleapis/gax-nodejs/commit/082e0063227d8f59a9c88416265fdf4acafe8f6f">082e006</a>)</li>
<li>Include Long import in d.ts files (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1379">#1379</a>) (<a href="https://github.com/googleapis/gax-nodejs/commit/8d9d6847ff6ee3de4ba4aed8540045cdc9bc6b64">8d9d684</a>)</li>
</ul>
<h2>v3.5.4</h2>
<h2><a href="https://github.com/googleapis/gax-nodejs/compare/v3.5.3...v3.5.4">3.5.4</a> (2023-02-02)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/googleapis/gax-nodejs/blob/main/CHANGELOG.md">google-gax's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/googleapis/gax-nodejs/compare/v3.5.8...v3.6.0">3.6.0</a> (2023-03-30)</h2>
<h3>Features</h3>
<ul>
<li><strong>tools:</strong> Minify proto JS files (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1435">#1435</a>) (<a href="https://github.com/googleapis/gax-nodejs/commit/014fa16dba4835afcdd30307aebb833d95b25ec3">014fa16</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> Update dependency protobufjs to v7.2.3 (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1437">#1437</a>) (<a href="https://github.com/googleapis/gax-nodejs/commit/3cfb046ac132ee8735cdec6e7dc5088150bdcdf9">3cfb046</a>)</li>
</ul>
<h2><a href="https://github.com/googleapis/gax-nodejs/compare/v3.5.7...v3.5.8">3.5.8</a> (2023-03-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Better error handling for REST transport (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1431">#1431</a>) (<a href="https://github.com/googleapis/gax-nodejs/commit/193b38754f84b78ed85bd7d3472b5358cb43af96">193b387</a>)</li>
</ul>
<h2><a href="https://github.com/googleapis/gax-nodejs/compare/v3.5.6...v3.5.7">3.5.7</a> (2023-02-08)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> Update dependency protobufjs to v7.2.2 (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1425">#1425</a>) (<a href="https://github.com/googleapis/gax-nodejs/commit/c77fb47f37091cec22801c714d05e7a3f5ed1ec7">c77fb47</a>)</li>
</ul>
<h2><a href="https://github.com/googleapis/gax-nodejs/compare/v3.5.5...v3.5.6">3.5.6</a> (2023-02-03)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> Update dependency protobufjs-cli to v1.1.1 (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1420">#1420</a>) (<a href="https://github.com/googleapis/gax-nodejs/commit/ff6a6ad5dd1726efdedfbc7077c09180becfc7bd">ff6a6ad</a>)</li>
</ul>
<h2><a href="https://github.com/googleapis/gax-nodejs/compare/v3.5.4...v3.5.5">3.5.5</a> (2023-02-03)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> Update dependency <code>@​grpc/grpc-js</code> to ~1.8.0 (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1389">#1389</a>) (<a href="https://github.com/googleapis/gax-nodejs/commit/41ad17a0cc94388417704f929e56fe56498319f5">41ad17a</a>)</li>
<li><strong>deps:</strong> Update dependency protobufjs to v7.2.1 (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1411">#1411</a>) (<a href="https://github.com/googleapis/gax-nodejs/commit/17c7372a0601736227898495ad10fc61907667f8">17c7372</a>)</li>
<li>Get rid of fs-extra (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1418">#1418</a>) (<a href="https://github.com/googleapis/gax-nodejs/commit/082e0063227d8f59a9c88416265fdf4acafe8f6f">082e006</a>)</li>
<li>Include Long import in d.ts files (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1379">#1379</a>) (<a href="https://github.com/googleapis/gax-nodejs/commit/8d9d6847ff6ee3de4ba4aed8540045cdc9bc6b64">8d9d684</a>)</li>
</ul>
<h2><a href="https://github.com/googleapis/gax-nodejs/compare/v3.5.3...v3.5.4">3.5.4</a> (2023-02-02)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Preserve existing query string parameters when adding enum encoding option (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1414">#1414</a>) (<a href="https://github.com/googleapis/gax-nodejs/commit/24f5e817c4c28c106f7387a4ea108ed8b598252b">24f5e81</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/googleapis/gax-nodejs/commit/6d17ba2b459112cf6506262b765f3f3468a9cbcd"><code>6d17ba2</code></a> chore(main): release 3.6.0 (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1438">#1438</a>)</li>
<li><a href="https://github.com/googleapis/gax-nodejs/commit/014fa16dba4835afcdd30307aebb833d95b25ec3"><code>014fa16</code></a> feat(tools): minify proto JS files (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1435">#1435</a>)</li>
<li><a href="https://github.com/googleapis/gax-nodejs/commit/3cfb046ac132ee8735cdec6e7dc5088150bdcdf9"><code>3cfb046</code></a> fix(deps): update dependency protobufjs to v7.2.3 (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1437">#1437</a>)</li>
<li><a href="https://github.com/googleapis/gax-nodejs/commit/4d59f35fed63c43e4679b636de964d2c81a6609e"><code>4d59f35</code></a> chore: store nodejs build artifacts in placer (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1433">#1433</a>)</li>
<li><a href="https://github.com/googleapis/gax-nodejs/commit/1d28eb5a89bd9a7fccf58fe9562920d8ef90f304"><code>1d28eb5</code></a> chore(main): release 3.5.8 (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1432">#1432</a>)</li>
<li><a href="https://github.com/googleapis/gax-nodejs/commit/193b38754f84b78ed85bd7d3472b5358cb43af96"><code>193b387</code></a> fix: better error handling for REST transport (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1431">#1431</a>)</li>
<li><a href="https://github.com/googleapis/gax-nodejs/commit/7205377061caa76f14ff5bdd7a29fa34c48ffb58"><code>7205377</code></a> chore(main): release 3.5.7 (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1426">#1426</a>)</li>
<li><a href="https://github.com/googleapis/gax-nodejs/commit/c77fb47f37091cec22801c714d05e7a3f5ed1ec7"><code>c77fb47</code></a> fix(deps): update dependency protobufjs to v7.2.2 (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1425">#1425</a>)</li>
<li><a href="https://github.com/googleapis/gax-nodejs/commit/f6ee11415be52c90ed400470729ca3dda9d05e2d"><code>f6ee114</code></a> chore(main): release 3.5.6 (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1421">#1421</a>)</li>
<li><a href="https://github.com/googleapis/gax-nodejs/commit/ff6a6ad5dd1726efdedfbc7077c09180becfc7bd"><code>ff6a6ad</code></a> fix(deps): update dependency protobufjs-cli to v1.1.1 (<a href="https://redirect.github.com/googleapis/gax-nodejs/issues/1420">#1420</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/googleapis/gax-nodejs/compare/v3.1.3...v3.6.0">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 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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/relaycorp/relaynet-pong/network/alerts).

</details>
  • Loading branch information
dependabot[bot] authored Jul 5, 2023
1 parent 953437b commit 00f0f4e
Showing 1 changed file with 1,200 additions and 101 deletions.
Loading

0 comments on commit 00f0f4e

Please sign in to comment.