stefanzweifel / screeenly

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

Bump puppeteer from 1.14.0 to 1.15.0 #251

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps puppeteer from 1.14.0 to 1.15.0.

Release notes *Sourced from [puppeteer's releases](https://github.com/GoogleChrome/puppeteer/releases).* > ## v1.15.0 > ## Big Changes > > - Chromium 75.0.3765.0 (r650583) > - Request Interception issues ([#3471](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3471)) are now fixed 🎉 > > ## API changes > > #### Added > - [`puppeteer.devices`](https://github.com/GoogleChrome/puppeteer/blob/v1.15.0/docs/api.md#puppeteerdevices) (e3abb0aa3) > - [`puppeteer.errors`](https://github.com/GoogleChrome/puppeteer/blob/v1.15.0/docs/api.md#puppeteererrors) (e3abb0aa3) > > ## Bug Fixes > - [#3186](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3186) - Win10 x64 always throws timeout > - [#3471](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/3471) - [umbrella] Fix Request Interception > - [#4197](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4197) - TypeError: Cannot read property 'call' of null > - [#4274](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4274) - Regression on click on a simple element > - [#4281](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4281) - Puppeteer consider visible element as not visible > - [#4299](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4299) - debugSession removed but Readme.md still references it > - [#4309](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4309) - Unable to send POST request, always sending GET request. > - [#4315](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4315) - Make golden tests ignore new lines differences > > ## Raw notes > > 2394da8 - chore: mark version v1.15.0 > 06fdcae - docs(troubleshooting): remove unnecessary call ([#4327](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4327)) > 5e21ba3 - feat: update DeviceDescriptors ([#4321](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4321)) > 2d53651 - chore(git): Fix line endings in text files ([#4320](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4320)) > 770411b - test: verify overriding postdata and method on navigation ([#4317](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4317)) > e3abb0a - feat(puppeteer): introduce `puppeteer.errors` and `puppeteer.devices` ([#4312](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4312)) > dde55b0 - test: Make intervention test Edge friendly ([#4314](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4314)) > 2b68c10 - fix: Removing a dead flag. ([#4310](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4310)) > 3def8a2 - docs(readme): fix debugging tips ([#4304](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4304)) > 0c4d53b - test: add a test for queryObjects with navigation ([#4303](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4303)) > a8ffdad - feat(chromium): roll Chromium to r650583 ([#4284](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4284)) > 145e868 - test: add failing test for clicking certain elements ([#4282](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4282)) > 8f8e774 - test: split out request interception tests ([#4278](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4278)) > 5ee21d9 - fix(page): intersect content quads with viewport ([#4277](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4277)) > 2098877 - fix: gracefully handle multiple contexts for secondary DOM World ([#4276](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4276)) > 2265974 - refactor: migrate onto Fetch domain ([#4265](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4265)) > a79b775 - fix: Allow PUPPETEER_EXECUTABLE_PATH to be set in npmrc and package.json ([#4270](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4270)) > 08e9a4d - fix(launcher): support https for browserURL endpoint ([#4268](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4268)) > 19606a3 - fix: cache disabling should stick when toggling request interception ([#4260](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4260)) > 2a7c3fe - feat(chromium): roll Chromium to r649004 ([#4259](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4259)) > 54cce43 - fix(ci): another attempt to fix puppeteer@next ([#4258](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4258)) > 0eb256b - fix(ci): fix builds of puppeteer@next ([#4257](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4257)) > fd0f58e - fix: Use new requestId for interception request matching ([#4248](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4248)) > 9d31068 - feat(chromium): roll Chromium to r648643 ([#4256](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4256)) > 080b809 - docs(contributing): add instructions to build Chromium revisions ([#4246](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4246)) > 67fbf46 - feat(chromium): roll Chromium to r647475 ([#4240](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4240)) > ... (truncated)
Commits - [`b9f4a95`](https://github.com/GoogleChrome/puppeteer/commit/b9f4a951759b637568ab25abf7ff8058bd2d8677) chore: mark version v1.15.0 ([#4346](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4346)) - [`06fdcae`](https://github.com/GoogleChrome/puppeteer/commit/06fdcaeeecac0d137ee34c7da715ca4105ff1771) docs(troubleshooting): remove unnecessary call ([#4327](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4327)) - [`5e21ba3`](https://github.com/GoogleChrome/puppeteer/commit/5e21ba3cbbe455317158e6a4fc5af2808abd45df) feat: update DeviceDescriptors ([#4321](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4321)) - [`2d53651`](https://github.com/GoogleChrome/puppeteer/commit/2d536519a4ba6b4103954d700fb18d023db4ce4e) chore(git): Fix line endings in text files ([#4320](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4320)) - [`770411b`](https://github.com/GoogleChrome/puppeteer/commit/770411be9d9c0cfdbe3685bec4efa3ba741482c8) test: verify overriding postdata and method on navigation ([#4317](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4317)) - [`e3abb0a`](https://github.com/GoogleChrome/puppeteer/commit/e3abb0aa32e38660abffad22d6446473be4b13cd) feat(puppeteer): introduce `puppeteer.errors` and `puppeteer.devices` ([#4312](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4312)) - [`dde55b0`](https://github.com/GoogleChrome/puppeteer/commit/dde55b025746d35311b55a885793f113b410c4f6) test: Make intervention test Edge friendly ([#4314](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4314)) - [`2b68c10`](https://github.com/GoogleChrome/puppeteer/commit/2b68c104aaf309488fe710a0dd7127369373d5fb) fix: Removing a dead flag. ([#4310](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4310)) - [`3def8a2`](https://github.com/GoogleChrome/puppeteer/commit/3def8a25580ebd922e7301597ca47d28abafbb9c) docs(readme): fix debugging tips ([#4304](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4304)) - [`0c4d53b`](https://github.com/GoogleChrome/puppeteer/commit/0c4d53b2931c4c96f88866cef4f91480c2807f5b) test: add a test for queryObjects with navigation ([#4303](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4303)) - Additional commits viewable in [compare view](https://github.com/GoogleChrome/puppeteer/compare/v1.14.0...v1.15.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 yourself) - `@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.