-
Notifications
You must be signed in to change notification settings - Fork 4
chore(deps): update dependency @graphql-tools/utils to v8.10.1 - autoclosed #6
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
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f02aec3
to
b684515
Compare
b684515
to
8ea4c89
Compare
f78041f
to
7d335fd
Compare
7d335fd
to
205ffc1
Compare
205ffc1
to
007395f
Compare
007395f
to
bf1062c
Compare
bf1062c
to
3b148c2
Compare
3b148c2
to
bf0e157
Compare
bf0e157
to
262b2eb
Compare
262b2eb
to
fa3c4c8
Compare
fa3c4c8
to
89116fc
Compare
89116fc
to
0f8bbda
Compare
0f8bbda
to
8b4a80c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
8.6.3
->8.10.1
Release Notes
ardatan/graphql-tools
v8.10.1
Compare Source
Patch Changes
4fe3d9c0
Thanks @thgreasi! - Fix typings for TypeScript 4.8v8.10.0
Compare Source
Minor Changes
2609d71f
Thanks @ardatan! - Revert the breaking change introduced in@graphql-tools/merge
v8.9.1
Compare Source
Patch Changes
e3167edc
Thanks @n1ru4l! - Fix CommonJS TypeScript resolution withmoduleResolution
node16
ornodenext
v8.9.0
Compare Source
Minor Changes
2a3b45e
: Allow&
in filenames.Related to https://github.com/dotansimha/graphql-code-generator/issues/6174
v8.8.0
Compare Source
Minor Changes
d76a299
: Support TypeScript module resolution.Patch Changes
a0abbbc
: fix(visitResult): handle introspection fields correctly with an introspection query resultv8.7.0
Compare Source
Minor Changes
4914970
:mergeSchemas
was skippingdefaultFieldResolver
anddefaultMergedResolver
by default while extracting resolvers for each given schema to reduce the overhead. But this doesn't work properly if you mix wrapped schemas and local schemas. So newincludeDefaultMergedResolver
flag is introduced ingetResolversFromSchema
to put default "proxy" resolvers in the extracted resolver map formergeSchemas
.This fixes an issue with alias issue, so nested aliased fields weren't resolved properly because of the missing
defaultMergedResolver
in the final merged schema which should come from the wrapped schema.v8.6.13
Compare Source
Patch Changes
041c5ba
: Use caret range for the tslib dependencyv8.6.12
Compare Source
Patch Changes
da7ad43
: Fix GraphQL v17 incompatibility issues and introducecreateGraphQLError
helper function for backwards compatibility.v8.6.11
Compare Source
Patch Changes
c0762ee
: Incoming GraphQL v17 compatibility #4468v8.6.10
Compare Source
Patch Changes
0fc510c
: Interface implementations should be included when a return type is an interface.v8.6.9
Compare Source
Patch Changes
31a33e2
: pruneSchema will no longer removed used input object type.v8.6.8
Compare Source
Patch Changes
cb23887
: pruneSchema will now prune unused implementations of interfacesv8.6.7
Compare Source
Patch Changes
0bbb176
: Refine generic typings usingextends X
when appropriateTypescript 4.7 has stricter requirements around generics
which is explained well in the related PR:
Make the unconstrained type parameter and {} assignability rule not apply under strictNullChecks microsoft/TypeScript#48366
These changes resolve the errors that these packages will
face when attempting to upgrade to TS 4.7 (still in beta
at the time of writing this). Landing these changes now
will allow other TS libraries which depend on these
packages to experiment with TS 4.7 in the meantime.
v8.6.6
Compare Source
Patch Changes
904c084
: Support deprecated directive on enum valuesv8.6.5
Compare Source
Patch Changes
be2c02d
: fix(utils): use 3 as inspect recursive depthv8.6.4
Compare Source
Patch Changes
d36d530
: fix(utils): pass the value as-is if it cannot be parsed by the actual typeConfiguration
📅 Schedule: 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 has been generated by Renovate Bot.