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

[Snyk] Upgrade puppeteer from 1.13.0 to 2.1.1 #9

Merged
merged 1 commit into from Apr 13, 2020

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade puppeteer from 1.13.0 to 2.1.1.

ℹ️ 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.

Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 83 versions ahead of your current version.
  • The recommended version was released 2 months ago, on 2020-02-05.

The recommended version fixes:

Severity Issue Exploit Maturity
Man-in-the-Middle (MitM)
SNYK-JS-HTTPSPROXYAGENT-469131
Proof of Concept
Release notes
Package name: puppeteer
  • 2.1.1 - 2020-02-05

    eec4325 - chore: mark version v2.1.1
    9923e56 - fix(filechooser): quick fix for the headful file chooser (#5369)
    1a1ef83 - Add FAQ entry on cross-browser support (#5360)
    0d243b7 - feat: make it possible to run install.js script with puppeteer-core (#5325)
    c283fea - docs(api): add example to page.$$eval (#5200)
    b45f8e4 - chore: bump version to v2.1.0-post (#5349)

  • 2.1.0 - 2020-01-27

    Big changes

    • Chromium 80.0.3987.0 (r722234)
    • The launcher now has an option to run Puppeteer with different browsers, starting with Firefox (#5137). Puppeteer can now talk to a real, unpatched Firefox binary (as opposed to the old Juggler-based approach). This is a first step towards eventually deprecating the separate puppeteer-firefox package in favor of supporting Firefox directly in puppeteer itself.

    Raw notes

    7e7b05a - chore: mark version v2.1.0 + roll to r722234 (#5347)
    013a86c - feat(chromium): roll Chromium to r722276 (#5289)
    14b2369 - chore: mark puppeteer-firefox version v0.5.1 (#5294)
    3a49cfc - chore: move to GitHub hosting for Juggler binaries (#5293)
    c7af7de - docs(readme): update link for ndb (#5272)
    5e63254 - chore: fix typo in test name (#5217)
    80b5c44 - chore: upgrade https-proxy-agent (#5243)
    6091a34 - fix: prepare jsHandle.uploadFile for CDP Page.handleFileChooser removal (#5196)
    8b49dc6 - fix: don’t disable BlinkGenPropertyTrees anymore (#5159)
    f0bf645 - test: reduce flakiness for accessibility tests with autofocus (#5116)
    6cc98a7 - docs(troubleshooting): recommend using args for heroku (#5197)
    35d5ba5 - feat(launcher): Set default Firefox prefs (#5149) (#5195)
    eddb23b - chore: update URLs (#5185)
    c5a72e9 - feat(launcher): add option to run Puppeteer with different browsers (#5137)
    d17708b - fix(types): publish protocol types to npm (#5174)
    fd43f9c - docs(api): fix defaultArgs link (#5126)
    5fa28b5 - docs(api): fix typo (#5120)
    561c99d - docs(api): prefer async/await over Promise#then (#5089)
    aaa904d - docs(contributing): clarify release process
    304f4a7 - chore: update .npmignore
    7032472 - chore: bump version to v2.0.0-post

  • 2.0.0 - 2019-10-24

    Big changes

    API changes

    Raw notes

    aa24697 - chore: mark version v2.0.0 (#5078)
    360c1b4 - test: add page.screenshot viewport clipping test (#5079)
    7f3e372 - docs(api): improve page.waitFor docs for the options object (#5021)
    8132b39 - test: remove duplicate code from an example (#5072)
    1248a19 - feat(api): add page.emulateTimezone(timezoneId) (#4949)
    a86363f - feat(api): add page.emulateMedia{Type,Features} (#5012)
    06dbb72 - chore: use map instead of plain object (#5068)
    81d2600 - feat(chromium): roll Chromium to r705776 (#5058)
    3773229 - fix: avoid unnecessary zero-delays in input code (#4934)
    11ff374 - chore: drop Node.js v6 support (#5045)
    c0ba8f9 - docs(troubleshooting): update Alpine Chromium versions (#4980)
    2506169 - docs(contributing): mention manual docs/api updates (#5023)
    83c327a - docs(readme): correct Slack link
    4c62e09 - fix(comment): fix typo in Launcher.js (#4959)
    7dbb108 - docs(api): list Chromium version for Puppeteer v1.20.0 (#5015)
    5b34028 - chore: bump https-proxy-agent to mitigate a security issue (#5016)
    dc57d03 - docs(api): clarify type method examples (#5010)
    fff2737 - doc(contributing): clarify release instructions (#4940)
    387a532 - chore: bump version to v1.20.0-post (#4939)

  • 1.20.0 - 2019-09-13

    Big changes

    API changes

    Added

    Bug fixes

    e0c8d46 - fix: abort page.waitFor{Request,Response} when page closes (#4865)
    417981a - fix(firefox): fix cookies in default browser context (#4850)
    b9b6ca1 - fix(network): enable removing headers using request.continue (#4797)
    4acce55 - fix(test): enable cross-process viewport test (#4806)
    f2056a8 - fix(test): enable redirect inside sync XHR test (#4805)
    f4f2189 - fix(page): fix typo in page.screenshot method (#4786)
    e2db16f - fix(tests): make eval test resilient to error format (#4793)
    1b4a030 - fix(test): make sure selection is not empty before running copy command (#4772)
    7a60746 - fix(tests): background page tests should wait for the page (#4769)

    Raw notes

    a5f03ce - chore: mark version v1.20.0 (#4928)
    f504c04 - test: mark Page.close test as failing in Firefox (#4929)
    e17d38c - docs(readme): explain significance of Chromium revision (#4811)
    9384359 - docs(troubleshooting): fix Alpine version link (#4927)
    fca9d45 - docs(contributing): clarify release process (#4923)
    97ff359 - docs(contributing): fix some typos (#4917)
    c2651c2 - refactor: Pass FrameManager to NetworkManager constructor (#4907)
    73fd7ff - feat(api): add element.select and element.evaluate for consistency (#4892)
    135bb42 - docs: update README.md (#4857)
    cba0f98 - docs(troubleshooting): Fix missing package in Docker instructions (#4877)
    07eaad9 - fix(api): tbd release date (#4872)
    e0c8d46 - fix: abort page.waitForRequest/Response when page closes (#4865)
    faa4527 - chore(testrunner): bump TestRunner version to v0.8.0 (#4856)
    498492d - test: add a test for errors inside promise (#4838)
    417981a - fix(firefox): fix cookies in default browser context (#4850)
    b6b2950 - feat(chromium): roll Chromium to r686378 (#4841)
    01b8880 - test(firefox): disable BigInt tests for Firefox (#4849)
    f595bc0 - test: fix tests to work on node6 (#4851)
    f47ed16 - feat: update DeviceDescriptors to include 6.5 inch iPhone XR and similar (#4846)
    0e0a679 - feat(chromium): roll Chromium to r682225 (#4844)
    ff6d2a3 - docs(puppeteer-chromium): docker alpine switch to Alpine 3.10 (#4644)
    2871bcd - chore(bisect): inherit parent ENV when launching script (#4842)
    d687c81 - chore(flakiness-dashboard): skip API Coverage for realz (#4843)
    5d2378f - chore(ci): fix firefox tests on Travis (#4828)
    85bd4a8 - chore(flakiness): fix flakiness on Appveyour and Travis (#4827)
    8f5117b - chore(flakiness): another travis attempt (#4826)
    d347fcb - chore(flakiness): add travis to flakiness dashboard (#4825)
    763e390 - chore(flaky): save build result (#4819)
    608b15f - chore(flakiness): limit max builds to 100 (#4818)
    f753ec6 - chore(testrunner): distinguish between TERMINATED and CRASHED (#4821)
    c047624 - chore: generate testIds on CIs only (#4817)
    656fe46 - docs(circleci): Improve CircleCI troubleshooting docs (#4813)
    374177b - docs(circleci): Add CircleCI to troubleshooting docs (#4810)
    dcff850 - chore(flakiness): update flakiness format (#4808)
    b9b6ca1 - fix(network): be able to remove headers using request.continue (#4797)
    4acce55 - fix(test): enable cross process viewport test (#4806)
    a95ec70 - chore(test): label coverage+debuger test with upstream bug (#4807)
    f2056a8 - fix(test): enable redirect inside sync XHR test (#4805)
    f4f2189 - fix(page): fix page.screenshot method (#4786)
    eb44e26 - test: add page.bringToFront test (#4778)
    f733c33 - chore(flakiness): revert compression for dashboard.json (#4794)
    5c7c45f - chore(coverage): fix coverage for events (#4787)
    7ee9af4 - chore(flakiness): enable flakiness dashboard on Appveyor (#4789)
    e252dcf - chore(flakiness): Flakiness Dashboard fixes (#4788)
    e2db16f - fix(tests): make eval test resilient to error format (#4793)
    932c8cb - chore: introduce initial version of flakiness dashboard (#4781)
    2f205a4 - feat(chromium): roll Chromium to r681777 (#4771)
    1b4a030 - fix(test): make sure selection is not empty before running copy command (#4772)
    7406b18 - chore(testrunner): introduce tests for TestRunner (#4773)
    3bbc45a - chore: improve //utils/check_availability.js (#4770)
    7fded54 - docs(api): fix typo (#4761)
    7a60746 - fix(tests): background page tests should wait for the page (#4769)
    62f5dc7 - chore: bump version to v1.19.0-post (#4745)

  • 1.19.0 - 2019-07-23

    Big Changes

    • Chromium 77.0.3844.0 (r674921)
    • New File Chooser API to handle file chooser dialogs.

    API changes

    Added

    Bug Fixes

    #2946 - Handling File Input Dialogs
    #4300 - backgroundpage.on('console') not working
    #4374 - puppeteer.launch({ pipe: true }) may crash due to unhandled stream errors

    Raw notes

    b6172e8 - chore: mark version v1.19.0
    ea28ccc - feat(page): introduce file chooser interception (#4653)
    2abaac1 - fix(launcher): make dumpio and pipe options work together (#4727)
    3982a60 - chore(testrunner): bump TestRunner version to v0.7.0 (#4719)
    852c46c - feat(testrunner): async suite descriptions (#4721)
    835e884 - feat(testrunner): add new testrunner options (#4718)
    934d73e - fix(testreporter): Test Reporter should not terminate node.js process (#4716)
    eea55bd - fix(testrunner): properly handle testrunner terminations (#4717)
    ad18021 - fix(launcher): disable component extensions (#4704)
    f8616ed - fix(pipe): handle 'error' events on pipes to avoid crashing (#4705)
    c9977c8 - fix(page): properly create isolated worlds (#4707)
    a39d553 - fix(tests): Get TLS version from Node instead of hardcoding it (#4700)
    bafda9f - fix(launcher): ensure PUPPETEER_EXECUTABLE_PATH is used if set (#4677)
    a582c11 - chore(ci): add Node10 and Node12 to Cirrus (#4699)
    715aad2 - fix: proper parse Error message on Node 12 (#4698)
    49b2795 - feat(keyboard): feature phone buttons (#4694)
    a17c727 - chore: release next testrunner (#4697)
    8e0c2fa - feat(chromium): roll Chromium to r674921 (#4678)
    9ef4153 - feat(chromium): roll Chromium to r673587 (#4646)
    492132f - docs(api.md): Slightly enhanced wording (#4631)
    a069a12 - docs(puppeteer-chromium): docker alpine freetype-dev dependency (#4643)
    2d99d85 - fix(firefox): error message typo (#4623)
    4ccd52c - chore: bump version to v1.18.1-post (#4630)

  • 1.18.1 - 2019-06-26

    Big Changes

    • Chromium 77.0.3835.0 (r672088)

    API changes

    No API changes.

    Bug Fixes

    • #4610 - What's going on with Chromium size, it has grown three times in the latest minor release (1.17.0 -> 1.18.0)

    Raw notes

    d07c70a - chore: mark version v1.18.1
    cf34583 - feat(chromium): roll Chromium to r672088 (#4626)
    411347c - chore: bump version to v1.18.0-post (#4608)

  • 1.18.1-next.1562564221866 - 2019-07-08
  • 1.18.1-next.1561972156009 - 2019-07-01
  • 1.18.1-next.1561809958367 - 2019-06-29
  • 1.18.1-next.1561572384242 - 2019-06-26
  • 1.18.1-next.1561571308956 - 2019-06-26
  • 1.18.0 - 2019-06-20

    Big Changes

    • Chromium 77.0.3827.0 (r669486)

    API changes

    No API changes.

    Bug Fixes

    • #2755 - blurry canvas if deviceScaleFactor > 1
    • #4442 - Some pages not fully loading when setRequestInterception set to true
    • #4449 - goto takes an increasing amount of time.
    • #4454 - Intercepted requests won't return with some status codes
    • #4536 - Dangling promises / unhandled rejection due to missing await keywords in mouse.click
    • #4537 - Page.select throwing error when select change page
    • #4543 - Cannot retrieve content of pages that are >100MB.
    • #4545 - page.queryObjects doesn't work as expected
    • #4556 - https-agent makes http PUPPETEER_DOWNLOAD_HOST download fail
    • #4559 - non matching contribution rules makes PR have errors
    • #4563 - Too large write data is pending: size=725124416, max_buffer_size=268435456
    • #4568 - A3 paper size is incorrect

    Raw notes

    45873ea - feat(chromium): roll Chromium to r669486 (#4591)
    955e7cb - feat(page): move page.pdf to protocol streams (#4587)
    6c2007f - docs(README.md): fix spelling of Stack Overflow (#4590)
    62733a2 - fix(connection): bump websocket max received message size to 256Mb (#4571)
    5087962 - feat(chromium): roll Chromium to r668716 (#4581)
    6860d73 - fix(network): align HTTP status codes with IANA (#4567)
    7922641 - fix(page): fix A2 and A3 format size (#4569)
    65b7e8e - docs(api.md): add notes on race condition in page.setViewport (#4319)
    8df0b3e - fix(network): allow fulfilling requests with status code 422 (#4566)
    b2f9490 - fix(eval): be able to throw protocol like errors (#4551)
    6a50888 - fix(firefox): fix missing awaits in mouse.click (#4561)
    e1432cc - docs(contributing): update commit message example (#4560)
    dd6fcfe - fix(page): fix missing awaits in mouse.click (#4541)
    7faf1c9 - fix(BrowserFetcher): fix httpRequest when using proxy against http HOST (#4558)
    4bcdfc9 - docs(api.md): clarify frame/page.goto()'s handling of HTTP error statuses (#4553)
    aca99cd - docs(troubleshooting): add missing double quotes (#4548)
    90df69c - fix(page): do evaluations with one roundtrip (#4539)
    7e19846 - feat(chromium): roll Chromium to r666595 (#4530)
    f79d0a3 - fix: try running without --disable-gpu on windows (#4523)
    15804d1 - test: remove debug console.log (#4522)
    78d5106 - feat(chromium): roll Chromium to r665405 (#4516)
    f52738e - docs(api.md): clarify on HTTP error responses (#4507)
    94ff4de - docs(troubleshooting): fix comment (#4512)
    ac611ba - fix(helper): fix Helper.installAsyncStackHooks method (#4478)
    d221c02 - test: add test to verify fetching of dataURL requests (#4233)
    015e330 - test: add oopif tests (#4495)
    111350c - docs(troubleshooting.md): update Alpine instructions (#4494)
    084cf02 - chore: bump version to v1.17.0-post (#4468)

  • 1.18.0-next.1561537553179 - 2019-06-26
  • 1.18.0-next.1561071411692 - 2019-06-20
  • 1.18.0-next.1561069341499 - 2019-06-20
  • 1.17.0 - 2019-05-24

    Big Changes

    • Chromium 76.0.3803.0 (r662092)

    API changes

    No API Changes.

    Bug Fixes

    • #4424 - puppeteer from html to pdf arabic fonts are not showing
    • #4443 - page.evaluate hangs on Args key has unicode char

    Raw notes

    89944e5 - chore: mark version v1.17.0
    76b24e6 - feat(chromium): roll Chromium to r662092 (#4462)
    cbecfba - test: convert license text file to LF line endings (#4438)
    bad98ba - fix(test): browser.disconnect should not be awaited (#4446)
    90a1032 - fix(network): stringify response headers for intercepted requests (#4436)
    3f19bd5 - docs(troubleshooting.md): Fixed alpine install example (#4445)
    60249e0 - fix: Page.setContent working with unicode strings (#4433)
    3f23bb0 - test: add failing evaluation test with utf8 (#4444)
    8a1c249 - test: add SVG clicking test (#4432)
    f7bac6e - docs(readme): Turn troubleshooting question into a question (#4426)
    ba7d0a9 - docs(contributing): add dist-tag management (#4423)
    0490649 - chore: bump version to v1.16.0-post (#4422)

  • 1.17.0-next.1560641867466 - 2019-06-15
  • 1.17.0-next.1560577493102 - 2019-06-15
  • 1.17.0-next.1560576036169 - 2019-06-15
  • 1.17.0-next.1560499996426 - 2019-06-14
  • 1.17.0-next.1560226381096 - 2019-06-11
  • 1.17.0-next.1560215757076 - 2019-06-11
  • 1.17.0-next.1560214083398 - 2019-06-11
  • 1.17.0-next.1560211377753 - 2019-06-11
  • 1.17.0-next.1560156775686 - 2019-06-10
  • 1.17.0-next.1560154754882 - 2019-06-10
  • 1.17.0-next.1560130890336 - 2019-06-10
  • 1.17.0-next.1560040655095 - 2019-06-09
  • 1.17.0-next.1559940912627 - 2019-06-07
  • 1.17.0-next.1559843347793 - 2019-06-06
  • 1.17.0-next.1559787105207 - 2019-06-06
  • 1.17.0-next.1559691340031 - 2019-06-04
  • 1.17.0-next.1559671868980 - 2019-06-04
  • 1.17.0-next.1559599383226 - 2019-06-03
  • 1.17.0-next.1559498343979 - 2019-06-02
  • 1.17.0-next.1559357260458 - 2019-06-01
  • 1.17.0-next.1559348385017 - 2019-06-01
  • 1.17.0-next.1559174221711 - 2019-05-29
  • 1.16.0 - 2019-05-13

    Big Changes

    • Chromium 76.0.3786.0 (r656675)

    API changes

    Added

    Changed

    Bug Fixes

    • #4263 - page.queryObjects has crashed the browser since version 1.12.0
    • #4337 - Request Interception issue with base href
    • #4364 - Page.setContent() fails when content includes \x7F but is valid UTF-8

    Raw notes

    a3cb163 - feat: root option in page.accessibility.snapshot() (#4318)
    b3027a6 - test(page): make sure exposeFunction works with complex args (#4411)
    5f66d82 - docs(readme): Document debugging with node --inspect-brk (#4345)
    a0b54f0 - docs(troubleshooting.md): Pin Alpine Chromium version (#4359)
    1516e0d - feat(workers): create workers from service workers and shared workers (#4397)
    ef24c69 - fix(tracing): start without options (#4388)
    9a2fb2a - docs(troubleshooting.md): Update CentOS documentation (#4398)
    de18c0e - docs(firefox): Adding bug reference & prototype clarification to juggler (#4402)
    511dcf9 - feat(browser): Add browser.isConnected() (#4403)
    13f73b5 - feat(chromium): roll Chromium to r656675 (#4389)
    1de9906 - test: add cookie tests (#4365)
    27c9f75 - fix(page): teach page.setContent to work with tricky content (#4366)
    e2e6b88 - feat(chromium): roll Chromium to r654752 (#4358)
    f3db28c - test: add failing test for request interception with sync XHRs (#4350)
    d64f700 - fix(docs): screen readers aren't the only kind of assistive technology (#4349)
    1e29e5b - chore: bump version to v1.15.0-post (#4347)

  • 1.16.0-next.1558553082812 - 2019-05-22
  • 1.16.0-next.1558469961321 - 2019-05-21
  • 1.16.0-next.1558449288228 - 2019-05-21
  • 1.16.0-next.1558339988115 - 2019-05-20
  • 1.16.0-next.1558275858428 - 2019-05-19
  • 1.16.0-next.1558189408000 - 2019-05-18
  • 1.16.0-next.1558177963258 - 2019-05-18
  • 1.16.0-next.1558173496842 - 2019-05-18
  • 1.16.0-next.1557788139173 - 2019-05-13
  • 1.16.0-next.1557786223072 - 2019-05-13
  • 1.15.0 - 2019-04-26

    Big Changes

    • Chromium 75.0.3765.0 (r650583)
    • Request Interception issues (#3471) are now fixed 🎉

    API changes

    Added

    Bug Fixes

    • #3186 - Win10 x64 always throws timeout
    • #3471 - [umbrella] Fix Request Interception
    • #4197 - TypeError: Cannot read property 'call' of null
    • #4274 - Regression on click on a simple element
    • #4281 - Puppeteer consider visible element as not visible
    • #4299 - debugSession removed but Readme.md still references it
    • #4309 - Unable to send POST request, always sending GET request.
    • #4315 - Make golden tests ignore new lines differences

    Raw notes

    2394da8 - chore: mark version v1.15.0
    06fdcae - docs(troubleshooting): remove unnecessary call (#4327)
    5e21ba3 - feat: update DeviceDescriptors (#4321)
    2d53651 - chore(git): Fix line endings in text files (#4320)
    770411b - test: verify overriding postdata and method on navigation (#4317)
    e3abb0a - feat(puppeteer): introduce puppeteer.errors and puppeteer.devices (#4312)
    dde55b0 - test: Make intervention test Edge friendly (#4314)
    2b68c10 - fix: Removing a dead flag. (#4310)
    3def8a2 - docs(readme): fix debugging tips (#4304)
    0c4d53b - test: add a test for queryObjects with navigation (#4303)
    a8ffdad - feat(chromium): roll Chromium to r650583 (#4284)
    145e868 - test: add failing test for clicking certain elements (#4282)
    8f8e774 - test: split out request interception tests (#4278)
    5ee21d9 - fix(page): intersect content quads with viewport (#4277)
    2098877 - fix: gracefully handle multiple contexts for secondary DOM World (#4276)
    2265974 - refactor: migrate onto Fetch domain (#4265)
    a79b775 - fix: Allow PUPPETEER_EXECUTABLE_PATH to be set in npmrc and package.json (#4270)
    08e9a4d - fix(launcher): support https for browserURL endpoint (#4268)
    19606a3 - fix: cache disabling should stick when toggling request interception (#4260)
    2a7c3fe - feat(chromium): roll Chromium to r649004 (#4259)
    54cce43 - fix(ci): another attempt to fix puppeteer@next (#4258)
    0eb256b - fix(ci): fix builds of puppeteer@next (#4257)
    fd0f58e - fix: Use new requestId for interception request matching (#4248)
    9d31068 - feat(chromium): roll Chromium to r648643 (#4256)
    080b809 - docs(contributing): add instructions to build Chromium revisions (#4246)
    67fbf46 - feat(chromium): roll Chromium to r647475 (#4240)
    1b8769d - docs(troubleshooting): launching Chromium on Windows (#4235)
    695b30a - docs(troubleshooting): fix docker example (#3743)
    66ff492 - docs(api.md): Working link to Linux differences (#4232)
    0adffcc - docs: add table-of-contents to troubleshooting (#4234)
    2c6df6d - chore: bump version to v1.14.0-post (#4224)

  • 1.15.0-next.1557470832533 - 2019-05-10
  • 1.15.0-next.1557450628002 - 2019-05-10
  • 1.15.0-next.1557449360739 - 2019-05-10
  • 1.15.0-next.1557448609535 - 2019-05-10
  • 1.15.0-next.1557447806775 - 2019-05-10
  • 1.15.0-next.1557445012701 - 2019-05-09
  • 1.15.0-next.1557127789501 - 2019-05-06
  • 1.15.0-next.1556610202561 - 2019-04-30
  • 1.15.0-next.1556508387804 - 2019-04-29
  • 1.15.0-next.1556321762762 - 2019-04-26
  • 1.15.0-next.1556311665501 - 2019-04-26
  • 1.15.0-next.1556265138389 - 2019-04-26
  • 1.15.0-next.1556245956624 - 2019-04-26
  • 1.14.0 - 2019-03-29
  • 1.14.0-next.1556048038195 - 2019-04-23
  • 1.14.0-next.1555975600504 - 2019-04-22
  • 1.14.0-next.1555949658000 - 2019-04-22
  • 1.14.0-next.1555723800354 - 2019-04-20
  • 1.14.0-next.1555713627875 - 2019-04-19
  • 1.14.0-next.1555699029448 - 2019-04-19
  • 1.14.0-next.1555617635177 - 2019-04-18
  • 1.14.0-next.1555607469881 - 2019-04-18
  • 1.14.0-next.1555141000741 - 2019-04-13
  • 1.14.0-next.1555129131525 - 2019-04-13
  • 1.14.0-next.1555033249139 - 2019-04-12
  • 1.14.0-next.1555031981782 - 2019-04-12
  • 1.14.0-next.1555014860639 - 2019-04-11
  • 1.14.0-next.1555009768788 - 2019-04-11
  • 1.14.0-next.1555008760759 - 2019-04-11
  • 1.14.0-next.1555005273405 - 2019-04-11
  • 1.14.0-next.1554871834316 - 2019-04-10
  • 1.14.0-next.1554788705298 - 2019-04-09
  • 1.14.0-next.1554765238660 - 2019-04-08
  • 1.13.0 - 2019-03-05
from puppeteer GitHub release notes
Commit messages
Package name: puppeteer
  • 46386eb chore: mark version v2.1.1 (#5388)
  • 9923e56 fix(filechooser): quick fix for the headful file chooser (#5369)
  • 1a1ef83 Add FAQ entry on cross-browser support (#5360)
  • 0d243b7 feat: make it possible to run `install.js` script with `puppeteer-core` (#5325)
  • c283fea docs(api): add example to page.$$eval (#5200)
  • b45f8e4 chore: bump version to v2.1.0-post (#5349)
  • a30cf05 chore: mark version v2.1.0 (#5347)
  • 013a86c feat(chromium): roll Chromium to r722269 (#5289)
  • 14b2369 chore: mark puppeteer-firefox version v0.5.1 (#5294)
  • 3a49cfc chore: move to GitHub hosting for Juggler binaries (#5293)
  • c7af7de docs(readme): update link for ndb (#5272)
  • 5e63254 chore: fix typo in test name (#5217)
  • 80b5c44 chore: upgrade https-proxy-agent (#5243)
  • 6091a34 fix: prepare jsHandle.uploadFile for CDP Page.handleFileChooser removal (#5196)
  • 8b49dc6 fix: don’t disable BlinkGenPropertyTrees anymore (#5159)
  • f0bf645 test: reduce flakiness for accessibility tests with autofocus (#5116)
  • 6cc98a7 docs(troubleshooting): recommend using args for heroku (#5197)
  • 35d5ba5 feat(launcher): Set default Firefox prefs (#5149) (#5195)
  • eddb23b chore: update URLs (#5185)
  • c5a72e9 feat(launcher): add option to run Puppeteer with different browsers (#5137)
  • d17708b fix(types): publish protocol types to npm (#5174)
  • fd43f9c docs(api.md): fix defaultArgs link (#5126)
  • 5fa28b5 docs(api.md): fix typo (#5120)
  • 561c99d docs(api.md): prefer async/await over Promise#then (#5089)

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

@CrazyMarvin CrazyMarvin merged commit 366e2db into master Apr 13, 2020
@CrazyMarvin CrazyMarvin deleted the snyk-upgrade-1b7d6fa07135589403f4714edb9616bd branch April 13, 2020 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants