Skip to content

Bump requestretry from 4.0.0 to 7.0.0#466

Merged
JamieMagee merged 1 commit intomasterfrom
dependabot/npm_and_yarn/requestretry-7.0.0
Jan 26, 2026
Merged

Bump requestretry from 4.0.0 to 7.0.0#466
JamieMagee merged 1 commit intomasterfrom
dependabot/npm_and_yarn/requestretry-7.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2022

Bumps requestretry from 4.0.0 to 7.0.0.

Changelog

Sourced from requestretry's changelog.

7.0.0 (2022-02-21)

6.0.0 (2021-08-24)

  • Release v6.0.0. (1b8ea5c)
  • fix: remove dependency on when in favor of native Promises (52d0603)
  • docs(changelog): updated (a1189ef)

5.0.0 (2021-02-16)

4.1.2 (2020-11-11)

4.1.1 (2020-05-18)

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/requestretry-7.0.0 branch from d186a73 to 5904fa2 Compare June 21, 2022 18:53
@qtomlinson
Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/requestretry-7.0.0 branch from 5904fa2 to 3e7ffe0 Compare January 25, 2024 23:27
@JamieMagee
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/requestretry-7.0.0 branch from 3e7ffe0 to 40e9a59 Compare January 15, 2026 19:48
@JamieMagee
Copy link
Copy Markdown
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/requestretry-7.0.0 branch from 40e9a59 to 948a537 Compare January 26, 2026 17:13
@JamieMagee
Copy link
Copy Markdown
Contributor

JamieMagee commented Jan 26, 2026

I looked through how requestretry is used in this codebase - it's straightforward. Six files use it via .defaults() with basic options like maxAttempts, fullResponse, and json. Nothing fancy.

The version jump from 4.x to 7.x looks safe:

  • 7.0.0 fixes a security issue where Cookie and Authorization headers could leak on cross-domain redirects
  • 6.0.0 swaps the when promise library for native Promises (you can see this in the diff - when is removed as a dependency)
  • 5.0.0 adds handling for EBUSY DNS errors

None of these break the API patterns this project uses.

One thing worth noting: the underlying request library was deprecated in 2020. This upgrade is fine to merge, but at some point the project should consider moving to something actively maintained (axios, got, or native fetch).

@JamieMagee
Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [requestretry](https://github.com/FGRibreau/node-request-retry) from 4.0.0 to 7.0.0.
- [Release notes](https://github.com/FGRibreau/node-request-retry/releases)
- [Changelog](https://github.com/FGRibreau/node-request-retry/blob/master/CHANGELOG.md)
- [Commits](FGRibreau/node-request-retry@v4.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: requestretry
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/requestretry-7.0.0 branch from 948a537 to 286968d Compare January 26, 2026 17:42
@JamieMagee JamieMagee merged commit fb6d2a1 into master Jan 26, 2026
2 checks passed
@JamieMagee JamieMagee deleted the dependabot/npm_and_yarn/requestretry-7.0.0 branch January 26, 2026 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants