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 #968

Merged
merged 1 commit into from
Dec 14, 2018

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2018

This PR contains the following updates:

Package Type Update Change References
retry-request dependencies major 3.3.2 -> 4.0.0 source

Release Notes

stephenplusplus/retry-request

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')
})

Renovate configuration

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

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

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

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


  • If you want to rebase/retry this PR, check this box

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

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 30, 2018
@renovate renovate bot force-pushed the renovate/retry-request-4.x branch from 31ccf44 to 8a2ea5f Compare November 30, 2018 15:36
@fhinkel fhinkel mentioned this pull request Nov 30, 2018
@renovate renovate bot force-pushed the renovate/retry-request-4.x branch 9 times, most recently from 1e30710 to 10a2429 Compare December 7, 2018 23:55
@renovate renovate bot force-pushed the renovate/retry-request-4.x branch from 10a2429 to 79e5cd6 Compare December 8, 2018 01:09
@renovate renovate bot force-pushed the renovate/retry-request-4.x branch 4 times, most recently from 4a4db35 to 73a725c Compare December 10, 2018 23:14
@renovate renovate bot changed the title Update dependency retry-request to v4 fix(deps): update dependency retry-request to v4 Dec 11, 2018
@renovate renovate bot force-pushed the renovate/retry-request-4.x branch 9 times, most recently from 0ec1d44 to 6b7a00d Compare December 14, 2018 17:54
@fhinkel fhinkel added the kokoro:run Add this label to force Kokoro to re-run the tests. label Dec 14, 2018
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Dec 14, 2018
@renovate renovate bot force-pushed the renovate/retry-request-4.x branch from 6b7a00d to b4a3f16 Compare December 14, 2018 18:16
@fhinkel fhinkel added the kokoro:run Add this label to force Kokoro to re-run the tests. label Dec 14, 2018
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Dec 14, 2018
@fhinkel fhinkel merged commit 1338cd8 into master Dec 14, 2018
@fhinkel fhinkel deleted the renovate/retry-request-4.x branch December 14, 2018 18:24
ace-n pushed a commit that referenced this pull request Nov 16, 2022
* chore(main): release 5.1.0

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* docs: explain that v2 is not enabled yet

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Alexander Fenster <fenster@google.com>
ace-n pushed a commit that referenced this pull request Nov 17, 2022
* chore(main): release 5.1.0

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* docs: explain that v2 is not enabled yet

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Alexander Fenster <fenster@google.com>
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.

3 participants