snack-news / Snack-FE

2 stars 0 forks source link

Bump puppeteer from 1.19.0 to 1.20.0 #209

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps puppeteer from 1.19.0 to 1.20.0.

Release notes *Sourced from [puppeteer's releases](https://github.com/GoogleChrome/puppeteer/releases).* > ## v1.20.0 > ## Big changes > > - Chromium 78.0.3882.0 (r686378) > - New APIs: [`element.evaluate`](https://github.com/GoogleChrome/puppeteer/blob/v1.20.0/docs/api.md#elementhandleevaluatepagefunction-args), [`element.evaluateHandle`](https://github.com/GoogleChrome/puppeteer/blob/v1.20.0/docs/api.md#elementhandleevaluatehandlepagefunction-args), [`element.select`](https://github.com/GoogleChrome/puppeteer/blob/v1.20.0/docs/api.md#elementhandleselectvalues), [`jsHandle.evaluate`](https://github.com/GoogleChrome/puppeteer/blob/v1.20.0/docs/api.md#jshandleevaluatepagefunction-args), [`jsHandle.evaluateHandle`](https://github.com/GoogleChrome/puppeteer/blob/v1.20.0/docs/api.md#jshandleevaluatehandlepagefunction-args) > > ## API changes > > ### Added > > - [`element.evaluate`](https://github.com/GoogleChrome/puppeteer/blob/v1.20.0/docs/api.md#elementhandleevaluatepagefunction-args) ([#4892](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4892)) > - [`element.evaluateHandle`](https://github.com/GoogleChrome/puppeteer/blob/v1.20.0/docs/api.md#elementhandleevaluatehandlepagefunction-args) ([#4892](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4892)) > - [`element.select`](https://github.com/GoogleChrome/puppeteer/blob/v1.20.0/docs/api.md#elementhandleselectvalues) ([#4892](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4892)) > - [`jsHandle.evaluate`](https://github.com/GoogleChrome/puppeteer/blob/v1.20.0/docs/api.md#jshandleevaluatepagefunction-args) ([#4892](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4892)) > - [`jsHandle.evaluateHandle`](https://github.com/GoogleChrome/puppeteer/blob/v1.20.0/docs/api.md#jshandleevaluatehandlepagefunction-args) ([#4892](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4892)) > > ## Bug fixes > > e0c8d46 - fix: abort `page.waitFor{Request,Response}` when page closes ([#4865](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4865)) > 417981a - fix(firefox): fix cookies in default browser context ([#4850](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4850)) > b9b6ca1 - fix(network): enable removing headers using `request.continue` ([#4797](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4797)) > 4acce55 - fix(test): enable cross-process viewport test ([#4806](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4806)) > f2056a8 - fix(test): enable redirect inside sync XHR test ([#4805](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4805)) > f4f2189 - fix(page): fix typo in `page.screenshot` method ([#4786](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4786)) > e2db16f - fix(tests): make eval test resilient to error format ([#4793](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4793)) > 1b4a030 - fix(test): make sure selection is not empty before running copy command ([#4772](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4772)) > 7a60746 - fix(tests): background page tests should wait for the page ([#4769](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4769)) > > ## Raw notes > > a5f03ce - chore: mark version v1.20.0 ([#4928](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4928)) > f504c04 - test: mark Page.close test as failing in Firefox ([#4929](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4929)) > e17d38c - docs(readme): explain significance of Chromium revision ([#4811](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4811)) > 9384359 - docs(troubleshooting): fix Alpine version link ([#4927](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4927)) > fca9d45 - docs(contributing): clarify release process ([#4923](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4923)) > 97ff359 - docs(contributing): fix some typos ([#4917](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4917)) > c2651c2 - refactor: Pass FrameManager to NetworkManager constructor ([#4907](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4907)) > 73fd7ff - feat(api): add element.select and element.evaluate for consistency ([#4892](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4892)) > 135bb42 - docs: update README.md ([#4857](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4857)) > cba0f98 - docs(troubleshooting): Fix missing package in Docker instructions ([#4877](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4877)) > 07eaad9 - fix(api): tbd release date ([#4872](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4872)) > e0c8d46 - fix: abort page.waitForRequest/Response when page closes ([#4865](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4865)) > faa4527 - chore(testrunner): bump TestRunner version to v0.8.0 ([#4856](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4856)) > 498492d - test: add a test for errors inside promise ([#4838](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4838)) > 417981a - fix(firefox): fix cookies in default browser context ([#4850](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4850)) > b6b2950 - feat(chromium): roll Chromium to r686378 ([#4841](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4841)) > 01b8880 - test(firefox): disable BigInt tests for Firefox ([#4849](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4849)) > f595bc0 - test: fix tests to work on node6 ([#4851](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4851)) > f47ed16 - feat: update DeviceDescriptors to include 6.5 inch iPhone XR and similar ([#4846](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4846)) > 0e0a679 - feat(chromium): roll Chromium to r682225 ([#4844](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4844)) > ... (truncated)
Commits - [`a5f03ce`](https://github.com/GoogleChrome/puppeteer/commit/a5f03ce1c85c2630739f2a894a303c68632aa250) chore: mark version v1.20.0 ([#4928](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4928)) - [`f504c04`](https://github.com/GoogleChrome/puppeteer/commit/f504c042c00ee26a94bce6440e0da4e9d7511776) test: mark Page.close test as failing in Firefox ([#4929](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4929)) - [`e17d38c`](https://github.com/GoogleChrome/puppeteer/commit/e17d38c61b2b39ec485c3bcb20976afa2b4cc5b5) docs(readme): explain significance of Chromium revision ([#4811](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4811)) - [`9384359`](https://github.com/GoogleChrome/puppeteer/commit/93843592da58efcb28cf740dd7dbfa9f04061fc8) docs(troubleshooting): fix Alpine version link ([#4927](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4927)) - [`fca9d45`](https://github.com/GoogleChrome/puppeteer/commit/fca9d4585ffe5066e6461056a21be1338b907b57) docs(CONTRIBUTING.md): clarify release process ([#4923](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4923)) - [`97ff359`](https://github.com/GoogleChrome/puppeteer/commit/97ff359b0ee6dddb70d56b8b9af0264334d34d12) docs(CONTRIBUTING.md): fix some typos ([#4917](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4917)) - [`c2651c2`](https://github.com/GoogleChrome/puppeteer/commit/c2651c2b5cc888ebd0ca6be87063d9f98b9eb59c) refactor: Pass FrameManager to NetworkManager constructor ([#4907](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4907)) - [`73fd7ff`](https://github.com/GoogleChrome/puppeteer/commit/73fd7ff82244083380fddd3968f69ba0aa5cb615) feat(api): add element.select and element.evaluate for consistency ([#4892](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4892)) - [`135bb42`](https://github.com/GoogleChrome/puppeteer/commit/135bb424ba7c724bcd91d90116b6bc7fbaaaee13) docs: update README.md ([#4857](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4857)) - [`cba0f98`](https://github.com/GoogleChrome/puppeteer/commit/cba0f98a2ac7edd3c2bffd0ac53185877403da6b) docs(troubleshooting): Fix missing package in Docker instructions ([#4877](https://github-redirect.dependabot.com/GoogleChrome/puppeteer/issues/4877)) - Additional commits viewable in [compare view](https://github.com/GoogleChrome/puppeteer/compare/v1.19.0...v1.20.0)
Maintainer changes This version was pushed to npm by [mathias](https://www.npmjs.com/~mathias), a new releaser for puppeteer since your current version.


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 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - 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.
dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.