[PR #305] [CLOSED] Bump p-queue from 5.0.0 to 6.0.0 #1497

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • e678eee Bump p-queue from 5.0.0 to 6.0.0

📊 Changes

2 files changed (+21 additions, -13 deletions)

View changed files

📝 package-lock.json (+20 -12)
📝 package.json (+1 -1)

📄 Description

Bumps p-queue from 5.0.0 to 6.0.0.

Release notes

Sourced from p-queue's releases.

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.


🔄 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/305 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 6/5/2019 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/p-queue-6.0.0` --- ### 📝 Commits (1) - [`e678eee`](https://github.com/floccusaddon/floccus/commit/e678eeed3013911592c85d738370e5861e5354ae) Bump p-queue from 5.0.0 to 6.0.0 ### 📊 Changes **2 files changed** (+21 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+20 -12) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 5.0.0 to 6.0.0. <details> <summary>Release notes</summary> *Sourced from [p-queue's releases](https://github.com/sindresorhus/p-queue/releases).* > ## 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> - [`cb9d3e8`](https://github.com/sindresorhus/p-queue/commit/cb9d3e851e826b50962cfbbf8f306bc050e4f687) 6.0.0 - [`ab477e7`](https://github.com/sindresorhus/p-queue/commit/ab477e7d5be2728741bdc08d24bacbbf97758d48) Upgrade dev dependencies - [`c97cad8`](https://github.com/sindresorhus/p-queue/commit/c97cad801ad6049d9c8e9303289c8a7a5eff0ac4) Fix TypeScript 3.5 compatibility ([#68](https://github-redirect.dependabot.com/sindresorhus/p-queue/issues/68)) - [`9533b5e`](https://github.com/sindresorhus/p-queue/commit/9533b5efb0500deb71416126c652fe86af746035) Create funding.yml - [`d680adb`](https://github.com/sindresorhus/p-queue/commit/d680adbd1b67702a8df2cc46d21b2ff2da45b467) Add option to timeout individual operations ([#61](https://github-redirect.dependabot.com/sindresorhus/p-queue/issues/61)) - [`be1a78b`](https://github.com/sindresorhus/p-queue/commit/be1a78bea4036c85e9c0e2ef09843b300d2c5a7f) Don't return a readonly array from `addAll` - [`1a67a9d`](https://github.com/sindresorhus/p-queue/commit/1a67a9d45c92d5706362f2f64abbb59238eba256) Meta tweaks - [`a9d3ad9`](https://github.com/sindresorhus/p-queue/commit/a9d3ad9996d0f6cc91bb63676bf43ef2c764971b) Refactor module in TypeScript ([#60](https://github-redirect.dependabot.com/sindresorhus/p-queue/issues/60)) - See full diff in [compare view](https://github.com/sindresorhus/p-queue/compare/v5.0.0...v6.0.0) </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.0.0)](https://dependabot.com/compatibility-score.html?dependency-name=p-queue&package-manager=npm_and_yarn&previous-version=5.0.0&new-version=6.0.0) 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot. </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:25 +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#1497
No description provided.