connectrpc / connectrpc.com

Docs, governance, and RFCs for Connect: Protobuf RPC that works.
https://connectrpc.com
Apache License 2.0
15 stars 18 forks source link

Bump the demo group with 3 updates #146

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the demo group with 3 updates: @bufbuild/protobuf, @connectrpc/connect and @connectrpc/connect-web.

Updates @bufbuild/protobuf from 1.7.1 to 1.7.2

Release notes

Sourced from @​bufbuild/protobuf's releases.

v1.7.2

What's Changed

New Contributors

Full Changelog: https://github.com/bufbuild/protobuf-es/compare/v1.7.1...v1.7.2

Commits
  • 31daf8c Release 1.7.2 (#699)
  • 07ebb3e Bump prettier from 3.1.1 to 3.2.4 (#697)
  • eeb911a Fix proto3 extension presence for singular, non-optional scalar (#689)
  • 8a021d7 Add missing extension to import of descriptor-set for module resolution NodeN...
  • See full diff in compare view


Updates @connectrpc/connect from 1.3.0 to 1.4.0

Release notes

Sourced from @​connectrpc/connect's releases.

v1.4.0

What's Changed

This release includes support for server-side interceptors! Here's a quick example:

import * as http from "http";
import routes from "./connect";
import { connectNodeAdapter } from "@connectrpc/connect-node";
import type { Interceptor } from "@connectrpc/connect";

const logger: Interceptor = (next) => async (req) => { console.log(recevied message on ${req.url}); return await next(req); };

http .createServer( connectNodeAdapter({ routes, interceptors: [logger], }), ) .listen(8080);

For more on them please see the docs.

Other Changes

New Contributors

Full Changelog: https://github.com/connectrpc/connect-es/compare/v1.3.0...v1.4.0

Commits


Updates @connectrpc/connect-web from 1.3.0 to 1.4.0

Release notes

Sourced from @​connectrpc/connect-web's releases.

v1.4.0

What's Changed

This release includes support for server-side interceptors! Here's a quick example:

import * as http from "http";
import routes from "./connect";
import { connectNodeAdapter } from "@connectrpc/connect-node";
import type { Interceptor } from "@connectrpc/connect";

const logger: Interceptor = (next) => async (req) => { console.log(recevied message on ${req.url}); return await next(req); };

http .createServer( connectNodeAdapter({ routes, interceptors: [logger], }), ) .listen(8080);

For more on them please see the docs.

Other Changes

New Contributors

Full Changelog: https://github.com/connectrpc/connect-es/compare/v1.3.0...v1.4.0

Commits


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 commands and options
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
vercel[bot] commented 5 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
connect ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 1, 2024 7:26am