fix(deps): update gateway dependencies #8244
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:
0.44.5
->0.45.0
0.8.2
->0.8.3
0.39.1
->0.39.2
8.0.23
->8.0.24
0.10.1
->0.10.3
0.7.5
->0.7.7
Release Notes
graphql-hive/platform (@graphql-hive/cli)
v0.45.0
Compare Source
Minor Changes
29c45df
Thanks @jdolle! - Added subgraph type to schema:fetch cmd to print
subgraph details
Patch Changes
#6252
5a6e565
Thanks @jdolle! - Print a detailed error when a command is executed
without a hive access token
Updated dependencies
[
039c66b
]:graphql-hive/platform (@graphql-hive/core)
v0.8.3
Compare Source
Patch Changes
039c66b
Thanks @ardatan! - Remove internal
_testing_
option to replace theunderlying
fetch
implementation, and addfetch
option to do the same as part of the publicAPI.
graphql-hive/platform (@graphql-hive/yoga)
v0.39.2
Compare Source
Patch Changes
#6118
039c66b
Thanks @ardatan! - Remove internal
_testing_
option to replace theunderlying
fetch
implementation, and addfetch
option to do the same as part of the publicAPI.
#6118
039c66b
Thanks @ardatan! - - Upgrade to
graphql-yoga
>=5.10.4
graphql-yoga
'sdispose lifecycle hooks
the
waitUntil
APIgraphql-yoga
instance, for a more unified logging experiencefetch
API implementation on thegraphql-yoga
instance for HTTP callsgraphql-yoga
's internal LRU cacheimplementation
Updated dependencies
[
039c66b
]:ardatan/graphql-tools (@graphql-tools/url-loader)
v8.0.24
Compare Source
Patch Changes
c59403d
Thanks @ardatan! - dependencies updates:
sync-fetch@0.6.0-2
↗︎(to
dependencies
)@ardatan/sync-fetch@^0.0.1
↗︎(from
dependencies
)ardatan/whatwg-node (@whatwg-node/fetch)
v0.10.3
Compare Source
Patch Changes
2785c80
Thanks @ardatan! -
ReadableStream
'sSymbol.asyncIterator
nowreturns
AsyncIterableIterator
like before even if it is ok to returnAsyncIterator
right now.It is safer to return
AsyncIterableIterator
because it is a common mistake to useAsyncIterator
asAsyncIterable
.[
2785c80
]:v0.10.2
Compare Source
Patch Changes
b88b85c
Thanks @ardatan! - dependencies updates:
@whatwg-node/node-fetch@^0.7.5
↗︎(from
^0.7.1
, independencies
)[
b88b85c
,9b39c3e
,b88b85c
]:ardatan/whatwg-node (@whatwg-node/node-fetch)
v0.7.7
Compare Source
Patch Changes
2785c80
Thanks @ardatan! -
ReadableStream
'sSymbol.asyncIterator
nowreturns
AsyncIterableIterator
like before even if it is ok to returnAsyncIterator
right now.It is safer to return
AsyncIterableIterator
because it is a common mistake to useAsyncIterator
asAsyncIterable
.v0.7.6
Compare Source
Patch Changes
#1929
b88b85c
Thanks @ardatan! - dependencies updates:
@kamilkisiela/fast-url-parser@^1.1.4
↗︎(from
dependencies
)fast-querystring@^1.1.1
↗︎ (fromdependencies
)#1947
9b39c3e
Thanks @ardatan! - Remove the event listener on the provided
AbortSignal
whennode-libcurl
is used, the connection finishes to prevent potential memoryleaks;
#1929
b88b85c
Thanks @ardatan! - - Remove URL ponyfill implementation based on
fast-url-parser
andfast-querystring
, because Node now uses Ada URL parser which is fastenough.
ReadableStream[Symbol.asyncIterator]
ReadableStream
usesReadable
so it usesSymbol.asyncIterator
method ofReadable
but thereturned iterator's
.return
method doesn't handle cancellation correctly. So we need to callreadable.destroy(optionalError)
manually to cancel the stream.This allows
ReadableStream
to use implementations relying onAsyncIterable.cancel
to handlecancellation like
Readable.from
Previously the following was not handling cancellation;
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.