leecade / fe

:dog: Provide Font-End 2017 Tech Stack and standalone build environment
MIT License
15 stars 4 forks source link

Update execa to the latest version πŸš€ #47

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 0.6.0 of execa just got published.

Dependency execa
Current Version 0.5.1
Type dependency

The version 0.6.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 execa. 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 3 commits .

See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 12.808% when pulling 7a224cfbdca364ec4169db2de6eea57242103d6c on greenkeeper/execa-0.6.0 into fe5bfde7b080c818a26e8b050c179ad3748af07e on master.

codecov-io commented 7 years ago

Current coverage is 12.31% (diff: 100%)

Merging #47 into master will decrease coverage by 0.49%

@@             master        #47   diff @@
==========================================
  Files            40         40          
  Lines          1015       1015          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits            130        125     -5   
- Misses          885        890     +5   
  Partials          0          0          

Powered by Codecov. Last update fe5bfde...7a224cf

greenkeeper[bot] commented 7 years ago

Version 0.6.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits .

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.6.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits .

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.6.3 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits .

  • 2892941 0.6.3
  • 2a12986 Do not output stderr and stdout on stdio inherit - fixes #70 (#79)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.7.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 12 commits.

  • b4d1c86 0.7.0
  • c0fc20c Meta tweaks
  • 402a329 Update dev dependencies
  • c7481f4 Add test for #73
  • 0f8f7a3 Add localDir option to specify location of locally installed binaries (#73)
  • e370117 Extend environment by default - fixes #87 (#88)
  • b82905c Document all the child_process options - fixes #90 (#92)
  • 2cbcc5c Fix killSignal option (#93)
  • 3534037 Test on Node.js 8 (#91)
  • 1861b5e Fix tests (#89)
  • 9cd5e2a Better stdio option handling - fixes #24
  • 4231a10 Fix test for exit code 1 on windows (#78)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.8.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • dc7e21b 0.8.0
  • 5bab08b Do not buffer when streams are used - fixes #84 (#95)
  • afa9700 Fix extending from process.env when no env option is provided - fixes #101 (#102)
  • f071546 Fix test flakiness on Windows

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.9.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • b019895 0.9.0
  • 8fb8b6d Increase delay of detached child process (#120)
  • ff76235 Turn off echo on Windows - fixes #116 (#118)
  • 5f890ab Detached child process should not kill child - fixes #115 (#117)
  • 79a496a Document windowsVerbatimArguments option (#114)
  • d31cc91 Enhance error object in sync methods - fixes #98 (#107)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.10.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.11.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 9 commits.

  • 20ab0a1 0.11.0
  • 8bea281 Remove deprecated .spawn() method
  • ff2f4b8 Update get-stream dependency
  • 50384aa Add buffer option to be able to disable buffering (#133)
  • d1f20ec Bump nyc to 13.x (#148)
  • 49518e1 Require Node.js 6
  • 7488ce9 Fix XO linting (#141)
  • 7e4d44c Fix typo in test description (#137)
  • 845de7d Add Patreon badge

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.0.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.0.0

Thanks to @GMartigny, @BendingBender, @tomsotte, @ammarbinfaisal, @zokker13, @stroncium, @satyarohith, @bradfordlemley, @coreyfarrell, @brandon93s, @dtinth, @papb for the great features and bug fixes they've contributed!

Please check the Medium article about this release!

Breaking changes

Features

Bug fixes

Documentation

Design

Tests

Maintainers

  • Add @ehmicky as an additional maintainer.
Commits

The new version differs by 125 commits.

  • ec10a4c 2.0.0
  • 2752f49 Fix linting
  • eb22ff7 Change default value of the preferLocal option to false (#314)
  • 4dd258d Separate error creation logic into its own file (#311)
  • 8af8c96 Improve/refactor .cancel() (#309)
  • 4503764 Simplify code related to context (#310)
  • c2787e5 Separate cleanup into its own function (#308)
  • a9fa13f Rename variables in stdio file (#306)
  • 85a54d5 Separate cleanup option handling into its own function (#307)
  • b979534 Rename nodeArguments to nodeOptions (#299)
  • 825f8a7 Refactor stdio option for execa.node() (#303)
  • 2c65870 Do not allow stdin: 0 combined with stdio (#301)
  • 03d7be2 Refactor entry point of execa.node() (#305)
  • 0d4a97a Fix functions coding style (#296)
  • ab83d8d Simplify tests for stdio (#300)

There are 125 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead πŸš€