fix(deps): bump p-retry from 7.1.1 to 8.0.0 by dependabot[bot] · Pull Request #357 · actions/create-github-app-token
Bumps p-retry from 7.1.1 to 8.0.0.
Release notes
Sourced from p-retry's releases.
v8.0.0
Breaking
- Require Node.js 22 85cdece
- Change retry callback order 616306e
- Callback order changed from
onFailedAttempt→shouldConsumeRetry→shouldRetrytoshouldConsumeRetry→onFailedAttempt→shouldRetry.- Consumption decisions are now made before failure notifications and retry decisions.
Improvements
- Add
retryDelaytoonFailedAttemptcontext (#66) 96cce98- Fix
TypeErrorretry handling f011d2e- Harden retry timing and callback validation 9d47b60
Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)