Closed renovate[bot] closed 2 years ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: jest-puppeteer@5.0.4
npm ERR! Found: puppeteer@10.4.0
npm ERR! node_modules/puppeteer
npm ERR! dev puppeteer@"10.4.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer puppeteer@">= 1.5.0 < 10" from jest-puppeteer@5.0.4
npm ERR! node_modules/jest-puppeteer
npm ERR! dev jest-puppeteer@"5.0.4" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: puppeteer@9.1.1
npm ERR! node_modules/puppeteer
npm ERR! peer puppeteer@">= 1.5.0 < 10" from jest-puppeteer@5.0.4
npm ERR! node_modules/jest-puppeteer
npm ERR! dev jest-puppeteer@"5.0.4" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/renovate-cache/others/npm/_logs/2021-11-08T08_00_15_018Z-debug.log
This PR contains the following updates:
10.2.0
->10.4.0
Release Notes
puppeteer/puppeteer
### [`v10.4.0`](https://togithub.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#1040-httpsgithubcompuppeteerpuppeteercomparev1020v1040-2021-09-21) [Compare Source](https://togithub.com/puppeteer/puppeteer/compare/v10.2.0...v10.4.0) ##### Features - add webp to screenshot options ([#7565](https://togithub.com/puppeteer/puppeteer/issues/7565)) ([43a9268](https://togithub.com/puppeteer/puppeteer/commit/43a926832505a57922016907a264165676424557)) - **page:** expose page.client() ([#7582](https://togithub.com/puppeteer/puppeteer/issues/7582)) ([99ca842](https://togithub.com/puppeteer/puppeteer/commit/99ca842124a1edef5e66426621885141a9feaca5)) - **page:** mark page.client() as internal ([#7585](https://togithub.com/puppeteer/puppeteer/issues/7585)) ([8451951](https://togithub.com/puppeteer/puppeteer/commit/84519514831f304f9076ca235fe474f797616b2c)) - add ability to specify offsets for JSHandle.click ([#7573](https://togithub.com/puppeteer/puppeteer/issues/7573)) ([2b5c001](https://togithub.com/puppeteer/puppeteer/commit/2b5c0019dc3744196c5858edeaa901dff9973ef5)) - add durableStorage to allowed permissions ([#5295](https://togithub.com/puppeteer/puppeteer/issues/5295)) ([eda5171](https://togithub.com/puppeteer/puppeteer/commit/eda51712790b9260626dc53cfb58a72805c45582)) - add id option to addScriptTag ([#5477](https://togithub.com/puppeteer/puppeteer/issues/5477)) ([300be5d](https://togithub.com/puppeteer/puppeteer/commit/300be5d167b6e7e532e725fdb86966081a5d0093)) - add more Android models to DeviceDescriptors ([#7210](https://togithub.com/puppeteer/puppeteer/issues/7210)) ([b5020dc](https://togithub.com/puppeteer/puppeteer/commit/b5020dc04121b265c77662237dfb177d6de06053)), closes [/github.com/aerokube/moon-deploy/blob/master/moon-local.yaml#L199](https://togithub.com/puppeteer//github.com/aerokube/moon-deploy/blob/master/moon-local.yaml/issues/L199) - add proxy and bypass list parameters to createIncognitoBrowserContext ([#7516](https://togithub.com/puppeteer/puppeteer/issues/7516)) ([8e45a1c](https://togithub.com/puppeteer/puppeteer/commit/8e45a1c882207cc36e87be2a917b661eb841c4bf)), closes [#678](https://togithub.com/puppeteer/puppeteer/issues/678) - add threshold to Page.isIntersectingViewport ([#6497](https://togithub.com/puppeteer/puppeteer/issues/6497)) ([54c4318](https://togithub.com/puppeteer/puppeteer/commit/54c43180161c3c512e4698e7f2e85ce3c6f0ab50)) - add unit test support for bisect ([#7553](https://togithub.com/puppeteer/puppeteer/issues/7553)) ([a0b1f6b](https://togithub.com/puppeteer/puppeteer/commit/a0b1f6b401abae2fbc5a8987061644adfaa7b482)) - add User-Agent with Puppeteer version to WebSocket request ([#5614](https://togithub.com/puppeteer/puppeteer/issues/5614)) ([6a2bf0a](https://togithub.com/puppeteer/puppeteer/commit/6a2bf0aabaa4df72c7838f5a6cd742e8f9c72be6)) - extend husky checks ([#7574](https://togithub.com/puppeteer/puppeteer/issues/7574)) ([7316086](https://togithub.com/puppeteer/puppeteer/commit/73160869417275200be19bd37372b6218dbc5f63)) - **api:** implement `Page.waitForNetworkIdle()` ([#5140](https://togithub.com/puppeteer/puppeteer/issues/5140)) ([3c6029c](https://togithub.com/puppeteer/puppeteer/commit/3c6029c702291ca7ef637b66e78d72e03156fe58)) - **coverage:** option for raw V8 script coverage ([#6454](https://togithub.com/puppeteer/puppeteer/issues/6454)) ([cb4470a](https://togithub.com/puppeteer/puppeteer/commit/cb4470a6d9b0a7f73836458bb3d5779eb85ac5f2)) - support timeout for page.pdf() call ([#7508](https://togithub.com/puppeteer/puppeteer/issues/7508)) ([f90af66](https://togithub.com/puppeteer/puppeteer/commit/f90af6639d801e764bdb479b9543b7f8f2b926df)) - **typescript:** allow using puppeteer without dom lib ([#6998](https://togithub.com/puppeteer/puppeteer/issues/6998)) ([723052d](https://togithub.com/puppeteer/puppeteer/commit/723052d5bb3c3d1d3908508467512bea4d8fdc80)), closes [#6989](https://togithub.com/puppeteer/puppeteer/issues/6989) ##### Bug Fixes - **docs:** deploy includes website documentation ([#7469](https://togithub.com/puppeteer/puppeteer/issues/7469)) ([6fde41c](https://togithub.com/puppeteer/puppeteer/commit/6fde41c6b6657986df1bbce3f2e0f7aa499f2be4)) - **docs:** names in version 9.1.1 ([#7517](https://togithub.com/puppeteer/puppeteer/issues/7517)) ([44b22bb](https://togithub.com/puppeteer/puppeteer/commit/44b22bbc2629e3c75c1494b299a66790b371fb0a)) - **frame:** fix Frame.waitFor's XPath pattern detection ([#5184](https://togithub.com/puppeteer/puppeteer/issues/5184)) ([caa2b73](https://togithub.com/puppeteer/puppeteer/commit/caa2b732fe58f32ec03f2a9fa8568f20188203c5)) - **install:** respect environment proxy config when downloading Firef… ([#6577](https://togithub.com/puppeteer/puppeteer/issues/6577)) ([9399c97](https://togithub.com/puppeteer/puppeteer/commit/9399c9786fba4e45e1c5485ddbb197d2d4f1735f)), closes [#6573](https://togithub.com/puppeteer/puppeteer/issues/6573) - added names in V9.1.1 ([#7547](https://togithub.com/puppeteer/puppeteer/issues/7547)) ([d132b8b](https://togithub.com/puppeteer/puppeteer/commit/d132b8b041696e6d5b9a99d0be1acf1cf943efef)) - **test:** tweak waitForNetworkIdle delay in test between downloads ([#7564](https://togithub.com/puppeteer/puppeteer/issues/7564)) ([a21b737](https://togithub.com/puppeteer/puppeteer/commit/a21b7376e7feaf23066d67948d52480516f42496)) - **types:** allow evaluate functions to take a readonly array as an argument ([#7072](https://togithub.com/puppeteer/puppeteer/issues/7072)) ([491614c](https://togithub.com/puppeteer/puppeteer/commit/491614c7f8cfa50b902d0275064e611c2a48c3b2)) - update firefox prefs documentation link ([#7539](https://togithub.com/puppeteer/puppeteer/issues/7539)) ([2aec355](https://togithub.com/puppeteer/puppeteer/commit/2aec35553bc6e0305f40837bb3665ddbd02aa889)) - use non-deprecated tracing categories api ([#7413](https://togithub.com/puppeteer/puppeteer/issues/7413)) ([040a0e5](https://togithub.com/puppeteer/puppeteer/commit/040a0e561b4f623f7929130b90be129f94ebb642))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.