RESTED
RESTED copied to clipboard
Bump async from 2.1.4 to 2.6.4
Bumps async from 2.1.4 to 2.6.4.
Release notes
Sourced from async's releases.
v2.3.0
- Added support for ES2017
asyncfunctions. Wherever you can pass a Node-style/CPS function that uses a callback, you can also pass anasyncfunction. Previously, you had to wrapasyncfunctions withasyncify. The caveat is that it will only work ifasyncfunctions are supported natively in your environment, transpiled implementations can't be detected. (#1386, #1390)v2.2.0
- Added
groupBy, and theSeries/Limitequivalents, analogous to_.groupBy(#1364)- Fixed
transformbug whencallbackwas not passed (#1381)v2.1.5
Changelog
Sourced from async's changelog.
v2.6.4
- Fix potential prototype pollution exploit (#1828)
v2.6.3
- Updated lodash to squelch a security warning (#1675)
v2.6.2
- Updated lodash to squelch a security warning (#1620)
v2.6.1
- Updated lodash to prevent
npm auditwarnings. (#1532, #1533)- Made
async-esmore optimized for webpack users (#1517)- Fixed a stack overflow with large collections and a synchronous iterator (#1514)
- Various small fixes/chores (#1505, #1511, #1527, #1530)
v2.6.0
- Added missing aliases for many methods. Previously, you could not (e.g.)
require('async/find')or useasync.anyLimit. (#1483)- Improved
queueperformance. (#1448, #1454)- Add missing sourcemap (#1452, #1453)
- Various doc updates (#1448, #1471, #1483)
v2.5.0
- Added
concatLimit, theLimitequivalent ofconcat(#1426, #1430)concatimprovements: it now preserves order, handles falsy values and theiterateecallback takes a variable number of arguments (#1437, #1436)- Fixed an issue in
queuewhere there was a size discrepancy betweenworkersList().lengthandrunning()(#1428, #1429)- Various doc fixes (#1422, #1424)
v2.4.1
v2.4.0
- Added
tryEach, for running async functions in parallel, where you only expect one to succeed. (#1365, #687)- Improved performance, most notably in
parallelandwaterfall(#1395)- Added
queue.remove(), for removing items in aqueue(#1397, #1391)- Fixed using
eval, preventing Async from running in pages with Content Security Policy (#1404, #1403)- Fixed errors thrown in an
asyncifyed function's callback being caught by the underlying Promise (#1408)- Fixed timing of
queue.empty()(#1367)- Various doc fixes (#1314, #1394, #1412)
v2.3.0
- Added support for ES2017
asyncfunctions. Wherever you can pass a Node-style/CPS function that uses a callback, you can also pass anasyncfunction. Previously, you had to wrapasyncfunctions withasyncify. The caveat is that it will only work ifasyncfunctions are supported natively in your environment, transpiled implementations can't be detected. (#1386, #1390)- Small doc fix (#1392)
v2.2.0
- Added
groupBy, and theSeries/Limitequivalents, analogous to_.groupBy(#1364)- Fixed
transformbug whencallbackwas not passed (#1381)- Added note about
reflecttoparalleldocs (#1385)v2.1.5
- Fix
autobug when function names collided with Array.prototype (#1358)
... (truncated)
Commits
c6bdacaVersion 2.6.48870da9Update built files4df6754update changelog8f7f903Fix prototype pollution vulnerability (#1828)f1d8383Version 2.6.32b674c1update changelogeab740ffix: udpate lodash. closes #1675eaf32beVersion 2.6.2684b42eUpdate built filese1bd3daupdate changelog- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by hargasinski, a new releaser for async since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.