Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2025

Bumps p-retry from 4.6.2 to 7.1.0.

Release notes

Sourced from p-retry's releases.

v7.1.0


sindresorhus/p-retry@v7.0.0...v7.1.0

v7.0.0

Breaking

  • Require Node.js 20 3bdb53a
  • onFailedAttempt and shouldRetry now receive a context object instead of a decorated error bff36bb
    • You must now must access the error as object.error instead of object.
    • The use of .attemptNumber and .retriesLeft did not change.
  • Remove the forever option (#79) 6a89827
    • Many use-cases can use {retries: Infinity} instead for infinite retries.

Improvements

  • Rewrite the package to not depend on the retry package (#79) 6a89827
    • This is a full rewrite, so test carefully.
  • Add makeRetriable method 1a81c1e

sindresorhus/p-retry@v6.2.1...v7.0.0

v7.0.0-0

Breaking

  • Require Node.js 20 3bdb53a
  • onFailedAttempt and shouldRetry now receive a context object instead of a decorated error bff36bb
    • You must now must access the error as object.error instead of object.
    • The use of .attemptNumber and .retriesLeft did not change.
  • Remove the forever option (#79) 6a89827
    • Many use-cases can use {retries: Infinity} instead for infinite retries.

Improvements

  • Rewrite the package to not depend on the retry package (#79) 6a89827
    • This is a full rewrite, so test carefully.
  • Add makeRetriable method 1a81c1e

sindresorhus/p-retry@v6.2.1...v7.0.0-0

v6.2.1

  • Fix onFailedAttempt and shouldRetry options being undefined (#82) b400af6

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
p-retry [>= 6.a, < 7]
p-retry [>= 5.a, < 6]

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 9, 2025
@dependabot dependabot bot requested review from a team and ft-dependency-auto-merger as code owners October 9, 2025 08:09
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 9, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/p-retry-7.1.0 branch 2 times, most recently from e94efbf to 90aa86c Compare October 10, 2025 11:04
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/p-retry-7.1.0 branch from 90aa86c to 8f80478 Compare October 17, 2025 09:57
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/p-retry-7.1.0 branch 3 times, most recently from 3f159de to 2b779f2 Compare October 31, 2025 09:17
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/p-retry-7.1.0 branch 5 times, most recently from a010309 to 2387c0a Compare November 6, 2025 15:50
Bumps [p-retry](https://github.com/sindresorhus/p-retry) from 4.6.2 to 7.1.0.
- [Release notes](https://github.com/sindresorhus/p-retry/releases)
- [Commits](sindresorhus/p-retry@v4.6.2...v7.1.0)

---
updated-dependencies:
- dependency-name: p-retry
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/p-retry-7.1.0 branch from 2387c0a to fe8da91 Compare November 7, 2025 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge: unsafe dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant