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/connect from 1.3.0 to 1.4.0 #41

Merged
merged 2 commits into from
May 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 19, 2024

Bumps @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: 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)

github-actions bot pushed a commit that referenced this pull request Apr 19, 2024
@danroux danroux force-pushed the main branch 3 times, most recently from ee15dff to 61d616b Compare April 24, 2024 12:01
danroux pushed a commit that referenced this pull request Apr 24, 2024
@danroux danroux force-pushed the dependabot/npm_and_yarn/connectrpc/connect-1.4.0 branch from 6d14fda to a9e0475 Compare April 24, 2024 21:02
@danroux danroux force-pushed the main branch 3 times, most recently from 992fe38 to b2a1fb6 Compare April 26, 2024 01:12
@danroux
Copy link
Owner

danroux commented May 1, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/connectrpc/connect-1.4.0 branch 3 times, most recently from e7624cd to 039e0d1 Compare May 6, 2024 18:47
@danroux
Copy link
Owner

danroux commented May 6, 2024

@dependabot recreate

Dependabot couldn't find the original pull request head commit, ecdbd1b.
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/connectrpc/connect-1.4.0 branch from dea8a70 to 972fdd2 Compare May 6, 2024 20:07
@danroux danroux changed the title npm deps:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 May 7, 2024
@danroux danroux merged commit 636cf36 into main May 7, 2024
@danroux danroux deleted the dependabot/npm_and_yarn/connectrpc/connect-1.4.0 branch May 7, 2024 11:41
danroux added a commit that referenced this pull request May 7, 2024
ENHANCEMENTS:

