chore(deps): update graphql-tools monorepo #918
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.3.7
->8.3.10
8.6.6
->8.6.9
Release Notes
ardatan/graphql-tools (@graphql-tools/schema)
v8.3.10
Compare Source
Patch Changes
31a33e2
]v8.3.9
Compare Source
Patch Changes
cb23887
]v8.3.8
Compare Source
Patch Changes
0bbb176
]ardatan/graphql-tools (@graphql-tools/utils)
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.
Configuration
📅 Schedule: "before 3am on Monday" (UTC).
🚦 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 has been generated by WhiteSource Renovate. View repository job log here.