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.5.3 #2626

Merged
merged 18 commits into from Feb 8, 2021
Merged

Release/v7.5.3 #2626

merged 18 commits into from Feb 8, 2021

Commits on Feb 5, 2021

  1. chore: utils cleanup and tests

    - remove spawn util, refactor help command
    - add tests for read-user-info, minor refactor
    - add tests for pulse-till-done util, refactor
    - add tests for otplease util
    - add tests for open-url util
    - remove unused no-progress-while-running util
    
    PR-URL: #2601
    Credit: @nlf
    Close: #2601
    Reviewed-by: @ruyadorno, @wraithgar
    nlf authored and ruyadorno committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    d443939 View commit details
    Browse the repository at this point in the history
  2. fix(publish): follow configs for registry auth

    The "do you have auth configured" only takes into consideration a hard-coded
    "registry" config, which means that if you don't have auth configured for
    the npm registry, but you do for the one you have tied to a scope elsewhere
    in your npmrc, we would erroneously tell you that to add a token.
    
    This uses the same method that the rest of the publish chain uses to determine
    which registry it would be publishing to, then sees if you have auth for THAT registry.
    
    Because that other function does a hard fallback to the npm registry, there is no more
    need for the exception we throw if you do not have one configured.  Also, the npm cli
    already defaults that config item, so you can't even set it to a falsey value if you
    wanted
    wraithgar authored and ruyadorno committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    df596bf View commit details
    Browse the repository at this point in the history
  3. pass -q to curl calls to disable user .curlrc files

    PR-URL: #2613
    Credit: @nlf
    Close: #2613
    Reviewed-by: @ljharb, @wraithgar
    nlf authored and ruyadorno committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    6d7afb0 View commit details
    Browse the repository at this point in the history
  4. pacote@11.2.5

    ruyadorno committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    3294fed View commit details
    Browse the repository at this point in the history
  5. init-package-json@2.0.2

    ruyadorno committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    6f46b0f View commit details
    Browse the repository at this point in the history
  6. @npmcli/arborist@2.2.0

    ruyadorno committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    df4f65a View commit details
    Browse the repository at this point in the history
  7. eslint@7.19.0

    ruyadorno committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    12812c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    0f7a3a8 View commit details
    Browse the repository at this point in the history
  2. @npmcli/run-script@1.8.2

    ruyadorno committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    7038c2f View commit details
    Browse the repository at this point in the history
  3. pacote@11.2.6

    ruyadorno committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    616c560 View commit details
    Browse the repository at this point in the history
  4. @npmcli/arborist@2.2.1

    ruyadorno committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    f8dd557 View commit details
    Browse the repository at this point in the history
  5. libnpmversion@1.0.8

    ruyadorno committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    54cd4c8 View commit details
    Browse the repository at this point in the history
  6. graceful-fs@4.2.5

    ruyadorno committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    9ab36aa View commit details
    Browse the repository at this point in the history
  7. fix: prune optionalDeps ls compat

    Fixes a compatibility issue in `npm ls` due to the subtle internal
    change of optional dependencies being pruned from dependencies in
    `read-package-json-fast@2.0.0` update.
    ruyadorno committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    27be528 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1822cf View commit details
    Browse the repository at this point in the history
  9. chore: update package-lock

    ruyadorno committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    471990a View commit details
    Browse the repository at this point in the history
  10. docs: changelog for v7.5.3

    ruyadorno committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    05d9c76 View commit details
    Browse the repository at this point in the history
  11. 7.5.3

    ruyadorno committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    e815cd4 View commit details
    Browse the repository at this point in the history