Open greenkeeper[bot] opened 4 years ago
devDependency
wait-on was updated from 3.3.0
to 4.0.1
.Update to this version instead ๐
The new version differs by 6 commits.
af9de4e
4.0.1
00d2828
Merge branch 'markhoney-patch-1'
3649437
Merge branch 'patch-1' of https://github.com/markhoney/wait-on into markhoney-patch-1
6e4449f
Merge branch 'stephengcox-vuln/joi'
8104278
update hapi/joi for SRCCLR-SID-22483 vulnerability
d9d23aa
Fix typos
See the full diff
devDependency
wait-on was updated from 3.3.0
to 4.0.2
.devDependency
wait-on was updated from 3.3.0
to 5.0.0
.
The devDependency wait-on was updated from
3.3.0
to4.0.0
.This version 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.
Publisher: jeffbski License: MIT
Release Notes for v4.0.0 - a fresh approach
Rewrite of the main code to simplify the logic and reduce possibility for race conditions. Bumped the major version do to the rewrite and also a minor change in how the stability window is used. In the new version the stability window only applies to file resources (waiting for them to exist and stop changing), for other resources they are completed as soon as available.
Also in the new logic, once a resource becomes available the system doesn't continue to check it, it only continues checking the pending resources.
Logging was improved and simplified.
-l
/--log
just indicate what resources are still pending-v
/--verbose
includes resources that are pending and debug info from checksUpdated many dependencies including rxjs, and joi. Removed core-js polyfill as no longer needed.
Added a
-s
/--simultaneous
optional flag to the command. If provided it will limit the number of simultaneous or concurrent connections to an individual resource. It defaults to Infinity so it will make requests without caring about previous ones. If you were to set it to "1" then it wouldn't be sending new requests to http://foo before the previous one finished (success, failure, or timeout).Commits
The new version differs by 20 commits.
df84151
4.0.0
16fbba8
tweak README
496ddfc
add run script publish:next
4a1a645
4.0.0-rc.1
affd9a5
remove eslint-config
42ca4d7
add test for directory missing
4924915
4.0.0-rc.0
0ddb194
fresh implementation of wait-on
cbf2f42
add simultaneous option to cli
0840c86
formatting and additional test
9febfa4
add a few dependencies
7757a35
prettier formatting
9b33de8
add simultaneous option to README and usage
ac86f2e
fix bad reverse test
89f624b
add missing reverse option to joi validation
There are 20 commits in total.
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: