Uh oh!
There was an error while loading. Please reload this page.
deps: upgrade npm to 1.4.29 - #3639
Conversation
See https://github.com/npm/npm/releases/tag/v1.4.29 for details. Encourage users to upgrade to a newer npm, and lays the groundwork for getting npm@2 into Node 0.10 LTS.
rvagg
commented
Nov 3, 2015
lgtm |
Fishrock123
commented
Nov 3, 2015
Refs: nodejs/Release#37 @othiym23 You mentioned npm/npm@b9474a8 in that thread -- was the patch that prevented user credentials or something from being leaked? |
othiym23
commented
Nov 3, 2015
@Fishrock123: Yes, and that change is meant to be included by upgrading the version of npm included with 0.10 LTS to |
Fishrock123
commented
Nov 3, 2015
@othiym23 I understand. is there any actual reason that patch wouldn't apply though? It's relatively serious, I think. |
jasnell
commented
Nov 3, 2015
hmm.. that's a tough one. Part of the reason for doing this is that npm v1 won't be getting any more support, including security updates but then we deliver it with a security update ;-) ... but until the updated v0.10 with npm2 is out, those users are still impacted. I think I tend to agree with @Fishrock123 on it tho, it would be best if this included that patch since it's an existing known issue. |
othiym23
commented
Nov 3, 2015
In my judgment, it is no more or less serious than the other security fixes included in |
jasnell
commented
Nov 3, 2015
Fair enough. This change LGTM |
jasnell
commented
Nov 4, 2015
@Fishrock123@zkat@othiym23 ... would it be possible to have y'all double check that this won't have the same kind of hiccups we were having with the recent npm updates in master? I'll likely get this landed in v0.10-staging by end of week. |
ChALkeR
commented
Nov 5, 2015
Actual changes LGTM. I skipped the npm tests. |
othiym23
commented
Nov 5, 2015
@zkat is in East Asia for conferencing, and I'm pretty sure this will be free of the shenanigans we were seeing with @Fishrock123, could I prevail upon you to double-check that the npm tests run for you with a clean build? You'll kind of have to do it by hand, because this version doesn't include the fixes to the test scripts we've landed in |
Fishrock123
commented
Nov 5, 2015
Yeah I'll do the tests thing tomorrow. :)
|
jasnell
commented
Nov 5, 2015
Ok, quick test run on my end shows everything green also. Will get this landed now into |
See https://github.com/npm/npm/releases/tag/v1.4.29 for details. Encourage users to upgrade to a newer npm, and lays the groundwork for getting npm@2 into Node 0.10 LTS. PR-URL: #3639 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: James M Snell <jasnell@gmail.com>
jasnell
commented
Nov 5, 2015
Landed in v0.10-staging in b68781e |
Fishrock123
commented
Nov 6, 2015
@jasnell did you |
MylesBorins
commented
Nov 6, 2015
is there an environment in CI for running the npm tests? |
Fishrock123
commented
Nov 6, 2015
@thealphanerd no, see nodejs/build#234 for more details. |
Fishrock123
commented
Nov 6, 2015
LGTM though, but need to be careful about that. |
jasnell
commented
Nov 6, 2015
Yes I did. Didn't see anything of concern but we still need to double and triple check. At this point there's nothing else in v0.10-staging so we're safe. Let's get everything verified. |
Fishrock123
commented
Nov 6, 2015
Ok, should be fine then. |
rvagg
commented
Dec 3, 2015
othiym23
commented
Dec 4, 2015
🎉 Thanks to all, and a PR upgrading to |

See https://github.com/npm/npm/releases/tag/v1.4.29 for details.
Encourage users to upgrade to a newer npm that supports scopes, and lays the groundwork for getting
npm@2into Node 0.10 LTS.r: @jasnell
r: @Fishrock123