-
Notifications
You must be signed in to change notification settings - Fork 25
fix(deps): update whatwg-node #770
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
Merged
Merged
Conversation
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
21475cc to
41110d5
Compare
3e8b07a to
add66a6
Compare
Collaborator
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
@graphql-tools/batch-delegate |
9.0.32-alpha-91a62ab3a1da609e2f26b0b3fe1b84a6d34cef24 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/batch-execute |
9.0.13-alpha-91a62ab3a1da609e2f26b0b3fe1b84a6d34cef24 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/delegate |
10.2.14-alpha-91a62ab3a1da609e2f26b0b3fe1b84a6d34cef24 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/executor-graphql-ws |
2.0.4-alpha-91a62ab3a1da609e2f26b0b3fe1b84a6d34cef24 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/executor-http |
1.2.9-alpha-91a62ab3a1da609e2f26b0b3fe1b84a6d34cef24 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/federation |
3.1.5-alpha-91a62ab3a1da609e2f26b0b3fe1b84a6d34cef24 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/fusion-runtime |
0.11.3-alpha-91a62ab3a1da609e2f26b0b3fe1b84a6d34cef24 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway |
1.11.0-alpha-91a62ab3a1da609e2f26b0b3fe1b84a6d34cef24 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/logger-winston |
1.0.2-alpha-91a62ab3a1da609e2f26b0b3fe1b84a6d34cef24 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/plugin-aws-sigv4 |
1.0.0-alpha-91a62ab3a1da609e2f26b0b3fe1b84a6d34cef24 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/hmac-upstream-signature |
1.2.22-alpha-91a62ab3a1da609e2f26b0b3fe1b84a6d34cef24 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-opentelemetry |
1.3.45-alpha-91a62ab3a1da609e2f26b0b3fe1b84a6d34cef24 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-prometheus |
1.3.33-alpha-91a62ab3a1da609e2f26b0b3fe1b84a6d34cef24 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway-runtime |
1.5.0-alpha-91a62ab3a1da609e2f26b0b3fe1b84a6d34cef24 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/stitch |
9.4.19-alpha-91a62ab3a1da609e2f26b0b3fe1b84a6d34cef24 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/stitching-directives |
3.1.29-alpha-91a62ab3a1da609e2f26b0b3fe1b84a6d34cef24 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/transport-http |
0.6.35-alpha-91a62ab3a1da609e2f26b0b3fe1b84a6d34cef24 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/transport-http-callback |
0.5.22-alpha-91a62ab3a1da609e2f26b0b3fe1b84a6d34cef24 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/transport-ws |
1.0.5-alpha-91a62ab3a1da609e2f26b0b3fe1b84a6d34cef24 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/wrap |
10.0.32-alpha-91a62ab3a1da609e2f26b0b3fe1b84a6d34cef24 |
npm ↗︎ unpkg ↗︎ |
Collaborator
Collaborator
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
🚀 Snapshot Release (Bun Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared |
Collaborator
Collaborator
Collaborator
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:
1.2.2->1.2.4^0.9.68->^0.10.0Release Notes
ardatan/whatwg-node (@whatwg-node/promise-helpers)
v1.2.4Compare Source
Patch Changes
a448fd1Thanks @ardatan! - Do not consider fake promises as real promises
v1.2.3Compare Source
Patch Changes
516bf60Thanks @EmrysMyrddin! - Fix return type of the callback of
iterateAsync. The callback can actually returnnullorundefined, the implementation isalready handling this case.
ardatan/whatwg-node (@whatwg-node/server)
v0.10.0Compare Source
Minor Changes
#2068
516bf60Thanks @EmrysMyrddin! - Add new Instruments 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
Instrumentsis to run allow running code before, after or around the whole processof a phase, including plugins hooks executions.
The main use case of this new API is observability (monitoring, tracing, etc...).
Basic usage
Multiple instruments plugins
It is possible to have multiple instruments 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 instruments ordering
If the default composition ordering doesn't suite your need, you can manually compose instruments.
This allows to have a different execution order of hooks and instruments.
Patch Changes
516bf60Thanks @EmrysMyrddin! - dependencies updates:
@whatwg-node/promise-helpers@^1.2.2↗︎(from
^1.0.0, independencies)@envelop/instruments@1.0.0↗︎(to
dependencies)[
516bf60]: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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.