Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2025

This PR contains the following updates:

Package Change Age Confidence
p-queue 8.1.19.1.0 age confidence

Release Notes

sindresorhus/p-queue (p-queue)

v9.1.0

Compare Source


v9.0.1

Compare Source

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

v9.0.0

Compare Source

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
  • Fix interval timing when queue becomes empty between task additions 7b3f53e
  • Fix priority default handling for undefined values 439d512


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/p-queue-9.x branch 2 times, most recently from c990c40 to 5c5a092 Compare October 21, 2025 17:50
@renovate renovate bot force-pushed the renovate/p-queue-9.x branch from 5c5a092 to 09fb35f Compare October 27, 2025 06:03
@renovate renovate bot force-pushed the renovate/p-queue-9.x branch from 09fb35f to aed4ff2 Compare November 10, 2025 21:08
@renovate renovate bot force-pushed the renovate/p-queue-9.x branch from aed4ff2 to 6c03098 Compare November 18, 2025 14:15
@renovate renovate bot force-pushed the renovate/p-queue-9.x branch 2 times, most recently from ef5d2a6 to d9cbb12 Compare December 8, 2025 06:10
@renovate renovate bot force-pushed the renovate/p-queue-9.x branch 2 times, most recently from 5dd0ad6 to a2cae78 Compare January 5, 2026 21:26
@renovate renovate bot force-pushed the renovate/p-queue-9.x branch from a2cae78 to f3ab63e Compare January 19, 2026 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant