multei / web

Multei web app
https://multei.com.br
MIT License
3 stars 2 forks source link

chore(deps): update dependency wait-on to v5.1.0 #268

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
wait-on devDependencies minor 5.0.1 -> 5.1.0

Release Notes

jeffbski/wait-on ### [`v5.1.0`](https://togithub.com/jeffbski/wait-on/releases/v5.1.0) [Compare Source](https://togithub.com/jeffbski/wait-on/compare/v5.0.3...v5.1.0) Add proxy option which can override the http(s) proxy which might be configured in environment variables. - opts.proxy: undefined, false, or object as defined in axios. Default is undefined. If not set (undefined) axios detects proxy from env vars http_proxy and https_proxy. ```js // example proxy object { host: '127.0.0.1', port: 9000, auth: { username: 'mikeymike', password: 'rapunz3l' } } ``` ### [`v5.0.3`](https://togithub.com/jeffbski/wait-on/releases/v5.0.3) [Compare Source](https://togithub.com/jeffbski/wait-on/compare/v5.0.2...v5.0.3) update to lodash@4.17.19 ### [`v5.0.2`](https://togithub.com/jeffbski/wait-on/releases/v5.0.2) [Compare Source](https://togithub.com/jeffbski/wait-on/compare/v5.0.1...v5.0.2) lodash@4.17.18 update which resolved some potential lodash vulnerabilities

Renovate configuration

:date: Schedule: "every weekend" (UTC).

:vertical_traffic_light: Automerge: Enabled.

: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.

netlify[bot] commented 4 years ago

Preview deployed with success. Look for the URL in Details.

Built with commit 7c19a79ca0073f84deb27e095d6c24e337008057

https://deploy-preview-268--multei.netlify.app

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #268   +/-   ##
=======================================
  Coverage   58.56%   58.56%           
=======================================
  Files          51       51           
  Lines         403      403           
  Branches       43       43           
=======================================
  Hits          236      236           
  Misses        143      143           
  Partials       24       24           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bb37165...7c19a79. Read the comment docs.