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 the latest version πŸš€ #277

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Dec 31, 2016

Version 4.0.0 of npm-run-all just got published.

Dependency npm-run-all
Current Version 2.3.0
Type devDependency

The version 4.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of npm-run-all.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 41 commits .

  • 5e88fb7 4.0.0
  • 12b2b87 Breaking: use NPM_EXECPATH to run tasks
  • 07bfec5 Chore: remove unused setting in .eslintrc.json
  • 02e9767 New: --max-parallel option
  • 58f9d4c Chore: remove read-pkg-up
  • 49528e4 Chore: update dependencies
  • 023a3c3 Fix: the leaks of modifications to remove babel
  • 26a951e Chore: upgrade nyc and mocha
  • c8c440d Chore: stop using babel
  • 993df33 Chore: remove polyfills
  • 3f933c3 Chore: upgrade eslint and eslint-config
  • 53d4f2a Breaking: drop supports for Node 0.x
  • fed85bf Chore: rename .eslintrc β†’ .eslintrc.json
  • 910d78d Merge pull request #75 from nulltask/feature/colorize (fixes #73)
  • d7821df Change labels to be displayed in individual colors for each task

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

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 17, 2017

Version 4.0.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 11 commits .

  • acb1582 4.0.1
  • 378c54b Chore: switch to codecov
  • 779720c Chore: fix trivial
  • 6beda60 Docs: update README.md
  • 558da4b Merge pull request #82 from vinkla/patch-1
  • 181b689 Merge pull request #84 from bmarcaur/fix/npm-execpath-case-sensitivity
  • bb9e627 NPM_EXECPATH -> npm_execpath, this variable is case sensitive
  • 81e3d0f Merge pull request #83 from evilebottnawi/patch-2
  • b40fc7e Fixed: typo in help CLI command.
  • 0190327 Simplify repository config
  • 750f5d9 Docs: fix README.md

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 22, 2017

Version 4.0.2 just got published.

Update to this version instead πŸš€

Release Notes v4.0.2

Bug fixes

  • b90575b fixed unintentional failing of the assertion check about --race option. If there is a mix of --parallel and --serial then --race option had failed always. (fixes #88).
Commits

The new version differs by 2 commits .

  • 46cfd57 4.0.2
  • b90575b Fix: it threw for --race even if --parallel exists (fixes #88)

See the full diff.

greenkeeper bot added a commit that referenced this pull request Aug 26, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 26, 2017

Version 4.1.0 just got published.

Update to this version instead πŸš€

Release Notes v4.1.0

Features

  • e07e782 add --aggregate-output option. This option avoids that the output of tasks is mixed even if parallel mode. Don't use this option if the task never finishes such as web server.
    Thank you, @fatso83 !

Bug fixes

  • f7f7b43 fixed a bug that npm-run-all shows MaxListenersExceededWarning warnings if it runs many tasks in parallel.
Commits

The new version differs by 14 commits.

  • 59219e8 4.1.0
  • f7f7b43 Fix: MaxListenersExceededWarning (fixes #105)
  • 64f6479 Chore: use async/await in tests
  • 66fa8ff Chore: upgrade dependencies
  • 8c8bec0 Docs: update docs
  • 8c6debf Chore: tweak CI settings
  • 5fcc2c6 Chore: no package-lock
  • e07e782 New: add --aggregate-output option (fixes #36)(#104)
  • dff6409 Docs: add note about Yarn compatibility (#103)
  • 94f1b64 Merge pull request #101 from ntwb/patch-1
  • a8364ce Add Node.j 8.x to AppVeyor CI
  • c6d3092 Add Node.js 8.x to Travis CI
  • 873f036 Merge pull request #95 from goto-bus-stop/feature/docs-in-pkg
  • 0fca0e0 Include docs in published npm package.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 28, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 28, 2017

Version 4.1.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 7e83545 4.1.1
  • ac9358a Chore: configure appveyor to run on only Node 8.
  • fbd4024 Fix: Use ansi-style directly instead of chalk.styles (#108)

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 7, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 7, 2017

Version 4.1.2 just got published.

Update to this version instead πŸš€

Release Notes v4.1.2

Bug fixes

  • 096779b fixed the problem that --aggregate-output option does not work if child tasks print large output (#111). Thank you, @jlopezxs!
  • 693261b fixed the problem that --aggregate-output option does not work on npm-run-all command.
  • 528d105...43a6b16 fixed the problem with using yarn (#113).
Commits

The new version differs by 8 commits.

  • ec4d56c 4.1.2
  • cc8611c Chore: upgrade dependencies
  • 43a6b16 Chore: fix tests
  • dfb9dcb Fix: fix for latest yarn
  • 528d105 Chore: trivial fix
  • 693261b Fix: missing --aggregate-output in npm-run-all
  • 096779b Fix: --aggregate-output cannot handle large data (fixes #111)(#112)
  • 6ef64ab Chore: add Node 9 to Travis CI

See the full diff

greenkeeper bot added a commit that referenced this pull request May 6, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 6, 2018

Version 4.1.3 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • 52eaf86 4.1.3
  • 61bad5c Chore: upgrade dependencies
  • 35f86ae Fix: unexpected behavior of leading bang (#124)
  • c76db0e Docs: typo fix in README.md: is/are (#120)
  • d56c268 Fix: colorize tasks names sequentially instead of by hash (#115)
  • 21c0269 Chore: trivial fix

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 24, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 24, 2018

  • The devDependency npm-run-all was updated from 2.3.0 to 4.1.4.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • a79fbac πŸ”– 4.1.4
  • d97929c remove test in version script temporary
  • 57d72eb πŸ”₯ remove ps-tree

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 24, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 24, 2018

  • The devDependency npm-run-all was updated from 2.3.0 to 4.1.5.

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • df15118 πŸ”– 4.1.5
  • 94007fd βš’ make test's timeout longer
  • 1b41ac5 πŸ› use pidtree
  • 7ec542e ⬆️ update dependencies
  • 51e678e Revert: "remove test in version script temporary"

See the full diff

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

0 participants