Zenko icon indicating copy to clipboard operation
Zenko copied to clipboard

Bump async from 2.1.2 to 2.6.4 in /tests/zenko_tests/node_tests

Open dependabot[bot] opened this issue 3 years ago • 10 comments

Bumps async from 2.1.2 to 2.6.4.

Release notes

Sourced from async's releases.

v2.3.0

  • Added support for ES2017 async functions. Wherever you can pass a Node-style/CPS function that uses a callback, you can also pass an async function. Previously, you had to wrap async functions with asyncify. The caveat is that it will only work if async functions are supported natively in your environment, transpiled implementations can't be detected. (#1386, #1390)

v2.2.0

  • Added groupBy, and the Series/Limit equivalents, analogous to _.groupBy (#1364)
  • Fixed transform bug when callback was not passed (#1381)

v2.1.5

  • Fix auto bug when function names collided with Array.prototype (#1358)
  • Improve some error messages (#1349)
  • Avoid stack overflow case in queue
  • Fixed an issue in some, every and find where processing would continue after the result was determined.
  • Cleanup implementations of some, every and find

v2.1.3

  • Make bundle size smaller
  • Create optimized hotpath for filter in array case.
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 audit warnings. (#1532, #1533)
  • Made async-es more 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 use async.anyLimit. (#1483)
  • Improved queue performance. (#1448, #1454)
  • Add missing sourcemap (#1452, #1453)
  • Various doc updates (#1448, #1471, #1483)

v2.5.0

  • Added concatLimit, the Limit equivalent of concat (#1426, #1430)
  • concat improvements: it now preserves order, handles falsy values and the iteratee callback takes a variable number of arguments (#1437, #1436)
  • Fixed an issue in queue where there was a size discrepancy between workersList().length and running() (#1428, #1429)
  • Various doc fixes (#1422, #1424)

v2.4.1

  • Fixed a bug preventing functions wrapped with timeout() from being re-used. (#1418, #1419)

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 parallel and waterfall (#1395)
  • Added queue.remove(), for removing items in a queue (#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 async functions. Wherever you can pass a Node-style/CPS function that uses a callback, you can also pass an async function. Previously, you had to wrap async functions with asyncify. The caveat is that it will only work if async functions are supported natively in your environment, transpiled implementations can't be detected. (#1386, #1390)
  • Small doc fix (#1392)

v2.2.0

  • Added groupBy, and the Series/Limit equivalents, analogous to _.groupBy (#1364)
  • Fixed transform bug when callback was not passed (#1381)
  • Added note about reflect to parallel docs (#1385)

v2.1.5

  • Fix auto bug when function names collided with Array.prototype (#1358)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by hargasinski, a new releaser for async since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 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

You can disable automated security fix PRs for this repo from the Security Alerts page.

> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] avatar Apr 28 '22 16:04 dependabot[bot]

Hello dependabot[bot],

My role is to assist you with the merge of this pull request. Please type @bert-e help to get information on this process, or consult the user documentation.

Status report is not available.

The following options are set: bypass_author_approval, bypass_jira_check

bert-e avatar Apr 28 '22 16:04 bert-e

Integration data created

I have created the integration data for the additional destination branches.

The following branches will NOT be impacted:

  • development/0.9
  • development/1.0
  • development/1.1
  • development/1.2
  • development/2.1
  • development/2.2

Follow integration pull requests if you would like to be notified of build statuses by email.

The following options are set: bypass_author_approval, bypass_jira_check

bert-e avatar Apr 28 '22 16:04 bert-e

Waiting for approval

The following approvals are needed before I can proceed with the merge:

  • the author

  • 2 peers

The following options are set: bypass_author_approval, bypass_jira_check

bert-e avatar Apr 28 '22 16:04 bert-e

Branches have diverged

This pull request's source branch dependabot/npm_and_yarn/tests/zenko_tests/node_tests/async-2.6.4 has diverged from development/2.5 by more than 50 commits.

To avoid any integration risks, please re-synchronize them using one of the following solutions:

  • Merge origin/development/2.5 into dependabot/npm_and_yarn/tests/zenko_tests/node_tests/async-2.6.4
  • Rebase dependabot/npm_and_yarn/tests/zenko_tests/node_tests/async-2.6.4 onto origin/development/2.5

Note: If you choose to rebase, you may have to ask me to rebuild integration branches using the reset command.

The following options are set: bypass_author_approval, bypass_jira_check

bert-e avatar Sep 27 '22 10:09 bert-e

Branches have diverged

This pull request's source branch dependabot/npm_and_yarn/tests/zenko_tests/node_tests/async-2.6.4 has diverged from development/2.6 by more than 50 commits.

To avoid any integration risks, please re-synchronize them using one of the following solutions:

  • Merge origin/development/2.6 into dependabot/npm_and_yarn/tests/zenko_tests/node_tests/async-2.6.4
  • Rebase dependabot/npm_and_yarn/tests/zenko_tests/node_tests/async-2.6.4 onto origin/development/2.6

Note: If you choose to rebase, you may have to ask me to rebuild integration branches using the reset command.

The following options are set: bypass_author_approval, bypass_jira_check

bert-e avatar Dec 23 '22 15:12 bert-e

Waiting for approval

The following approvals are needed before I can proceed with the merge:

  • the author

  • 2 peers

The following options are set: bypass_author_approval, bypass_jira_check

bert-e avatar Jan 24 '23 23:01 bert-e

Branches have diverged

This pull request's source branch dependabot/npm_and_yarn/tests/zenko_tests/node_tests/async-2.6.4 has diverged from development/2.6 by more than 50 commits.

To avoid any integration risks, please re-synchronize them using one of the following solutions:

  • Merge origin/development/2.6 into dependabot/npm_and_yarn/tests/zenko_tests/node_tests/async-2.6.4
  • Rebase dependabot/npm_and_yarn/tests/zenko_tests/node_tests/async-2.6.4 onto origin/development/2.6

Note: If you choose to rebase, you may have to ask me to rebuild integration branches using the reset command.

The following options are set: bypass_author_approval, bypass_jira_check

bert-e avatar May 09 '23 14:05 bert-e

Branches have diverged

This pull request's source branch dependabot/npm_and_yarn/tests/zenko_tests/node_tests/async-2.6.4 has diverged from development/2.7 by more than 50 commits.

To avoid any integration risks, please re-synchronize them using one of the following solutions:

  • Merge origin/development/2.7 into dependabot/npm_and_yarn/tests/zenko_tests/node_tests/async-2.6.4
  • Rebase dependabot/npm_and_yarn/tests/zenko_tests/node_tests/async-2.6.4 onto origin/development/2.7

Note: If you choose to rebase, you may have to ask me to rebuild integration branches using the reset command.

The following options are set: bypass_author_approval, bypass_jira_check

bert-e avatar Jun 05 '23 12:06 bert-e

Branches have diverged

This pull request's source branch dependabot/npm_and_yarn/tests/zenko_tests/node_tests/async-2.6.4 has diverged from development/2.8 by more than 50 commits.

To avoid any integration risks, please re-synchronize them using one of the following solutions:

  • Merge origin/development/2.8 into dependabot/npm_and_yarn/tests/zenko_tests/node_tests/async-2.6.4
  • Rebase dependabot/npm_and_yarn/tests/zenko_tests/node_tests/async-2.6.4 onto origin/development/2.8

Note: If you choose to rebase, you may have to ask me to rebuild integration branches using the reset command.

The following options are set: bypass_author_approval, bypass_jira_check

bert-e avatar Jun 21 '23 05:06 bert-e