Skip to content

fix(deps): update dependency p-queue to v9#1368

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/p-queue-9.x
Open

fix(deps): update dependency p-queue to v9#1368
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/p-queue-9.x

Conversation

@renovate

@renovate renovate Bot commented Oct 23, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
p-queue 6.6.29.3.1 age confidence

Release Notes

sindresorhus/p-queue (p-queue)

v9.3.1

Compare Source

  • Fix onSizeLessThan() resolving late when the queue drains without a completion d9cf2be

v9.3.0

Compare Source

  • Add timeoutRemaining to runningTasks 57d0a1a

v9.2.0

Compare Source


v9.1.2

Compare Source


v9.1.1

Compare Source

  • Fix signal option not rejecting when task is aborted while queued a64b316
    • If you use a custom queue class, you will have to add a remove() method. See the built-in class.

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

v8.1.1

Compare Source


v8.1.0

Compare Source

v8.0.1

Compare Source

  • Fix TypeScript types for when tsconfig exactOptionalPropertyTypes is enabled (#​202) ec4e2a3

v8.0.0

Compare Source

Breaking
  • Require Node.js 18 68dfe95
  • Removed the AbortError export. It now throws the built-in DOMException when using the signal option. 68dfe95
  • TypeScript: Rename DefaultAddOptions type to QueueAddOptions

v7.4.1

Compare Source

  • Fix problem with importing into TypeScript project 9f7ad20

v7.4.0

Compare Source

v7.3.4

Compare Source

v7.3.3

Compare Source

v7.3.2

Compare Source

v7.3.1

Compare Source

v7.3.0

Compare Source

v7.2.0

Compare Source

v7.1.0

Compare Source

v7.0.0

Compare Source

Breaking
Improvements

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR is behind base branch, 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 8 times, most recently from b52adbf to 15f2a6d Compare October 29, 2025 03:50
@renovate
renovate Bot force-pushed the renovate/p-queue-9.x branch 2 times, most recently from 3ab26ba to 67adf8e Compare November 5, 2025 05:11
@renovate
renovate Bot force-pushed the renovate/p-queue-9.x branch from 67adf8e to 50c9ed8 Compare November 18, 2025 16:01
@renovate
renovate Bot force-pushed the renovate/p-queue-9.x branch from 50c9ed8 to b1a4c9d Compare December 22, 2025 22:12
@renovate
renovate Bot force-pushed the renovate/p-queue-9.x branch 2 times, most recently from 5af1d4c to f5c8c09 Compare January 5, 2026 20:28
@renovate
renovate Bot force-pushed the renovate/p-queue-9.x branch 4 times, most recently from 53a4e49 to af5c851 Compare January 19, 2026 19:58
@renovate
renovate Bot force-pushed the renovate/p-queue-9.x branch 4 times, most recently from 028bb7d to 23c6691 Compare January 22, 2026 12:57
@renovate
renovate Bot force-pushed the renovate/p-queue-9.x branch 3 times, most recently from be23af5 to 64e4741 Compare February 1, 2026 01:43
@renovate
renovate Bot force-pushed the renovate/p-queue-9.x branch 3 times, most recently from 237ac9d to 502e0da Compare February 22, 2026 21:14
@renovate
renovate Bot force-pushed the renovate/p-queue-9.x branch from 502e0da to 78765ac Compare March 5, 2026 21:48
@renovate
renovate Bot force-pushed the renovate/p-queue-9.x branch from 78765ac to 609b95f Compare March 15, 2026 01:55
@renovate
renovate Bot force-pushed the renovate/p-queue-9.x branch 3 times, most recently from 4b18a68 to 142093c Compare March 22, 2026 17:44
@renovate
renovate Bot force-pushed the renovate/p-queue-9.x branch 2 times, most recently from 93111ad to 029cf16 Compare March 30, 2026 09:46
@renovate
renovate Bot force-pushed the renovate/p-queue-9.x branch 2 times, most recently from 9a61af9 to 53c5f5e Compare April 7, 2026 13:43
@renovate
renovate Bot force-pushed the renovate/p-queue-9.x branch from 53c5f5e to b9d5e53 Compare April 18, 2026 17:04
@renovate
renovate Bot force-pushed the renovate/p-queue-9.x branch from b9d5e53 to 3c9cd6d Compare April 27, 2026 05:47
@renovate
renovate Bot force-pushed the renovate/p-queue-9.x branch from 3c9cd6d to fbdf905 Compare May 16, 2026 09:09
@renovate
renovate Bot force-pushed the renovate/p-queue-9.x branch 7 times, most recently from 1c6fa84 to 0a546e0 Compare July 9, 2026 19:04
@renovate
renovate Bot force-pushed the renovate/p-queue-9.x branch from 0a546e0 to c09b6fe Compare July 9, 2026 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants