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

Conversation

lukekarrys
Copy link
Member

BUG FIXES

DEPENDENCIES

voxpelli and others added 6 commits October 27, 2021 09:37
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
PR-URL: #3953
Credit: @lukekarrys
Close: #3953
Reviewed-by: @nlf
@lukekarrys lukekarrys requested a review from a team as a code owner October 28, 2021 19:19
Copy link
Contributor

@nlf nlf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@lukekarrys lukekarrys merged commit 2c64215 into latest Oct 28, 2021
@nlf nlf deleted the release/v8.1.2 branch March 28, 2022 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants