chore(deps): update dependency graphql-yoga to v5.18.0#190
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency graphql-yoga to v5.18.0#190renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
9819031 to
970fe9f
Compare
970fe9f to
02bccc4
Compare
02bccc4 to
9dcf4e4
Compare
9dcf4e4 to
8918b4f
Compare
8918b4f to
e981b4e
Compare
e981b4e to
d561def
Compare
d561def to
cd75d73
Compare
cd75d73 to
1e72e3c
Compare
1e72e3c to
50f0eb7
Compare
50f0eb7 to
1403a09
Compare
1403a09 to
541746f
Compare
541746f to
6254071
Compare
6254071 to
317a819
Compare
317a819 to
ad3002a
Compare
ad3002a to
1fe216a
Compare
1fe216a to
e354936
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:
5.10.1→5.18.0Release Notes
graphql-hive/graphql-yoga (graphql-yoga)
v5.18.0Compare Source
Minor Changes
3eabd17Thanks @ardatan! - Export
GraphiQLRenderertype which is thesignature for
renderGraphiQLoption of Yoga configurationv5.17.1Compare Source
Patch Changes
c27f550Thanks @beaumontjonathan! - Bump
@whatwg-node/promise-helpers to fix missing export unfakePromise
v5.17.0Compare Source
Minor Changes
#4288
66c370cThanks @EmrysMyrddin! - Add experimental support for
coordinateerror attribute proposal.The
coordinateattribute indicates the coordinate in the schema of the resolver whichexperienced the errors. It allows for an easier error source identification than with the
pathwhich can be difficult to walk, or even lead to unsolvable ambiguities when using Union or
Interface types.
v5.16.2Compare Source
Patch Changes
#4270
ba38629Thanks @ardatan! - Fixes the bug where the error masking incorrectly
sets
http.unexpectedinstead of justunexpected.{ "extensions": { - "http": { "unexpected": true - } } }v5.16.1Compare Source
Patch Changes
#4263
6f83ceaThanks @ardatan! - dependencies updates:
@whatwg-node/server@^0.10.14↗︎(from
^0.10.5, independencies)#4264
e1f52b6Thanks @renovate! - dependencies updates:
dset@^3.1.4↗︎ (fromdependencies)#4263
6f83ceaThanks @ardatan! - Update GraphiQL dependencies
v5.16.0Compare Source
Minor Changes
a4e1c5fThanks @EmrysMyrddin! - Add
allowedHeadersoption to allowfiltering Response and Request headers
Patch Changes
0a7a635Thanks @ardatan! - Fix workers' loading in online GraphiQL mode, so
that Monaco features like autocomplete can work properly
v5.15.2Compare Source
Patch Changes
e7b8906Thanks @ardatan! - Bump URL Loader in GraphiQL to the latest to
remove extra DOWNSTREAM_SERVICE_ERROR code in the errors
v5.15.1Compare Source
Patch Changes
ecd605bThanks @enisdenjo! - Does not GraphQL error extensions when it's
wrapping an internal server error
v5.15.0Compare Source
Minor Changes
ccb5c53Thanks @enisdenjo! - Configurable GraphiQL logo and favicon
Patch Changes
ccb5c53Thanks @enisdenjo! - Export GraphiQLPluginConfig and
GraphiQLOptionsOrFactory
v5.14.0Compare Source
Minor Changes
98c82a5Thanks @EmrysMyrddin! - Added new
withStateplugin utilityfor easy data sharing between hooks.
v5.13.5Compare Source
Patch Changes
8b41a52Thanks @renovate! - Remove extra error handling plugin
v5.13.4Compare Source
Patch Changes
#3995
000c33dThanks @enisdenjo! - Update whatwg-node packages
In light of ardatan/whatwg-node#2305. Please upgrade as soon as possible!
Updated dependencies
[
000c33d]:v5.13.3Compare Source
Patch Changes
#3968
1773c8cThanks @ardatan! - Handle unexpected errors correctly.
Yoga checks originalError to see if it is a wrapped error of an unexpected error, because
execution engine can wrap it multiple times.
#3930
3a7ef74Thanks @ardatan! - Bump
@whatwg-node/serverUpdated dependencies
[
3a7ef74]:v5.13.2Compare Source
Patch Changes
#3876
abe91bdThanks @EmrysMyrddin! - Re-export the utility type
AsyncIterableIteratorOrValuefrom@envelop/core.#3874
9311842Thanks @EmrysMyrddin! - Gives access to the request in the
operationinstrument payload, since the request is not in the context yet.v5.13.1Compare Source
Patch Changes
dee7995Thanks @ardatan! - dependencies updates:
@envelop/core@^5.2.3↗︎ (from^5.2.1, independencies)@whatwg-node/server@^0.10.1↗︎(from
^0.10.0, independencies)@envelop/instrumentation@^1.0.0↗︎(to
dependencies)@envelop/instruments@^1.0.0↗︎(from
dependencies)v5.13.0Compare Source
Minor Changes
#3793
63b78d5Thanks @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
#3793
63b78d5Thanks @EmrysMyrddin! - dependencies updates:
@envelop/core@^5.2.1↗︎ (from^5.0.2, independencies)@envelop/instrumentation@^1.0.0↗︎(to
dependencies)@whatwg-node/promise-helpers@^1.2.4↗︎(to
dependencies)#3855
6ed67e8Thanks @renovate! - dependencies updates:
@whatwg-node/server@^0.10.0↗︎(from
^0.9.71, independencies)v5.12.2Compare Source
Patch Changes
a6b3de9Thanks @ardatan! - dependencies updates:
@whatwg-node/server@^0.9.71↗︎(from
^0.9.69, independencies)v5.12.1Patch Changes
fbf328cThanks @ardatan! - dependencies updates:
@whatwg-node/fetch@^0.10.5↗︎(from
^0.10.1, independencies)@whatwg-node/server@^0.9.69↗︎(from
^0.9.64, independencies)v5.12.0Minor Changes
5150146Thanks @ardatan! -
extensions.codeusage for specific errorsPatch Changes
#3764
96498eeThanks @slagiewka! - Pass through
disposeOnProcessTerminatetocreateServerAdapter#3672
5150146Thanks @ardatan! - dependencies updates:
@graphql-tools/executor@^1.4.0↗︎(from
^1.3.7, independencies)v5.11.0Compare Source
Minor Changes
#3727
5fd15b8Thanks @EmrysMyrddin! - Allow to configure the endpoint used by
GraphiQL to send requests.
#3736
d13b8a4Thanks @ardatan! - Now it is possible to replace or wrap the logic
how
GraphQLParamshandled;By default Yoga calls Envelop to handle the parameters, but now you can replace it with your own
logic.
Example: Wrap the GraphQL handling pipeline in an
AsyncLocalStoragev5.10.11Compare Source
Patch Changes
1c055f5Thanks @ardatan! - Show deprecated input fields, arguments and all
other input values in GraphiQL
v5.10.10Compare Source
Patch Changes
[
d4cbae1,d4cbae1]:v5.10.9Compare Source
Patch Changes
#3620
d24c5d5Thanks @enisdenjo! - Bump dset dependency handling the
CVE-2024-21529
https://security.snyk.io/vuln/SNYK-JS-DSET-7116691
#3620
d24c5d5Thanks @enisdenjo! - dependencies updates:
dset@^3.1.4↗︎ (from^3.1.1, independencies)v5.10.8Compare Source
Patch Changes
ed344eaThanks @ardatan! - Mark
createLRUCacheutility as deprecated, andexport it as
_createLRUCachemarking it as an internal utilityv5.10.7Compare Source
Patch Changes
#3547
8fee214Thanks @Urigo! - dependencies updates:
@graphql-tools/executor@^1.3.7↗︎(from
^1.3.5, independencies)@graphql-tools/schema@^10.0.11↗︎(from
^10.0.10, independencies)@graphql-tools/utils@^10.6.2↗︎(from
^10.6.1, independencies)@whatwg-node/server@^0.9.63↗︎(from
^0.9.60, independencies)#3567
1df4912Thanks @ardatan! - dependencies updates:
@whatwg-node/server@^0.9.64↗︎(from
^0.9.63, independencies)v5.10.6Compare Source
Patch Changes
121ccbaThanks @bridges-wood! - Fix stylesheet reference in graphiql
v5.10.5Compare Source
Patch Changes
#3546
eca7cd1Thanks @EmrysMyrddin! - Add documentation for Plugin hooks
#3549
05fe345Thanks @ardatan! - dependencies updates:
@graphql-tools/executor@^1.3.7↗︎(from
^1.3.5, independencies)@graphql-tools/schema@^10.0.11↗︎(from
^10.0.10, independencies)@graphql-tools/utils@^10.6.2↗︎(from
^10.6.1, independencies)@whatwg-node/server@^0.9.63↗︎(from
^0.9.60, independencies)Updated dependencies []:
v5.10.4Compare Source
Patch Changes
944ecd5Thanks @ardatan! - dependencies updates:
@envelop/core@^5.0.2↗︎ (from^5.0.1, independencies)@graphql-tools/executor@^1.3.5↗︎(from
^1.3.3, independencies)@graphql-tools/schema@^10.0.10↗︎(from
^10.0.4, independencies)@graphql-tools/utils@^10.6.1↗︎(from
^10.3.2, independencies)@whatwg-node/server@^0.9.60↗︎(from
^0.9.55, independencies)tslib@^2.8.1↗︎ (from^2.5.2, independencies)v5.10.3Compare Source
Patch Changes
#3501
c93366dThanks @enisdenjo! - dependencies updates:
@graphql-tools/executor@^1.3.3↗︎(from
^1.3.0, independencies)#3501
c93366dThanks @enisdenjo! - Update transport executors containing
improvements and fixes
v5.10.2Compare Source
Patch Changes
#3491
7a413bcThanks @n1ru4l! - dependencies updates:
@whatwg-node/server@^0.9.55↗︎(from
^0.9.54, independencies)#3491
7a413bcThanks @n1ru4l! - Fix issue where context values being shared between
batched requests.
A bug within
@whatwg-node/servercaused properties assigned to a batched requests context to bepropagated to all other batched requests contexts. It is resolved by updating the dependency of
@whatwg-node/serverto0.9.55.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.