Update npm to version 3.8.6 🚀#175
Closed
greenkeeperio-bot wants to merge 1 commit into
Closed
Conversation
7288933 to
e28477b
Compare
e28477b to
9203c0d
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.6, 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
Heeeeeey y'all.
Kat here! Rebecca's been schmoozing with folks at Microsoft Build, so I'm doing the
npm@3release this week.Speaking of Build, it looks like Microsoft is doing some bash thing. This might be really good news for our Windows users once it rolls around. We're keeping an eye out and feeling hopeful. 🙆
As far as the release goes: We're really happy to be getting more and more community contributions! Keep it up! We really appreciate folks trying to help us, and we'll do our best to help point you in the right direction. Even things like documentation are a huge help. And remember -- you get socks for it, too!
FIXES
f8fb4d8#12079 Back innpm@3.2.2we included a patch that made it sonpm install pkgwas basicallynpm install pkg@latestinstead ofpkg@*This is probably what most users expected, but it also ended up breakingnpm deprecatewhen no version was provided for a package. In that case, we were using*to mean "deprecate all versions" and relying on thepkg->pkg@*conversion. This patch fixesnpm deprecate pkgto work as it used to by special casing that particular command's behavior. (@polm)458f773#12146 Addsmake doc-cleantoprepublishscript, to clear out previously built docs before publishing a new npm version (@watilde)f0d1521#12146 Addsdoc-cleanphony target tomake publish. (@watilde)DOC UPDATES
ea92ffc#12147 Document that the current behavior ofenginesis just to warn if the node platform is incompatible. (@reconbot)cd1ba44#12143 Removenpm faqcommand, since the FAQ was removed. (@watilde)50a12cb#12143 Remove references to the FAQ from the docs, since it was removed. (@watilde)60051c2#12093 Updatebugsurl inpackage.jsonto use thehttpsURL for Github. (@watilde)af30c37#12075 Add the--ignore-scriptsflag to thenpm installdocs. (@paulirish)632b214#12063 Various minor fixes to the html docs homepage. (@watilde)DEP BUMPS
3da0171lodash.without@4.1.2(@jdalton)69ccf6dlodash.uniq@4.2.1(@jdalton)b50c41alodash.union@4.2.1(@jdalton)59c1ad7lodash.clonedeep@4.3.2(@jdalton)2b4f797lodash._baseuniq@4.5.1(@jdalton)The new version differs by 18 commits .
db9cde03.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 processf0d1521makefile: add doc-clean tomake publish``cd1ba44faq: remove faq command as the docs was removed at #1054750a12cbdoc: remove faq link as it's removed at #1054760051c2package-json: update bugs url to https from httpf8fb4d8deprecate: default to*instead oflatest``af30c37doc: add --ignore-scripts flag to install doc page632b214html: update html/index.html3da0171lodash.without@4.1.269ccf6dlodash.uniq@4.2.1There are 18 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.