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.5.0.
This version is covered by your current version range, but I could not detect automated tests for this project. Without a test suite I can not really tell whether your project still works.
I was looking at the latest commit of your default branch, but GitHub said there is no status attached to it.
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.5.0 (2017-03-24)
Welcome a wrinkle on npm's registry API!
Codename: Corgi
This release has some bug fixes, but it's mostly about bringing support for MUCH smaller package metadata. How much smaller? Well, for npm itself it reduces 416K of gzip compressed JSON to 24K.
As a user, all you have to do is update to get to use the new API. If you're interested in the details we've documented the changes in detail.
CORGUMENTS
Package metadata: now smaller. This means a smaller cache and less to download.
86dad0d74Add support for filtered package metadata. (@iarna)41789cffa[email protected](@iarna)NO SHRINKWRAP, NO PROBLEM
Previously we needed to extract every package's tarball to look for an
npm-shrinkwrap.jsonbefore we could begin working through what its dependencies were. This was one of the things stopping npm's network accesses from happening more concurrently. The new filtered package metadata provides a new key,_hasShrinkwrap. When that's set tofalsethen we know we don't have to look for one.4f5060eb3#15969 Add support for skippingnpm-shrinkwrap.jsonextraction when the registry can affirm that one doesn't exist. (@iarna)INTERRUPTING SCRIPTS
878aceb25#16129 Better handle Ctrl-C while running scripts.npmwill now no longer exit until the script it is running has exited. If you press Ctrl-C a second time it kill the script rather than just forwarding the Ctrl-C. (@jaridmargolin)DEPENDENCY UPDATES:
def75eebf[email protected]: Preserve case of the user name part of shortcut specifiers, previously they were lowercased. (@iarna)eb3789fd1[email protected]: Add support for VS2017 and Chakracore improvements. (@refack) (@kunalspathak)245e25315[email protected](@mcollina)30357ebc5[email protected](@isaacs)The new version differs by 104 commits .
5d17fc94.5.03f88cb8update AUTHORScac64b7doc: Fix release dates in changelogc97980bdoc: update Changelog for 4.5.0bd624bfnpm: Replace http: URL in npm-shrinkwrap with https:878aceblifecycle: On SIGINT, ensure process stays alive until child exits86dad0dextract: support minified packuments95d4fc8fetch-package-metadata: Support the _hasShrinkwrap registry metadata6400d3ascript: fix lint error30357eb[email protected]245e253[email protected]eb3789f[email protected]def75ee[email protected]41789cf[email protected]63468a64.4.4There are 104 commits in total. See the full diff.
Screencast
Try it today. Free for private repositories during beta.