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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: drop Node.js v6 support #5045

Merged
merged 8 commits into from Oct 16, 2019
Merged

chore: drop Node.js v6 support #5045

merged 8 commits into from Oct 16, 2019

Commits on Jul 1, 2019

  1. chore: drop Node6 support

    Node6 was end-of-life'ed in the end of April, 2019, with AWS Lambda
    prohibiting updaets to the node6 runtime since June 30, 2019.
    
    This makes it quite safe for us to remove the Node 6 support from the
    repository.
    
    From now on, all the subsequent commits will require Node 8.9.0+.
    aslushnikov committed Jul 1, 2019
    Copy the full SHA
    86397f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Copy the full SHA
    9cea379 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Fix merge conflicts

    Merge branch 'bye-node-6' of https://github.com/aslushnikov/puppeteer into aslushnikov-bye-node-6
    
    * 'bye-node-6' of https://github.com/aslushnikov/puppeteer:
      Remove supportsAsyncAwait
      chore: drop Node6 support
    mathiasbynens committed Oct 16, 2019
    Copy the full SHA
    dfbe34f View commit details
    Browse the repository at this point in the history
  2. Add LTS note to README

    mathiasbynens committed Oct 16, 2019
    Copy the full SHA
    85a3386 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b10db48 View commit details
    Browse the repository at this point in the history
  4. Tweak flaky test

    This shouldn't affect its flakiness.
    mathiasbynens committed Oct 16, 2019
    Copy the full SHA
    e131994 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    112fd20 View commit details
    Browse the repository at this point in the history
  6. Restore helper.promisify so puppeteer-web doesn't break

    We can reconsider this once browserify/browserify#1844 gets merged.
    mathiasbynens committed Oct 16, 2019
    Copy the full SHA
    38a2dea View commit details
    Browse the repository at this point in the history