Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: upgrade LTS to npm 2.14.7 #3299

Closed
wants to merge 1 commit into from
Closed

deps: upgrade LTS to npm 2.14.7 #3299

wants to merge 1 commit into from

Conversation

zkat
Copy link
Contributor

@zkat zkat commented Oct 9, 2015

Hey! Been a little bit, sorry about that. We've got another npm release to share with y'all! Three whole releases in a single PR. That said, this is the LTS version, so it's all fairly minor stuff. npm@2.14.5 is the first actual npm LTS release, too!

See release notes:

Highlights:

  • npm deprecate finally works on scoped packages now
  • node-gyp got bumped to 3.0.3
  • When the port for a tarball is different than registry it's in, but the hostname is the same, the protocol is now allowed to change (this is for private registries that don't necessarily use https for tarballs)
  • User guide for Orgs added
  • Dependency version bumps and misc small doc fixes.

r: @Fishrock123
r: @chrisdickinson

@mscdex mscdex added the npm Issues and PRs related to the npm client dependency or the npm registry. label Oct 9, 2015
@@ -0,0 +1,10 @@
'use strict';
var builtinModules = require('builtin-modules');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this will be reliable in the future.

@zkat can you open an issue about that we should expose this list properly?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree. See #3307

@Fishrock123
Copy link
Member

@zkat & @iarna could we switch to "upgrade npm to x.x.x" rather than "upgrade to npm x.x.x"? Just a nit, doesn't need to be done now but for next time. :)

Fishrock123 pushed a commit to Fishrock123/node that referenced this pull request Oct 10, 2015
PR-URL: nodejs#3299
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
@Fishrock123
Copy link
Member

Thanks, landed in aff3acf :)

jasnell pushed a commit that referenced this pull request Oct 10, 2015
PR-URL: #3299
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
@jasnell
Copy link
Member

jasnell commented Oct 10, 2015

Landed in v4.x in 071c72a

@zkat
Copy link
Contributor Author

zkat commented Oct 10, 2015

@Fishrock123 https://github.com/npm/npm/wiki/Release-Process#upstreaming-the-releases-to-node Release docs reflect the new phrasing + optional "in LTS" :)

@zkat
Copy link
Contributor Author

zkat commented Oct 10, 2015

Thanks, @jasnell + @Fishrock123!

Trott pushed a commit to Trott/io.js that referenced this pull request Oct 12, 2015
PR-URL: nodejs#3299
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
jasnell added a commit that referenced this pull request Oct 12, 2015
The first Node.js LTS release! See https://github.com/nodejs/LTS/
for details of the LTS process.

* **icu**: Updated to version 56 with significant performance improvements
  (Steven R. Loomis) #3281
* **node**:
  - Added new `-c` (or `--check`) command line argument for checking script
    syntax without executing the code (Dave Eddy) #2411
  - Added `process.versions.icu` to hold the current ICU library version
    (Evan Lucas) #3102
  - Added `process.release.lts` to hold the current LTS codename when the
    binary is from an active LTS release line (Rod Vagg) #3212
* **npm**: Upgraded to npm 2.14.7 from 2.14.4, see release notes:
  https://github.com/npm/npm/releases/tag/v2.14.7 for full details (Kat Marchán) #3299

PR-URL: #3258
jasnell added a commit that referenced this pull request Oct 12, 2015
The first Node.js LTS release! See https://github.com/nodejs/LTS/
for details of the LTS process.

* **icu**: Updated to version 56 with significant performance improvements
  (Steven R. Loomis) #3281
* **node**:
  - Added new `-c` (or `--check`) command line argument for checking script
    syntax without executing the code (Dave Eddy) #2411
  - Added `process.versions.icu` to hold the current ICU library version
    (Evan Lucas) #3102
  - Added `process.release.lts` to hold the current LTS codename when the
    binary is from an active LTS release line (Rod Vagg) #3212
* **npm**: Upgraded to npm 2.14.7 from 2.14.4, see release notes:
  https://github.com/npm/npm/releases/tag/v2.14.7 for full details (Kat Marchán) #3299

PR-URL: #3258
jasnell added a commit that referenced this pull request Oct 12, 2015
The first Node.js LTS release! See https://github.com/nodejs/LTS/
for details of the LTS process.

* **icu**: Updated to version 56 with significant performance improvements
  (Steven R. Loomis) #3281
* **node**:
  - Added new `-c` (or `--check`) command line argument for checking script
    syntax without executing the code (Dave Eddy) #2411
  - Added `process.versions.icu` to hold the current ICU library version
    (Evan Lucas) #3102
  - Added `process.release.lts` to hold the current LTS codename when the
    binary is from an active LTS release line (Rod Vagg) #3212
* **npm**: Upgraded to npm 2.14.7 from 2.14.4, see release notes:
  https://github.com/npm/npm/releases/tag/v2.14.7 for full details (Kat Marchán) #3299

PR-URL: #3258
jasnell added a commit that referenced this pull request Oct 12, 2015
The first Node.js LTS release! See https://github.com/nodejs/LTS/
for details of the LTS process.

* **icu**: Updated to version 56 with significant performance improvements
  (Steven R. Loomis) #3281
* **node**:
  - Added new `-c` (or `--check`) command line argument for checking script
    syntax without executing the code (Dave Eddy) #2411
  - Added `process.versions.icu` to hold the current ICU library version
    (Evan Lucas) #3102
  - Added `process.release.lts` to hold the current LTS codename when the
    binary is from an active LTS release line (Rod Vagg) #3212
* **npm**: Upgraded to npm 2.14.7 from 2.14.4, see release notes:
  https://github.com/npm/npm/releases/tag/v2.14.7 for full details (Kat Marchán) #3299

PR-URL: #3258
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
npm Issues and PRs related to the npm client dependency or the npm registry.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants