Skip to content

Commit

Permalink
Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
domdomegg committed Mar 23, 2023
1 parent 3dee0e2 commit 9ed834c
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .changeset/twelve-peas-approve.md
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.

0 comments on commit 9ed834c

Please sign in to comment.