-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update dependency graphql-request from v4.3.0 to v7 #277
base: master
Are you sure you want to change the base?
Conversation
2dddc00
to
c97658c
Compare
Quality Gate passedIssues Measures |
c97658c
to
5d6909e
Compare
da5d9ad
to
d13ce6a
Compare
Quality Gate passedIssues Measures |
d13ce6a
to
6619780
Compare
6619780
to
48e5e93
Compare
Visit the preview URL for this PR (updated for commit 4addaf0): https://ent-ninsar-dev--pr277-renovate-graphql-req-ihsycvho.web.app (expires Sun, 22 Dec 2024 15:42:08 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 459be81c3496ac31e0d1abe75517fb8af6c796be |
48e5e93
to
c20dc72
Compare
Quality Gate passedIssues Measures |
c20dc72
to
4addaf0
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
4.3.0
->7.1.2
Release Notes
jasonkuhrt/graphql-request (graphql-request)
v7.1.2
: graphql-request@7.1.2Compare Source
Fixes:
b732f45
Remove reference totype-fest
which is not a dependency.v7.1.1
Compare Source
v7.1.0
Compare Source
Fixes
829028d
make dprint optional dep (#920)3ba32a3
client sends accept headerImprovements
30b39bf
improve: update all deps to latest (#936)92ea1b2
docs: mention additional requirement for TS39dfb37
refactor: no mock serverdb4db92
docs: TS moduleResolution requirementsGraffle
Features
c91bbc3
anyware hook retries (#904)6eebe6f
extension system (#871)543ffdf
static exec and req funcs (#851)eecf7b9
incremental typed client (#848)Chores
f1fd315
add publint (#865)v7.0.1
Compare Source
Fixes
dc299d9
no node fs module in runtimeImprovements
11805c8
improve: remove needless deep imports into graphqlChores
ecf5032
update dependency tsx to v4.9.4 (#843)12cb8cf
update dependency zod to v3.23.8 (#836)v7.0.0
Compare Source
BREAKING CHANGES
2a121c6
remove inlined graphql websocket code99a192e
add spec compliant defaultAccept
header (#618)0e53aed
replaceGraphQLClientRequestHeaders
with built-inHeadersInit
type (#616)c3a309f
remove support for CommonJS (#607)6efcc0d
remove cross-fetch polyfill/foo
) (#745)Features
f906d22
export request init extended type (#812)cc2dc55
response middleware extra info (#788)2a121c6
(breaking) remove inlined graphql websocket code0f1b7b5
exclude operation name via a field in RequestConfig (#645)99a192e
(breaking) add spec compliant defaultAccept
header (#618)0e53aed
(breaking) replaceGraphQLClientRequestHeaders
with built-inHeadersInit
type (#616)c3a309f
(breaking) remove support for CommonJS (#607)6efcc0d
(breaking) remove cross-fetch polyfille065677
export GraphQLClientRequestHeader (#558)Fixes
553006b
await response middleware (#810)54da7bd
alias encoding (#809)190bdd2
remove vitest import5f13401
no select root types if not in schemaee66c10
result types have no argsfe124de
args on interfaces and unions (#781)893ad01
no infer runtime unions310f10c
order independent input object defsa71c9f8
order independent input object defs118d1d7
no infer runtime objects1238a1c
thunk list objects8a9e207
exact types on query and mutation (#755)aeb6087
generated code imports7d828d7
allow null data0d1e1a6
imports2ad3e80
schema module exports pathb7c26f8
schema import in generated types (#732)4af7cb4
append search params (#673)a169969
no GET on mutations (#663)8f926b8
do not require index sig on vars (#659)0eb8a1d
exportGraphQLResponse
type as part of the public API (#636)dbd7c7f
do not overwrite user-providedContent-Type
header (#614)d6298a3
refactor code so linter no longer produces warnings (#605)3b7b31f
ensure code formatting is correct (#604)a9fcb44
add support for TypedDocumentNode to be passed to WS methods (#585)c124ec8
Add ClientError to ResponseMiddleware param (#534)Improvements
b1f18c1
refactor: simplify encode testsf333c1e
refactor: single pass encode (#807)dbffec8
refactor: modularize selection-set (#806)5b13f30
refactor: organize dirs by layer (#805)bd5dddf
docs: begin new documentation05308fa
improve: Node 18 tsconfig and ES2023 lib (#794)6f07a0e
refactor: client modules (#791)a554328
tests: refactor to one default schema (#790)893a5e0
refactor: import orderb9888e2
refactor: client dir1287eda
refactor: schema module (#770)c77de38
improve: upgrade to eslint 9 (#764)5fe1cea
refactor: legacy becomes raw9dc4d81
refactor: tidy signature52f4ab8
improve: upgrade deps to latestcc86c34
refactor: use dprint instead of prettier (#677)080346e
tests: case for overriding a built in headere040ec9
tests: do not retest headers init4d4ac4c
refactor: move existing api to legacy dir (#670)4cadba3
refactor: modualarize api (#653)e5c8e7f
improve: Optimised imports from graphql to decrease bundle size (#543)Graffle (alpha)
Features
be48f1e
rename cli to grafflefb715d9
generated namespace and client ctor (#815)e2d1888
select (#816)4ac0cd1
use a global namespace (#808)2a39e81
rawOrThrow80e050c
returnMode successData (#804)7b06232
mode to return all errors (#796)ae9ab07
treat schema file location as source dirb45dc60
use graphql return mode & named schema547dfe5
can specify error type pattern in cli2a77493
isError helper functiona35be0a
select type utilities (#785)45412c2
root type field methods (#779)73adae5
document method (#774)98cb065
select helper420a389
add raw method5de618b
root field methods9191249
batch methodcebd26d
support non-null interfaceb85b50b
union non-null field (#771)33a0278
optional custom scalars (#768)fdca0a7
index sans dollar namespace (#767)5658370
custom scalar runtime codecs (#746)0e150e4
format generated code with dprint34c9e25
string support for custom scalars (#742)f9ad67a
support input object in selection set (#736)4318cac
disable environment input, rename flag (#731)48e4d64
introduce a CLI for generating the client (#730)9640d0a
introduce an experimental typescript client (#672)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)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.