Skip to content

Commit

Permalink
Bump @connectrpc/connect from 0.13.2 to 1.1.3 in /dashboard (#7081)
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 0.13.2 to 1.1.3.
<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.1.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix multiple read attempts in fetch client by <a
href="https://github.com/srikrsna-buf"><code>@​srikrsna-buf</code></a>
in <a
href="https://redirect.github.com/connectrpc/connect-es/pull/876">connectrpc/connect-es#876</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/connectrpc/connect-es/compare/v1.1.2...v1.1.3">https://github.com/connectrpc/connect-es/compare/v1.1.2...v1.1.3</a></p>
<h2>v1.1.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Add ESM wrapper to avoid dual package hazard by <a
href="https://github.com/timostamm"><code>@​timostamm</code></a> in <a
href="https://redirect.github.com/connectrpc/connect-es/pull/842">connectrpc/connect-es#842</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/connectrpc/connect-es/compare/v1.1.1...v1.1.2">https://github.com/connectrpc/connect-es/compare/v1.1.1...v1.1.2</a></p>
<h2>v1.1.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix ping not timing out in nodejs after H2 sessions verify by <a
href="https://github.com/srikrsna-buf"><code>@​srikrsna-buf</code></a>
in <a
href="https://redirect.github.com/connectrpc/connect-es/pull/869">connectrpc/connect-es#869</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/connectrpc/connect-es/compare/v1.1.0...v1.1.1">https://github.com/connectrpc/connect-es/compare/v1.1.0...v1.1.1</a></p>
<h2>v1.1.0</h2>
<h2>What's Changed</h2>
<p>Add support for user provided context values in handlers and
clients.</p>
<p>Create a context key with a default value:</p>
<pre lang="ts" data-meta="user-ctx.ts"><code>export interface User {
  id: string;
}
import { createContextKey } from &quot;@connectrpc/connect&quot;;
export const kUser = createContextKey&lt;User | undefined&gt;(
  undefined // The default value.
);
</code></pre>
<p>Use the <code>contextValues</code> option to provide the context
values for each request:</p>
<pre lang="ts" data-meta="index.ts"><code>import { fastify } from
&quot;fastify&quot;;
import routes from &quot;./connect&quot;;
import { fastifyConnectPlugin } from
&quot;@connectrpc/connect-fastify&quot;;
import { authenticate } from &quot;./authenticate.js&quot;; 
import { kUser } from &quot;./user-ctx.js&quot;;
<p>const server = fastify();</p>
<p>await server.register(fastifyConnectPlugin, {
routes,
contextValues: (req) =&gt; createContextValues().set(kUser,
authenticate(req)),
});</p>
<p>&lt;/tr&gt;&lt;/table&gt;
</code></pre></p>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/connectrpc/connect-es/commit/a9fc89c9b6d7f537b2ac16c9c92f98f95861611b"><code>a9fc89c</code></a>
Release 1.1.3 (<a
href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/888">#888</a>)</li>
<li><a
href="https://github.com/connectrpc/connect-es/commit/4c3d21602138e6c5c8132f643a0d37da604c6658"><code>4c3d216</code></a>
Bump undici from 5.25.4 to 5.26.2 (<a
href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/881">#881</a>)</li>
<li><a
href="https://github.com/connectrpc/connect-es/commit/7510e5356a5e27998ecd5fe93ac9c93ce070e79c"><code>7510e53</code></a>
Bump undici from 5.25.2 to 5.26.2 in /packages/connect (<a
href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/880">#880</a>)</li>
<li><a
href="https://github.com/connectrpc/connect-es/commit/05603aba01d0f004e0e3f2ed78701882c706902e"><code>05603ab</code></a>
Fix multiple read attempts in fetch client (<a
href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/876">#876</a>)</li>
<li><a
href="https://github.com/connectrpc/connect-es/commit/e0bffbab4e75e19fd7eeb9eadabe050941d39e5f"><code>e0bffba</code></a>
Release 1.1.2 (<a
href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/874">#874</a>)</li>
<li><a
href="https://github.com/connectrpc/connect-es/commit/45e28e9523578c6d475b695510226b2f05d728cc"><code>45e28e9</code></a>
Add ESM wrapper to avoid dual package hazard (<a
href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/842">#842</a>)</li>
<li><a
href="https://github.com/connectrpc/connect-es/commit/59d56dcc5c721b8ab700ce6f63f506a308a2e200"><code>59d56dc</code></a>
Release <code>v1.1.1</code> (<a
href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/870">#870</a>)</li>
<li><a
href="https://github.com/connectrpc/connect-es/commit/ffd41b00cb8d68d0bbbd08b7faaffc489501b1da"><code>ffd41b0</code></a>
Release v1.1.0 (<a
href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/864">#864</a>)</li>
<li><a
href="https://github.com/connectrpc/connect-es/commit/fc4133bdc29eefdf780b84055721aa08d708a269"><code>fc4133b</code></a>
Export fetch to/from universal req/res functions (<a
href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/863">#863</a>)</li>
<li><a
href="https://github.com/connectrpc/connect-es/commit/3088edcc9d66f62835f90bd363faf8c46a64803d"><code>3088edc</code></a>
Bump undici from 5.25.2 to 5.25.4 (<a
href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect/issues/862">#862</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/connectrpc/connect-es/commits/v1.1.3/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=0.13.2&new-version=1.1.3)](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>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Michael Nelson <minelson@vmware.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Nelson <minelson@vmware.com>
  • Loading branch information
dependabot[bot] and absoludity committed Nov 16, 2023
1 parent 57e3b90 commit d606f66
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 26 deletions.
6 changes: 3 additions & 3 deletions dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"dependencies": {
"@babel/parser": "^7.23.3",
"@connectrpc/connect": "^0.13.1",
"@connectrpc/connect-web": "^0.13.1",
"@connectrpc/connect": "^1.1.3",
"@connectrpc/connect-web": "^1.1.3",
"@bufbuild/protobuf": "^1.4.1",
"@cds/city": "^1.1.0",
"@cds/core": "^6.5.0",
Expand Down Expand Up @@ -75,7 +75,7 @@
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@bufbuild/buf": "^1.27.2",
"@connectrpc/protoc-gen-connect-es": "^0.13.1",
"@connectrpc/protoc-gen-connect-es": "^1.1.3",
"@bufbuild/protoc-gen-es": "^1.4.2",
"@craco/craco": "^7.1.0",
"@formatjs/cli": "^6.2.2",
Expand Down
39 changes: 16 additions & 23 deletions dashboard/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1244,16 +1244,11 @@
"@bufbuild/buf-win32-arm64" "1.27.2"
"@bufbuild/buf-win32-x64" "1.27.2"

"@bufbuild/protobuf@1.4.2", "@bufbuild/protobuf@^1.4.1", "@bufbuild/protobuf@^1.4.2":
"@bufbuild/protobuf@1.4.2", "@bufbuild/protobuf@^1.3.3", "@bufbuild/protobuf@^1.4.1", "@bufbuild/protobuf@^1.4.2":
version "1.4.2"
resolved "https://registry.yarnpkg.com/@bufbuild/protobuf/-/protobuf-1.4.2.tgz#dc4faf21264a47b71a15806616043cb006e80ac8"
integrity sha512-JyEH8Z+OD5Sc2opSg86qMHn1EM1Sa+zj/Tc0ovxdwk56ByVNONJSabuCUbLQp+eKN3rWNfrho0X+3SEqEPXIow==

"@bufbuild/protobuf@^1.2.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@bufbuild/protobuf/-/protobuf-1.3.1.tgz#c4de66bacbe7ac97fe054e68314aeba6f45177f9"
integrity sha512-BUyJWutgP2S8K/1NphOJokuwDckXS4qI2T1pGZAlkFdZchWae3jm6fCdkcGbLlM1QLOcNFFePd+7Feo4BYGrJQ==

"@bufbuild/protoc-gen-es@^1.4.2":
version "1.4.2"
resolved "https://registry.yarnpkg.com/@bufbuild/protoc-gen-es/-/protoc-gen-es-1.4.2.tgz#00c8b09430dd1154e626da7c247fd6425a1cd41d"
Expand All @@ -1262,7 +1257,7 @@
"@bufbuild/protobuf" "^1.4.2"
"@bufbuild/protoplugin" "1.4.2"

"@bufbuild/protoplugin@1.4.2", "@bufbuild/protoplugin@^1.2.1":
"@bufbuild/protoplugin@1.4.2", "@bufbuild/protoplugin@^1.3.3":
version "1.4.2"
resolved "https://registry.yarnpkg.com/@bufbuild/protoplugin/-/protoplugin-1.4.2.tgz#abf9b0e6a3dc8b52b1d6699d7a1ce5219fa82322"
integrity sha512-5IwGC1ZRD2A+KydGXeaSOErwfILLqVtvMH/RkN+cOoHcQd4EYXFStcF7g7aR+yICRDEEjQVi5tQF/qPGBSr9vg==
Expand Down Expand Up @@ -1311,25 +1306,23 @@
exec-sh "^0.3.2"
minimist "^1.2.0"

"@connectrpc/connect-web@^0.13.1":
version "0.13.2"
resolved "https://registry.yarnpkg.com/@connectrpc/connect-web/-/connect-web-0.13.2.tgz#14b8f30458196897578ce773f3ab0ec42d114228"
integrity sha512-WkI2MbdWpzRCZf612bOa0JEuOx2Hebv7BW0FcfgDgHwFGBOuAFF7BF7XtNw196nmYoli2kXmtIjCZW01jvzDnw==
dependencies:
"@connectrpc/connect" "0.13.2"
"@connectrpc/connect-web@^1.1.3":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@connectrpc/connect-web/-/connect-web-1.1.3.tgz#027922b4f1537ecb1eaaa31ec3a59dd471a65320"
integrity sha512-WfShOZt91duJngqivYF4wJFRbeRa4bF/fPMfDVN0MAYSX3VuaTMn8o9qgKN7tsg2H2ZClyOVQwMkZx6IdcP7Zw==

"@connectrpc/connect@0.13.2", "@connectrpc/connect@^0.13.1":
version "0.13.2"
resolved "https://registry.yarnpkg.com/@connectrpc/connect/-/connect-0.13.2.tgz#491147e3021ac544fa109563e9d23adec0282641"
integrity sha512-KZg6EH8gYnQZm/d2IXXMVB2mom/A1dCD8+7JScm2tKN9OQyQSeCJOLqtv/M4M5XVS0Y9JM2/VCbiUwfhl9Rqmg==
"@connectrpc/connect@^1.1.3":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@connectrpc/connect/-/connect-1.1.3.tgz#6099789e392bf3d4c3d831f294b1a9ff969703a1"
integrity sha512-AXkbsLQe2Nm7VuoN5nqp05GEb9mPa/f5oFzDqTbHME4i8TghTrlY03uefbhuAq4wjsnfDnmuxHZvn6ndlgXmbg==

"@connectrpc/protoc-gen-connect-es@^0.13.1":
version "0.13.2"
resolved "https://registry.yarnpkg.com/@connectrpc/protoc-gen-connect-es/-/protoc-gen-connect-es-0.13.2.tgz#ee965050860aab7fe8270211d66b8420a52eb55f"
integrity sha512-XGV6TN1y36g6RVDzn+YPDE4Q3QCaobwPNo/N93QXEeql/qI4ROTNbIyl0EfAPlsXITMG3k9WBOg49+rF21mMbg==
"@connectrpc/protoc-gen-connect-es@^1.1.3":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@connectrpc/protoc-gen-connect-es/-/protoc-gen-connect-es-1.1.3.tgz#2472133dce58bbe433b4c10076c85d8f4f6833e3"
integrity sha512-Irt1WM1o45KL0DNz8D8nraNfRrOyZfn7rzRsOyfrwbNzeVO1JV3rELFpARqGAvtVveYBoO9uwYtQ8TKLXsnrng==
dependencies:
"@bufbuild/protobuf" "^1.2.1"
"@bufbuild/protoplugin" "^1.2.1"
"@bufbuild/protobuf" "^1.3.3"
"@bufbuild/protoplugin" "^1.3.3"

"@craco/craco@^7.1.0":
version "7.1.0"
Expand Down

0 comments on commit d606f66

Please sign in to comment.