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:
7.0.1
->7.0.10
9.0.6
->9.0.16
10.0.6
->10.0.15
10.5.4
->10.7.1
Release Notes
ardatan/graphql-tools (@graphql-tools/import)
v7.0.10
Compare Source
Patch Changes
[
4912f19
]:v7.0.9
Compare Source
Patch Changes
ddfef2c
Thanks @ardatan! - Avoid importing
process
and use it fromglobalThis
. In some cases,cwd
is not exported with this name in the environment in ESM scope.[
2c70d27
]:v7.0.8
Compare Source
Patch Changes
[
6a8123b
]:v7.0.7
Compare Source
Patch Changes
[
020b9e4
]:v7.0.6
Compare Source
Patch Changes
696a0d5
Thanks @renovate! - dependencies updates:
@graphql-tools/utils@^10.6.1
↗︎(from
^10.6.0
, independencies
)[
1b24656
]:v7.0.5
Compare Source
Patch Changes
[
1e02935
]:v7.0.4
Compare Source
Patch Changes
[
414e404
]:v7.0.3
Compare Source
Patch Changes
[
dc5043b
]:v7.0.2
Compare Source
Patch Changes
[
cf2ce5e
]:ardatan/graphql-tools (@graphql-tools/merge)
v9.0.16
Compare Source
Patch Changes
[
4912f19
]:v9.0.15
Compare Source
Patch Changes
[
2c70d27
]:v9.0.14
Compare Source
Patch Changes
[
6a8123b
]:v9.0.13
Compare Source
Patch Changes
[
020b9e4
]:v9.0.12
Compare Source
Patch Changes
696a0d5
Thanks @renovate! - dependencies updates:
@graphql-tools/utils@^10.6.1
↗︎(from
^10.6.0
, independencies
)[
1b24656
]:v9.0.11
Compare Source
Patch Changes
[
1e02935
]:v9.0.10
Compare Source
Patch Changes
[
414e404
]:v9.0.9
Compare Source
Patch Changes
[
dc5043b
]:v9.0.8
Compare Source
Patch Changes
[
cf2ce5e
]:v9.0.7
Compare Source
Patch Changes
2db7943
Thanks @ardatan! - Do not use deep import from graphql-js
ardatan/graphql-tools (@graphql-tools/schema)
v10.0.15
Compare Source
Patch Changes
[
4912f19
]:v10.0.14
Compare Source
Patch Changes
[
2c70d27
]:v10.0.13
Compare Source
Patch Changes
[
6a8123b
]:v10.0.12
Compare Source
Patch Changes
020b9e4
Thanks @ardatan! - `AbortSignal` in `GraphQLResolveInfo`, and
`AbortSignal` in `ExecutionRequest`
Updated dependencies
[
020b9e4
]:v10.0.11
Compare Source
Patch Changes
696a0d5
Thanks @renovate! - dependencies updates:
@graphql-tools/merge@^9.0.11
↗︎(from
^9.0.10
, independencies
)@graphql-tools/utils@^10.6.1
↗︎(from
^10.6.0
, independencies
)[
696a0d5
,1b24656
]:v10.0.10
Compare Source
Patch Changes
[
1e02935
]:v10.0.9
Compare Source
Patch Changes
[
414e404
]:v10.0.8
Compare Source
Patch Changes
[
dc5043b
]:v10.0.7
Compare Source
Patch Changes
[
cf2ce5e
]:ardatan/graphql-tools (@graphql-tools/utils)
v10.7.1
Compare Source
Patch Changes
4912f19
Thanks @AaronMoat! - Remove use of
VoidFunction
type, whichrequires DOM types
v10.7.0
Compare Source
Minor Changes
#6789
2c70d27
Thanks @n1ru4l! - - New helper function
getAbortPromise
to get apromise rejected when
AbortSignal
is abortedregisterAbortSignalListener
to register a listener to abort a promise whenAbortSignal
is 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.4
Compare Source
Patch Changes
6a8123b
Thanks @ardatan! - Improvements for
fakePromise
so it can be usedwithout params to create a
void
Promisev10.6.3
Compare Source
Patch Changes
020b9e4
Thanks @ardatan! - `AbortSignal` in `GraphQLResolveInfo`, and
`AbortSignal` in `ExecutionRequest`
v10.6.2
Compare Source
Patch Changes
#6737
1b24656
Thanks @ardatan! - Handle array of primitives correctly
The bug was following;
v10.6.1
Compare Source
Patch Changes
1e02935
Thanks @ardatan! - Handle parse errors correctly when loader gets a
string directly
v10.6.0
Compare Source
Minor Changes
414e404
Thanks @ardatan! - new
fakePromise
,mapMaybePromise
andfakeRejectPromise
helper functionsv10.5.6
Compare Source
Patch Changes
dc5043b
Thanks @enisdenjo! -
onError
andonEnd
callbacks frommapAsyncIterator
are invoked only once regardless of how many timesthrow
/return
was calledon the iterator
v10.5.5
Compare Source
Patch Changes
cf2ce5e
Thanks @kachkaev! - Make two types compatible with strict tsc
config
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone Europe/Paris, 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.
👻 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.