Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the connect-and-protobuf group with 2 updates (#160)
Bumps the connect-and-protobuf group with 2 updates: [@connectrpc/connect](https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect) and [@connectrpc/connect-web](https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-web). Updates `@connectrpc/connect` from 2.0.0-alpha.1 to 2.0.0-beta.1 <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>v2.0.0-beta.1</h2> <h2>What's changed</h2> <p>This is a beta release for version 2. See <a href="https://github.com/connectrpc/connect-es/releases/tag/v2.0.0-alpha.1">here</a> for an introduction.</p> <p>To give this version a try, run <code>npx @connectrpc/connect-migrate@beta</code>. Note that <a href="https://github.com/connectrpc/connect-query-es">connect-query</a> has not been updated yet.</p> <ul> <li>Correct type inference for ConnectError#findDetails by <a href="https://github.com/bhollis"><code>@bhollis</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1188">connectrpc/connect-es#1188</a></li> <li>Remove Node10 subpath fallbacks by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1227">connectrpc/connect-es#1227</a></li> <li>Remove support for Node.js v16 by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1225">connectrpc/connect-es#1225</a></li> <li>Use <code>Stream{Request|Response}</code> types in interceptors for all streaming rpcs by <a href="https://github.com/srikrsna-buf"><code>@srikrsna-buf</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1230">connectrpc/connect-es#1230</a></li> <li>Bump minimum supported TypeScript version to 4.9.5 by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1231">connectrpc/connect-es#1231</a></li> <li>Don't trigger handler signal on success by <a href="https://github.com/srikrsna-buf"><code>@srikrsna-buf</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1234">connectrpc/connect-es#1234</a></li> <li>Add migration to v2 by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1142">connectrpc/connect-es#1142</a></li> <li>Add a transform for <code>createPromiseClient</code> -> <code>createClient</code> by <a href="https://github.com/srikrsna-buf"><code>@srikrsna-buf</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1236">connectrpc/connect-es#1236</a></li> <li>Remove <code>createPromiseClient</code> and <code>PromiseClient</code> by <a href="https://github.com/srikrsna-buf"><code>@srikrsna-buf</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1240">connectrpc/connect-es#1240</a></li> <li>Bump browser versions tested on Browserstack by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1241">connectrpc/connect-es#1241</a></li> <li>Remove "credentials" option from transports by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1242">connectrpc/connect-es#1242</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bhollis"><code>@bhollis</code></a> made their first contribution in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1188">connectrpc/connect-es#1188</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/connectrpc/connect-es/compare/v2.0.0-alpha.1...v2.0.0-beta.1">https://github.com/connectrpc/connect-es/compare/v2.0.0-alpha.1...v2.0.0-beta.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/connectrpc/connect-es/commit/413d0e70be1c5fbb3a4e6ca94bbd29cee2102e71"><code>413d0e7</code></a> Release 2.0.0-beta.1 (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/1246">#1246</a>)</li> <li><a href="https://github.com/connectrpc/connect-es/commit/d42db7aad83bf93a57e927ed36963a36b05d7536"><code>d42db7a</code></a> V2: Remove "credentials" option from transports (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/1242">#1242</a>)</li> <li><a href="https://github.com/connectrpc/connect-es/commit/8b25cf336ce38ba70ad57afa2a2e33fa7a358da0"><code>8b25cf3</code></a> V2: Remove <code>createPromiseClient</code> and <code>PromiseClient</code> (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/1240">#1240</a>)</li> <li><a href="https://github.com/connectrpc/connect-es/commit/d0b30f3b3102ae7492150a4de35e9b5bdc8694ac"><code>d0b30f3</code></a> Merge remote-tracking branch 'origin/main' into v2</li> <li><a href="https://github.com/connectrpc/connect-es/commit/fe5e10d60cb2af5ec00e3ffbe4aaa878c74af7e0"><code>fe5e10d</code></a> V2: Update dependencies (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/1239">#1239</a>)</li> <li><a href="https://github.com/connectrpc/connect-es/commit/fd7b7cad283249e8e6172580fdc51395c00a7613"><code>fd7b7ca</code></a> Deprecate <code>createPromiseClient</code> in favor of <code>createClient</code> (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/1235">#1235</a>)</li> <li><a href="https://github.com/connectrpc/connect-es/commit/25ca96e2d482a9d0edc7ac46a40c47344522c0ec"><code>25ca96e</code></a> V2: Don't trigger handler signal on success (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/1234">#1234</a>)</li> <li><a href="https://github.com/connectrpc/connect-es/commit/ab1b7c295f6a60e003997eff86841e752c0a9e66"><code>ab1b7c2</code></a> V2: Use <code>Stream{Request|Response}</code> types in interceptors for all streaming rp...</li> <li><a href="https://github.com/connectrpc/connect-es/commit/cabda22d1478fcdd33810e3067d57d0f759892bd"><code>cabda22</code></a> V2: Remove support for Node.js v16 (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/1225">#1225</a>)</li> <li><a href="https://github.com/connectrpc/connect-es/commit/a054d37c655371d6892b39d1609271ca193501ae"><code>a054d37</code></a> V2: Remove Node10 subpath fallbacks (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/1227">#1227</a>)</li> <li>Additional commits viewable in <a href="https://github.com/connectrpc/connect-es/commits/v2.0.0-beta.1/packages/connect">compare view</a></li> </ul> </details> <br /> Updates `@connectrpc/connect-web` from 2.0.0-alpha.1 to 2.0.0-beta.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/connectrpc/connect-es/releases"><code>@connectrpc/connect-web</code>'s releases</a>.</em></p> <blockquote> <h2>v2.0.0-beta.1</h2> <h2>What's changed</h2> <p>This is a beta release for version 2. See <a href="https://github.com/connectrpc/connect-es/releases/tag/v2.0.0-alpha.1">here</a> for an introduction.</p> <p>To give this version a try, run <code>npx @connectrpc/connect-migrate@beta</code>. Note that <a href="https://github.com/connectrpc/connect-query-es">connect-query</a> has not been updated yet.</p> <ul> <li>Correct type inference for ConnectError#findDetails by <a href="https://github.com/bhollis"><code>@bhollis</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1188">connectrpc/connect-es#1188</a></li> <li>Remove Node10 subpath fallbacks by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1227">connectrpc/connect-es#1227</a></li> <li>Remove support for Node.js v16 by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1225">connectrpc/connect-es#1225</a></li> <li>Use <code>Stream{Request|Response}</code> types in interceptors for all streaming rpcs by <a href="https://github.com/srikrsna-buf"><code>@srikrsna-buf</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1230">connectrpc/connect-es#1230</a></li> <li>Bump minimum supported TypeScript version to 4.9.5 by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1231">connectrpc/connect-es#1231</a></li> <li>Don't trigger handler signal on success by <a href="https://github.com/srikrsna-buf"><code>@srikrsna-buf</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1234">connectrpc/connect-es#1234</a></li> <li>Add migration to v2 by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1142">connectrpc/connect-es#1142</a></li> <li>Add a transform for <code>createPromiseClient</code> -> <code>createClient</code> by <a href="https://github.com/srikrsna-buf"><code>@srikrsna-buf</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1236">connectrpc/connect-es#1236</a></li> <li>Remove <code>createPromiseClient</code> and <code>PromiseClient</code> by <a href="https://github.com/srikrsna-buf"><code>@srikrsna-buf</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1240">connectrpc/connect-es#1240</a></li> <li>Bump browser versions tested on Browserstack by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1241">connectrpc/connect-es#1241</a></li> <li>Remove "credentials" option from transports by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1242">connectrpc/connect-es#1242</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bhollis"><code>@bhollis</code></a> made their first contribution in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1188">connectrpc/connect-es#1188</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/connectrpc/connect-es/compare/v2.0.0-alpha.1...v2.0.0-beta.1">https://github.com/connectrpc/connect-es/compare/v2.0.0-alpha.1...v2.0.0-beta.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/connectrpc/connect-es/commit/413d0e70be1c5fbb3a4e6ca94bbd29cee2102e71"><code>413d0e7</code></a> Release 2.0.0-beta.1 (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-web/issues/1246">#1246</a>)</li> <li><a href="https://github.com/connectrpc/connect-es/commit/d42db7aad83bf93a57e927ed36963a36b05d7536"><code>d42db7a</code></a> V2: Remove "credentials" option from transports (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-web/issues/1242">#1242</a>)</li> <li><a href="https://github.com/connectrpc/connect-es/commit/33be09c9bc2510b064b9db198ee9a30f3910901c"><code>33be09c</code></a> Bump browser versions tested on Browserstack (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-web/issues/1241">#1241</a>)</li> <li><a href="https://github.com/connectrpc/connect-es/commit/d0b30f3b3102ae7492150a4de35e9b5bdc8694ac"><code>d0b30f3</code></a> Merge remote-tracking branch 'origin/main' into v2</li> <li><a href="https://github.com/connectrpc/connect-es/commit/fe5e10d60cb2af5ec00e3ffbe4aaa878c74af7e0"><code>fe5e10d</code></a> V2: Update dependencies (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-web/issues/1239">#1239</a>)</li> <li><a href="https://github.com/connectrpc/connect-es/commit/8bed930b5ffd73e572ab4a6d7e05335dfdb99bb7"><code>8bed930</code></a> Switch Browserstack tests to Webdriver (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-web/issues/1232">#1232</a>)</li> <li><a href="https://github.com/connectrpc/connect-es/commit/fd7b7cad283249e8e6172580fdc51395c00a7613"><code>fd7b7ca</code></a> Deprecate <code>createPromiseClient</code> in favor of <code>createClient</code> (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-web/issues/1235">#1235</a>)</li> <li><a href="https://github.com/connectrpc/connect-es/commit/7ca8eac182739ab64f4431ee5d3f598a19538562"><code>7ca8eac</code></a> Fix type type error in <code>bigint</code> test (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-web/issues/1229">#1229</a>)</li> <li><a href="https://github.com/connectrpc/connect-es/commit/ee8dcc7654c677de292c12b64444896bde94a54e"><code>ee8dcc7</code></a> Merge remote-tracking branch 'origin/main' into v2</li> <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-web/issues/1222">#1222</a>)</li> <li>Additional commits viewable in <a href="https://github.com/connectrpc/connect-es/commits/v2.0.0-beta.1/packages/connect-web">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> Signed-off-by: Steve Ayers <sayers@buf.build> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steve Ayers <sayers@buf.build>
- Loading branch information