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

Update npm-run-all to version 2.1.0 πŸš€ #13

Closed
wants to merge 1 commit into from

Conversation

greenkeeperio-bot
Copy link
Contributor

Hello πŸ‘‹

πŸš€πŸš€πŸš€

npm-run-all just published its new version 2.1.0, which is not covered by your current version range.

If this pull request passes your tests you can publish your software with the latest version of npm-run-all – otherwise use this branch to work on adaptions and fixes.

Happy fixing and merging 🌴


GitHub Release

Features:

  • Node API came to give results of child processes. See also: https://github.com/mysticatea/npm-run-all/blob/master/docs/node-api.md

    runAll(["clean", "lint", "build"])
        .then(results => {
            console.log(`${results[0].name}: ${results[0].code}`); // clean: 0
            console.log(`${results[1].name}: ${results[1].code}`); // lint: 0
            console.log(`${results[2].name}: ${results[2].code}`); // build: 0
        });

The new version differs by 37 commits .

  • a0ad906 2.1.0
  • 32daa0e Fix: invalid jsdoc comments.
  • 4a1bd16 Fix: results of aborted tasks on linux
  • f4ef9f7 Update:resultsof Node API
  • 3020572 2.0.0
  • 30c2949 Chore: remove babel-runtime.
  • 62d868b Docs: switch to jsdoc from esdoc
  • 9d050ab Docs: tweaks and add a known limitation of--print-label``
  • a0c727f Merge branch 'shorthand-commands'
  • f8bbaf3 Fix: trivial
  • 969cd42 Docs: update documents
  • db62298 Fix: update tests for Node 0.x
  • 031001b Fix: fix lint targets.
  • 4496065 Update: add tests for shorthand commands.
  • 2f26fa5 Chore: Stop a use of ES6 modules. And upgrade eslint.

There are 37 commits in total. See the full diff.


This pull request was created by greenkeeper.io.
It keeps your software up to date, all the time.

Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚑

@coveralls
Copy link

coveralls commented May 13, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling 0abd99d on greenkeeper-npm-run-all-2.1.0 into 21de26c on master.

@iamstarkov iamstarkov closed this Jun 29, 2016
@iamstarkov iamstarkov deleted the greenkeeper-npm-run-all-2.1.0 branch June 29, 2016 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants