Commit Graph

603 Commits

Author SHA1 Message Date
isaacs
8dd11d1347 update several dependencies
The quest to avoid SemVer '0.x' magic continues.
2014-07-31 15:42:26 -07:00
isaacs
d9a9e8448f read-package-json@1.2.4 2014-07-31 10:24:25 -07:00
isaacs
86f0340fd0 github-url-from-git@1.2.0 2014-07-31 10:22:41 -07:00
isaacs
a94136a8a5 fstream@0.1.29 2014-07-31 10:22:05 -07:00
isaacs
bb82d18443 glob@4.0.5 2014-07-31 10:21:45 -07:00
isaacs
5b6bcf461e cmd-shim@1.1.2 2014-07-31 10:20:57 -07:00
isaacs
63fe0eef51 init-package-json@1.0.0
Defaults package versions in 'npm init' to 1.0.0 instead of 0.0.0
2014-07-30 15:42:01 -07:00
Forrest L Norvell
88f51aa27e npm-registry-client@2.0.3 2014-07-14 17:27:55 -07:00
isaacs
bea190c745 bump nopt and npmconf
Fixes #5591

The root cause here is that a change from 022 (a number in octal literal
format) to '022' (a string) caused the string to later be interpreted as
a decimal number, making for some wacky umask values.

Solution is multipart.

First, use the actual process.umask() value from the user's environment.
This is almost certainly what they want anyway.

Second, validate all default values just like we do with user- supplied
values, rather than trusting them to never be wrong.  This would've
found the problem much sooner, while in dev.

This second part requires that we allow a value of null for 'path' type
args, allow 'undefined' for the 'local-address' config, and avoid
looking up a cafile of 'null', all of which are good hygenic things to
add defense-in-depth anyway.
2014-07-01 10:30:33 -07:00
isaacs
9652678045 glob@4.0.3 2014-06-29 10:26:48 -07:00
isaacs
91733e2881 npmconf@1.1.2 2014-06-27 15:05:09 -07:00
isaacs
1cf5ad06a5 npmconf: Float patch to remove 'scope' from config defs 2014-06-26 14:22:47 -07:00
isaacs
2dac42eb67 npmconf@1.1.1 2014-06-26 14:22:21 -07:00
isaacs
4562f9dd56 bump tar and fstream deps 2014-06-24 13:52:55 -07:00
isaacs
0da350ad7b npm-registry-client@2.0.2 2014-06-13 17:34:15 -07:00
isaacs
3ebee0e474 fstream@0.1.27 2014-06-13 17:20:06 -07:00
isaacs
d197b4dbd1 sha@1.2.4 2014-06-13 17:08:51 -07:00
isaacs
93dd1338a4 rimraf@2.2.8 2014-06-13 17:07:12 -07:00
isaacs
62f191fccc npmlog@1.0.1 2014-06-13 17:06:07 -07:00
isaacs
4634f6faa5 npm-registry-client@2.0.1 2014-06-13 17:05:26 -07:00
Forrest L Norvell
bb369f71a2 upgrade to npm-registry-client@2.0.0 2014-06-13 12:44:43 -07:00
isaacs
137ea44542 npmconf@1.0.5 2014-06-12 17:34:37 -07:00
isaacs
b1dd58e4ac npmconf@1.0.4
Fix #5459
2014-06-12 16:16:37 -07:00
isaacs
76c03da79f fstream@0.1.26 2014-06-10 16:06:48 -07:00
isaacs
43801b830b graceful-fs@3.0.2 2014-06-10 15:56:35 -07:00
isaacs
a696e48a32 osenv@0.1.0 2014-06-10 15:11:05 -07:00
Robert Kowalski
48ac5e370e Update osenv@0.1.0 which removes ~/tmp as possible tmp-folder
Closes #3470
2014-06-08 22:15:49 +02:00
isaacs
af57760260 more minor dep bumps 2014-06-06 17:26:01 -07:00
isaacs
40bcfa5222 ini@1.2.1 2014-06-05 23:34:38 -07:00
isaacs
8611af0da4 graceful-fs@3 2014-06-05 23:32:49 -07:00
isaacs
57ac974e9b Update glob and things depending on glob 2014-06-05 23:22:27 -07:00
isaacs
c535eddf30 github-url-from-username-repo and read-package-json updates
Prefer https:// git urls instead of git://
2014-06-05 23:10:21 -07:00
isaacs
38267dc2cd editor@0.1.0 2014-06-05 22:37:15 -07:00
isaacs
6d6f094e7b columnify@1.1.0 2014-06-05 22:36:36 -07:00
isaacs
ab8270d5d1 bump ansi and associated deps 2014-06-05 21:30:39 -07:00
isaacs
2006a52713 char-spinner: update to not bork windows 2014-06-04 13:11:06 -07:00
isaacs
7d1c1ca55e remove normalize-package-data from top level, de-^-ify inflight dep 2014-05-23 09:53:48 -07:00
isaacs
0c12325539 read-installed@2.0.4 2014-05-22 18:01:49 -07:00
isaacs
42c2159fe6 Revert "github-url-from-username-repo (https:// instead of git:// for urls)"
This reverts commit 7e1438e8aa.

Breaks test/tap/outdated-git.js

CC: @robertkowalski
2014-05-21 15:36:50 -07:00
isaacs
7e1438e8aa github-url-from-username-repo (https:// instead of git:// for urls) 2014-05-21 15:22:14 -07:00
isaacs
413c579197 node-gyp@0.13.1 2014-05-21 15:04:17 -07:00
isaacs
be384d4465 github-url-from-username-repo@0.1.0 2014-05-21 15:04:03 -07:00
isaacs
015af8f0c4 Bump many minor dep versions
abbrev
columnify
fstream-npm
glob
ini
minimatch
npmconf
2014-05-19 15:21:35 -07:00
isaacs
c20f278c6b init-package-json@0.0.17 2014-05-16 11:25:49 -07:00
isaacs
d4ae7e14f7 mark uid-number as a dependency 2014-05-15 17:36:10 -07:00
isaacs
99a57f4157 Move npm-cache-filename to top level dep 2014-05-14 17:06:22 -07:00
isaacs
43b5eec98b npm-registry-client@1.0.0
Scope all cache files under the registry hostname, using the
npm-cache-filename module.

TODO: also store tarball files in the same spots, so that two
files from different registries don't clobber one another.
2014-05-14 16:20:30 -07:00
isaacs
a8e4d0e01a npm-registry-client@0.4.12 2014-05-14 12:41:33 -07:00
isaacs
1707fcedb7 npmconf@1.0.0, Refactor config/uid/prefix loading process
Closes #4751
2014-05-14 12:41:32 -07:00
isaacs
2da4f398bf npm-registry-client@0.4.11 2014-05-13 13:34:15 -07:00