apollo-server
apollo-server copied to clipboard
Review minimum dependencies
Any major version bump is a good chance to review minimum dependencies.
We almost certainly should require at least graphql@16, if not 17 if it gains functionality that makes AS better.
We should probably require Node v14; v12 leaves LTS in April.
Consider changing the TS defaults to newer: eg we can ask for es2020 rather than es2019. Or we can use @tsconfig/node14 (https://www.npmjs.com/package/@tsconfig/node14) instead of declaring it ourselves.
Bumping graphql-js to the latest version in #6961. Node already bumped to v14. TS already building for es2020.