-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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.0.8 #2115
Merged
Merged
Release/v7.0.8 #2115
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…#1247) Credit: @foxxyz Close: #1822 Fixes: #1247 Reviewed-by: @ruyadorno
updated usage from: https://github.com/npm/cli/blob/v7.0.1/lib/exec.js#L8-L20, and removed extra `-p` occurrences to avoid confusion. Credit: @dr-js Close: #1970 Reviewed-by: @ruyadorno
Credit: @jtojnar Close: #2096 Reviewed-by: @ruyadorno
This adds a flatOptions.flatten() method, which takes an object full of config keys, and turns it into an options object. This method expects an object that already inherits from npm's defaults, and is thus expected to be internal only. This commit also removes some config keys which were used by npm dependencies at the start of the v7 beta process, but are no longer: - all lockfile configs (since we don't use lockfiles any more! for anything! and good riddance, they're a rats' nest of race conditions) - cacheMax/cacheMin (we only use preferOffline/offline/online now, so these are strictly legacy support as input and never shared with deps) Once this lands in cli, we can remove the publishConfig handling logic in npm-registry-fetch, as it will be redundant.
Support publishing things other than folders
This causes a lot of duplicates which will be removed in subsequent commits.
Less manual effort paper cuts.
isaacs
force-pushed
the
release/v7.0.8
branch
from
November 3, 2020 22:55
8a5bb6d
to
786e39d
Compare
isaacs
force-pushed
the
release/v7.0.8
branch
from
November 3, 2020 22:59
786e39d
to
34bd6c7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
7.0.8 (2020-11-03)
DOCUMENTATION
052e977b9
#1822 #1247 add section on peerDependenciesMeta field in package.json (@foxxyz)52d32d175
#1970 match npm-exec.md -p usage with lib/exec.js (@dr-js)48ee8d01e
#2096 Fix RFC links in changelog (@jtojnar)BUG FIXES
6cd3cd08a
Support all conf keys in publishConfiga1f9be8a7
#2074 Support publishing any kind of spec, not just directoriesDEPENDENCIES
545382df6
[email protected]
:7d88f1719
[email protected]
823b40a4e
[email protected]
90bf57826
[email protected]
e5a413577
[email protected]
fc5aa7b4a
[email protected]
9fc1dee13
[email protected]
0ea870ec5
[email protected]
32fd744ea
[email protected]
fc76f3d9f
@npmcli/[email protected]
cannot read property 'description' of undefined
innpm ls
whenpackage-lock.json
is corrupted--prefer-dedupe
mode