Skip to content

Commit

Permalink
Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Apr 13, 2022
1 parent 56a6246 commit cf00ff8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .changeset/slow-singers-pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
'@graphql-tools/delegate': patch
'@graphql-tools/links': patch
'@graphql-tools/git-loader': patch
'@graphql-tools/url-loader': patch
'@graphql-tools/stitch': patch
'@graphql-tools/utils': patch
'@graphql-tools/wrap': patch
---

Refine generic typings using `extends X` when appropriate

Typescript 4.7 has stricter requirements around generics
which is explained well in the related PR:
https://github.com/microsoft/TypeScript/pull/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.

0 comments on commit cf00ff8

Please sign in to comment.