Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency retry-request to v4 #238

Merged
merged 1 commit into from Jun 18, 2018

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 12, 2018

This Pull Request updates dependency retry-request from ^3.0.1 to ^4.0.0

Release Notes

v4.0.0

Compare Source

Breaking Change!

You must now include request as a dependency of your project yourself:

$ npm install --save request retry-request

It will automatically be recognized by retry-request.

Or, you can be explicit:

const retryRequest = require('retry-request')

retryRequest('http://...', {
  request: require('request')
})


This PR has been generated by Renovate Bot.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 12, 2018
@codecov
Copy link

codecov bot commented Jun 12, 2018

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #238   +/-   ##
=======================================
  Coverage   89.92%   89.92%           
=======================================
  Files           6        6           
  Lines         387      387           
  Branches       68       68           
=======================================
  Hits          348      348           
  Misses         39       39

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 e0b5ecb...c1715a8. Read the comment docs.

@renovate renovate bot force-pushed the renovate/retry-request-4.x branch 2 times, most recently from d7a98ef to cc3f5f1 Compare June 13, 2018 14:14
@nolanmar511 nolanmar511 added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jun 13, 2018
@renovate renovate bot force-pushed the renovate/retry-request-4.x branch from 41ae7e5 to ee1a99b Compare June 13, 2018 21:37
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Jun 13, 2018
@nolanmar511 nolanmar511 added kokoro:run Add this label to force Kokoro to re-run the tests. and removed kokoro:run Add this label to force Kokoro to re-run the tests. labels Jun 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants