Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apollo-server-env: do less #5515

Merged
merged 4 commits into from
Jul 20, 2021
Merged

apollo-server-env: do less #5515

merged 4 commits into from
Jul 20, 2021

Commits on Jul 20, 2021

  1. apollo-server-env: remove Node 6 compatibility polyfills

    Node 6 support meant we needed to polyfill util.promisify,
    Object.values, and Object.entries. But we now only support Node 12+.
    
    Fixes #5478.
    glasser committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    1305c83 View commit details
    Browse the repository at this point in the history
  2. Remove TypeScript utility types from apollo-server-env

    These are both exported from apollo-server-types as well, and almost all
    of the usages use that package (which doesn't have the special build
    script setup that apollo-server-env has).
    glasser committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    0aee41a View commit details
    Browse the repository at this point in the history
  3. Remove apollo-server-env from Jest setupFiles

    I'm not really sure why this was needed before (probably for Node 6
    support?) but tests pass without it now.
    glasser committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    eb25cd1 View commit details
    Browse the repository at this point in the history
  4. CHANGELOG

    glasser committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    85a115a View commit details
    Browse the repository at this point in the history