-
Notifications
You must be signed in to change notification settings - Fork 13
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
fix(deps): update dependency @graphql-tools/utils to v10.5.6 #263
base: master
Are you sure you want to change the base?
Conversation
|
6b9e98e
to
5498df6
Compare
515bed4
to
bc05b57
Compare
7c1183b
to
afbc94e
Compare
db5b524
to
d5d0067
Compare
9602a52
to
91a1e65
Compare
1b7f425
to
82ed682
Compare
bfc96a4
to
346e473
Compare
e0a0f67
to
e35af29
Compare
52b76b3
to
eac8f43
Compare
eac8f43
to
d29ce55
Compare
d29ce55
to
8141ceb
Compare
8141ceb
to
977ae4c
Compare
977ae4c
to
0d24d39
Compare
0d24d39
to
ee7cba8
Compare
ee7cba8
to
22bb461
Compare
22bb461
to
1594b7e
Compare
2a1eab8
to
4f63925
Compare
4f63925
to
2d5bbe1
Compare
This PR contains the following updates:
10.1.2
->10.5.6
Release Notes
ardatan/graphql-tools (@graphql-tools/utils)
v10.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
v10.5.4
Compare Source
Patch Changes
0286437
Thanks @ardatan! - Improve directive extraction
v10.5.3
Compare Source
Patch Changes
2124d7d
Thanks @ardatan! - Allow invalid path in `getDirectiveExtensions`
v10.5.2
Compare Source
Patch Changes
07b87ed
Thanks @ardatan! - Respect
extensionASTNodes
in directableGraphQLSchema object
v10.5.1
Compare Source
Patch Changes
6291e14
Thanks @ardatan! - Add all args from extensions to the AST even if
they don't exist in the directive def
v10.5.0
Compare Source
Minor Changes
8fd7703
Thanks @ardatan! - Export
getDirectiveExtensions
v10.4.0
Compare Source
Minor Changes
b8bf584
Thanks @ardatan! - Introduce `getDirectiveExtensions` and refactor
directive handling in the extensions
v10.3.4
Compare Source
Patch Changes
a867bbc
Thanks @ardatan! -
mapAsyncIterator
now acceptsAsyncIterable
v10.3.3
Compare Source
Patch Changes
#6385
d0f7d75
Thanks @tobiasdiez! - remove generic package export
Updated dependencies
[
d0f7d75
]:v10.3.2
Compare Source
Patch Changes
a276ba8
Thanks @ardatan! - Respect directive extensions on `pruneSchema`
v10.3.1
Compare Source
Patch Changes
9792e80
Thanks @ardatan! - Make the executor disposable optional
v10.3.0
Compare Source
Minor Changes
cacf20f
Thanks @ardatan! - Implement Symbol.dispose or Symbol.asyncDispose
to make `Executor`s `Disposable`
v10.2.3
Compare Source
Patch Changes
66c99d9
Thanks @ardatan! - Handle
@defer
v10.2.2
Compare Source
Patch Changes
#6238
0f7059b
Thanks @ardatan! - If the given objects are arrays with the same
length, merge the elements.
v10.2.1
Compare Source
Patch Changes
#6194
7368829
Thanks @ardatan! - Handle interface objects in a different way
#6188
e10c13a
Thanks @ardatan! - Add
respectArrayLength
flag tomergeDeep
soinstead of concatenating the arrays, elements of them will be merged if they have the same length
v10.2.0
Compare Source
Minor Changes
5567347
Thanks @ardatan! - AddenumValueFilter
anddirectiveFilter
tofilterSchema
Patch Changes
5567347
Thanks @ardatan! - Handle fields in unmerged types as both isolated and non-isolated fieldsv10.1.3
Compare Source
Patch Changes
#6055
4093f70
Thanks @enisdenjo! - Disallow new lines in paths when checking withisValidPath
A string may sometimes look like a path but is not (like an SDL of a simple
GraphQL schema). To make sure we don't yield false-positives in such cases,
we disallow new lines in paths (even though most Unix systems support new
lines in file names).
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 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.