-
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.20.6 #3643
Merged
Merged
v7.20.6 #3643
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
PR-URL: #3621 Credit: @akijoey Close: #3621 Reviewed-by: @wraithgar
PR-URL: #3630 Credit: @austincho Close: #3630 Reviewed-by: @wraithgar
In its latest release, byte-size dropped support for node versions lower than 14. The cli currently supports node 10 and up. The actual functionality we needed and was using was extremely limited in scope, and didn't warrant an external module. It's just pretty printing a file size, and the files we are dealing with are limited in size so we don't need to support so many suffixes. PR-URL: #3569 Credit: @wraithgar Close: #3569 Reviewed-by: @isaacs
* fix: better error message for duplicate workspace names
PR-URL: #3615 Credit: @Yash-Singh1 Close: #3615 Reviewed-by: @wraithgar
* [#3632] Fix "cannot read property path of null" error in 'npm dedupe' * fix(shrinkwrap): always set name on the root node
Name is always now set on the root node See: npm/arborist#310
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.20.6 (2021-08-12)
DEPENDENCIES
5bebf280f
tar@6.1.8
5d89de44d
tar@6.1.7
:a1bdbea97
#3569 remove byte-size (@wraithgar)61782fa85
@npmcli/map-workspaces@1.0.4
:b88f770fa
@npmcli/arborist@2.8.1
:npm dedupe
property 'path' of null error #3632] Fix "cannot read property path of null" error in 'npm dedupe'DOCUMENTATION
001f2c1b7
#3621 fix(docs): do not include certain files (@AkiJoey)d1812f1a6
#3630 fix(docs): update npm-publish access flag info (@austincho)d5a099c7b
#3615 fix(readme): add nvm-windows to installers links (@Yash-Singh1)