userdive / agent.js

:woman_technologist: Official USERDIVE module for webpage analytics
https://developers.userdive.com/
GNU General Public License v3.0
7 stars 6 forks source link

Update dependency @types/puppeteer to v1.11.0 - autoclosed #917

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
@​types/puppeteer devDependencies minor 1.10.0 -> 1.11.0 source
puppeteer devDependencies minor 1.10.0 -> 1.11.0 source

Release Notes

GoogleChrome/puppeteer ### [`v1.11.0`](https://renovatebot.com/gh/GoogleChrome/puppeteer/releases/v1.11.0) [Compare Source](https://renovatebot.com/gh/GoogleChrome/puppeteer/compare/v1.10.0...v1.11.0) #### Big Changes - Chromium 72.0.3618.0 (r609904) - [`page.setContent`](https://renovatebot.com/gh/GoogleChrome/puppeteer/blob/v1.11.0/docs/api.md#pagesetcontenthtml-options) now awaits resource loading ([`927d0f4`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/927d0f443b832609c91ecd7bdbf1945a5d219c60)) #### API Changes ##### Changed: - [`page.setContent`](https://renovatebot.com/gh/GoogleChrome/puppeteer/blob/v1.11.0/docs/api.md#pagesetcontenthtml-options) ([`927d0f4`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/927d0f443b832609c91ecd7bdbf1945a5d219c60)) now accepts `waitUntil` option similar to [`page.goto`](https://renovatebot.com/gh/GoogleChrome/puppeteer/blob/v1.11.0/docs/api.md#pagegotourl-options). #### Bug Fixes - [#​728](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/728) - Page.setContent should wait for resources to be loaded - [#​3517](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3517) - Page#setViewport required options - [#​3549](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3549) - Functions bound with page.exposeFunction() produce unhandled promise rejections - [#​2262](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/2262) - Problem with PUPPETEER_SKIP_CHROMIUM_DOWNLOAD #### Raw Notes [`a0cbaf3`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/a0cbaf3) - chore(types): lint the api docs with typescript ([#​3577](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3577)) [`fb5b080`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/fb5b080) - feat(chromium): roll Chromium to r609904 ([#​3587](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3587)) [`6656519`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/6656519) - test: split out dialog tests ([#​3586](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3586)) [`309cbe6`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/309cbe6) - test: split out navigation tests ([#​3585](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3585)) [`d61916b`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/d61916b) - test: split out evaluation tests ([#​3584](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3584)) [`e839189`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/e839189) - test: split input tests into keyboard, mouse and touchscreen ([#​3583](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3583)) [`25f4f26`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/25f4f26) - test: extract clicking tests ([#​3582](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3582)) [`a181bdd`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/a181bdd) - test: split out emulation tests ([#​3581](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3581)) [`a5b1978`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/a5b1978) - test: split out waittask tests ([#​3580](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3580)) [`e5830d1`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/e5830d1) - test: split queryselector tests into separate file ([#​3579](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3579)) [`aa9fb82`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/aa9fb82) - test: split screenshot tests into separate file ([#​3578](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3578)) [`a04100c`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/a04100c) - docs(troubleshooting): added link to alixaxel/chrome-aws-lambda ([#​3576](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3576)) [`927d0f4`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/927d0f4) - feat(page): support waitUntil option for `page.setContent` ([#​3557](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3557)) [`e2e43bc`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/e2e43bc) - fix(page): navigating 11 pages simultaneously should not throw warning ([#​3560](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3560)) [`86e0959`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/86e0959) - docs(api.md): mark optional arguments in signatures ([#​3565](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3565)) [`f6bfa32`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/f6bfa32) - docs(api.md): fixes [#​3517](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3517) ([#​3561](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3561)) [`d9d9996`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/d9d9996) - feat(chromium): roll Chromium to r608752 ([#​3555](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3555)) [`03d8746`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/03d8746) - test(accessibility): Fix duplicated test ([#​3539](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3539)) [`95a19c7`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/95a19c7) - fix(page): dispatch errors into page ([#​3550](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3550)) [`c185eee`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/c185eee) - feat(install): support configurations in package.json ([#​3449](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3449)) [`766a951`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/766a951) - docs(troubleshooting): update on sandboxing ([#​3531](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3531)) [`eb7bd9d`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/eb7bd9d) - test: setup sandbox on linux ([#​3530](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3530)) [`10a4c8c`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/10a4c8c) - docs(troubleshooting): modern linux sandboxing [`5687343`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/5687343) - fix(types): fix parameters where they disagree with the api ([#​3525](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3525)) [`27ea226`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/27ea226) - test: fix workers test ([#​3527](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3527)) [`d3f50ea`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/d3f50ea) - chore: update dependencies ([#​3526](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3526)) [`1d671c6`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/1d671c6) - chore(bisect): properly output bisect ranges + output styling ([#​3523](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3523)) [`576c8f8`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/576c8f8) - chore(chromium): roll Chromium to r606647 ([#​3522](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3522)) [`6693537`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/6693537) - chore: add utils/bisect.js to bisect chromium revisions ([#​3511](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3511)) [`59e7e8c`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/59e7e8c) - docs(api.md): update returned value description ([#​3514](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3514)) [`79ec7a3`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/79ec7a3) - fix(types): fix return types where JSDoc and api.md disagree ([#​3512](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3512)) [`04b6ca8`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/04b6ca8) - Fix dead link ([#​3497](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3497)) [`b9f2104`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/b9f2104) - test(cookies): Remove duplicated test. ([#​3492](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3492)) [`52a1030`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/52a1030) - feat(chromium): roll Chromium to r604907 ([#​3488](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3488)) [`6b65407`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/6b65407) - test: unflake cookie test on windows ([#​3489](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3489)) [`60a8d41`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/60a8d41) - chore: bump version to v1.10.0-post ([#​3483](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3483))

Renovate configuration

:date: Schedule: "before 3am on Monday" in timezone Japan.

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about these updates again.


This PR has been generated by Renovate Bot. View repository job log here.

codecov[bot] commented 5 years ago

Codecov Report

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

@@           Coverage Diff           @@
##           master     #917   +/-   ##
=======================================
  Coverage   91.74%   91.74%           
=======================================
  Files          25       25           
  Lines         630      630           
  Branches      112      112           
=======================================
  Hits          578      578           
  Misses         28       28           
  Partials       24       24