[PR #400] [CLOSED] Bump p-queue from 5.0.0 to 6.2.1 #1552

Closed
opened 2026-02-25 22:40:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/400
Author: @dependabot-preview[bot]
Created: 11/11/2019
Status: Closed

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


📝 Commits (1)

  • 387f69d Bump p-queue from 5.0.0 to 6.2.1

📊 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.2.1.

Release notes

Sourced from p-queue's releases.

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
  • Make .start() return the instance (#63) a347a6c

Fixes:

  • Correct the documented default for the throwOnTimeout option (#75) 5e3f629

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

v6.0.2

  • TypeScript - Properly export interfaces (#72) 6082a01
  • TypeScript - Fix import for dependencies with no default export (#73) 6ba29dd

https://github.com/sindresorhus/p-queue/compare/v6.0.1...v6.0.2

v6.0.1

  • Add missing package.json main field (#69) ed606e8

https://github.com/sindresorhus/p-queue/compare/v6.0.0...v6.0.1

v6.0.0

Breaking:

  • Rewrite in TypeScript (#60) a9d3ad9
    Note: This means that CommonJS users needs to import the package using:
    const {default: pQueue} = require('p-queue');

Enhancements:

  • Add option to timeout individual operations (#61) d680adb

https://github.com/sindresorhus/p-queue/compare/v5.0.0...v6.0.0

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/400 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 11/11/2019 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/p-queue-6.2.1` --- ### 📝 Commits (1) - [`387f69d`](https://github.com/floccusaddon/floccus/commit/387f69dc584704da94f13fad3ba6713838918898) Bump p-queue from 5.0.0 to 6.2.1 ### 📊 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.2.1. <details> <summary>Release notes</summary> *Sourced from [p-queue's releases](https://github.com/sindresorhus/p-queue/releases).* > ## v6.2.1 > - Fix problem with `TimeoutError` import ([#88](https://github-redirect.dependabot.com/sindresorhus/p-queue/issues/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](https://github-redirect.dependabot.com/sindresorhus/p-queue/issues/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](https://github-redirect.dependabot.com/sindresorhus/p-queue/issues/52)) bc75c25 > - Make `.start()` return the instance ([#63](https://github-redirect.dependabot.com/sindresorhus/p-queue/issues/63)) a347a6c > > Fixes: > - Correct the documented default for the `throwOnTimeout` option ([#75](https://github-redirect.dependabot.com/sindresorhus/p-queue/issues/75)) 5e3f629 > > https://github.com/sindresorhus/p-queue/compare/v6.0.2...v6.1.0 > > ## v6.0.2 > - TypeScript - Properly export interfaces ([#72](https://github-redirect.dependabot.com/sindresorhus/p-queue/issues/72)) 6082a01 > - TypeScript - Fix import for dependencies with no default export ([#73](https://github-redirect.dependabot.com/sindresorhus/p-queue/issues/73)) 6ba29dd > > https://github.com/sindresorhus/p-queue/compare/v6.0.1...v6.0.2 > > ## v6.0.1 > - Add missing package.json main field ([#69](https://github-redirect.dependabot.com/sindresorhus/p-queue/issues/69)) ed606e8 > > https://github.com/sindresorhus/p-queue/compare/v6.0.0...v6.0.1 > > ## v6.0.0 > Breaking: > - Rewrite in TypeScript ([#60](https://github-redirect.dependabot.com/sindresorhus/p-queue/issues/60)) a9d3ad9 > **Note**: This means that CommonJS users needs to import the package using: > `const {default: pQueue} = require('p-queue');` > > Enhancements: > - Add option to timeout individual operations ([#61](https://github-redirect.dependabot.com/sindresorhus/p-queue/issues/61)) d680adb > > https://github.com/sindresorhus/p-queue/compare/v5.0.0...v6.0.0 </details> <details> <summary>Commits</summary> - [`a578dc4`](https://github.com/sindresorhus/p-queue/commit/a578dc41a6248eba1432921f75f43ae73749eb93) 6.2.1 - [`6e84797`](https://github.com/sindresorhus/p-queue/commit/6e84797ab771e8019a409ae4131e58d5d924ea28) Upgrade dev dependencies - [`db039dd`](https://github.com/sindresorhus/p-queue/commit/db039ddcb821023581cd08d44ca9c1b107cac367) Fix importing `TimeoutError` ([#88](https://github-redirect.dependabot.com/sindresorhus/p-queue/issues/88)) - [`f1f7fb9`](https://github.com/sindresorhus/p-queue/commit/f1f7fb9ac318f7f29c9543f1923de58a48588ae7) 6.2.0 - [`f79384b`](https://github.com/sindresorhus/p-queue/commit/f79384bc68f1e6488b5449382a2e39a1e13659d9) Upgrade dependencies - [`83a166c`](https://github.com/sindresorhus/p-queue/commit/83a166cea1797015457c910b6c37a50187e3be9b) Tidelift tasks - [`144d0ad`](https://github.com/sindresorhus/p-queue/commit/144d0ad54c9940d8b53359bd4566be89d8437df5) 6.1.1 - [`90acaf2`](https://github.com/sindresorhus/p-queue/commit/90acaf20cb8c9a39a4b45d1851679a2f3f4d6ad9) Fix typo in options logic when adding a task ([#81](https://github-redirect.dependabot.com/sindresorhus/p-queue/issues/81)) - [`fb54f68`](https://github.com/sindresorhus/p-queue/commit/fb54f6840948bf0cefc1babbe4cd412344d24473) 6.1.0 - [`1d96110`](https://github.com/sindresorhus/p-queue/commit/1d96110d2e88c1a02e6d889d2248950a7c8e7f94) Minor tweaks - Additional commits viewable in [compare view](https://github.com/sindresorhus/p-queue/compare/v5.0.0...v6.2.1) </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.2.1)](https://dependabot.com/compatibility-score.html?dependency-name=p-queue&package-manager=npm_and_yarn&previous-version=5.0.0&new-version=6.2.1) 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 22:40:35 +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#1552
No description provided.