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/v7.11.0 #3127

Merged
merged 25 commits into from Apr 23, 2021
Merged

Release/v7.11.0 #3127

merged 25 commits into from Apr 23, 2021

Commits on Apr 22, 2021

  1. fix(ls): do not exit with error when all problems are extraneous deps

    PR-URL: #3086
    Credit: @nlf
    Close: #3086
    Reviewed-by: @wraithgar, @ruyadorno
    nlf authored and ruyadorno committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    42ca59e View commit details
    Browse the repository at this point in the history
  2. chore(docs): update view docs

    Adds workspace/json config
    
    PR-URL: #3101
    Credit: @wraithgar
    Close: #3101
    Reviewed-by: @ruyadorno
    wraithgar authored and ruyadorno committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    c93f1c3 View commit details
    Browse the repository at this point in the history
  3. docs: fix refs to ws shorthand

    Normalizes usage of `--ws` in docs.
    
    Fixes: npm/statusboard#313
    
    PR-URL: #3109
    Credit: @ruyadorno
    Close: #3109
    Reviewed-by: @wraithgar
    ruyadorno committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    c4ff4bc View commit details
    Browse the repository at this point in the history
  4. fix: npm ls --long missing deps

    Running `npm ls --json --long --all` was broken for any project
    containing a missing dependency from the node_modules folder. This
    fixes it by avoiding trying to read the extra data required by the
    --long option in case a dependency is missing.
    
    Fixes: #2724
    
    PR-URL: #3119
    Credit: @ruyadorno
    Close: #3119
    Reviewed-by: @wraithgar
    ruyadorno committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    2aecec5 View commit details
    Browse the repository at this point in the history
  5. feat: add init workspaces

    Add workspaces support to `npm init`
    
    - Fixes `npm exec` respecting `script-shell` option value
    - Refactored `lib/exec.js` into `libnpmexec`
    - Updates init-package-json@2.0.3
    - Added ability to create a new workspace using the -w config
    
    PR-URL: #3095
    Credit: @ruyadorno
    Close: #3095
    Reviewed-by: @wraithgar
    ruyadorno committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    4c1f16d View commit details
    Browse the repository at this point in the history
  6. fix(pack): refuse to pack invalid packument

    If name and version are missing, the filename won't make sense.
    
    This also slightly reorders operations so that it will bail early on
    multiple packages, not potentially packing some before hitting an
    invalid package and bailing.
    
    PR-URL: #3115
    Credit: @wraithgar
    Close: #3115
    Reviewed-by: @nlf
    wraithgar authored and ruyadorno committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    42e0587 View commit details
    Browse the repository at this point in the history
  7. pacote@11.3.2

    wraithgar committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    7f82ef5 View commit details
    Browse the repository at this point in the history
  8. npm-registry-fetch@10.0.0

    wraithgar committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    e02bda6 View commit details
    Browse the repository at this point in the history
  9. @npmcli/arborist@2.4.0

    wraithgar committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    35e49b9 View commit details
    Browse the repository at this point in the history
  10. libnpmaccess@4.0.2

    wraithgar committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    95faf8c View commit details
    Browse the repository at this point in the history
  11. @npmcli/run-script@1.8.5

    wraithgar committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    a0382de View commit details
    Browse the repository at this point in the history
  12. libnpmhook@6.0.2

    wraithgar committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    17fffc0 View commit details
    Browse the repository at this point in the history
  13. libnpmorg@2.0.2

    wraithgar committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    1b5a213 View commit details
    Browse the repository at this point in the history
  14. libnpmpublish@4.0.1

    wraithgar committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    9f83e64 View commit details
    Browse the repository at this point in the history
  15. libnpmsearch@3.1.1

    wraithgar committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    251f788 View commit details
    Browse the repository at this point in the history
  16. libnpmteam@2.0.3

    wraithgar committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    35873a9 View commit details
    Browse the repository at this point in the history
  17. npm-profile@5.0.3

    wraithgar committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    23e12b4 View commit details
    Browse the repository at this point in the history
  18. npm-registry-fetch@10.1.0

    wraithgar committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    83166eb View commit details
    Browse the repository at this point in the history
  19. fix(logout): use isBasicAuth attribute

    PR-URL: #3126
    Credit: @wraithgar
    Close: #3126
    Reviewed-by: @darcyclarke
    ruyadorno authored and wraithgar committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    1c4eff7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e5f82f6 View commit details
    Browse the repository at this point in the history
  21. docs: changelog for v7.11.0

    wraithgar committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    47e24d5 View commit details
    Browse the repository at this point in the history
  22. npm prune

    wraithgar committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    231b963 View commit details
    Browse the repository at this point in the history
  23. fixup: ugh

    wraithgar committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    9d4cd6c View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    9993a95 View commit details
    Browse the repository at this point in the history
  2. 7.11.0

    wraithgar authored and darcyclarke committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    88f13e8 View commit details
    Browse the repository at this point in the history