Update npm to version 3.8.7 🚀#184
Closed
greenkeeperio-bot wants to merge 1 commit into
Closed
Conversation
812cf30 to
7e672e7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello 👋
🚀🚀🚀
npm just published its new version 3.8.7, which is not covered by your current version range.
If this pull request passes your tests you can publish your software with the latest version of npm – otherwise use this branch to work on adaptions and fixes.
Happy fixing and merging 🌴
GitHub Release
v3.8.7 (2016-04-07)
IMPROVED DIAGNOSTICS
38cf79f#12083 If youignore-scriptsto disable lifecycles, this makes npm report when it skips running a script. (@bfred-it)IMPROVE AUTO-INCLUDES
c615182#11995 There were bugs where modules whose names matched the special files that npm always includes would be included, for example, thehistorypackage was always included.With
npm@3such extraneously bundled modules would not be ordinarily used, as things innode_modulesin packages are ignored entirely if the package isn't marked as bundling modules.Because of this
npm@3behavior, thefiles-and-ignorestest failed to catch this as it was testing install output not what got packed. That has also been fixed. (@glenjamin)DOCUMENTATION UPDATES
823d9df#12107 In the command summary foraddusermention thatloginis an alias. (@gnerkus)7aaf47e#12244 Update the README to suggest npm@3 for Windows users. Also add a reference to Microsoft's npm upgrade tool. (@felixrieseberg)DEPENDENCY UPDATES
486bbc0request@2.70.0(@simov)b1aff34lodash.keys@4.0.6(@jdalton)The new version differs by 27 commits .
cc985cc3.8.78f6caa0update AUTHORS9265e1ddoc: changelog for 3.8.738cf79flifecycle: Add info log when ignore-scripts is truec615182tar: Improve handling of special cases for files included in packages823d9dfdoc: Add 'login' as alias to 'adduser' cli command7aaf47ereadme: Update Windows Upgrade Instructions486bbc0request@2.70.0b1aff34lodash.keys@4.0.6db9cde03.8.67283c8aupdate AUTHORSe2dd77cdoc: bearer token security advisory in CHANGELOGbc4e5e9doc: update changelog for 3.8.6ea92ffcdoc: clarify the effects of definingengines``458f773package-json: add make doc-clean to prepublish processThere are 27 commits in total. See the full diff.
This pull request was created by greenkeeper.io.
Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡It keeps your software up to date, all the time.