-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
50 additions
and
0 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,50 @@ | ||
--- | ||
'@graphql-codegen/c-sharp': major | ||
'@graphql-codegen/c-sharp-common': major | ||
'@graphql-codegen/c-sharp-operations': major | ||
'@graphql-codegen/flutter-freezed': major | ||
'@graphql-codegen/flow': major | ||
'@graphql-codegen/flow-operations': major | ||
'@graphql-codegen/flow-resolvers': major | ||
'@graphql-codegen/java-apollo-android': major | ||
'@graphql-codegen/java-common': major | ||
'@graphql-codegen/java': major | ||
'@graphql-codegen/kotlin': major | ||
'@graphql-codegen/java-resolvers': major | ||
'@graphql-codegen/hasura-allow-list': major | ||
'@graphql-codegen/jsdoc': major | ||
'@graphql-codegen/urql-introspection': major | ||
'@graphql-codegen/typescript-apollo-angular': major | ||
'@graphql-codegen/typescript-apollo-client-helpers': major | ||
'@graphql-codegen/typescript-enum-array': major | ||
'@graphql-codegen/typescript-generic-sdk': major | ||
'@graphql-codegen/typescript-graphql-apollo': major | ||
'@graphql-codegen/typescript-graphql-files-modules': major | ||
'@graphql-codegen/typescript-graphql-request': major | ||
'@graphql-codegen/typescript-jit-sdk': major | ||
'@graphql-codegen/typescript-mongodb': major | ||
'@graphql-codegen/typescript-msw': major | ||
'@graphql-codegen/named-operations-object': major | ||
'@graphql-codegen/typescript-nhost': major | ||
'@graphql-codegen/typescript-oclif': major | ||
'@graphql-codegen/typescript-react-apollo': major | ||
'@graphql-codegen/typescript-react-offix': major | ||
'@graphql-codegen/typescript-react-query': major | ||
'@graphql-codegen/typescript-rtk-query': major | ||
'@graphql-codegen/typescript-stencil-apollo': major | ||
'@graphql-codegen/typescript-type-graphql': major | ||
'@graphql-codegen/typescript-urql': major | ||
'@graphql-codegen/typescript-urql-graphcache': major | ||
'@graphql-codegen/urql-svelte-operations-store': major | ||
'@graphql-codegen/typescript-vue-apollo': major | ||
'@graphql-codegen/typescript-vue-apollo-smart-ops': major | ||
'@graphql-codegen/typescript-vue-urql': major | ||
'@graphql-codegen/import-types-preset': major | ||
'@graphql-codegen/near-operation-file-preset': major | ||
--- | ||
|
||
Drops Node 12 support. | ||
|
||
Node 12 stopped receiving active support from October 2020, and security support from April 2022. If you are using Node 12, you should update to a supported runtime. | ||
|
||
This changeset does not include code changes, so plugins may still work with Node 12. However, we have stopped running unit tests in CI on Node 12. |