* Add logo, fix jobRow.finishedAt and test CronJobRow/JobRow elements [[GH-54](#54)]
* ci/dependabot: docker: bump node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim[[GH-53](#53)]
* ci/dependabot: gha bump actions/checkout from 4.1.2 to 4.1.4 [[GH-52](#52)]
* ci/dependabot: npm:(deps): bump cronstrue from 2.48.0 to 2.49.0 [[GH-34](#34)]
* ci/dependabot: npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 [[GH-41](#41)]
@danroux danroux mentioned this pull request May 7, 2024
danroux added a commit that referenced this pull request May 7, 2024
ENHANCEMENTS:

* Add logo, fix jobRow.finishedAt and test CronJobRow/JobRow elements [[GH-54](#54)]
* ci/dependabot: docker: bump node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim[[GH-53](#53)]
* ci/dependabot: gha bump actions/checkout from 4.1.2 to 4.1.4 [[GH-52](#52)]
* ci/dependabot: npm:(deps): bump cronstrue from 2.48.0 to 2.49.0 [[GH-34](#34)]
* ci/dependabot: npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 [[GH-41](#41)]
danroux added a commit that referenced this pull request May 7, 2024
ENHANCEMENTS:

* Add logo, fix jobRow.finishedAt and test CronJobRow/JobRow elements [[GH-54](#54)]
* ci/dependabot: docker: bump node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim[[GH-53](#53)]
* ci/dependabot: gha bump actions/checkout from 4.1.2 to 4.1.4 [[GH-52](#52)]
* ci/dependabot: npm:(deps): bump cronstrue from 2.48.0 to 2.49.0 [[GH-34](#34)]
* ci/dependabot: npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 [[GH-41](#41)]
danroux added a commit that referenced this pull request May 7, 2024
ENHANCEMENTS:

* Add logo, fix jobRow.finishedAt and test CronJobRow/JobRow elements [[GH-54](#54)]
* ci/dependabot: docker: bump node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim[[GH-53](#53)]
* ci/dependabot: gha bump actions/checkout from 4.1.2 to 4.1.4 [[GH-52](#52)]
* ci/dependabot: npm:(deps): bump cronstrue from 2.48.0 to 2.49.0 [[GH-34](#34)]
* ci/dependabot: npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 [[GH-41](#41)]
danroux added a commit that referenced this pull request May 7, 2024
ENHANCEMENTS:

* Add logo, fix jobRow.finishedAt and test CronJobRow/JobRow elements [[GH-54](#54)]
* ci/dependabot: docker: bump node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim[[GH-53](#53)]
* ci/dependabot: gha bump actions/checkout from 4.1.2 to 4.1.4 [[GH-52](#52)]
* ci/dependabot: npm:(deps): bump cronstrue from 2.48.0 to 2.49.0 [[GH-34](#34)]
* ci/dependabot: npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 [[GH-41](#41)]
danroux added a commit that referenced this pull request May 7, 2024
ENHANCEMENTS:

* Add logo, fix jobRow.finishedAt and test CronJobRow/JobRow elements [[GH-54](#54)]
* ci/dependabot: docker: bump node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim[[GH-53](#53)]
* ci/dependabot: gha bump actions/checkout from 4.1.2 to 4.1.4 [[GH-52](#52)]
* ci/dependabot: npm:(deps): bump cronstrue from 2.48.0 to 2.49.0 [[GH-34](#34)]
* ci/dependabot: npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 [[GH-41](#41)]
danroux added a commit that referenced this pull request May 7, 2024
ENHANCEMENTS:

* Add logo, fix jobRow.finishedAt and test CronJobRow/JobRow elements [[GH-54](#54)]
* ci/dependabot: docker: bump node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim[[GH-53](#53)]
* ci/dependabot: gha bump actions/checkout from 4.1.2 to 4.1.4 [[GH-52](#52)]
* ci/dependabot: npm:(deps): bump cronstrue from 2.48.0 to 2.49.0 [[GH-34](#34)]
* ci/dependabot: npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 [[GH-41](#41)]
danroux added a commit that referenced this pull request May 7, 2024
ENHANCEMENTS:

* Add logo, fix jobRow.finishedAt and test CronJobRow/JobRow elements [[GH-54](#54)]
* ci/dependabot: docker: bump node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim[[GH-53](#53)]
* ci/dependabot: gha bump actions/checkout from 4.1.2 to 4.1.4 [[GH-52](#52)]
* ci/dependabot: npm:(deps): bump cronstrue from 2.48.0 to 2.49.0 [[GH-34](#34)]
* ci/dependabot: npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 [[GH-41](#41)]
danroux added a commit that referenced this pull request May 7, 2024
ENHANCEMENTS:

* Add logo, fix jobRow.finishedAt and test CronJobRow/JobRow elements [[GH-54](#54)]
* ci/dependabot: docker: bump node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim[[GH-53](#53)]
* ci/dependabot: gha bump actions/checkout from 4.1.2 to 4.1.4 [[GH-52](#52)]
* ci/dependabot: npm:(deps): bump cronstrue from 2.48.0 to 2.49.0 [[GH-34](#34)]
* ci/dependabot: npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 [[GH-41](#41)]
danroux added a commit that referenced this pull request May 7, 2024
ENHANCEMENTS:

* Add logo, fix jobRow.finishedAt and test CronJobRow/JobRow elements [[GH-54](#54)]
* ci/dependabot: docker: bump node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim[[GH-53](#53)]
* ci/dependabot: gha bump actions/checkout from 4.1.2 to 4.1.4 [[GH-52](#52)]
* ci/dependabot: npm:(deps): bump cronstrue from 2.48.0 to 2.49.0 [[GH-34](#34)]
* ci/dependabot: npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 [[GH-41](#41)]
danroux added a commit that referenced this pull request May 7, 2024
ENHANCEMENTS:

* Add logo, fix jobRow.finishedAt and test CronJobRow/JobRow elements [[GH-54](#54)]
* ci/dependabot: docker: bump node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim[[GH-53](#53)]
* ci/dependabot: gha bump actions/checkout from 4.1.2 to 4.1.4 [[GH-52](#52)]
* ci/dependabot: npm:(deps): bump cronstrue from 2.48.0 to 2.49.0 [[GH-34](#34)]
* ci/dependabot: npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 [[GH-41](#41)]
danroux added a commit that referenced this pull request May 7, 2024
ENHANCEMENTS:

* Add logo, fix jobRow.finishedAt and test CronJobRow/JobRow elements [[GH-54](#54)]
* ci/dependabot: docker: bump node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim[[GH-53](#53)]
* ci/dependabot: gha bump actions/checkout from 4.1.2 to 4.1.4 [[GH-52](#52)]
* ci/dependabot: npm:(deps): bump cronstrue from 2.48.0 to 2.49.0 [[GH-34](#34)]
* ci/dependabot: npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 [[GH-41](#41)]
danroux added a commit that referenced this pull request May 7, 2024
ENHANCEMENTS:

* Add logo, fix jobRow.finishedAt and test CronJobRow/JobRow elements [[GH-54](#54)]
* ci/dependabot: docker: bump node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim[[GH-53](#53)]
* ci/dependabot: gha bump actions/checkout from 4.1.2 to 4.1.4 [[GH-52](#52)]
* ci/dependabot: npm:(deps): bump cronstrue from 2.48.0 to 2.49.0 [[GH-34](#34)]
* ci/dependabot: npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 [[GH-41](#41)]
danroux added a commit that referenced this pull request May 7, 2024
ENHANCEMENTS:

* Add logo, fix jobRow.finishedAt and test CronJobRow/JobRow elements [[GH-54](#54)]
* ci/dependabot: docker: bump node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim[[GH-53](#53)]
* ci/dependabot: gha bump actions/checkout from 4.1.2 to 4.1.4 [[GH-52](#52)]
* ci/dependabot: npm:(deps): bump cronstrue from 2.48.0 to 2.49.0 [[GH-34](#34)]
* ci/dependabot: npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 [[GH-41](#41)]
danroux added a commit that referenced this pull request May 7, 2024
ENHANCEMENTS:

* Add logo, fix jobRow.finishedAt and test CronJobRow/JobRow elements [[GH-54](#54)]
* ci/dependabot: docker: bump node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim[[GH-53](#53)]
* ci/dependabot: gha bump actions/checkout from 4.1.2 to 4.1.4 [[GH-52](#52)]
* ci/dependabot: npm:(deps): bump cronstrue from 2.48.0 to 2.49.0 [[GH-34](#34)]
* ci/dependabot: npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 [[GH-41](#41)]
danroux added a commit that referenced this pull request May 7, 2024
ENHANCEMENTS:

* Add logo, fix jobRow.finishedAt and test CronJobRow/JobRow elements [[GH-54](#54)]
* ci/dependabot: docker: bump node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim[[GH-53](#53)]
* ci/dependabot: gha bump actions/checkout from 4.1.2 to 4.1.4 [[GH-52](#52)]
* ci/dependabot: npm:(deps): bump cronstrue from 2.48.0 to 2.49.0 [[GH-34](#34)]
* ci/dependabot: npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 [[GH-41](#41)]
danroux added a commit that referenced this pull request May 7, 2024
ENHANCEMENTS:

* Add logo, fix jobRow.finishedAt and test CronJobRow/JobRow elements [[GH-54](#54)]
* ci/dependabot: docker: bump node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim[[GH-53](#53)]
* ci/dependabot: gha bump actions/checkout from 4.1.2 to 4.1.4 [[GH-52](#52)]
* ci/dependabot: npm:(deps): bump cronstrue from 2.48.0 to 2.49.0 [[GH-34](#34)]
* ci/dependabot: npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 [[GH-41](#41)]
danroux added a commit that referenced this pull request May 7, 2024
ENHANCEMENTS:

* Add logo, fix jobRow.finishedAt and test CronJobRow/JobRow elements [[GH-54](#54)]
* ci/dependabot: docker: bump node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim[[GH-53](#53)]
* ci/dependabot: gha bump actions/checkout from 4.1.2 to 4.1.4 [[GH-52](#52)]
* ci/dependabot: npm:(deps): bump cronstrue from 2.48.0 to 2.49.0 [[GH-34](#34)]
* ci/dependabot: npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 [[GH-41](#41)]
danroux added a commit that referenced this pull request May 7, 2024
ENHANCEMENTS:

* Add logo, fix jobRow.finishedAt and test CronJobRow/JobRow elements [[GH-54](#54)]
* ci/dependabot: docker: bump node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim[[GH-53](#53)]
* ci/dependabot: gha bump actions/checkout from 4.1.2 to 4.1.4 [[GH-52](#52)]
* ci/dependabot: npm:(deps): bump cronstrue from 2.48.0 to 2.49.0 [[GH-34](#34)]
* ci/dependabot: npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 [[GH-41](#41)]
danroux added a commit that referenced this pull request May 7, 2024
ENHANCEMENTS:

* Add logo, fix jobRow.finishedAt and test CronJobRow/JobRow elements [[GH-54](#54)]
* ci/dependabot: docker: bump node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim[[GH-53](#53)]
* ci/dependabot: gha bump actions/checkout from 4.1.2 to 4.1.4 [[GH-52](#52)]
* ci/dependabot: npm:(deps): bump cronstrue from 2.48.0 to 2.49.0 [[GH-34](#34)]
* ci/dependabot: npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 [[GH-41](#41)]
danroux added a commit that referenced this pull request May 7, 2024
ENHANCEMENTS:

* Add logo, fix jobRow.finishedAt and test CronJobRow/JobRow elements [[GH-54](#54)]
* ci/dependabot: docker: bump node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim[[GH-53](#53)]
* ci/dependabot: gha bump actions/checkout from 4.1.2 to 4.1.4 [[GH-52](#52)]
* ci/dependabot: npm:(deps): bump cronstrue from 2.48.0 to 2.49.0 [[GH-34](#34)]
* ci/dependabot: npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 [[GH-41](#41)]
danroux added a commit that referenced this pull request May 7, 2024
ENHANCEMENTS:

* Add logo, fix jobRow.finishedAt and test CronJobRow/JobRow elements [[GH-54](#54)]
* ci/dependabot: docker: bump node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim[[GH-53](#53)]
* ci/dependabot: gha bump actions/checkout from 4.1.2 to 4.1.4 [[GH-52](#52)]
* ci/dependabot: npm:(deps): bump cronstrue from 2.48.0 to 2.49.0 [[GH-34](#34)]
* ci/dependabot: npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 [[GH-41](#41)]
danroux added a commit that referenced this pull request May 8, 2024
ENHANCEMENTS:

* Add logo, fix jobRow.finishedAt and test CronJobRow/JobRow elements [[GH-54](#54)]
* ci/dependabot: docker: bump node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim[[GH-53](#53)]
* ci/dependabot: gha bump actions/checkout from 4.1.2 to 4.1.4 [[GH-52](#52)]
* ci/dependabot: npm:(deps): bump cronstrue from 2.48.0 to 2.49.0 [[GH-34](#34)]
* ci/dependabot: npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 [[GH-41](#41)]
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