Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

npm 1.4.7 #7472

Merged
merged 2 commits into from Apr 16, 2014
Merged

npm 1.4.7 #7472

merged 2 commits into from Apr 16, 2014

Conversation

isaacs
Copy link

@isaacs isaacs commented Apr 15, 2014

Bump npm to 1.4.7, and also that url thing that should probably get landed anyway.

Executive summary of npm changes:

  • tests are better
  • shrinkwrap doesn't crash as much
  • shasums don't get borked
  • added --save-prefix for saving as ~ or >= instead of ^
  • don't print the scripts log message to stdout if --loglevel=silent

Can I get a LGTM and land this puppy?

See https://code.google.com/p/chromium/issues/detail?id=25916

Parse URLs with backslashes the same as web browsers, by replacing all
backslashes with forward slashes, except those that occur after the
first # character.
* isaacs, Robert Kowalski, Benjamin Coe: Test Improvements
* isaacs doc: Add canonical url
* isaacs view: handle unpublished packages properly
* Raynos (Jake Verbaten) do not log if silent
* Julian Gruber fix no such property error
* isaacs npmconf@0.1.14
* Thorsten Lorenz adding save-prefix configuration option
* isaacs npm-registry-client@0.4.7
* isaacs cache: treat missing versions as a 404
* isaacs cache: Save shasum, write resolved/etc data to cache
* isaacs cache: Always fetch root doc
* isaacs cache: don't repack unnecessarily from tmp
* Andrey Kislyuk Don't crash if shrinkwrap-dependencies were not passed in pkginfo
* Robert Kowalski fix link in faq
* Jean Lauliac Add a peerDependencies section in package.json doc
* isaacs read-installed@2.0.2
@Nodejs-Jenkins
Copy link

Thank you for contributing this pull request! Here are a few pointers to make sure your submission will be considered for inclusion.

Commit 75bc11c has the following error(s):

  • Commit message line too long: 14

The following commiters were not found in the CLA:

  • isaacs

You can fix all these things without opening another issue.

Please see CONTRIBUTING.md for more information

@isaacs isaacs merged commit 75bc11c into v0.10 Apr 16, 2014
@isaacs isaacs deleted the npm-1.4.7 branch April 16, 2014 19:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants