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 @grpc/grpc-js from 1.8.8 to 1.8.22 in /api/typescri…
…pt (#2483) Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.8.8 to 1.8.22. <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.22</h2> <ul> <li>Avoid buffering significantly more than <code>grpc.max_receive_message_size</code> per received message.</li> </ul> <h2><code>@grpc/grpc-js</code><a href="https://github.com/1"><code>@1</code></a>.8.21</h2> <ul> <li>Fix propagation of UNIMPLEMENTED error messages (<a href="https://redirect.github.com/grpc/grpc-node/issues/2528">#2528</a>)</li> </ul> <h2><code>@grpc/grpc-js</code> 1.8.20</h2> <ul> <li>Fix a crash when the channel option <code>grpc.keepalive_permit_without_calls</code> is set (<a href="https://redirect.github.com/grpc/grpc-node/issues/2519">#2519</a>)</li> </ul> <h2><code>@grpc/grpc-js</code> 1.8.19</h2> <ul> <li>Update keepalive behavior to more correctly handle short calls and long periods of inactivity (<a href="https://redirect.github.com/grpc/grpc-node/issues/2513">#2513</a>)</li> </ul> <h2><code>@grpc/grpc-js</code> 1.8.18</h2> <ul> <li>Fix reporting of call stacks in unary request errors (<a href="https://redirect.github.com/grpc/grpc-node/issues/2503">#2503</a>)</li> <li>Fix reporting of proxy info in channelz socket responses (<a href="https://redirect.github.com/grpc/grpc-node/issues/2503">#2503</a>)</li> </ul> <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 "pick first" 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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-node/commit/a8a020339c7eab1347a343a512ad17a4aea4bfdb"><code>a8a0203</code></a> Merge pull request from GHSA-7v5v-9h63-cj86</li> <li><a href="https://github.com/grpc/grpc-node/commit/3b110cddfe4c895d6f642092b99a6667cef5ae00"><code>3b110cd</code></a> grpc-js: Bump to 1.8.22</li> <li><a href="https://github.com/grpc/grpc-node/commit/8e622220c8af437687927d25aeb3f340447aed43"><code>8e62222</code></a> grpc-js: Avoid buffering significantly more than max_receive_message_size per...</li> <li><a href="https://github.com/grpc/grpc-node/commit/9d8394738f0db40582ff3866e1c868109446122c"><code>9d83947</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2742">#2742</a> from sergiitk/backport-1.8-psm-interop-common-prod-t...</li> <li><a href="https://github.com/grpc/grpc-node/commit/00f348c4861ab87aa3c18935a07babd0715227a6"><code>00f348c</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2729">#2729</a> from sergiitk/psm-interop-common-prod-tests</li> <li><a href="https://github.com/grpc/grpc-node/commit/36d105b1953b10ecd6b9119f37ebcb03f7ab030e"><code>36d105b</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2737">#2737</a> from murgatroid99/backport-1.8-grpc-js_linkify-it_fix</li> <li><a href="https://github.com/grpc/grpc-node/commit/969e30502767f3d7036b975efbffcc97b1fff40d"><code>969e305</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2735">#2735</a> from murgatroid99/grpc-js_linkify-it_fix</li> <li><a href="https://github.com/grpc/grpc-node/commit/d78216f28378a2cec9914ba23470d04ce735a821"><code>d78216f</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2715">#2715</a> from sergiitk/backport-1.8-psm-interop-pkg-dev</li> <li><a href="https://github.com/grpc/grpc-node/commit/f38966aab5cd7b4c94cb6f3e6a518375f11f5e52"><code>f38966a</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2712">#2712</a> from sergiitk/psm-interop-pkg-dev</li> <li><a href="https://github.com/grpc/grpc-node/commit/ffefff2570d56f59ac701e4204afcb987870c2ec"><code>ffefff2</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2640">#2640</a> from XuanWang-Amos/backport-1.8-psm-interop-shared-b...</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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@grpc/grpc-js&package-manager=npm_and_yarn&previous-version=1.8.8&new-version=1.8.22)](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/kurtosis-tech/kurtosis/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information