Commit Graph

150 Commits

Author SHA1 Message Date
373b5873e3
remove find-up dependency 2020-03-08 15:59:50 +01:00
ef43d4e57d
tweaks 2020-03-08 15:54:40 +01:00
6325f4c917
refactors 2020-03-08 14:45:20 +01:00
356e01bdc3
move requires to top 2020-03-08 14:40:48 +01:00
4758df5ec3
update dependencies 2020-03-08 11:00:46 +01:00
7cde5daac8
use semver.validRange 2019-12-14 22:23:06 +01:00
ae834d9bc0
update dependencies, fix semver.Range 2019-12-14 22:10:42 +01:00
03cb2ed0d9
fix regex for repos with dots 2019-12-07 19:50:24 +01:00
b243856cd4
use nullbyte separator 2019-12-07 19:43:13 +01:00
6d28813654
fix #34 2019-12-06 06:37:39 +01:00
3cc6bdcae0
support user/repo#tag dependencies - fixes #33 2019-12-04 21:15:47 +01:00
f2ca828a52
update tests 2019-12-03 19:24:15 +01:00
fab1d41f94
expand regex 2019-12-03 19:21:36 +01:00
6f5de12e8c
support hash-based github url dependencies - fixes #32 2019-12-03 19:19:30 +01:00
001da61265
fix comment 2019-11-19 20:52:51 +01:00
5bb374bf33
prevent downgrades and add --allow-downgrade, fixes #31 2019-11-19 20:52:28 +01:00
26f866a0a9
refactor to use main() function 2019-10-18 02:28:11 +02:00
25c1db6b1a
handle multiple version of the same package, new JSON format
JSON `results` format has changed and now includes keys for each
dependency type.

Fixes #29
2019-09-08 21:55:05 +02:00
8455f09bdf
limit truncate/append to win32 2019-08-20 19:54:07 +02:00
bd3e875e47
write file via truncate/append - fixes #28 2019-08-20 18:45:20 +02:00
129b3c0480
move chalk import so color args work as expected 2019-08-19 08:39:42 +02:00
ed34431329
usage tweaks 2019-07-19 15:34:04 +02:00
25bfcf1f58
fallback to repo url before homepage 2019-07-19 15:32:04 +02:00
50f8a41cbe
join table columns by 2 instead of 4 spaces 2019-07-19 15:28:11 +02:00
8622d36de5
add --sockets argument and bump default value 2019-07-13 18:41:30 +02:00
e0b5342560
add usage example 2019-07-13 18:06:15 +02:00
419c72e614
set recursive when checking for auth token 2019-07-13 18:03:47 +02:00
a74f569eac
rename -S to -U / --error-on-unchanged 2019-07-12 16:37:24 +02:00
da8f0cdac8
add new -S / --success-on-unchanged argument for conditional update 2019-07-12 16:17:31 +02:00
4fef9b24b8
only parse npmrc once, memoize hosted-git-info 2019-07-05 18:35:26 +02:00
a5cc1acb90
support parsing registry from local .npmrc 2019-06-29 16:44:43 +02:00
ef0199e9be
remove escape-string-regexp dependency 2019-06-29 15:31:25 +02:00
65eb4f2705
refactors and fix npm registry fallback 2019-06-29 15:25:04 +02:00
ff9c9ca98d
support http basic auth for registry auth 2019-06-29 15:18:14 +02:00
16232008f0
improve performance by memoizing registry-auth-token results 2019-06-28 23:25:10 +02:00
af46b35fec
fix private scoped packages without dedicated auth 2019-06-27 19:25:23 +02:00
e48c40410c
minor refactor 2019-06-27 19:17:31 +02:00
ab472118a4
support scoped registries - fixes #25 2019-06-27 19:15:01 +02:00
eb8402a87b
add color to error output 2019-05-29 22:42:25 +02:00
429bab53c2
add cwd to error message 2019-05-29 22:06:00 +02:00
75bbb5cb64
add error message for package.json not found 2019-05-29 22:04:21 +02:00
690068ce36
refactors 2019-05-09 20:27:11 +02:00
543cea72ce
fix semver handling with prereleases - fixes #24 2019-04-25 19:50:03 +02:00
20a74217bf
fix handling of version 0.0.0 - fixes #23 2019-03-28 21:22:49 +01:00
16237166fa
add --release option, improvements to semver options, fixes #21 2019-02-25 22:46:39 +01:00
96c53233ef
fix updates between prereleases 2019-02-25 21:50:12 +01:00
7fe14b00c3
Fix error related to '*' versions 2019-02-15 21:16:57 +01:00
d647b590ea
auto-detect custom registry and retry on official one - fixes #20 2019-02-11 19:39:40 +01:00
1cabd7697c
Always try to authorize, remove --auth option 2019-02-07 19:29:36 +01:00
d80e48d364
add --auth option - #19 2019-02-07 19:21:17 +01:00