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.14.0 #3273

Merged
merged 15 commits into from May 20, 2021
Merged

Release/v7.14.0 #3273

merged 15 commits into from May 20, 2021

Commits on May 14, 2021

  1. fix(docs): autogenerate config docs for commands

    Add a script and Makefile rule to build the "Configuration" section for
    all command documentation based on the command classes' `params` list.
    
    Also correct several minor problems in the documentation, and add
    `params` listings for commands that were lacking them, to match the
    existing documentation and/or behavior within the code.
    
    PR-URL: #3243
    Credit: @isaacs
    Close: #3243
    Reviewed-by: @wraithgar
    isaacs authored and wraithgar committed May 14, 2021
    Copy the full SHA
    2f5c28a View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. @npmcli/arborist@2.6.0

    ruyadorno committed May 19, 2021
    Copy the full SHA
    ec256a1 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. feat(explain): add workspaces support

    - Add highlight style for workspaces items in human output
    - Add ability to filter results by workspace using `-w` config
    - Added tests and docs
    
    Fixes: npm/statusboard#300
    
    PR-URL: #3265
    Credit: @ruyadorno
    Close: #3265
    Reviewed-by: @isaacs
    ruyadorno authored and isaacs committed May 20, 2021
    Copy the full SHA
    41099d3 View commit details
    Browse the repository at this point in the history
  2. Add workspaces support to reify/rebuild commands

    This adds `--workspace` support to:
    
    - audit (including audit fix)
    - ci
    - dedupe
    - find-dupes
    - install
    - install-ci-test
    - install-test
    - prune
    - rebuild
    - uninstall
    - update
    
    Also addresses missing error handling case, identified by @timoxley.
    #3227 (comment)
    
    PR-URL: #3227
    Credit: @isaacs
    Close: #3227
    Reviewed-by: @ruyadorno
    isaacs committed May 20, 2021
    Copy the full SHA
    0d1a9d7 View commit details
    Browse the repository at this point in the history
  3. chore(tests): tie usage output to snapshots

    We have another PR in flight that will start auto-generating some
    content in `docs/content/commands`, and will run `postsnap`, which means
    that if we tie the usage output to a snapshot, the docs will also be
    updated when the snapshots change.
    
    PR-URL: #3246
    Credit: @wraithgar
    Close: #3246
    Reviewed-by: @isaacs
    wraithgar authored and isaacs committed May 20, 2021
    Copy the full SHA
    55f2c2a View commit details
    Browse the repository at this point in the history
  4. fix: search description typo

    PR-URL: #3253
    Credit: @juanpicado
    Close: #3253
    Reviewed-by: @wraithgar, @darcyclarke
    juanpicado authored and isaacs committed May 20, 2021
    Copy the full SHA
    faa12cc View commit details
    Browse the repository at this point in the history
  5. feat(unpublish): add workspace/dry-run support

    PR-URL: #3251
    Credit: @wraithgar
    Close: #3251
    Reviewed-by: @ruyadorno, @isaacs
    wraithgar authored and isaacs committed May 20, 2021
    Copy the full SHA
    fde3546 View commit details
    Browse the repository at this point in the history
  6. feat(outdated): add workspaces support

    - Add listing outdated direct deps of a workspace in `npm outdated`
    - Add ability to filter the results of `npm outdated` using `-w` config
    - Added tests and docs
    
    Fixes: npm/statusboard#303
    
    PR-URL: #3260
    Credit: @ruyadorno
    Close: #3260
    Reviewed-by: @isaacs
    ruyadorno authored and isaacs committed May 20, 2021
    Copy the full SHA
    83df366 View commit details
    Browse the repository at this point in the history
  7. fix: restore '--json' argument to 'npm pack' command

    PR-URL: #3217
    Credit: @mrmlnc
    Close: #3217
    Reviewed-by: @isaacs, @wraithgar, @ruyadorno
    mrmlnc authored and isaacs committed May 20, 2021
    Copy the full SHA
    63a7635 View commit details
    Browse the repository at this point in the history
  8. cacache@15.1.0

    isaacs committed May 20, 2021
    Copy the full SHA
    5f15aba View commit details
    Browse the repository at this point in the history
  9. npm-registry-client@10.1.2

    Close: #3262
    Fix: #3205
    isaacs committed May 20, 2021
    Copy the full SHA
    b3add87 View commit details
    Browse the repository at this point in the history
  10. feat: add ls workspaces

    - Add listing workspaces deps by default in `npm ls`
    - Add ability to filter the result tree by workspace using the -w config
    - Added tests and docs
    
    Fixes: npm/statusboard#302
    
    PR-URL: #3250
    Credit: @ruyadorno
    Close: #3250
    Reviewed-by: @isaacs
    ruyadorno authored and isaacs committed May 20, 2021
    Copy the full SHA
    c18626f View commit details
    Browse the repository at this point in the history
  11. docs: changelog for v7.14.0

    ruyadorno committed May 20, 2021
    Copy the full SHA
    c57e4d7 View commit details
    Browse the repository at this point in the history
  12. update AUTHORS

    ruyadorno committed May 20, 2021
    Copy the full SHA
    fa9ac99 View commit details
    Browse the repository at this point in the history
  13. 7.14.0

    ruyadorno committed May 20, 2021
    1
    Copy the full SHA
    a3f50fd View commit details
    Browse the repository at this point in the history