Update dependency graphql-request to v6 - autoclosed #527
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.8.2
->6.1.0
Release Notes
jasonkuhrt/graphql-request (graphql-request)
v6.1.0
Compare Source
Features
71af6ab
restoremain
field of package.json for environments that do not supportexports
field (#526)81c8bb2
export middleware function typesImprovements
5fc0062
improve: fix autocomplete for request functionb98d71b
refactor: group exportsChores
6500e69
regenerate TOC (#531)ae1d8af
update pnpm to v8.5.1 (#527)da47f4e
update pnpm to v8.5.0 (#524)ed72463
update dependency @types/node to v20 (#523)efed6be
update dependency @vitest/coverage-c8 to ^0.31.0 (#521)a91b69d
update pnpm to v8.4.0 (#520)01d0793
update dependency vitest to ^0.31.0 (#522)250e78c
Update README.md (#516)a9bee0e
update pnpm to v8.3.1 (#513)cee8629
update pnpm to v8.3.0 (#511)dd2d3b6
test that custom config is passed to fetchb7025c8
do not use t-prefix type names6b3396b
normalize docs (dedupe) (#507)3a38f48
upgrade dev deps to latestv6.0.0
Compare Source
BREAKING CHANGES
02a5522
remove file uploads feature (#501)702ef92
bring TS 5 support (#480)Features
02a5522
(breaking) remove file uploads feature (#501)702ef92
(breaking) bring TS 5 support (#480)Fixes
8a98925
change event handlers registration style (#474)Improvements
5ce990a
refactor: remove default syntaxfee4476
refactor: ref passthrough8467a26
refactor: rename internal typeb563ad5
refactor: lintChores
277bad5
update dependency @vitest/coverage-c8 to ^0.30.0 (#503)4a4e85b
update pnpm to v8.2.0 (#505)c201325
update dependency vitest to ^0.30.0 (#504)37c5cc2
check docs build on pr ci (#502)82e0050
lint PRs (#498)e596527
make use of gql taga446365
update dev deps to latest3ed6436
use prisma eslint configc697c5a
format8814eb8
enable stale bot43a2601
consolidate content under knowledge base sectionb15e948
update pnpm to v8.1.1 (#494)bdebdc7
update dependency happy-dom to v9 (#492)38fda1d
update pnpm to v8.1.0 (#490)6c49ead
update pnpm to v8 (#488)c7f8212
update pnpm to v7.30.5 (#487)b520745
update pnpm to v7.30.3 (#486)413bdff
update pnpm to v7.30.1 (#485)9866249
update pnpm to v7.30.0 (#483)b712346
update pnpm to v7.29.3 (#479)be7e6b2
make runs faster (#478)6ba1648
update pnpm to v7.29.1 (#476)b18227e
troubleshooting for React Native + Metro projects (#475)2d35a7b
update pnpm to v7.29.0 (#470)v5.2.0
Compare Source
Features
cb79d67
make package hybrid ESM/CJS closes #192 (#455)Fixes
d5a4012
batchRequests type constraint (#462)4302ba1
check if property errors from response is an empty array (#454)Improvements
0fb7062
refactor: introduce eslintd7d0a8d
refactor: typo bathching -> batching (#425)Chores
7bf2d10
fix githubToken passingff372f5
update pnpm to v7.28.0 (#463)181ca5c
update dependency @vitest/coverage-c8 to ^0.29.0 (#461)9dc1b7e
vscode settings for project074fb06
add isuee templates29d09e5
mention esm7abfa6d
update pnpm to v7.27.1 (#456)3618169
update pnpm to v7.27.0 (#452)6487093
update pnpm to v7.26.3 (#450)0a65e91
update pnpm to v7.26.2 (#447)a23b294
update pnpm to v7.26.1 (#445)0962dd2
switch to pnpm (#444)99f6763
update dev deps (#443)7a644e7
remove security policy9a097f2
attribute owner and author to Jason Kuhrtv5.1.0
Compare Source
v5.0.0
Compare Source
BREAKING CHANGES
2f221a4
Invoke responseMiddleware in error cases as well (#372)Features
6246ffe
Allow async requestMiddleware (#379)2f221a4
(breaking) Invoke responseMiddleware in error cases as well (#372)a7ac904
TypedDocumentNode support & strict variable typings (#350)dec0319
added middleware support (#170)Fixes
55b1bf5
resolve headers when cross fetch is not available in environment (#296)988b437
use GraphQLError fromgraphql
module (#365)Chores
d04de20
bump apollo-server-core from 3.5.0 to 3.10.1 (#377)3662f38
Replacing the quickstart gql query example (#374)fec536b
add Readme section for GET requests (#370)dec0296
add errorPolicy 'all' confition (#360)v4.3.0
Compare Source
v4.2.0
Compare Source
Features
b01d753
custom JSON serializer support (#324)Improvements
ac40083
upgrade cross-fetch to fix https: //github.com/advisories/GHSA-r683-j2x4-v87g (#333)v4.1.0
Compare Source
Features
24ca53b
include operationName to rawRequest payload if defined in gql (#328)26711e7
parse string documents to extract the operationName (#325)Fixes
0e406cc
include source files in package for source maps (#317)cbfa1fb
case-insensitive 'Content-type' response header detection (#315)Improvements
cf0aea9
improve: drop official node 12 supportChores
d71028c
use dripip reusable workflowa99293c
update workflow action versionsd740cdc
bump simple-get from 3.1.0 to 3.1.1 (#320)v4.0.0
Compare Source
BREAKING CHANGES:
Features:
v3.7.0
Compare Source
Features
b693d27
allow graphql@16 as peer dependency (#305)88ce220
export more client types (#306v3.6.1
Compare Source
Improvements
699d9b7
docs: add Readme section for batching (#294)Chores
b9db70a
fix run yarn install with node@14 (#293)v3.6.0
Compare Source
Features
87ec21b
set endpoint after the GraphQLClient has been initialized (#291)2d92782
add batching support with batchRequests (#285)Fixes
04716a4
remove wrong parameters (#251)Chores
a6d1365
bump tmpl from 1.0.4 to 1.0.5 (#288)03f04a8
bump object-path from 0.11.7 to 0.11.8 (#287)bd78b0b
fix TypeScript spelling (#286)c23ffb3
bump object-path from 0.11.5 to 0.11.7 (#284)v3.5.0
Compare Source
Features
20f18d3
add operationName to payload if defined in gql (#280)0b2d960
add support for get request (#277)32cae25
enable passing requestHeaders (#272)8587e4d
passthrough headers on exported request function (#265)Fixes
58a6d36
types on GraphQLError (#278)563609f
remove errors from rawRequest return type (#174) (#249)a8d99f5
include headers in ClientError response (#245) (#246)Improvements
c544c5f
refactor: remove duplicate code (#271)Chores
0315018
update dev deps9f98370
refresh node version matrix (#273)2c60842
bump ws from 5.2.2 to 5.2.3 (#268)6d790ef
bump glob-parent from 5.1.1 to 5.1.2 (#267)27d44fb
bump lodash from 4.17.20 to 4.17.21 (#263)2940c49
bump hosted-git-info from 2.8.8 to 2.8.9 (#264)41a5a58
bump y18n from 4.0.0 to 4.0.1 (#258)5b233c5
bump ini from 1.3.5 to 1.3.7 (#236)de59d7d
bump node-notifier from 8.0.0 to 8.0.1 (#241)v3.4.0
Compare Source
Features
952e972
Support per-request headers (#33) (#228)Chores
e4b3932
fix typo in README.md (#231)v3.3.0
Compare Source
Features
37b51e1
do not enforce node version (#226)Docs
4f9bf6c
fix broken example source linksc75a29a
add readme table of contentse5f453a
add community section and collapsable examples (#227)v3.2.0
Compare Source
Features
0290616
support custom fetch with GraphQLClient constructor (#212)Fixes
c2253f2
update cross-fetch for vulnerabilitye805be9
global Headers class reference (#218)Chores
d371b54
update dev deps to latest094fd5e
missing comma in readme (#217)v3.1.0
Compare Source
Features
777cc55
support GraphQL Upload Spec (#175)Fixes
e666f69
send headers from .setHeaders to server (#202)f13fbb9
remove npm lock file9324747
add missing headers type import / export (#198)8bdb803
remove TS 3.8+ import type syntax (#191)Improvements
2b7ecbd
deps: update cross-fetch to latestb17fd71
test: add test coverage for headers10c23fa
test: refactor test modularity9c36d68
test: refactor upload tests762735b
docs: Add example for Mutations to README (#197)v3.0.0
Compare Source
BREAKING CHANGES
Types module has moved from
dist/src/types.js
todist/types.js
. If you were importing from the former before you'll need to update to be the later now.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. 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)v2.0.0
Compare Source
PLEASE NOTE:
This release was accidental. The breaking change will actually be undone in 2.1. However since this project was dormant for a long time, the
2.x
version is still a safeguard against possible regressions/instability that new development will cause.2.0.0 (2020-05-28)
Bug Fixes
Features
Options
type (#155) (b69791c)BREAKING CHANGES
cross-fetch
if needed now.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 has been generated by Mend Renovate. View repository job log here.