Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: bump @connectrpc/connect-node from 1.4.0 to 1.5.0 (#1611)
Bumps [@connectrpc/connect-node](https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-node) from 1.4.0 to 1.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/connectrpc/connect-es/releases"><code>@connectrpc/connect-node</code>'s releases</a>.</em></p> <blockquote> <h2>v1.5.0</h2> <h2>What's Changed</h2> <ul> <li>Amend RPC <!-- raw HTML omitted --> HTTP code mappings in accordance with RFC 003 by <a href="https://github.com/srikrsna-buf"><code>@srikrsna-buf</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1039">connectrpc/connect-es#1039</a></li> <li>Tweak error codes according to the conformance suite by <a href="https://github.com/srikrsna-buf"><code>@srikrsna-buf</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1063">connectrpc/connect-es#1063</a></li> <li>Fix paths in npmignore files by <a href="https://github.com/smaye81"><code>@smaye81</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1112">connectrpc/connect-es#1112</a></li> <li>Handle multiple set-cookie headers when using Node client by <a href="https://github.com/tcarnes"><code>@tcarnes</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1155">connectrpc/connect-es#1155</a></li> <li>Add support for Next.js v14 by <a href="https://github.com/smaye81"><code>@smaye81</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1159">connectrpc/connect-es#1159</a></li> <li>Fix flaky decompression error code by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1204">connectrpc/connect-es#1204</a></li> <li>Fix Node.js v16 error responses on HTTP1.1 by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1206">connectrpc/connect-es#1206</a></li> <li>Fix gRPC trailers only response by <a href="https://github.com/srikrsna-buf"><code>@srikrsna-buf</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1209">connectrpc/connect-es#1209</a></li> <li>Upgrade conformance tests to v1.0.3 by <a href="https://github.com/srikrsna-buf"><code>@srikrsna-buf</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1208">connectrpc/connect-es#1208</a></li> <li>Fix signal in handler always aborted in HTTP/1.1 by <a href="https://github.com/srikrsna-buf"><code>@srikrsna-buf</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1218">connectrpc/connect-es#1218</a></li> <li>Fix baseUrl without // mangling request URL on Node.js with HTTP/2 by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1220">connectrpc/connect-es#1220</a></li> <li>Respect headers from transport option <code>nodeOptions.headers</code> by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1219">connectrpc/connect-es#1219</a></li> <li>Fix error detail debug property by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1221">connectrpc/connect-es#1221</a></li> <li>Throw an error on missing status in gRPC and gRPC-Web transports by <a href="https://github.com/srikrsna-buf"><code>@srikrsna-buf</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1205">connectrpc/connect-es#1205</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/sjtucoder"><code>@sjtucoder</code></a> made their first contribution in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1109">connectrpc/connect-es#1109</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/connectrpc/connect-es/compare/v1.4.0...v1.5.0">https://github.com/connectrpc/connect-es/compare/v1.4.0...v1.5.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/connectrpc/connect-es/commit/6575fc157d96b1df0c004c7653bb64ddd78a564c"><code>6575fc1</code></a> Release 1.5.0 (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-node/issues/1222">#1222</a>)</li> <li><a href="https://github.com/connectrpc/connect-es/commit/837b6ce399e2951b5295fecface70fc7f85061e7"><code>837b6ce</code></a> Throw an error on missing status in gRPC and gRPC-Web transports (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-node/issues/1205">#1205</a>)</li> <li><a href="https://github.com/connectrpc/connect-es/commit/ed63ceecfbf0188e709946b54e1ba3afdaba4972"><code>ed63cee</code></a> Respect headers from transport option <code>nodeOptions.headers</code> (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-node/issues/1219">#1219</a>)</li> <li><a href="https://github.com/connectrpc/connect-es/commit/6d375c1e05fb566108b5c82391ba400172359c8b"><code>6d375c1</code></a> Fix baseUrl without // mangling request URL on Node.js with HTTP/2 (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-node/issues/1220">#1220</a>)</li> <li><a href="https://github.com/connectrpc/connect-es/commit/3a67300c2089ef47c7d5bc266f24a957f2e1e9c3"><code>3a67300</code></a> Fix signal in handler always aborted in HTTP/1.1 (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-node/issues/1218">#1218</a>)</li> <li><a href="https://github.com/connectrpc/connect-es/commit/3a291fd4b2051298ca89d5b6b8bddadfef9e0265"><code>3a291fd</code></a> Rename argument for the sessionProvider option for the Node HTTP client (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-node/issues/1210">#1210</a>)</li> <li><a href="https://github.com/connectrpc/connect-es/commit/e1e56133181db2a3e9c58b6ac117587ddad52283"><code>e1e5613</code></a> Update Node.js versions (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-node/issues/1207">#1207</a>)</li> <li><a href="https://github.com/connectrpc/connect-es/commit/d42cff57ee0c20bfbef2f279186bdcc235a2e348"><code>d42cff5</code></a> Fix Node.js v16 error responses on HTTP1.1 (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-node/issues/1206">#1206</a>)</li> <li><a href="https://github.com/connectrpc/connect-es/commit/4422dda00743076ebb336112a9cb530254c841e5"><code>4422dda</code></a> Fix flaky decompression error code (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-node/issues/1204">#1204</a>)</li> <li><a href="https://github.com/connectrpc/connect-es/commit/56f07b65e666f6d7a92ccf22b9e258ca9f1778f5"><code>56f07b6</code></a> Replace Makefile with turborepo (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-node/issues/1194">#1194</a>)</li> <li>Additional commits viewable in <a href="https://github.com/connectrpc/connect-es/commits/v1.5.0/packages/connect-node">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@connectrpc/connect-node&package-manager=npm_and_yarn&previous-version=1.4.0&new-version=1.5.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