Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm:(deps-dev): bump @connectrpc/protoc-gen-connect-es from 1.3.0 to 1.4.0 #59

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 7, 2024

Bumps @connectrpc/protoc-gen-connect-es from 1.3.0 to 1.4.0.

Release notes

Sourced from @​connectrpc/protoc-gen-connect-es'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: connectrpc/connect-es@v1.3.0...v1.4.0

Commits

Dependabot compatibility score

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 <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)

@dependabot dependabot bot requested a review from danroux May 7, 2024 16:01
@github-actions github-actions bot force-pushed the dependabot/npm_and_yarn/connectrpc/protoc-gen-connect-es-1.4.0 branch 3 times, most recently from 13f020f to 2837b6f Compare May 7, 2024 16:01
@danroux
Copy link
Owner

danroux commented May 7, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/connectrpc/protoc-gen-connect-es-1.4.0 branch from 2837b6f to 769dec8 Compare May 7, 2024 18:11
@github-actions github-actions bot force-pushed the dependabot/npm_and_yarn/connectrpc/protoc-gen-connect-es-1.4.0 branch from 769dec8 to 5bb9b14 Compare May 7, 2024 18:11
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/connectrpc/protoc-gen-connect-es-1.4.0 branch from 5bb9b14 to cebe774 Compare May 7, 2024 18:12
@github-actions github-actions bot force-pushed the dependabot/npm_and_yarn/connectrpc/protoc-gen-connect-es-1.4.0 branch from cebe774 to 6d2d774 Compare May 7, 2024 18:12
@danroux danroux force-pushed the main branch 3 times, most recently from b447e72 to ce24873 Compare May 7, 2024 18:34
@danroux
Copy link
Owner

danroux commented May 7, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/connectrpc/protoc-gen-connect-es-1.4.0 branch from 6d2d774 to 8879de3 Compare May 7, 2024 18:40
@github-actions github-actions bot force-pushed the dependabot/npm_and_yarn/connectrpc/protoc-gen-connect-es-1.4.0 branch from 8879de3 to 76ad30b Compare May 7, 2024 18:40
@danroux danroux force-pushed the main branch 7 times, most recently from 09ae8d8 to 4e54552 Compare May 7, 2024 19:45
@danroux
Copy link
Owner

danroux commented May 7, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/connectrpc/protoc-gen-connect-es-1.4.0 branch from 76ad30b to 83c5c00 Compare May 7, 2024 19:51
@github-actions github-actions bot force-pushed the dependabot/npm_and_yarn/connectrpc/protoc-gen-connect-es-1.4.0 branch from 83c5c00 to 533d69b Compare May 7, 2024 19:51
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/connectrpc/protoc-gen-connect-es-1.4.0 branch from 533d69b to 75148b4 Compare May 7, 2024 19:51
@github-actions github-actions bot force-pushed the dependabot/npm_and_yarn/connectrpc/protoc-gen-connect-es-1.4.0 branch from 75148b4 to f5e252f Compare May 7, 2024 19:51
@danroux danroux force-pushed the main branch 10 times, most recently from 668e3be to 0e0a9de Compare May 8, 2024 09:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/connectrpc/protoc-gen-connect-es-1.4.0 branch from f5e252f to fed8d26 Compare May 8, 2024 10:21
@github-actions github-actions bot force-pushed the dependabot/npm_and_yarn/connectrpc/protoc-gen-connect-es-1.4.0 branch from fed8d26 to 5245484 Compare May 8, 2024 10:21
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/connectrpc/protoc-gen-connect-es-1.4.0 branch from 5245484 to df32bee Compare May 8, 2024 10:21
@github-actions github-actions bot force-pushed the dependabot/npm_and_yarn/connectrpc/protoc-gen-connect-es-1.4.0 branch from df32bee to 1ada16b Compare May 8, 2024 10:22
…1.4.0

Dependabot couldn't find the original pull request head commit, 75148b4.
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/connectrpc/protoc-gen-connect-es-1.4.0 branch from 1ada16b to c6eab1c Compare May 8, 2024 10:43
@danroux danroux merged commit 7a7f45c into main May 8, 2024
6 of 7 checks passed
@danroux danroux deleted the dependabot/npm_and_yarn/connectrpc/protoc-gen-connect-es-1.4.0 branch May 8, 2024 10:50
danroux pushed a commit that referenced this pull request May 8, 2024
…1.4.0 (#59)

https://connectrpc.com/docs/node/interceptors

Other Changes

- Add service and method in grpc-web unary response by @​minimal1 in connectrpc/connect-es#984
- Document the ts_nocheck plugin option by @​timostamm in connectrpc/connect-es#1012
- Remove node export condition by @​smaye81 in connectrpc/connect-es#1017
- Avoid instanceof Message by @​timostamm in connectrpc/connect-es#1023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant