Update graphql-tools monorepo #166
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:
^8.2.3->^8.2.10^8.3.2->^8.3.10^8.4.4->^8.6.9^2.2.2->^2.2.14^8.6.2->^8.6.9Release Notes
ardatan/graphql-tools (@graphql-tools/merge)
v8.2.10Compare Source
Patch Changes
31a33e2]v8.2.9Compare Source
Patch Changes
cb23887]v8.2.8Compare Source
Patch Changes
0bbb176]v8.2.7Compare Source
Patch Changes
904c084]v8.2.6Compare Source
Patch Changes
be2c02d]v8.2.5Compare Source
Patch Changes
d36d530]v8.2.4Compare Source
Patch Changes
0c0c685: fix - align versionsardatan/graphql-tools (@graphql-tools/schema)
v8.3.10Compare Source
Patch Changes
31a33e2]v8.3.9Compare Source
Patch Changes
cb23887]v8.3.8Compare Source
Patch Changes
0bbb176]v8.3.7Compare Source
Patch Changes
904c084]v8.3.6Compare Source
Patch Changes
722abad: FixaddResolversToSchemabug where type or field processing would be aborted prematurely.In previous versions, if
requireResolversToMatchSchemawas set toignore, although no error would be thrown for an unexpected resolver type, type processing would still be aborted early. This fix changes the behavior to correctly continue resolver type processing with the next provided type.In previous versions, if a resolver field began with double underscores, it would correctly be used for legacy behavior to directly set a type property, but field processing would be aborted early. This fix changes the behavior to correctly continue type processing with the next field.
v8.3.5Compare Source
Patch Changes
be2c02d]v8.3.4Compare Source
Patch Changes
d36d530]v8.3.3Compare Source
Patch Changes
0c0c685: fix - align versions0c0c685]ardatan/graphql-tools (@graphql-tools/stitch)
v8.6.9Compare Source
Patch Changes
31a33e2]v8.6.8Compare Source
Patch Changes
26e4b46]v8.6.7Compare Source
Patch Changes
cb23887]v8.6.6Compare Source
Patch Changes
0bbb176: Refine generic typings usingextends Xwhen 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.
Updated dependencies [
0bbb176]v8.6.5Compare Source
Patch Changes
fe9402a]v8.6.4Compare Source
Patch Changes
904c084]v8.6.3Compare Source
Patch Changes
722abad]v8.6.2Compare Source
Patch Changes
d8fd6b9]v8.6.1Compare Source
Patch Changes
be2c02d]v8.6.0Compare Source
Minor Changes
c40e801: feat: forward gateway operation's name to subschema executorsPatch Changes
c40e801]d36d530]v8.5.2Compare Source
Patch Changes
0c0c685: fix - align versions0c0c685]v8.5.1Compare Source
Patch Changes
3da3d66: fix - align versions3da3d66]v8.5.0Compare Source
Minor Changes
70081f8: enhance(stitch): support promises in key functionsPatch Changes
70081f8]70081f8]ardatan/graphql-tools (@graphql-tools/stitching-directives)
v2.2.14Compare Source
Patch Changes
31a33e2]v2.2.13Compare Source
Patch Changes
26e4b46]v2.2.12Compare Source
Patch Changes
cb23887]v2.2.11Compare Source
Patch Changes
0bbb176]v2.2.10Compare Source
Patch Changes
fe9402a]v2.2.9Compare Source
Patch Changes
904c084]v2.2.8Compare Source
Patch Changes
v2.2.7Compare Source
Patch Changes
d8fd6b9]v2.2.6Compare Source
Patch Changes
be2c02d]v2.2.5Compare Source
Patch Changes
c40e801]d36d530]v2.2.4Compare Source
Patch Changes
0c0c685: fix - align versions0c0c685]v2.2.3Compare Source
Patch Changes
3da3d66: fix - align versions3da3d66]ardatan/graphql-tools (@graphql-tools/utils)
v8.6.9Compare Source
Patch Changes
31a33e2: pruneSchema will no longer removed used input object type.v8.6.8Compare Source
Patch Changes
cb23887: pruneSchema will now prune unused implementations of interfacesv8.6.7Compare Source
Patch Changes
0bbb176: Refine generic typings usingextends Xwhen 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.6Compare Source
Patch Changes
904c084: Support deprecated directive on enum valuesv8.6.5Compare Source
Patch Changes
be2c02d: fix(utils): use 3 as inspect recursive depthv8.6.4Compare Source
Patch Changes
d36d530: fix(utils): pass the value as-is if it cannot be parsed by the actual typev8.6.3Compare Source
Patch Changes
3da3d66: fix - align versionsConfiguration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.