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

v7.20.1 #3570

Merged
merged 13 commits into from Jul 22, 2021
Merged

v7.20.1 #3570

merged 13 commits into from Jul 22, 2021

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    b6e0997 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. fix(docs): typo in npm cmd docs

    PR-URL: #3562
    Credit: @wraithgar
    Close: #3562
    Reviewed-by: @lukekarrys
    wraithgar committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    a014f3d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. fix(docs): updated policy urls

    PR-URL: #3523
    Credit: @DemiraDimitrova
    Close: #3523
    Reviewed-by: @wraithgar
    demiracl authored and wraithgar committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    1fe1c9b View commit details
    Browse the repository at this point in the history
  2. fix(exit-handler): always warn if not called

    If the exit handler wasn't called it is always a problem, even if there
    is no exit code.
    
    PR-URL: #3561
    Credit: @wraithgar
    Close: #3561
    Reviewed-by: @lukekarrys
    wraithgar committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    009ad1e View commit details
    Browse the repository at this point in the history
  3. fix(config): consolidate use of npm.color

    The config value for `color` should never be directly read by npm, or
    its submodules.  The derived value `npm.color` or
    `npm.flatOptions.color` is what we want to use.
    
    This PR consolidates the use of these values, makes sure there is only
    one place the value is actually calculated, and stops relying on
    duplicated code in the setup-log.js file for setting one of them.
    
    PR-URL: #3563
    Credit: @wraithgar
    Close: #3563
    Reviewed-by: @lukekarrys
    wraithgar committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    eb67054 View commit details
    Browse the repository at this point in the history
  4. read-package-json-fast@2.0.3

      - feat: load directories.bin as a bin object
    wraithgar committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    d7f29e8 View commit details
    Browse the repository at this point in the history
  5. eslint@7.31.0

    wraithgar committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    8dc74de View commit details
    Browse the repository at this point in the history
  6. npmlog@5.0.0

    wraithgar committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    b1fefa7 View commit details
    Browse the repository at this point in the history
  7. debug@4.3.2

    wraithgar committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    cf737c5 View commit details
    Browse the repository at this point in the history
  8. is-core-module@2.5.0

    wraithgar committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    bd715ca View commit details
    Browse the repository at this point in the history
  9. docs: changelog for v7.20.1

    wraithgar committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    f8dbad3 View commit details
    Browse the repository at this point in the history
  10. update AUTHORS

    wraithgar committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    6eb6e11 View commit details
    Browse the repository at this point in the history
  11. 7.20.1

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