Skip to content

Commit

Permalink
deps: bump @connectrpc/connect from 1.4.0 to 1.5.0 (#1610)
Browse files Browse the repository at this point in the history
Bumps [@connectrpc/connect](https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect) 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</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/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/issues/1205">#1205</a>)</li>
<li><a href="https://github.com/connectrpc/connect-es/commit/552d40bc52cf3c1aba38111075a0957899b2df33"><code>552d40b</code></a> Fix error detail debug property (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/1221">#1221</a>)</li>
<li><a href="https://github.com/connectrpc/connect-es/commit/8eee2fa69a72c1ab3e94199817f8346ef889102c"><code>8eee2fa</code></a> Fix gRPC trailers only response (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/1209">#1209</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/issues/1194">#1194</a>)</li>
<li><a href="https://github.com/connectrpc/connect-es/commit/edf87005de8c378125d2b0bb2357b25204849a48"><code>edf8700</code></a> Bump <code>@​bufbuild/buf</code> from 1.38.0 to 1.39.0 (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/1201">#1201</a>)</li>
<li><a href="https://github.com/connectrpc/connect-es/commit/dc7d75a1eaaac12a06b4dcffd0cfd370c5432648"><code>dc7d75a</code></a> Update npm scripts (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/1190">#1190</a>)</li>
<li><a href="https://github.com/connectrpc/connect-es/commit/86299a80b90f3d4e904ae508e6e583c146c80104"><code>86299a8</code></a> Update buf CLI and make use of the clean option (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/1187">#1187</a>)</li>
<li><a href="https://github.com/connectrpc/connect-es/commit/3b7b85d6091ffb9b19c6d6841d1e106570087f6f"><code>3b7b85d</code></a> Bump jasmine from 5.1.0 to 5.2.0 (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/1167">#1167</a>)</li>
<li><a href="https://github.com/connectrpc/connect-es/commit/ff50adccf23c5cf4283b1ebfa07a252965fabfd4"><code>ff50adc</code></a> Create pregenerate scripts for relevant packages (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/1157">#1157</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/connectrpc/connect-es/commits/v1.5.0/packages/connect">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@connectrpc/connect&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
dependabot[bot] authored Sep 18, 2024
1 parent cf1a274 commit e7336c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@bufbuild/protobuf": "1.10.0",
"@connectrpc/connect": "1.4.0",
"@connectrpc/connect": "1.5.0",
"typeid-js": "1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit e7336c1

Please sign in to comment.