-
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/7.5.1 #2591
Merged
Merged
Release/7.5.1 #2591
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
* Properly raise ERESOLVE errors on root dev dependencies * Ignore ERESOLVE errors when performing git dep 'prepare' scripts * Always reinstall packages that are explicitly requested * fix global update all so it actually updates things * Install bins properly when global root is a link
- Added more examples - Removed references to removed `npm team edit` subcommand - Grammar and spell check PR-URL: #2557 Credit: @ruyadorno Close: #2557 Reviewed-by: @wraithgar, @nlf
PR-URL: #2569 Credit: @nlf Close: #2569 Reviewed-by: @wraithgar, @J-Vin
It turns out that the other stuff in those objects might also be in random order, so this is still triggering CI coverage failures, albeit more rarely than it used to. Just ignore the whole sort function. It's fine, we implicitly assert on the sortedness in the test, so we know that it is doing its job. PR-URL: #2574 Credit: @isaacs Close: #2574 Reviewed-by: @nlf
Fixed the spelling of contributor as it was written as conributor PR-URL: #2584 Credit: @pavanbellamkonda Close: #2584 Reviewed-by: @darcyclarke
PR-URL: #2587 Credit: @nlf Close: #2587 Reviewed-by: @ruyadorno
Fix: npm/arborist#207 PR-URL: #2573 Credit: @isaacs Close: #2573 Reviewed-by: @nlf
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.5.1 (2021-02-01
BUG FIXES
0ea134e41
#2587 pass all settings through to pacote.packument, fixes [BUG] npm outdated ignores proxy and registry configs #2060 (@nlf)8c5ca2f51
Add test for npm-usage.js, and fix 'npm --long' output (@isaacs)DEPENDENCIES
7e4e88e93
@npmcli/arborist@2.1.1
,pacote@11.2.4
DOCUMENTATION
23dac2fef
#2557 npm team revamp (@ruyadorno)dd05ba0c0
#2572 add note about--force
overriding peer dependencies (@isaacs)e27639780
#2584 Fixed the spelling of contributor as it was written as conributor (@pavanbellamkonda)13a5e3178
#2502 elaborate that npm help uses browser (@ariccio)