fix(deps): update dependency @graphql-yoga/common to v2.2.1 #5151
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:
2.0.0
->2.2.1
Release Notes
dotansimha/graphql-yoga
v2.2.1
Compare Source
Patch Changes
32e2e40
: Thanks to the recent release of DataLoader, we don't need to setImmediate for browser environments anymore.32e2e40
: Bump fixed cross-undici-fetch versionv2.2.0
Compare Source
Minor Changes
1d4fe42
: new optionfetchAPI
has been added;User can provide a custom Fetch implementation to Yoga like below;
Patch Changes
1d4fe42
: Avoid extra usages of URL constructor which has some performance implications on Nodev2.1.0
Compare Source
Minor Changes
4077773
: Allow to pass ingraphiql: true
orgraphiql: () => true
as an option to create server.This change makes it easier to please the TypeScript compiler for setups that disable YogaGraphiQL conditionally (e.g.g based on environment variables).
Previously you had to write:
Now you can write the following:
f6bcbd1
: Load GraphiQL from CDN in order to reduce bundle size.If you need to use GraphiQL in an offline environment please follow the instructions in the docs for installing
@graphql-yoga/render-graphiql
.https://www.graphql-yoga.com/docs/features/graphiql#offline-usage
2739db2
: Update to latest GraphiQL 1.8.4Patch Changes
b459c9c
: Generate correct multipart response.e207079
: Checks if the request url matches with the given endpoint and gives 404 if not.86edaa3
: handle cors headers correctly in case of an explicit definition of the allowed origins;Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.