-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/v7.16.0 #3361
Merged
Merged
Release/v7.16.0 #3361
Conversation
This file contains 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
- Add `./docs` as a workspace - Reinstate `./docs/package.json` to manage docs deps - Ignore `docs/content` markdown source folder from published tarball - Tweaked `make docs` to use `npm run` to run docs build step - Tweaked "bundle and gitignore" script to ignore symlinks in nm folder - Removed outdated `package.json` comment Relates to: npm/statusboard#362 PR-URL: #3342 Credit: @ruyadorno Close: #3342 Reviewed-by: @wraithgar
PR-URL: #3344 Credit: @gimli01 Close: #3344 Reviewed-by: @darcyclarke
PR-URL: #3345 Credit: @isaacs Close: #3345 Reviewed-by: @wraithgar
* fix: trim whitespace from fetchSpec * fix: handle file: when root directory begins with a special character
make-fetch-happen@9.0.1 * breaking: complete refactor of caching. cache will no longer grow endlessly with duplicate requests. cache will be used in cases where it should have been but wasn't before. it will cache multiple content-types of the same url. it will dedupe existing caches of their unused entries. * fix: support url-encoded proxy authorization * fix: do not lazy-load proxy agents or agentkeepalive. fixes the intermittent failures to update npm on slower connections. npm-registry-fetch@11.0.0 * breaking: drop handling of deprecated warning headers * docs: fix header type for npm-command * docs: update registry param * feat: improved logging of cache status
Removes documentation for '--scripts-prepend-node-path' as this was removed in npm@7 PR-URL: #3353 Credit: @gimli01 Close: #3353 Reviewed-by: @wraithgar
This prevents npm from hanging for an update notification if the server is slow to respond or the cache file is slow to write. Failure mode is just that we notify more often than needed, which is not so bad. PR-URL: #3348 Credit: @isaacs Close: #3348 Reviewed-by: @wraithgar
Since loglevel is the first place people usually look to find out why their scripts have no output when they are in the background, this will help point them to the config that addresses that situation. PR-URL: #3360 Credit: @wraithgar Close: #3360 Reviewed-by: @isaacs
fix: work around negotiator's lazy loading
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.
v7.16.0 (2021-06-03)
FEATURES
e92b5f2ba
npm-registry-fetch@11.0.0
BUG FIXES
e864bd3ce
#3345 fix(update-notifier): do not update notify when installing npm@spec (@isaacs)aafe23572
#3348 fix(update-notifier): parallelize check for updates (@isaacs)DOCUMENTATION
bc9c57dda
#3353 fix(docs): remove documentation for '--scripts-prepend-node-path' as it was removed in npm@7 (@gimli01)ca2822110
#3360 fix(docs): link foreground-scripts w/ loglevel (@wraithgar)fb630b5a9
#3342 chore(docs): manage docs as a workspace (@ruyadorno)DEPENDENCIES
54de5c6a4
npm-package-arg@8.1.4
:e92b5f2ba
make-fetch-happen@9.0.1
npm-registry-fetch@11.0.0
23c50a45f
make-fetch-happen@9.0.2
:AUTOMATION
c4ef78b08
#3344 fix(automation): update incorrect variable name in create-cli-deps-pr workflow (@gimli01)