Skip to content

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

Draft
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/p-queue-9.1.0
Draft

chore(deps): bump p-queue from 6.6.2 to 9.1.0#2506
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/p-queue-9.1.0

Conversation

@dependabot
Copy link
Contributor

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

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

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-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
Copy link

changeset-bot bot commented Feb 5, 2026

⚠️ No Changeset found

Latest commit: d2a60d5

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
Copy link

codecov bot commented Feb 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.11%. Comparing base (0abdc91) to head (d2a60d5).
⚠️ 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   93.11%   93.11%           
=======================================
  Files          40       40           
  Lines       11269    11269           
  Branches      713      713           
=======================================
  Hits        10493    10493           
  Misses        764      764           
  Partials       12       12           
Flag Coverage Δ
cli-hooks 95.42% <ø> (ø)
cli-test 94.79% <ø> (ø)
oauth 77.39% <ø> (ø)
socket-mode 61.87% <ø> (ø)
web-api 98.11% <ø> (ø)
webhook 96.66% <ø> (ø)

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
Copy link
Member

zimeg commented Feb 5, 2026

📝 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!

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.

1 participant