chore(deps): update dependency @whatwg-node/server to ^0.10.0#931
Merged
chore(deps): update dependency @whatwg-node/server to ^0.10.0#931
Conversation
ardatan
approved these changes
Mar 25, 2025
Collaborator
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
@graphql-tools/batch-delegate |
9.0.34-alpha-275873d8ef981b4c12152558add2b266a6474320 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/batch-execute |
9.0.15-alpha-275873d8ef981b4c12152558add2b266a6474320 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/delegate |
10.2.16-alpha-275873d8ef981b4c12152558add2b266a6474320 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/executor-http |
1.3.2-alpha-275873d8ef981b4c12152558add2b266a6474320 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/federation |
3.1.7-alpha-275873d8ef981b4c12152558add2b266a6474320 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/fusion-runtime |
0.11.6-alpha-275873d8ef981b4c12152558add2b266a6474320 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway |
1.13.2-alpha-275873d8ef981b4c12152558add2b266a6474320 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/nestjs |
1.0.6-alpha-275873d8ef981b4c12152558add2b266a6474320 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/plugin-aws-sigv4 |
1.0.3-alpha-275873d8ef981b4c12152558add2b266a6474320 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/hmac-upstream-signature |
1.2.24-alpha-275873d8ef981b4c12152558add2b266a6474320 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-opentelemetry |
1.3.50-alpha-275873d8ef981b4c12152558add2b266a6474320 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-prometheus |
1.3.38-alpha-275873d8ef981b4c12152558add2b266a6474320 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway-runtime |
1.6.4-alpha-275873d8ef981b4c12152558add2b266a6474320 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/signal |
1.0.0-alpha-275873d8ef981b4c12152558add2b266a6474320 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/stitch |
9.4.21-alpha-275873d8ef981b4c12152558add2b266a6474320 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/stitching-directives |
3.1.31-alpha-275873d8ef981b4c12152558add2b266a6474320 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/transport-common |
0.7.32-alpha-275873d8ef981b4c12152558add2b266a6474320 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/transport-http |
0.6.37-alpha-275873d8ef981b4c12152558add2b266a6474320 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/transport-http-callback |
0.5.24-alpha-275873d8ef981b4c12152558add2b266a6474320 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/transport-ws |
1.0.7-alpha-275873d8ef981b4c12152558add2b266a6474320 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/wrap |
10.0.34-alpha-275873d8ef981b4c12152558add2b266a6474320 |
npm ↗︎ unpkg ↗︎ |
Collaborator
Collaborator
Collaborator
Collaborator
🚀 Snapshot Release (Bun Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared |
Collaborator
🚀 Snapshot Release (Node Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared |
Collaborator
Collaborator
2867af3 to
275873d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.9.65->^0.10.0Release Notes
ardatan/whatwg-node (@whatwg-node/server)
v0.10.3Compare Source
Patch Changes
#2208
ff052a3Thanks @ardatan! - When any
Requestmethod is called outsideserver adapter scope, it used to hang. This PR prevents it to hang and throw an error if the
readable stream is destroyed earlier.
v0.10.2Compare Source
Patch Changes
ace1774Thanks @ardatan! - Expose
waitUntilmethod in the adapterv0.10.1Compare Source
Patch Changes
dac036cThanks @ardatan! - dependencies updates:
@envelop/instrumentation@^1.0.0↗︎(to
dependencies)@envelop/instruments@1.0.0↗︎(from
dependencies)v0.10.0Compare Source
Minor Changes
#2068
516bf60Thanks @EmrysMyrddin! - Add new Instrumentation API
Introduction of a new API allowing to instrument the graphql pipeline.
This new API differs from already existing Hooks by not having access to input/output of phases.
The goal of
Instrumentationis to run allow running code before, after or around the wholeprocess of a phase, including plugins hooks executions.
The main use case of this new API is observability (monitoring, tracing, etc...).
Basic usage
Multiple instrumentation plugins
It is possible to have multiple instrumentation plugins (Prometheus and Sentry for example), they
will be automatically composed by envelop in the same order than the plugin array (first is
outermost, last is inner most).
Custom instrumentation ordering
If the default composition ordering doesn't suite your need, you can manually compose
instrumentation. This allows to have a different execution order of hooks and instrumentation.
Patch Changes
516bf60Thanks @EmrysMyrddin! - dependencies updates:
@whatwg-node/promise-helpers@^1.2.2↗︎(from
^1.0.0, independencies)@envelop/instrumentation@1.0.0↗︎(to
dependencies)[
516bf60]:v0.9.71Compare Source
Patch Changes
6631a27Thanks @ardatan! - Fix the error
The Request.url getter can only be used on instances of Requestwhen the adapter is used withExpress on Bun
[
2ca563a]:v0.9.70Compare Source
Patch Changes
5cf6b2dThanks @ardatan! - dependencies updates:
@whatwg-node/promise-helpers@^0.0.0↗︎(to
dependencies)[
5cf6b2d,5cf6b2d]:v0.9.69Compare Source
Patch Changes
#2093
31f021aThanks @ardatan! - Fixes the
TypeError: bodyInit.stream is not a functionerror thrown when@whatwg-node/serveris usedwith
node:http2and attempts the incoming HTTP/2 request to parse withRequest.json,Request.text,Request.formData, orRequest.blobmethods.Updated dependencies
[
31f021a]:v0.9.68Compare Source
Patch Changes
b217e30Thanks @ardatan! - dependencies updates:
@whatwg-node/fetch@^0.10.3↗︎(from
^0.10.0, independencies)[
b217e30,090b4b0]:v0.9.67Compare Source
Patch Changes
#2057
7d28669Thanks @ardatan! - When two plugins use the
onResponsehook andthe first one modifies the response, the second one should get the modified one;
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.