stefanzweifel / screeenly

📸 Screenshot as a Service
https://secure.screeenly.com
MIT License
495 stars 102 forks source link

Bump puppeteer from 1.18.1 to 1.19.0 #283

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps puppeteer from 1.18.1 to 1.19.0.

Release notes *Sourced from [puppeteer's releases](https://github.com/GoogleChrome/puppeteer/releases).* > ## v1.19.0 > ## Big Changes > > - Chromium 77.0.3844.0 (r674921) > - New [File Chooser API](https://github.com/GoogleChrome/puppeteer/blob/v1.19.0/docs/api.md#class-filechooser) to handle file chooser dialogs. > > ## API changes > > #### Added > - [`class: FileChooser`](https://github.com/GoogleChrome/puppeteer/blob/v1.19.0/docs/api.md#class-filechooser) (ea28cccfe021a22d1772ee4abfdf67d646aa6c17) > - [`page.waitForFileChooser()`](https://github.com/GoogleChrome/puppeteer/blob/v1.19.0/docs/api.md#pagewaitforfilechooseroptions) (ea28cccfe021a22d1772ee4abfdf67d646aa6c17) > > ## Bug Fixes > > [#2946](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/2946) - Handling File Input Dialogs > [#4300](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4300) - `backgroundpage.on('console')` not working > [#4374](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/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](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4653)) > 2abaac1 - fix(launcher): make dumpio and pipe options work together ([#4727](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4727)) > 3982a60 - chore(testrunner): bump TestRunner version to v0.7.0 ([#4719](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4719)) > 852c46c - feat(testrunner): async suite descriptions ([#4721](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4721)) > 835e884 - feat(testrunner): add new testrunner options ([#4718](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4718)) > 934d73e - fix(testreporter): Test Reporter should not terminate node.js process ([#4716](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4716)) > eea55bd - fix(testrunner): properly handle testrunner terminations ([#4717](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4717)) > ad18021 - fix(launcher): disable component extensions ([#4704](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4704)) > f8616ed - fix(pipe): handle 'error' events on pipes to avoid crashing ([#4705](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4705)) > c9977c8 - fix(page): properly create isolated worlds ([#4707](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4707)) > a39d553 - fix(tests): Get TLS version from Node instead of hardcoding it ([#4700](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4700)) > bafda9f - fix(launcher): ensure PUPPETEER_EXECUTABLE_PATH is used if set ([#4677](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4677)) > a582c11 - chore(ci): add Node10 and Node12 to Cirrus ([#4699](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4699)) > 715aad2 - fix: proper parse Error message on Node 12 ([#4698](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4698)) > 49b2795 - feat(keyboard): feature phone buttons ([#4694](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4694)) > a17c727 - chore: release next testrunner ([#4697](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4697)) > 8e0c2fa - feat(chromium): roll Chromium to r674921 ([#4678](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4678)) > 9ef4153 - feat(chromium): roll Chromium to r673587 ([#4646](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4646)) > 492132f - docs(api.md): Slightly enhanced wording ([#4631](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4631)) > a069a12 - docs(puppeteer-chromium): docker alpine freetype-dev dependency ([#4643](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4643)) > 2d99d85 - fix(firefox): error message typo ([#4623](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4623)) > 4ccd52c - chore: bump version to v1.18.1-post ([#4630](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4630))
Commits - [`af0d229`](https://github.com/GoogleChrome/puppeteer/commit/af0d2290448b291ba51cd98f7f0f6d4c5e4f5956) chore: mark version v1.19.0 ([#4744](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4744)) - [`ea28ccc`](https://github.com/GoogleChrome/puppeteer/commit/ea28cccfe021a22d1772ee4abfdf67d646aa6c17) feat(page): introduce file chooser interception ([#4653](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4653)) - [`2abaac1`](https://github.com/GoogleChrome/puppeteer/commit/2abaac10aadbc36e6cb35a712c9558854e1159d2) fix(launcher): make dumpio and pipe options work together ([#4727](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4727)) - [`3982a60`](https://github.com/GoogleChrome/puppeteer/commit/3982a603cc0db32bf05cd0960d24679a5c39313b) chore(testrunner): bump TestRunner version to v0.7.0 ([#4719](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4719)) - [`852c46c`](https://github.com/GoogleChrome/puppeteer/commit/852c46c1e418067434a28e3a7709d57545f69342) feat(testrunner): async suite descriptions ([#4721](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4721)) - [`835e884`](https://github.com/GoogleChrome/puppeteer/commit/835e8849fd58ae8bfe5fb9b9ee3f4081f866ba7f) feat(testrunner): add new testrunner options ([#4718](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4718)) - [`934d73e`](https://github.com/GoogleChrome/puppeteer/commit/934d73e526c0d55da6ca4b42f7773cb6f6ac1c5f) fix(testreporter): Test Reporter should not terminate node.js process ([#4716](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4716)) - [`eea55bd`](https://github.com/GoogleChrome/puppeteer/commit/eea55bd6c633691191ec4a1b437bd3b39a7ea2c9) fix(testrunner): properly handle testrunner terminations ([#4717](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4717)) - [`ad18021`](https://github.com/GoogleChrome/puppeteer/commit/ad1802188dfbd91c59f02e6441e4d9fc24d35f28) fix(launcher): disable component extensions ([#4704](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4704)) - [`f8616ed`](https://github.com/GoogleChrome/puppeteer/commit/f8616ed54b9146a7e360035941c1aeb653a5737d) fix(pipe): handle 'error' events on pipes to avoid crashing ([#4705](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4705)) - Additional commits viewable in [compare view](https://github.com/GoogleChrome/puppeteer/compare/v1.18.1...v1.19.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because it includes a minor update to a production dependency.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.