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/v8.1.2 #3957

Merged
merged 6 commits into from Oct 28, 2021
Merged

Release/v8.1.2 #3957

merged 6 commits into from Oct 28, 2021

Commits on Oct 27, 2021

  1. fix: allow --lockfile-version config to be string and coerce to number

    As all CLI input is considered to be string, eg. a
    "npm install --lockfile-version 3" would fail with the error messages:
    
    ```
    npm WARN invalid config lockfile-version="3" set in command line options
    npm WARN invalid config Must be one of: null, 1, 2, 3
    ```
    
    Until we have a config system that supports setting type and possible values
    of configs, we have to specify all string and number values for the
    `lockfile-version`, but we coerce all values to numbers in the flattener.
    
    Co-authored-by: @voxpelli
    Co-authored-by: @isaacs
    
    PR-URL: #3949
    Credit: @lukekarrys
    Close: #3949
    Reviewed-by: @isaacs
    voxpelli authored and lukekarrys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    cb9f435 View commit details
    Browse the repository at this point in the history
  2. fix(publish): clean args before logging

    PR-URL: #3943
    Credit: @wraithgar
    Close: #3943
    Reviewed-by: @lukekarrys
    wraithgar authored and lukekarrys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    070901d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. deps: arborist@4.0.3

    PR-URL: #3953
    Credit: @lukekarrys
    Close: #3953
    Reviewed-by: @nlf
    lukekarrys committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    8af9472 View commit details
    Browse the repository at this point in the history
  2. docs: changelog for v8.1.2

    lukekarrys committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    ee10604 View commit details
    Browse the repository at this point in the history
  3. update AUTHORS

    lukekarrys committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    f09c21d View commit details
    Browse the repository at this point in the history
  4. 8.1.2

    lukekarrys committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    2c64215 View commit details
    Browse the repository at this point in the history