-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: typescript commonjs module resolution with node16,nodenext (#8189)
- Loading branch information
Showing
62 changed files
with
126 additions
and
64 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
--- | ||
'@graphql-cli/codegen': patch | ||
'@graphql-codegen/cli': patch | ||
'@graphql-codegen/core': patch | ||
'@graphql-codegen/c-sharp': patch | ||
'@graphql-codegen/c-sharp-common': patch | ||
'@graphql-codegen/c-sharp-operations': patch | ||
'@graphql-codegen/flow': patch | ||
'@graphql-codegen/flow-operations': patch | ||
'@graphql-codegen/flow-resolvers': patch | ||
'@graphql-codegen/java-apollo-android': patch | ||
'@graphql-codegen/java-common': patch | ||
'@graphql-codegen/java': patch | ||
'@graphql-codegen/kotlin': patch | ||
'@graphql-codegen/java-resolvers': patch | ||
'@graphql-codegen/add': patch | ||
'@graphql-codegen/fragment-matcher': patch | ||
'@graphql-codegen/hasura-allow-list': patch | ||
'@graphql-codegen/introspection': patch | ||
'@graphql-codegen/jsdoc': patch | ||
'@graphql-codegen/schema-ast': patch | ||
'@graphql-codegen/time': patch | ||
'@graphql-codegen/urql-introspection': patch | ||
'@graphql-codegen/visitor-plugin-common': patch | ||
'@graphql-codegen/typescript-apollo-angular': patch | ||
'@graphql-codegen/typescript-apollo-client-helpers': patch | ||
'@graphql-codegen/typescript-document-nodes': patch | ||
'@graphql-codegen/typescript-enum-array': patch | ||
'@graphql-codegen/typescript-generic-sdk': patch | ||
'@graphql-codegen/gql-tag-operations': patch | ||
'@graphql-codegen/typescript-graphql-apollo': patch | ||
'@graphql-codegen/typescript-graphql-files-modules': patch | ||
'@graphql-codegen/typescript-graphql-request': patch | ||
'@graphql-codegen/typescript-jit-sdk': patch | ||
'@graphql-codegen/typescript-mongodb': patch | ||
'@graphql-codegen/typescript-msw': patch | ||
'@graphql-codegen/named-operations-object': patch | ||
'@graphql-codegen/typescript-oclif': patch | ||
'@graphql-codegen/typescript-operations': patch | ||
'@graphql-codegen/typescript-react-apollo': patch | ||
'@graphql-codegen/typescript-react-offix': patch | ||
'@graphql-codegen/typescript-react-query': patch | ||
'@graphql-codegen/typescript-resolvers': patch | ||
'@graphql-codegen/typescript-rtk-query': patch | ||
'@graphql-codegen/typescript-stencil-apollo': patch | ||
'@graphql-codegen/typescript-type-graphql': patch | ||
'@graphql-codegen/typed-document-node': patch | ||
'@graphql-codegen/typescript': patch | ||
'@graphql-codegen/typescript-urql': patch | ||
'@graphql-codegen/typescript-urql-graphcache': patch | ||
'@graphql-codegen/urql-svelte-operations-store': patch | ||
'@graphql-codegen/typescript-vue-apollo': patch | ||
'@graphql-codegen/typescript-vue-apollo-smart-ops': patch | ||
'@graphql-codegen/typescript-vue-urql': patch | ||
'@graphql-codegen/gql-tag-operations-preset': patch | ||
'@graphql-codegen/graphql-modules-preset': patch | ||
'@graphql-codegen/import-types-preset': patch | ||
'@graphql-codegen/near-operation-file-preset': patch | ||
'@graphql-codegen/plugin-helpers': patch | ||
--- | ||
|
||
Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext` |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
b408f82
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
graphql-code-generator – ./
graphql-code-generator-git-master-theguild.vercel.app
graphql-codegen.com
graphql-code-generator.vercel.app
www.graphql-code-generator.com
graphql-code-generator-theguild.vercel.app
www.graphql-codegen.com
graphql-code-generator.com