Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

[Snyk] Upgrade puppeteer from 3.0.1 to 3.0.2 #152

Merged
merged 2 commits into from May 3, 2020

Conversation

snyk-bot
Copy link
Contributor

@snyk-bot snyk-bot commented May 3, 2020

Snyk has created this PR to upgrade puppeteer from 3.0.1 to 3.0.2.

merge advice

鉁╓hat is Merge Advice? We check thousands of dependency upgrade pull requests and CI tests every day to see which upgrades were successfully merged. After crunching this data, we give a recommendation on how safe we think the change is for you to merge without causing issues. Learn more, and share your feedback to help improve this feature. 馃檹
鈩癸笍 Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 6 days ago, on 2020-04-28.
Release notes
Package name: puppeteer
  • 3.0.2 - 2020-04-28

    Highlights

    • uploadFile now throws for non-existent files (#5733)
    • Puppeteer currently fails to extract Chromium when installing on Node 14 (see tracking bug: #5719). We now detect if you're on Node 14 and log a helpful error (#5732).

    Behind the scenes

    • Many more files have been migrated to TypeScript and we're continuing with the goal of the src directory being 100% TypeScript.

    Raw notes

    4e8f091 - chore: mark version v3.0.2
    3911836 - chore: small CI tidy ups (#5751)
    5e2a029 - chore: use Node's promisify function (#5748)
    1b9d9e9 - chore: log useful error for Node v14 breakage (#5732)
    a7d2485 - chore: split out CI into unit tests + extra checks (#5749)
    3ed2f6b - chore: remove puppeteer-web (#5750)
    1358b45 - chore: migrate src/LifecycleWatcher (#5734)
    79e82e5 - fix: make uploadFile throw for non-existent files (#5733)
    1a4e260 - chore: migrate src/BrowserFetcher to TypeScript (#5727)
    8509f46 - chore: migrate src/Accessibility to TypeScript (#5726)
    930cc32 - chore: migrate src/Errors to TypeScript (#5725)
    30aff82 - chore: migrate src/Events to TypeScript (#5724)
    1823828 - chore: migrate src/Tracing to TypeScript (#5723)
    3050196 - fix: update clipboard read write permissions after upstream change (#5721)
    0731049 - chore: update pngjs to 5.0.0 and jpeg-js to 0.3.7 (#5676)
    ddb8ba1 - chore: tidy up and de-duplicate Travis CI config (#5716)
    9d297f0 - chore: bump version to 3.0.1-post (#5717)
    be8f8a2 - chore: add macOS to Travis CI (#5708)
    133abb0 - chore: migrate src/Input to typescript (#5710)
    11bc5a6 - chore: migrate src/Worker to typescript (#5715)

  • 3.0.1 - 2020-04-22

    Highlights

    • File uploads should be more reliable now (#5655)
    • The size of the final package is smaller as we explicitly list files to publish (#5659).
    • The docs now include the libgbm-dev dependency that's needed for Linux builds (#5667, #5693)

    Behind the scenes

    • We're continuing to migrate to TypeScript and many files within src/ are now TypeScript files. We're working towards a 100% TS codebase which will enable us (amongst other things) to ship high-quality type definitions for TypeScript users.

    Raw notes

    6029fdd - chore: mark version v3.0.1 (#5709)
    29ebd0b - chore: migrate src/ExecutionContext (#5705)
    69bfa80 - docs(api): fix typo (#5706)
    8d5d76e - chore: migrate src/JSHandle to TS (#5703)
    42893d8 - chore: migrate src/coverage to TypeScript (#5702)
    e3922ea - chore: enforce consistent spacing around object curlys (#5700)
    3600f2f - chore: migrate src/helpers.ts to ESM (#5699)
    f13c30a - chore: migrate src/USKeyboardLayout to typescript (#5695)
    a614bc4 - chore: migrate src/Connection to TypeScript (#5694)
    376d234 - chore: migrate src/WebSocketTransport to TypeScript (#5696)
    5c839f5 - chore(docker): add missing libgbm1 dependency (#5693)
    e7a32a8 - chore: migrate src/pipetransport to typescript (#5692)
    4134b54 - chore: migrate src/helper to typescript (#5689)
    c32b049 - chore: delete src/MultiMap (#5690)
    6638a24 - chore: migrate src/timeoutsettings to typescript (#5691)
    ad6c57a - docs: fix DeviceDescriptor link (#5683)
    c4fe4e4 - chore(ci): re-enable tests on Windows (#5637)
    49ca00f - docs(contributing): update testing section (#5657)
    1a57ba2 - chore: migrate TaskQueue to TypeScript (#5658)
    ef3befa - chore: manage published files via files option (#5659)
    35fc654 - docs: change the Alpine Docker example to use env instead of launch option (#5666)
    20c22ad - chore: fix installing from GitHub URL (#5669)
    46ef9f7 - docs(troubleshooting): list libgbm-dev dependency (#5667)
    532ae57 - fix(JSHandle): restore file upload to its old behavior (#5655)
    3e4c8c9 - chore(typescript): migrate src/Dialog (#5639)
    a9f6a26 - chore: log reminder about tsc if DocLint fails locally (#5652)
    37bae17 - docs(contributing): update npm dist tags section (#5650)
    80348dc - chore: bump version to v3.0.0-post (#5649)

from puppeteer GitHub release notes
Commit messages
Package name: puppeteer
  • 646f42e chore: mark version v3.0.2 (#5752)
  • 3911836 chore: small CI tidy ups (#5751)
  • 5e2a029 chore: use Node's promisify function (#5748)
  • 1b9d9e9 chore: log useful error for Node v14 breakage (#5732)
  • a7d2485 chore: split out CI into unit tests + extra checks (#5749)
  • 3ed2f6b chore: remove puppeteer-web (#5750)
  • 1358b45 chore: migrate src/LifecycleWatcher (#5734)
  • 79e82e5 fix: make uploadFile throw for non-existent files (#5733)
  • 1a4e260 chore: migrate src/BrowserFetcher to TypeScript (#5727)
  • 8509f46 chore: migrate src/Accessibility to TypeScript (#5726)
  • 930cc32 chore: migrate src/Errors to TypeScript (#5725)
  • 30aff82 chore: migrate src/Events to TypeScript (#5724)
  • 1823828 chore: migrate src/Tracing to TypeScript (#5723)
  • 3050196 fix: update clipboard read write permissions after upstream change (#5721)
  • 0731049 chore: update pngjs to 5.0.0 and jpeg-js to 0.3.7 (#5676)
  • ddb8ba1 chore: tidy up and de-duplicate Travis CI config (#5716)
  • 9d297f0 chore: Bump version to 3.0.1-post (#5717)
  • be8f8a2 chore: Add macOS to Travis CI (#5708)
  • 133abb0 chore: migrate src/Input to typescript (#5710)
  • 11bc5a6 chore: migrate src/Worker to typescript (#5715)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

馃 View latest project report

馃洜 Adjust upgrade PR settings

馃敃 Ignore this dependency or unsubscribe from future upgrade PRs

@codecov
Copy link

codecov bot commented May 3, 2020

Codecov Report

Merging #152 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #152   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           33        33           
  Lines          250       250           
  Branches        60        60           
=========================================
  Hits           250       250           

Continue to review full report at Codecov.

Legend - Click here to learn more
螖 = absolute <relative> (impact), 酶 = not affected, ? = missing data
Powered by Codecov. Last update e4e83f2...61fbed4. Read the comment docs.

@patheard patheard merged commit 127c486 into master May 3, 2020
@patheard patheard deleted the snyk-upgrade-5728b96fb852670b90f16fd744f93ce3 branch May 5, 2020 00:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants