Skip to content

chore(deps): bump p-retry from 4.6.2 to 8.0.1 - #2736

Draft
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/p-retry-8.0.1
Draft

chore(deps): bump p-retry from 4.6.2 to 8.0.1#2736
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/p-retry-8.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor

Bumps p-retry from 4.6.2 to 8.0.1.

Release notes

Sourced from p-retry's releases.

v8.0.1

  • Fix error for invalid fractional retry counts 3c22035

sindresorhus/p-retry@v8.0.0...v8.0.1

v8.0.0

Breaking

  • Require Node.js 22 85cdece
  • Change retry callback order 616306e
    • Callback order changed from onFailedAttemptshouldConsumeRetryshouldRetry to shouldConsumeRetryonFailedAttemptshouldRetry.
    • Consumption decisions are now made before failure notifications and retry decisions.

Improvements

  • Add retryDelay to onFailedAttempt context (#66) 96cce98
  • Fix TypeError retry handling f011d2e
  • Harden retry timing and callback validation 9d47b60

sindresorhus/p-retry@v7.1.1...v8.0.0

v7.1.1

  • Fix delayed abort when signal is already aborted before delay phase 2aba573

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

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

... (truncated)

Commits
  • 81cd2f0 8.0.1
  • 3c22035 Fix error for invalid fractional retry counts
  • 35681f6 8.0.0
  • 9d47b60 Harden retry timing and callback validation
  • f011d2e Fix TypeError retry handling
  • 85cdece Require Node.js 22
  • 616306e Change retry callback order
  • 96cce98 Add retryDelay to onFailedAttempt context
  • 0b1e298 7.1.1
  • 2aba573 Fix delayed abort when signal is already aborted before delay phase
  • Additional commits viewable in compare view

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 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 4.6.2 to 8.0.1.
- [Release notes](https://github.com/sindresorhus/p-retry/releases)
- [Commits](sindresorhus/p-retry@v4.6.2...v8.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 8, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 8, 2026 22:01
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 8, 2026
@changeset-bot

changeset-bot Bot commented Sep 8, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: dcbc439

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@zimeg
zimeg marked this pull request as draft September 8, 2026 22:02
@zimeg

zimeg commented Sep 8, 2026

Copy link
Copy Markdown
Member

📣 Keeping this in draft with breaking changes noted in our configuration attempts:

- package-ecosystem: "npm"
directories:
- "/packages/web-api"
- "/packages/web-api/test/integration-tests/**"
groups:
slack:
patterns:
- "@slack/*"
dev-sinon:
dependency-type: "development"
patterns:
- "@types/sinon"
- "sinon"
dev-chai:
dependency-type: "development"
patterns:
- "@types/chai"
- "chai"
dev-mocha:
dependency-type: "development"
patterns:
- "@types/mocha"
- "mocha"
ignore:
# Avoid pure ESM p-queue (v7+) / p-retry (v5+) to prevent CJS require() breakage on Node >= 20 (see #2711).
- dependency-name: "p-queue"
- dependency-name: "p-retry"
- dependency-name: "@types/node"
versions:
- "21.x"
- "22.x"
- "23.x"
- "24.x"
- "25.x"
- "26.x"
labels:
- "dependencies"
- "javascript"
- "pkg:web-api"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/packages/webhook"
groups:
dev-chai:
dependency-type: "development"
patterns:
- "@types/chai"
- "chai"
dev-mocha:
dependency-type: "development"
patterns:
- "@types/mocha"
- "mocha"
ignore:
# Avoid pure ESM p-retry (v5+) to prevent CJS require() breakage on Node >= 20 (see #2711).
- dependency-name: "p-retry"
- dependency-name: "@types/node"
versions:
- "21.x"
- "22.x"
- "23.x"
- "24.x"
- "25.x"
- "26.x"
labels:
- "dependencies"
- "javascript"
- "pkg:webhook"
schedule:
interval: "weekly"

@zimeg zimeg left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot Please keep this in draft ongoing?

@codecov

codecov Bot commented Sep 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.07%. Comparing base (52eeb05) to head (dcbc439).
⚠️ Report is 6 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2736      +/-   ##
==========================================
- Coverage   89.12%   89.07%   -0.06%     
==========================================
  Files          65       65              
  Lines       10441    10441              
  Branches      482      482              
==========================================
- Hits         9306     9300       -6     
- Misses       1103     1110       +7     
+ Partials       32       31       -1     
Flag Coverage Δ
cli-hooks 89.07% <ø> (-0.06%) ⬇️
cli-test 89.07% <ø> (-0.06%) ⬇️
logger 89.07% <ø> (-0.06%) ⬇️
oauth 89.07% <ø> (-0.06%) ⬇️
socket-mode 89.07% <ø> (-0.06%) ⬇️
web-api 89.07% <ø> (-0.06%) ⬇️
webhook 89.07% <ø> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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 semver:major

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant