Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update dependency async to ^2.6.3 #16806

Merged
merged 1 commit into from
Aug 20, 2019
Merged

fix: update dependency async to ^2.6.3 #16806

merged 1 commit into from
Aug 20, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 20, 2019

This PR contains the following updates:

Package Type Update Change
async (source) dependencies minor ^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

v2.6.0

Compare Source

v2.5.0

Compare Source

  • 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

Compare Source

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

v2.4.0

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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.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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner August 20, 2019 17:06
Copy link
Contributor

@sidharthachatterjee sidharthachatterjee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@sidharthachatterjee sidharthachatterjee added the bot: merge on green Gatsbot will merge these PRs automatically when all tests passes label Aug 20, 2019
@gatsbybot gatsbybot merged commit 54e8461 into master Aug 20, 2019
@renovate renovate bot deleted the renovate/async-2.x branch August 20, 2019 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: merge on green Gatsbot will merge these PRs automatically when all tests passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants