-
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
v7.21.1 #3688
Merged
Merged
v7.21.1 #3688
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
* fix: use the same strictSSL default as tls.connect
The better to avoid having to do patches like 771a1cb. PR-URL: #3664 Credit: @isaacs Close: #3664 Reviewed-by: @wraithgar
PR-URL: #3681 Credit: @fritzy Close: #3681 Reviewed-by: @wraithgar
* fix: Add gitHead in subdirectories too * fix(man): don't resolve paths to man files
Somehow the last one didn't take?
* fix: perf regression on hot string munging path
This corrects two things, `--global` implies `--location=global` and `--package-lock-only` implies `--package-lock` It also introduces a new sandbox runner for testing purposes. it's not the prettiest thing i've ever written, but it seems to do the job pretty nicely and doesn't require keeping track of wild shenanigans everywhere. Fixes #2747 Fixes #3572 PR-URL: #3684 Credit: @nlf Close: #3684 Reviewed-by: @wraithgar
Order matters here so we clean the more specific things before the generic ones. PR-URL: #3687 Credit: @wraithgar Close: #3687 Reviewed-by: @nlf
* feat: introduce @npmcli/fs for tmp dir methods
wraithgar
approved these changes
Aug 26, 2021
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.21.1 (2021-08-26)
BUG FIXES
4e52217cb
#3684 fix(config): respect --global, --package-lock-only (@nlf)DEPENDENCIES
e3878536f
[email protected]
:145f70cc1
[email protected]
:3f4d37143
[email protected]
:e63a942c6
[email protected]
:DOCUMENTATION
957fa6040
#3681 clarify uninstall lifecycle script (@fritzy)