chore(deps): update dependency p-queue to v8 #217
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:
3.0.0
->8.0.0
Release Notes
sindresorhus/p-queue (p-queue)
v8.0.0
Compare Source
Breaking
68dfe95
AbortError
export. It now throws the built-in DOMException when using thesignal
option.68dfe95
DefaultAddOptions
type toQueueAddOptions
v7.4.1
Compare Source
v7.4.0
Compare Source
f216e33
v7.3.4
Compare Source
84b32d5
v7.3.3
Compare Source
08fff4a
v7.3.2
Compare Source
967e4bd
v7.3.1
Compare Source
.add()
and.addAll()
8184655
v7.3.0
Compare Source
empty
event5362aa7
v7.2.0
Compare Source
AbortController
(#161)394153f
v7.1.0
Compare Source
efe4fee
v7.0.0
Compare Source
Breaking
8c7325a
Improvements
error
&completed
events (#130)a176837
.onSizeLessThan()
helper method (#131)8d0a356
v6.6.2
Compare Source
.clear()
933ea23
v6.6.1
Compare Source
a81be14
v6.6.0
Compare Source
add
andnext
events (#111)edd2e8a
v6.5.0
Compare Source
4b4d2fa
b4f2158
v6.4.0
Compare Source
idle
event (#109)54a017b
v6.3.0
Compare Source
.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()
.v6.2.1
Compare Source
TimeoutError
import (#88)db039dd
v6.2.0
Compare Source
f79384b
They were broken anyway and it doesn't have much value for TS as it compiles to readable JS.
v6.1.1
Compare Source
90acaf2
v6.1.0
Compare Source
Enhancements:
bc75c25
.start()
return the instance (#63)a347a6c
Fixes:
throwOnTimeout
option (#75)5e3f629
v6.0.2
Compare Source
6082a01
6ba29dd
v6.0.1
Compare Source
ed606e8
v6.0.0
Compare Source
Breaking:
a9d3ad9
Note: This means that CommonJS users needs to import the package using:
const {default: pQueue} = require('p-queue');
Enhancements:
d680adb
v5.0.0
Compare Source
Breaking:
import pQueue from 'p-queue';
toimport pQueue = require('p-queue');
v4.0.0
Compare Source
Breaking:
eventemitter3
module 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.0
Compare Source
6e9b998
v3.1.0
Compare Source
active
event (#49)16f3928
Configuration
📅 Schedule: 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: Never, 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 Mend Renovate. View repository job log here.