potato4d / nuxt-basic-auth-module

Provide basic auth your Nuxt.js application
https://www.npmjs.com/package/nuxt-basic-auth-module
MIT License
310 stars 9 forks source link

chore(deps): update dependency puppeteer to v3.2.0 #118

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
puppeteer devDependencies minor 3.1.0 -> 3.2.0

Release Notes

puppeteer/puppeteer ### [`v3.2.0`](https://togithub.com/puppeteer/puppeteer/releases/v3.2.0) [Compare Source](https://togithub.com/puppeteer/puppeteer/compare/v3.1.0...v3.2.0) #### Highlights - We now support emulating vision deficiency types within Puppeteer using `page.emulateVisionDeficiency`. You can read more about these [on the DevTools update blog post](https://developers.google.com/web/updates/2020/03/devtools#vision-deficiencies). - We now use [Mitt](https://togithub.com/developit/mitt/) as the Event Emitter that backs many of Puppeteer's classes rather than the EventEmitter module that ships with Node. This **is potentially a breaking change if you rely on some of the less popular EventEmitter methods** as Puppeteer's [EventEmitter](https://togithub.com/puppeteer/puppeteer/blob/master/src/EventEmitter.ts) does not support the entire suite of NodeJS EventEmitter functions. We think it's unlikely anyone has relied on these; we were able to swap out the EventEmitter in Puppeteer without any unit tests needing to change. - Puppeteer now recognises webviews as regular pages which means you can control them just like you would control a regular page. #### Behind the scenes - The `Request` class has been renamed to `HTTPRequest` to avoid a clash with TypeScript's `Request` type. We'll be making similar changes to `Response` and `Worker`. This is not a breaking change as Puppeteer doesn't directly expose these classes so you shouldn't be referring to them by name in your code. #### Raw Notes [`1d4d25a`](https://togithub.com/puppeteer/puppeteer/commit/1d4d25a) - chore: use Mitt as the Event Emitter ([#​5907](https://togithub.com/puppeteer/puppeteer/issues/5907)) [`a2ba6f0`](https://togithub.com/puppeteer/puppeteer/commit/a2ba6f0) - feat: recognize webviews as regular pages ([#​5905](https://togithub.com/puppeteer/puppeteer/issues/5905)) [`8e8a9df`](https://togithub.com/puppeteer/puppeteer/commit/8e8a9df) - chore: rename Request class to HTTPRequest ([#​5934](https://togithub.com/puppeteer/puppeteer/issues/5934)) [`9737059`](https://togithub.com/puppeteer/puppeteer/commit/9737059) - chore: remove doclint generate_types code ([#​5932](https://togithub.com/puppeteer/puppeteer/issues/5932)) [`7eab7f8`](https://togithub.com/puppeteer/puppeteer/commit/7eab7f8) - feat(api): add page.emulateVisionDeficiency(type) ([#​5901](https://togithub.com/puppeteer/puppeteer/issues/5901)) [`24ac11e`](https://togithub.com/puppeteer/puppeteer/commit/24ac11e) - chore: fix undefined `rm` in mocha-utils ([#​5920](https://togithub.com/puppeteer/puppeteer/issues/5920)) [`6cfe142`](https://togithub.com/puppeteer/puppeteer/commit/6cfe142) - chore: don't use expect within Promises ([#​5466](https://togithub.com/puppeteer/puppeteer/issues/5466)) ([#​5473](https://togithub.com/puppeteer/puppeteer/issues/5473)) [`dfb2e60`](https://togithub.com/puppeteer/puppeteer/commit/dfb2e60) - chore: stop Protocol types being globally available ([#​5899](https://togithub.com/puppeteer/puppeteer/issues/5899)) [`d8e0557`](https://togithub.com/puppeteer/puppeteer/commit/d8e0557) - chore: update Travis to run latest macOS and fix HTTPS test ([#​5903](https://togithub.com/puppeteer/puppeteer/issues/5903)) [`9a08d31`](https://togithub.com/puppeteer/puppeteer/commit/9a08d31) - chore: error if coverage couldn't find the given class ([#​5863](https://togithub.com/puppeteer/puppeteer/issues/5863)) [`caaf4d2`](https://togithub.com/puppeteer/puppeteer/commit/caaf4d2) - fix: support async functions as an argument for waitForFunction ([#​5682](https://togithub.com/puppeteer/puppeteer/issues/5682)) [`e6c22da`](https://togithub.com/puppeteer/puppeteer/commit/e6c22da) - chore: bump version to v3.1.0-post ([#​5884](https://togithub.com/puppeteer/puppeteer/issues/5884))

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



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

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #118   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           45        45           
  Branches        11        11           
=========================================
  Hits            45        45