Skip to content

Commit

Permalink
Bump @connectrpc/connect from 1.1.3 to 1.2.0 (#93)
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.1.3 to 1.2.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.2.0</h2>
<h2>What's Changed</h2>
<p>By default, <a
href="https://www.npmjs.com/package/@connectrpc/protoc-gen-connect-es">protoc-gen-connect-es</a>
(and all other plugins based on <a
href="https://www.npmjs.com/package/@bufbuild/protoplugin"><code>@​bufbuild/protoplugin</code></a>)
generate ECMAScript <code>import</code> and <code>export</code>
statements. For use cases where CommonJS is difficult to avoid, a new
plugin option has been added named <code>js_import_style</code> which
can be used to generate CommonJS <code>require()</code> calls.</p>
<p>Here is an example <a
href="https://buf.build/docs/configuration/v1/buf-gen-yaml">buf.gen.yaml</a>:</p>
<pre lang="yaml"><code>version: v1
plugins:
  # You'll need @bufbuild/protoc-gen-es v1.6.0 or later
  - plugin: es
    out: src/gen
    opt: js_import_style=legacy_commonjs
  - plugin: connect-es
    out: src/gen
    opt: js_import_style=legacy_commonjs
</code></pre>
<p>To view the full PR, see <strong>Support CommonJS in
<code>protoc-gen-connect-es</code></strong> by <a
href="https://github.com/timostamm"><code>@​timostamm</code></a> in <a
href="https://redirect.github.com/connectrpc/connect-es/pull/956">#956</a></p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/connectrpc/connect-es/compare/v1.1.4...v1.2.0">https://github.com/connectrpc/connect-es/compare/v1.1.4...v1.2.0</a></p>
<h2>v1.1.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Support zero-length compressed request and response messages on
Node.js by <a
href="https://github.com/timostamm"><code>@​timostamm</code></a> in <a
href="https://redirect.github.com/connectrpc/connect-es/pull/893">#893</a>.</li>
<li>Don't set <code>User-Agent</code> header in connect-web by <a
href="https://github.com/srikrsna-buf"><code>@​srikrsna-buf</code></a>
in <a
href="https://redirect.github.com/connectrpc/connect-es/pull/912">#912</a>.</li>
<li>Always capture header in <code>ConnectError</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/924">#924</a>.</li>
<li>Introduce experimental <code>ConnectRouter.rpc</code> overload to
not require full <code>ServiceType</code> by <a
href="https://github.com/paul-sachs"><code>@​paul-sachs</code></a> in <a
href="https://redirect.github.com/connectrpc/connect-es/pull/925">#925</a>.</li>
<li>Add explicit exports for node by <a
href="https://github.com/smaye81"><code>@​smaye81</code></a> in <a
href="https://redirect.github.com/connectrpc/connect-es/pull/921">#921</a>.</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/connectrpc/connect-es/compare/v1.1.3...v1.1.4">https://github.com/connectrpc/connect-es/compare/v1.1.3...v1.1.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/connectrpc/connect-es/commit/431dcb66f76f0a449ea829c3d2fc9e81c2b358f9"><code>431dcb6</code></a>
Release 1.2.0 (<a
href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/957">#957</a>)</li>
<li><a
href="https://github.com/connectrpc/connect-es/commit/8dde71ed35b020dd2729218fc8fee4fb5b1d69a7"><code>8dde71e</code></a>
Support CommonJS in protoc-gen-connect-es (<a
href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/956">#956</a>)</li>
<li><a
href="https://github.com/connectrpc/connect-es/commit/428e145ed19592b4961586696296701a54ce608c"><code>428e145</code></a>
Release 1.1.4 (<a
href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/950">#950</a>)</li>
<li><a
href="https://github.com/connectrpc/connect-es/commit/22ef9ed0e452c86458b426552b95f294b77396e4"><code>22ef9ed</code></a>
Update dependencies (<a
href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/928">#928</a>)</li>
<li><a
href="https://github.com/connectrpc/connect-es/commit/033c53c0038da1a0d48586b1e53e34330d707016"><code>033c53c</code></a>
Add explicit exports for node (<a
href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/921">#921</a>)</li>
<li><a
href="https://github.com/connectrpc/connect-es/commit/b4863fb4f7a6cb8d461d44a263efa002f23ba2e1"><code>b4863fb</code></a>
Introduce ConnectRouter.rpc overload to not require full ServiceType (<a
href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/925">#925</a>)</li>
<li><a
href="https://github.com/connectrpc/connect-es/commit/29931186a840fbbc4ce6d843e0f938e3b7067d91"><code>2993118</code></a>
Always capture header in <code>ConnecError</code> (<a
href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/924">#924</a>)</li>
<li><a
href="https://github.com/connectrpc/connect-es/commit/c59a32ecc63a07d634bba5a1c8e8e8025f5d2a6e"><code>c59a32e</code></a>
Update dependencies (<a
href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/913">#913</a>)</li>
<li><a
href="https://github.com/connectrpc/connect-es/commit/24bcfb28106e81810bdebaa9e7bfc1abd141ca21"><code>24bcfb2</code></a>
Don't set <code>User-Agent</code> header in connect-web (<a
href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/912">#912</a>)</li>
<li><a
href="https://github.com/connectrpc/connect-es/commit/fec06c77654bdea2f1e6b75f97757e0fa770c1ba"><code>fec06c7</code></a>
Dependabot updates (<a
href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/906">#906</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/connectrpc/connect-es/commits/v1.2.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.1.3&new-version=1.2.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 <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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent 9de6551 commit 1e29af4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 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 packages/connect-playwright-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@bufbuild/buf": "^1.28.1",
"@bufbuild/protobuf": "^1.6.0",
"@bufbuild/protoc-gen-es": "^1.5.0",
"@connectrpc/connect": "^1.1.3",
"@connectrpc/connect": "^1.2.0",
"@connectrpc/connect-web": "^1.1.3",
"@connectrpc/protoc-gen-connect-es": "^1.1.3",
"@types/react": "^18.2.39",
Expand Down

0 comments on commit 1e29af4

Please sign in to comment.