fix(deps): update dependency p-queue to v6 - autoclosed #95
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.4.2->^6.0.0Release Notes
sindresorhus/p-queue
v6.6.2Compare Source
.clear()933ea23v6.6.1Compare Source
a81be14v6.6.0Compare Source
addandnextevents (#111)edd2e8av6.5.0Compare Source
4b4d2fab4f2158v6.4.0Compare Source
idleevent (#109)54a017bv6.3.0Compare Source
.sizeBy()method to find queue size by priority (#94)a9f5778If you implement your own queue, you need to implement the
filtermethod to use.sizeBy().v6.2.1Compare Source
TimeoutErrorimport (#88)db039ddv6.2.0Compare Source
f79384bThey were broken anyway and it doesn't have much value for TS as it compiles to readable JS.
v6.1.1Compare Source
90acaf2v6.1.0Compare Source
Enhancements:
bc75c25.start()return the instance (#63)a347a6cFixes:
throwOnTimeoutoption (#75)5e3f629v6.0.2Compare Source
6082a016ba29ddv6.0.1Compare Source
ed606e8v6.0.0Compare Source
Breaking:
a9d3ad9Note: This means that CommonJS users needs to import the package using:
const {default: pQueue} = require('p-queue');Enhancements:
d680adbv5.0.0Compare Source
Breaking:
7ce42b311a0807import pQueue from 'p-queue';toimport pQueue = require('p-queue');v4.0.0Compare Source
Breaking:
eventemitter3module instead of Node.js EventEmitter (#58)3827527(It's only a breaking change if you depend on EventEmitter methods that are not available in
eventemitter3. Read more)v3.2.0Compare Source
6e9b998v3.1.0Compare Source
activeevent (#49)16f3928v3.0.0Compare Source
Breaking:
d573a97Other:
ab76d24Renovate configuration
📅 Schedule: 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.