chore(deps): update dependency @graphql-tools/utils to v10.11.0 #288
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:
10.5.4->10.11.0Release Notes
ardatan/graphql-tools (@graphql-tools/utils)
v10.11.0Compare Source
Minor Changes
#7588
2118a80Thanks @EmrysMyrddin! - Add optional schema coordinate in error
extensions. This extension allows to precisely identify the source of the error by automated tools
like tracing or monitoring.
This new feature is opt-in, you have to enable it using
schemaCoordinateInErrorsexecutoroption.
Caution: This feature, when enabled, will expose information about your schema. If you need to
keep your schema private and secret, you should strip this attribute at serialization time before
sending errors to the client.
v10.10.3Compare Source
Patch Changes
2fe123aThanks @ardatan! - Revert
#7683 which can cause unexpected breaking changes so
as before the schema extension node will always be converted to a schema definition node
v10.10.2Compare Source
Patch Changes
#7679
dddc5f6Thanks @ardatan! - Support "federation/subgraph style" schemas in
astFromSchemaandprintSchemaWithDirectivesIf a
GraphQLSchemadoesn't have any defined operation types, we should print the schemadefinition as an extension rather than omitting it entirely. They are not a valid schema on their
own, but they are valid subgraph schemas in a federation setup, and it is possible to build such
schemas with
assumeValidoptions.v10.10.1Compare Source
Patch Changes
fbb58b5Thanks @ardatan! - Remove `dset` dependency
v10.10.0Compare Source
Minor Changes
#5269
fded91eThanks @uroslates! - Add default values to the arguments
When the schema is like following;
The generated operation will be like following;
Patch Changes
#7012
fd105f4Thanks @ardatan! - Fix the bug in
mergeDeep;The following inputs and outputs are corrected;
mergeDeep([{a:2}, undefined])- Any nullish values should be ignored so it should return{a:2}mergeDeep([])- no sources should returnundefinedmergeDeep([undefined])- no sources should returnundefined#5294
3b99a9bThanks @n1ru4l! - Do not map builtin scalars
v10.9.1Compare Source
Patch Changes
32d0457Thanks @ardatan! - Fix oneOf handling
v10.9.0Compare Source
Minor Changes
53db005Thanks @EmrysMyrddin! - Add optional
subgraphNamepreopertyto the
ExecutionRequestinterface for usage in Gateways like Hive Gateway.Patch Changes
22af985Thanks @renovate! - Support
@oneOfdirectivev10.8.6Compare Source
Patch Changes
d123e26Thanks @ardatan! - Fix incomplete string escaping/encoding
v10.8.5Compare Source
Patch Changes
#6977
90a717eThanks @ardatan! - In executor, do not use leaking
registerAbortSignalListener, and handle listeners inside the execution context#7025
26518deThanks @ardatan! - Better handling for field name handling in
buildOperationForFieldv10.8.4Compare Source
Patch Changes
155944bThanks @ardatan! - Fix breaking change by adding
PromiseWithResolversbackv10.8.3Compare Source
Patch Changes
4a2eb14Thanks @ardatan! - dependencies updates:
@whatwg-node/promise-helpers@^1.0.0↗︎(to
dependencies)v10.8.2Compare Source
Patch Changes
3547bbaThanks @ardatan! - Relax
extensionstypev10.8.1Compare Source
Patch Changes
651a5dcThanks @ardatan! - Fix the regression on var counting
v10.8.0Compare Source
Minor Changes
357b2eeThanks @renovate! - New
isUrlhelper, and it usesURL.canParseif availablePatch Changes
0a3e193Thanks @ardatan! - Do not add
_vprefix if there is only oneargument/variable
v10.7.2Compare Source
Patch Changes
#6822
53bb601Thanks @enisdenjo! - dependencies updates:
dset@^3.1.4↗︎ (from^3.1.2, independencies)#6822
53bb601Thanks @enisdenjo! - Bump dset dependency handling the
CVE-2024-21529
https://security.snyk.io/vuln/SNYK-JS-DSET-7116691
v10.7.1Compare Source
Patch Changes
4912f19Thanks @AaronMoat! - Remove use of
VoidFunctiontype, whichrequires DOM types
v10.7.0Compare Source
Minor Changes
#6789
2c70d27Thanks @n1ru4l! - - New helper function
getAbortPromiseto get apromise rejected when
AbortSignalis abortedregisterAbortSignalListenerto register a listener to abort a promise whenAbortSignalis abortedInstead of using
.addEventListener('abort', () => {/* ... */}), we register a single listener toavoid warnings on Node.js like
MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 abort listeners added. Use emitter.setMaxListeners() to increase limit.v10.6.4Compare Source
Patch Changes
6a8123bThanks @ardatan! - Improvements for
fakePromiseso it can be usedwithout params to create a
voidPromisev10.6.3Compare Source
Patch Changes
020b9e4Thanks @ardatan! - `AbortSignal` in `GraphQLResolveInfo`, and
`AbortSignal` in `ExecutionRequest`
v10.6.2Compare Source
Patch Changes
#6737
1b24656Thanks @ardatan! - Handle array of primitives correctly
The bug was following;
v10.6.1Compare Source
Patch Changes
1e02935Thanks @ardatan! - Handle parse errors correctly when loader gets a
string directly
v10.6.0Compare Source
Minor Changes
414e404Thanks @ardatan! - new
fakePromise,mapMaybePromiseandfakeRejectPromisehelper functionsv10.5.6Compare Source
Patch Changes
dc5043bThanks @enisdenjo! -
onErrorandonEndcallbacks frommapAsyncIteratorare invoked only once regardless of how many timesthrow/returnwas calledon the iterator
v10.5.5Compare Source
Patch Changes
cf2ce5eThanks @kachkaev! - Make two types compatible with strict tsc
config
Configuration
📅 Schedule: Branch creation - "after 10pm,before 1am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.