-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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.0 #3665
Merged
Merged
v7.21.0 #3665
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
`leven` dropped support for node10 and we still currently have to support it. Moved to https://github.com/ka-weihe/fastest-levenshtein Originally discussed in #2403, but the did-you-mean lib moved quite a bit since then and there were conflicts so I made a new PR PR-URL: #3640 Credit: @wraithgar Close: #3640 Reviewed-by: @nlf
The content in this portion of the docs is auto-generated. PR-URL: #3654 Credit: @wraithgar Close: #3654 Reviewed-by: @nlf
When we accidentally edit the auto-generated portions of the docs, this will catch the error and cause CI to fail. Later phase automated safety check that the early-stage human commenting in the last commit also addresses. Re: #3654 Re: #3630 PR-URL: #3655 Credit: @isaacs Close: #3655 Reviewed-by: @nlf
Wraps logged process.argv in `replaceInfo` Removes logged process.argv from EJSONPARSE warning for top level package.json merge conflicts. It is currently not even working (er.file is not being populated by the parsing library right now), and process.argv contains fullly resolved paths which isn't very nice looking. The user knows what they typed, it's enough to tell them to retry. PR-URL: #3658 Credit: @wraithgar Close: #3658 Reviewed-by: @nlf
* fix: account for "licence" as spelling variant
The attribute is here, er.file was used in error on another lib, the lib got changed, and this code wasn't fixed. PR-URL: #3661 Credit: @wraithgar Close: #3661 Reviewed-by: @fritzy
* fix: treat top-level global packages as "top" nodes * fix: load global symlinks implicitly as file: deps * fix(reify): debug crash when extracting into symlink * fix: node_modules must be a directory * fix: make Node.children() a case-insensitive Map * fix(reify): verify existing deps in nm are dirs
* fix: prune dirCache properly for unicode, windows * fix: reserve paths properly for unicode, windows * fix: prevent path escape using drive-relative paths * fix: drop dirCache for symlink on all platforms
PR-URL: #3630 Credit: @austincho Close: #3630 Reviewed-by: @wraithgar EDIT(@isaacs): rebased and edited to put config documentation in the correct location.
* update license list to v3.14
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.0 (2021-08-19)
FEATURES
ff34d6cd6
#3592 feat(cache): initial implementation of ls and rm (@fritzy)BUG FIXES
32e88c943
#3640 fix(did-you-mean): switch levenshtein libraries (@wraithgar)487731cd5
#3658 fix(logging): sanitize logged argv (@wraithgar)68a19bb02
#3661 fix(error-message): look for er.path not er.file (@wraithgar)DEPENDENCIES
df57f0d53
@npmcli/run-script@1.8.6
8183976cf
normalize-package-data@3.0.3
:f07772401
init-package-json@2.0.4
991a3bd39
read-package-json@4.0.0
e9e5ee560
@npmcli/arborist@2.8.2
:b6f40b5f8
tar@6.1.10
:218cacadc
is-core-module@2.6.0
7ac621cd1
smart-buffer@4.2.0
94f92de13
make-fetch-happen@9.0.5
71cdfd898
spdx-license-ids@3.0.10
:DOCUMENTATION
ff6626ab6
#3630 fix(docs): update npm-publish access flag info (@austincho)