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.6.0 #2781

Merged
merged 11 commits into from Feb 25, 2021
Merged

Release/v7.6.0 #2781

merged 11 commits into from Feb 25, 2021

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    b9fa7e3 View commit details
    Browse the repository at this point in the history
  2. arborist@2.2.5

    wraithgar committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    28d036a View commit details
    Browse the repository at this point in the history
  3. feat(explain): mark when dependency is bundled

    When using `npm explain <package>` it's useful to see if the package has
    been bundled. This is especially useful when trying to understand the
    provenance of a package's content
    
    PR-URL: #2750
    Credit: @kumavis
    Close: #2750
    Reviewed-by: @nlf
    kumavis authored and wraithgar committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    881a855 View commit details
    Browse the repository at this point in the history
  4. chore(refactor): promisify completion scripts

    We also removed the "none" script because we handle a missing
    script just fine. There is no need to put an empty one in
    
    PR-URL: #2759
    Credit: @wraithgar
    Close: #2759
    Reviewed-by: @nlf
    wraithgar committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    113b131 View commit details
    Browse the repository at this point in the history
  5. chore(docs): capitalize all Instaces of "package"

    To make the headings consistent.
    
    PR-URL: #2760
    Credit: @MrBrain295
    Close: #2760
    Reviewed-by: @wraithgar
    MrBrain295 authored and wraithgar committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    b7e37f6 View commit details
    Browse the repository at this point in the history
  6. chore(docs): add navigation configuration

    The documentation in this repository is added to the overall npm
    documentation at https://docs.npmjs.com/, which includes both the
    documentation for the public registry and the CLI.
    
    The documentation site itself also has a navigational hierarchy;
    since the content is included from the CLI, we also want to ensure
    that the navigation for that content lives in this repository.
    
    This means that this repository is the source of truth for all of the
    CLI documentation, and we do not need to update two places when we
    add, edit, or remove CLI documentation.  It all lives here.
    
    This also teaches the documentation rendering script to identify when
    the navigation configuration (nav.yml) is missing new pages that were
    recently added or retains old pages that have recently been deleted.
    
    PR-URL: #2775
    Credit: @ethomson
    Close: #2775
    Reviewed-by: @wraithgar
    ethomson authored and wraithgar committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    e45242c View commit details
    Browse the repository at this point in the history
  7. chore(docs):update unpublish cooldown

    PR-URL: #2778
    Credit: @christoflemke
    Close: #2778
    Reviewed-by: @wraithgar, @ethomson
    christoflemke authored and wraithgar committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    bb2f4b3 View commit details
    Browse the repository at this point in the history
  8. fix(test): update hidden package-lock mtime in ls

    That file must be newer than the others for the code to do what we are
    expecting
    
    PR-URL: #2782
    Credit: @isaacs
    Close: #2782
    Reviewed-by: @wraithgar
    isaacs authored and wraithgar committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    7906410 View commit details
    Browse the repository at this point in the history
  9. docs: changelog for v7.6.0

    wraithgar committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    12c57c7 View commit details
    Browse the repository at this point in the history
  10. update AUTHORS

    wraithgar committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    a1c6a15 View commit details
    Browse the repository at this point in the history
  11. 7.6.0

    wraithgar committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    0c881fc View commit details
    Browse the repository at this point in the history