Commit Graph

58 Commits

Author SHA1 Message Date
52564400ca
minor refactor 2018-07-30 18:46:10 +02:00
8996570cd9
update help text for --registry 2018-07-29 22:52:47 +02:00
eef65d3259
fix updates of scoped packages, fixes #7 2018-07-29 22:41:46 +02:00
dc4506b3e0
refactor coloring 2018-07-25 11:53:50 +02:00
6da42f245b
tweak update message 2018-07-24 19:47:29 +02:00
3016e1afcf
improve error handling 2018-07-24 19:41:44 +02:00
Rupesh
3ad2f22002
Add option to support custom npm registry url 2018-07-24 08:40:47 +01:00
c6aa8e07a9
remove emoji in update message 2018-07-21 09:47:37 +02:00
e3197ec15a
add a nicer update info 2018-07-19 23:36:46 +02:00
7594ef8803
change default mechanism to 'latest', remove --latest, add --greatest 2018-07-19 23:28:41 +02:00
700827aa2f
don't return a version in case none is found 2018-07-16 22:24:13 +02:00
37009d031d
don't scan bundledDependencies as it is an array 2018-07-13 02:36:16 +02:00
dec89122c4
small refactor 2018-07-10 23:04:08 +02:00
33d471823e
rework color argument parsing, misc tweak 2018-07-10 17:32:19 +02:00
4c1ae24d60
add --latest option, fix output bug - fixes #2 2018-07-10 17:19:11 +02:00
3a830c04e3
better highlighting of non-numeric versions 2018-07-10 17:01:43 +02:00
e17cd64e7b
switch to make-fetch-happen for performance 2018-07-10 16:36:57 +02:00
329b7fe350
tweaks 2018-06-11 20:04:58 +02:00
65955ef394
don't return 255 code any more, misc tweaks 2018-05-31 19:33:22 +02:00
4584a10c81
tweak -p help text 2018-04-30 10:43:05 +02:00
37089a871c
refactor to arrow funcs 2018-04-30 10:42:39 +02:00
b9a57236de
fix readme usage 2018-04-30 09:13:36 +02:00
0e15aa56ee
rename --only to --include 2018-04-30 09:11:31 +02:00
023acb527c
add --exclude option, fix exit codes on error 2018-04-30 09:05:52 +02:00
abe9c8f68f
fix --help message 2018-04-30 08:36:09 +02:00
fdc85b74eb
add --only option 2018-04-30 08:31:42 +02:00
deb7442ab1
remove os import 2018-03-03 20:47:48 +01:00
0bb6d8658d
exit with code 255 when dependencies are up to date 2018-03-03 20:39:39 +01:00
0859dcb021
Fix error handling when package.json does not exist 2018-02-22 06:28:14 +01:00
b602439104
add -p option to include prelease version 2018-02-21 20:44:13 +01:00
608d9cc020
Revert "prefer highest over latest version, seen in gulp-sourcemaps"
This reverts commit f3d7aac9d758afbd4e23542c9c14178e10982033.
2018-01-24 22:43:11 +01:00
f3d7aac9d7
prefer highest over latest version, seen in gulp-sourcemaps 2018-01-24 22:38:23 +01:00
5091a2510f
switch to request for http 2018-01-16 21:58:58 +01:00
842d5f32f0
change 'package' to 'name' in table output 2017-12-10 18:32:11 +01:00
324af34754
handle multiple versions in a single version string 2017-12-10 18:27:29 +01:00
71d7e25d27
remove debug args from shebang 2017-12-09 08:45:06 +01:00
5e8292eafd
add -n and -c option aliases 2017-12-09 06:49:35 +01:00
48fcf03b03
refactor deps object building 2017-12-09 06:47:15 +01:00
d9c55d496e
change json output format, various refactorings 2017-12-08 14:39:52 +01:00
e7a43f422e
refacor results filter 2017-12-07 06:37:45 +01:00
5d8dc2ba4a
tweak --help 2017-12-06 19:13:44 +01:00
3274ae140d
add -v 2017-12-06 19:11:40 +01:00
6a34ff2aa8
remove meow, add package.json error handling 2017-12-06 19:05:56 +01:00
dd9e8e9330
make json keys are consistenst with CLI table 2017-12-03 17:14:02 +01:00
3e00998dc8
always print update summary 2017-12-03 16:30:59 +01:00
899550e721
doc tweaks 2017-12-03 15:16:59 +01:00
e06282d460
revert to exit code 0 when up to date 2017-12-03 14:57:48 +01:00
38c94a6627
fix range matching bug 2017-12-03 14:42:11 +01:00
5ffcd338b3
fix red/green 2017-12-03 14:29:40 +01:00
7ce3a74895
fix lint 2017-12-03 14:25:59 +01:00