npm@4.6.1 breaks build ⚠️ #17
Open
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 lovely humans,
npm just published its new version 4.6.1.
This version is covered by your current version range and after updating it in your project the build kept failing.
It looks like your project, in its current form, is malfunctioning and this update didn’t really change that. I don’t want to leave you in the dark about updates though. I recommend you get your project passing and then check the impact of this update again.
Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
Are you unsure about how things are supposed to work?
There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.
Good luck with your project ✨
You rock!
🌴
GitHub Release
v4.6.1 (2017-04-21)
A little release to tide you over while we hammer out the last bits for npm@5.
FEATURES
d13c9b2f2init-package-json@1.10.0: Thename:prompt is nowpackage name:to make this less ambiguous for new users.The default package name is now a valid package name. For example: If your package directory has mixed case, the default package name will be all lower case.
f08c66323#16213 Add--allow-same-versionoption tonpm versionso that you can usenpm versionto run your version lifecycles and tag your git repo without actually changing the version number in yourpackage.json. (@lucastheisen)f5e8becd0Timing has been added throughout the install implementation. You can see it by running a command with--loglevel=timing. You can also run commands with--timingwhich will write annpm-debug.logeven on success and add an entry to_timing.jsonin your cache with the timing information from that run. (@iarna)BUG FIXES
9c860f2ed#16021 Fix a crash innpm doctorwhen used with a registry that does not support thepingAPI endpoint. (@watilde)65b9943e9#16364 Shorten the ELIFECYCLE error message. The shorter error message should make it much easier to discern the actual cause of the error. (@j-f1)a87a4a835npmlog@4.0.2: Fix flashing of the progress bar when your terminal is very narrow. (@iarna)41c10974fwrite-file-atomic@1.3.2: Wait forfsyncto complete before considering our file written to disk. This will improve certain sorts of Windows diagnostic problems.2afa9240c#16336 Don't ham-it-up when expecting JSON. (@bdukes)DOCUMENTATION FIXES
566f3eebe#16296 Use a single convention when referring to the<command>you're running. (@desfero)ccbb94934#16267 Fix a missing space in the example package.json. (@famousgarkin)DEPENDENCY UPDATES
ebde4ea33hosted-git-info@2.4.2c46ad71bbinit-package-json@1.9.6d856d570dnpm-registry-client@8.1.14a2e14436readable-stream@2.2.9f0399138enormalize-package-data@2.3.8The new version differs by 26 commits .
3fb3f724.6.19abd882doc: changelog for 4.6.1afa7c03write-file-atomic@1.3.34d833afinit-package-json@1.10.128bde7f4.6.0dc3753aupdate AUTHORS771c668doc: changelog for 4.6.0a87a4a8npmlog@4.0.241c1097write-file-atomic@1.3.2f039913normalize-package-data@2.3.8d13c9b2init-package-json@1.10.09c860f2doctor: do not crash w/ registries that do not support pingf08c663version: Add--allow-same-versionoptionccbb949doc: fixed package.json docs brace space typo566f3eedoc: preserve same name convention for commandThere are 26 commits in total. See the full diff.