Skip to content
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 16 commits into from Feb 1, 2021
Merged

Release/7.5.1 #2591

merged 16 commits into from Feb 1, 2021

Conversation

isaacs
Copy link
Contributor

@isaacs isaacs commented Feb 1, 2021

v7.5.1 (2021-02-01

BUG FIXES

DEPENDENCIES

  • 7e4e88e93 @npmcli/arborist@2.1.1, pacote@11.2.4
    • 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 (@isaacs)

DOCUMENTATION

isaacs and others added 10 commits February 1, 2021 11:47
* 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
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
As I mentioned in issue #2501 this is mildly annoying to me, and
probably a few other people. I have added "(in a browser)" to the npm
usage string at the npm help line.

PR-URL: #2502
Credit: @ariccio
Close: #2502
Reviewed-by: @isaacs
@isaacs isaacs merged commit 22112a9 into latest Feb 1, 2021
@nlf nlf deleted the release/7.5.1 branch March 28, 2022 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] npm outdated ignores proxy and registry configs
5 participants