deps: update dependency graphql-request to v3 #1329
Merged
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.1.0-next.1
->^3.0.0
Release Notes
prisma/graphql-request
v3.0.0
Compare Source
BREAKING CHANGES
e757927
accept DocumentNode input (#183)graphql-request
now requiresgraphql
version 14.x or 15.x as a peer dependency.graphql-request
uses a TypeScript type from thegraphql
package such that if you are using TypeScript to build your project and you are usinggraphql-request
but don't havegraphql
installed TypeScript build will fail. Details [here](#183 (comment)). If you are a JS user then you do not technically need to installgraphql
. However if you use an IDE that picks up TS types even for JS (like VSCode) then its still in your interest to installgraphql
so that you can benefit from enhanced type safety during development.Features
e757927
(breaking) accept DocumentNode input (#183)ad5a403
Add timeout property to RequestInit interface (#173)5ceb388
add type param for variables (#143)cf90a8e
inline TypeScript fetch types1610d1e
use cross-fetch as ponyfillFixes
49187dd
bump lodash from 4.17.15 to 4.17.19 (#179)4b02516
add missing DOM typesImprovements
ccaa5a1
docs: touchup readme7129cf5
refactor: ts strict modea3dad71
refactor: make src be root dirChores
3ce22ab
update dripip3f51dab
mention setHeader (#171)3b25f6d
fix ci, stop running lint script2dd655e
use prepublishOnly scriptf0284f4
fix readme workflow badgeaf503af
stop using tslint234165e
fix tests9a8d1a3
use dripip for making releases483119e
switch from ava to jest0bcaa05
upgrade typescript depa6ab58b
improve semantic-release setup (#164)Renovate configuration
📅 Schedule: 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 has been generated by WhiteSource Renovate. View repository job log here.