[PR #675] [CLOSED] Bump p-queue from 5.0.0 to 6.6.2 #1704

Closed
opened 2026-02-25 23:30:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/675
Author: @dependabot-preview[bot]
Created: 10/12/2020
Status: Closed

Base: developHead: dependabot/npm_and_yarn/p-queue-6.6.2


📝 Commits (1)

  • f57fed9 Bump p-queue from 5.0.0 to 6.6.2

📊 Changes

2 files changed (+18 additions, -10 deletions)

View changed files

📝 package-lock.json (+17 -9)
📝 package.json (+1 -1)

📄 Description

Bumps p-queue from 5.0.0 to 6.6.2.

Release notes

Sourced from p-queue's releases.

v6.6.2

  • Fix obscure unhandled rejection when calling .clear() 933ea23

https://github.com/sindresorhus/p-queue/compare/v6.6.1...v6.6.2

v6.6.1

  • Improve import for VS Code a81be14

https://github.com/sindresorhus/p-queue/compare/v6.6.0...v6.6.1

v6.6.0

  • Add add and next events (#111) edd2e8a

https://github.com/sindresorhus/p-queue/compare/v6.5.0...v6.6.0

v6.5.0

  • Update to TypeScript 3.9 4b4d2fa b4f2158

https://github.com/sindresorhus/p-queue/compare/v6.4.0...v6.5.0

v6.4.0

  • Add idle event (#109) 54a017b

https://github.com/sindresorhus/p-queue/compare/v6.3.0...v6.4.0

v6.3.0

  • Add .sizeBy() method to find queue size by priority (#94) a9f5778 If you implement your own queue, you need to implement the filter method to use .sizeBy().

https://github.com/sindresorhus/p-queue/compare/v6.2.1...v6.3.0

v6.2.1

  • Fix problem with TimeoutError import (#88) db039dd

https://github.com/sindresorhus/p-queue/compare/v6.2.0...v6.2.1

v6.2.0

  • Don't include source maps in the package f79384b They were broken anyway and it doesn't have much value for TS as it compiles to readable JS.

https://github.com/sindresorhus/p-queue/compare/v6.1.1...v6.2.0

v6.1.1

  • Fix typo in options logic when adding a task (#81) 90acaf2

https://github.com/sindresorhus/p-queue/compare/v6.1.0...v6.1.1

v6.1.0

Enhancements:

  • Add ability to update concurrency (#52) bc75c25
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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/675 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 10/12/2020 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/p-queue-6.6.2` --- ### 📝 Commits (1) - [`f57fed9`](https://github.com/floccusaddon/floccus/commit/f57fed946d574883ce30cf79194911f7ef0a1e2b) Bump p-queue from 5.0.0 to 6.6.2 ### 📊 Changes **2 files changed** (+18 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+17 -9) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 5.0.0 to 6.6.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/p-queue/releases">p-queue's releases</a>.</em></p> <blockquote> <h2>v6.6.2</h2> <ul> <li>Fix obscure unhandled rejection when calling <code>.clear()</code> 933ea23</li> </ul> <p><a href="https://github.com/sindresorhus/p-queue/compare/v6.6.1...v6.6.2">https://github.com/sindresorhus/p-queue/compare/v6.6.1...v6.6.2</a></p> <h2>v6.6.1</h2> <ul> <li>Improve import for VS Code a81be14</li> </ul> <p><a href="https://github.com/sindresorhus/p-queue/compare/v6.6.0...v6.6.1">https://github.com/sindresorhus/p-queue/compare/v6.6.0...v6.6.1</a></p> <h2>v6.6.0</h2> <ul> <li>Add <code>add</code> and <code>next</code> events (<a href="https://github-redirect.dependabot.com/sindresorhus/p-queue/issues/111">#111</a>) edd2e8a</li> </ul> <p><a href="https://github.com/sindresorhus/p-queue/compare/v6.5.0...v6.6.0">https://github.com/sindresorhus/p-queue/compare/v6.5.0...v6.6.0</a></p> <h2>v6.5.0</h2> <ul> <li>Update to TypeScript 3.9 4b4d2fa b4f2158</li> </ul> <p><a href="https://github.com/sindresorhus/p-queue/compare/v6.4.0...v6.5.0">https://github.com/sindresorhus/p-queue/compare/v6.4.0...v6.5.0</a></p> <h2>v6.4.0</h2> <ul> <li>Add <code>idle</code> event (<a href="https://github-redirect.dependabot.com/sindresorhus/p-queue/issues/109">#109</a>) 54a017b</li> </ul> <p><a href="https://github.com/sindresorhus/p-queue/compare/v6.3.0...v6.4.0">https://github.com/sindresorhus/p-queue/compare/v6.3.0...v6.4.0</a></p> <h2>v6.3.0</h2> <ul> <li>Add <code>.sizeBy()</code> method to find queue size by priority (<a href="https://github-redirect.dependabot.com/sindresorhus/p-queue/issues/94">#94</a>) a9f5778 If you implement your own queue, you need to implement the <code>filter</code> method to use <code>.sizeBy()</code>.</li> </ul> <p><a href="https://github.com/sindresorhus/p-queue/compare/v6.2.1...v6.3.0">https://github.com/sindresorhus/p-queue/compare/v6.2.1...v6.3.0</a></p> <h2>v6.2.1</h2> <ul> <li>Fix problem with <code>TimeoutError</code> import (<a href="https://github-redirect.dependabot.com/sindresorhus/p-queue/issues/88">#88</a>) db039dd</li> </ul> <p><a href="https://github.com/sindresorhus/p-queue/compare/v6.2.0...v6.2.1">https://github.com/sindresorhus/p-queue/compare/v6.2.0...v6.2.1</a></p> <h2>v6.2.0</h2> <ul> <li>Don't include source maps in the package f79384b They were broken anyway and it doesn't have much value for TS as it compiles to readable JS.</li> </ul> <p><a href="https://github.com/sindresorhus/p-queue/compare/v6.1.1...v6.2.0">https://github.com/sindresorhus/p-queue/compare/v6.1.1...v6.2.0</a></p> <h2>v6.1.1</h2> <ul> <li>Fix typo in options logic when adding a task (<a href="https://github-redirect.dependabot.com/sindresorhus/p-queue/issues/81">#81</a>) 90acaf2</li> </ul> <p><a href="https://github.com/sindresorhus/p-queue/compare/v6.1.0...v6.1.1">https://github.com/sindresorhus/p-queue/compare/v6.1.0...v6.1.1</a></p> <h2>v6.1.0</h2> <p>Enhancements:</p> <ul> <li>Add ability to update concurrency (<a href="https://github-redirect.dependabot.com/sindresorhus/p-queue/issues/52">#52</a>) bc75c25</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/p-queue/commit/55d74e14c5ea6b77a26410089ea548a10d727bf9"><code>55d74e1</code></a> 6.6.2</li> <li><a href="https://github.com/sindresorhus/p-queue/commit/933ea23ceb82e3c092385eea6a20af07b2d01f6f"><code>933ea23</code></a> Fix obscure unhandled rejection when calling <code>.clear()</code></li> <li><a href="https://github.com/sindresorhus/p-queue/commit/f41d189661b885d66b6ea64c86fd4f457ab7faba"><code>f41d189</code></a> Upgrade dev dependencies</li> <li><a href="https://github.com/sindresorhus/p-queue/commit/08630e196ebc6b70759fbc32928ca7868e9214a9"><code>08630e1</code></a> 6.6.1</li> <li><a href="https://github.com/sindresorhus/p-queue/commit/a81be148e2c876ab01228b8067f7e8ad1015c6e2"><code>a81be14</code></a> Improve import for VS Code</li> <li><a href="https://github.com/sindresorhus/p-queue/commit/67b64e3a161f8db45f8f4627506e0f015a980a71"><code>67b64e3</code></a> 6.6.0</li> <li><a href="https://github.com/sindresorhus/p-queue/commit/b770eaed88cacfddc716fb8df0ee83908458f553"><code>b770eae</code></a> Meta tweaks</li> <li><a href="https://github.com/sindresorhus/p-queue/commit/edd2e8a8661d47039bb81c3d264b87cedd8de18b"><code>edd2e8a</code></a> Add <code>add</code> and <code>next</code> events (<a href="https://github-redirect.dependabot.com/sindresorhus/p-queue/issues/111">#111</a>)</li> <li><a href="https://github.com/sindresorhus/p-queue/commit/1e9dcf8d197db7b5db69dfec60a7cdcb58daf743"><code>1e9dcf8</code></a> Clarify <code>carryoverConcurrencyCount</code> documentation (<a href="https://github-redirect.dependabot.com/sindresorhus/p-queue/issues/100">#100</a>)</li> <li><a href="https://github.com/sindresorhus/p-queue/commit/9672a3d6be06fe52f2481460c6d12645343c7ae4"><code>9672a3d</code></a> 6.5.0</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/p-queue/compare/v5.0.0...v6.6.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=p-queue&package-manager=npm_and_yarn&previous-version=5.0.0&new-version=6.6.2)](https://dependabot.com/compatibility-score/?dependency-name=p-queue&package-manager=npm_and_yarn&previous-version=5.0.0&new-version=6.6.2) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:30:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1704
No description provided.