Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 22, 2025

Bumps p-retry from 6.2.1 to 7.0.0.

Release notes

Sourced from p-retry's releases.

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

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [p-retry](https://github.com/sindresorhus/p-retry) from 6.2.1 to 7.0.0.
- [Release notes](https://github.com/sindresorhus/p-retry/releases)
- [Commits](sindresorhus/p-retry@v6.2.1...v7.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 22, 2025
@meridian-robot meridian-robot enabled auto-merge (squash) August 22, 2025 07:15
Signed-off-by: Miroslav Bajtoš <[email protected]>
@meridian-robot meridian-robot merged commit 16c02aa into main Aug 25, 2025
6 checks passed
@meridian-robot meridian-robot deleted the dependabot/npm_and_yarn/p-retry-7.0.0 branch August 25, 2025 11:25
@github-project-automation github-project-automation bot moved this to ✅ done in CheckerNetwork Aug 25, 2025
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 javascript Pull requests that update Javascript code
Projects
Status: ✅ done
Development

Successfully merging this pull request may close these issues.

2 participants