Skip to content

chore(deps): bump p-queue from 6.6.2 to 9.1.0 - #2506

Merged
WilliamBergamin merged 5 commits into
mainfrom
dependabot/npm_and_yarn/p-queue-9.1.0
Jul 20, 2026
Merged

chore(deps): bump p-queue from 6.6.2 to 9.1.0#2506
WilliamBergamin merged 5 commits into
mainfrom
dependabot/npm_and_yarn/p-queue-9.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 5, 2026

Copy link
Copy Markdown
Contributor

Bumps p-queue from 6.6.2 to 9.1.0.

Release notes

Sourced from p-queue's releases.

v9.1.0

  • Add strict option for sliding window rate limiting 03b8156

sindresorhus/p-queue@v9.0.1...v9.1.0

v9.0.1

  • Fix: Remove abort listener when operation completes (#235) e9074f0

sindresorhus/p-queue@v9.0.0...v9.0.1

v9.0.0

Breaking

  • Require Node.js 20 b2600d5
  • Remove throwOnTimeout option - timeouts now always throw e48716f
    • It was a mistake to not throw on timeouts and the option made it complicated to handle types.
    • If you really need the old behavior back:
       const result = await queue.add(fn).catch(error => {
         if (error instanceof TimeoutError) {
         	return undefined;
         }
      throw error;
      });

Improvements

Fixes

  • Fix stack overflow with many aborted tasks 81cbae2
  • Fix interval cap race condition with high concurrency 7fea658

... (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 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.

Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.6.2 to 9.1.0.
- [Release notes](https://github.com/sindresorhus/p-queue/releases)
- [Commits](sindresorhus/p-queue@v6.6.2...v9.1.0)

---
updated-dependencies:
- dependency-name: p-queue
  dependency-version: 9.1.0
  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 Feb 5, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner February 5, 2026 19:39
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 5, 2026
@changeset-bot

changeset-bot Bot commented Feb 5, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 3c0a576

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

@codecov

codecov Bot commented Feb 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.17%. Comparing base (1e3c0c5) to head (3c0a576).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2506   +/-   ##
=======================================
  Coverage   89.17%   89.17%           
=======================================
  Files          65       65           
  Lines       10339    10339           
  Branches      474      474           
=======================================
  Hits         9220     9220           
  Misses       1091     1091           
  Partials       28       28           
Flag Coverage Δ
cli-hooks 89.17% <ø> (ø)
cli-test 89.17% <ø> (ø)
logger 89.17% <ø> (ø)
oauth 89.17% <ø> (ø)
socket-mode 89.17% <ø> (ø)
web-api 89.17% <ø> (ø)
webhook 89.17% <ø> (ø)

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.

@zimeg zimeg added semver:major pkg:web-api applies to `@slack/web-api` pkg:rtm-api applies to `@slack/rtm-api` labels Feb 5, 2026
@zimeg
zimeg marked this pull request as draft February 5, 2026 19:47
@zimeg

zimeg commented Feb 5, 2026

Copy link
Copy Markdown
Member

📝 Saving as a draft and wanting to callout the following note in the above changelog:

Require Node.js 20

@WilliamBergamin suggests in #2488 that perhaps we move away from these dependencies if a simple implementation can accomplish similar. Let's save this for discussion!

@WilliamBergamin
WilliamBergamin marked this pull request as ready for review July 20, 2026 15:49
@WilliamBergamin
WilliamBergamin enabled auto-merge (squash) July 20, 2026 15:57
@WilliamBergamin
WilliamBergamin merged commit 16bf84c into main Jul 20, 2026
12 checks passed
@WilliamBergamin
WilliamBergamin deleted the dependabot/npm_and_yarn/p-queue-9.1.0 branch July 20, 2026 16:02
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 pkg:rtm-api applies to `@slack/rtm-api` pkg:web-api applies to `@slack/web-api` semver:major

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants