fix: update dependency async to ^2.6.3 #16806
Merged
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.1.2
->^2.6.3
Release Notes
caolan/async
v2.6.3
Compare Source
v2.6.2
Compare Source
v2.6.1
Compare Source
npm audit
warnings. (#1532, #1533)async-es
more optimized for webpack users (#1517)v2.6.0
Compare Source
require('async/find')
or useasync.anyLimit
. (#1483)queue
performance. (#1448, #1454)v2.5.0
Compare Source
concatLimit
, theLimit
equivalent ofconcat
(#1426, #1430)concat
improvements: it now preserves order, handles falsy values and theiteratee
callback takes a variable number of arguments (#1437, #1436)queue
where there was a size discrepancy betweenworkersList().length
andrunning()
(#1428, #1429)v2.4.1
Compare Source
timeout()
from being re-used. (#1418, #1419)v2.4.0
Compare Source
tryEach
, for running async functions in parallel, where you only expect one to succeed. (#1365, #687)parallel
andwaterfall
(#1395)queue.remove()
, for removing items in aqueue
(#1397, #1391)eval
, preventing Async from running in pages with Content Security Policy (#1404, #1403)asyncify
ed function's callback being caught by the underlying Promise (#1408)queue.empty()
(#1367)v2.3.0
Compare Source
async
functions. Wherever you can pass a Node-style/CPS function that uses a callback, you can also pass anasync
function. Previously, you had to wrapasync
functions withasyncify
. The caveat is that it will only work ifasync
functions are supported natively in your environment, transpiled implementations can't be detected. (#1386, #1390)v2.2.0
Compare Source
groupBy
, and theSeries
/Limit
equivalents, analogous to_.groupBy
(#1364)transform
bug whencallback
was not passed (#1381)reflect
toparallel
docs (#1385)v2.1.5
Compare Source
auto
bug when function names collided with Array.prototype (#1358)some
,every
andfind
where processing would continue after the result was determined.some
,every
andfind
v2.1.4
Compare Source
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.