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

Commits on Feb 1, 2021

  1. @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 committed Feb 1, 2021
    Copy the full SHA
    7e4e88e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    500a639 View commit details
    Browse the repository at this point in the history
  3. docs: npm team revamp

    - 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
    ruyadorno authored and isaacs committed Feb 1, 2021
    Copy the full SHA
    23dac2f View commit details
    Browse the repository at this point in the history
  4. remove dev dep from checked in modules

    PR-URL: #2569
    Credit: @nlf
    Close: #2569
    Reviewed-by: @wraithgar, @J-Vin
    nlf authored and isaacs committed Feb 1, 2021
    Copy the full SHA
    d9ba376 View commit details
    Browse the repository at this point in the history
  5. doc: add note about --force overriding peer dependencies

    PR-URL: #2572
    Credit: @isaacs
    Close: #2572
    Reviewed-by: @nlf
    isaacs committed Feb 1, 2021
    Copy the full SHA
    dd05ba0 View commit details
    Browse the repository at this point in the history
  6. ignore the sort in help-search more broadly

    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
    isaacs committed Feb 1, 2021
    Copy the full SHA
    7898f23 View commit details
    Browse the repository at this point in the history
  7. Fix typo in CONTRIBUTING.md

    Fixed the spelling of contributor as it was written as conributor
    
    PR-URL: #2584
    Credit: @pavanbellamkonda
    Close: #2584
    Reviewed-by: @darcyclarke
    pavanbellamkonda authored and isaacs committed Feb 1, 2021
    Copy the full SHA
    e276397 View commit details
    Browse the repository at this point in the history
  8. pass all settings through to pacote.packument, fixes #2060

    PR-URL: #2587
    Credit: @nlf
    Close: #2587
    Reviewed-by: @ruyadorno
    nlf authored and isaacs committed Feb 1, 2021
    Copy the full SHA
    0ea134e View commit details
    Browse the repository at this point in the history
  9. wrap a timer around the rimraf call in npm-ci

    Fix: npm/arborist#207
    
    PR-URL: #2573
    Credit: @isaacs
    Close: #2573
    Reviewed-by: @nlf
    isaacs committed Feb 1, 2021
    Copy the full SHA
    a8e77f2 View commit details
    Browse the repository at this point in the history
  10. elaborate that npm help uses browser

    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
    ariccio authored and isaacs committed Feb 1, 2021
    Copy the full SHA
    13a5e31 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    8c5ca2f View commit details
    Browse the repository at this point in the history
  12. Add test for ansi-trim module

    isaacs committed Feb 1, 2021
    Copy the full SHA
    9cdcf3a View commit details
    Browse the repository at this point in the history
  13. docs: changelog for 7.5.1

    isaacs committed Feb 1, 2021
    Copy the full SHA
    5030c38 View commit details
    Browse the repository at this point in the history
  14. update AUTHORS

    isaacs committed Feb 1, 2021
    Copy the full SHA
    0152dfc View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    667b79a View commit details
    Browse the repository at this point in the history
  16. 7.5.1

    isaacs committed Feb 1, 2021
    Copy the full SHA
    22112a9 View commit details
    Browse the repository at this point in the history