z-kit / z-hello

The z-kit component template, starter point to create z-kit compatible components.
MIT License
1 stars 0 forks source link

Update wait-on to the latest version 🚀 #55

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 3.0.0 of wait-on was just published.

Dependency wait-on
Current Version 2.1.2
Type devDependency

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

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of wait-on.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v3.0.0

Update packages which results in drop of support for Node 4.

V3+ requires node 6+

Updated:

  • mocha@5.2.0
  • expect replaced with expect-legacy@1.20.2 (later expect doesn't support mocha, only jest)
  • core-js@2.5.7
  • joi@13.0.0
  • request@2.88.0
Commits

The new version differs by 2 commits.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 3.0.1 just got published.

Update to this version instead 🚀

Release Notes v3.0.1

Pushed to update the Readme that is displayed for npmjs.com to mention Node.js v6+ requirement for wait-on@3. Refers node.js v4 users to wait-on@2.1.2 and older engines to wait-on@1.5.4.

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for v3.2.0

Added --tcpTimeout option

 --tcpTimeout

   Maximum time in ms for tcp connect, default 300ms

thanks @Sarithis

Commits

The new version differs by 3 commits.

  • 31293af 3.2.0
  • 813423e Merge pull request #32 from Sarithis/master
  • b32d023 Adds a tcp timeout. Fixes #31

See the full diff