-
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: npm@6.10.1 #207
Merged
Merged
Release: npm@6.10.1 #207
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
SemVer v6 would be nice, but it'll require a lot of other modules to be updated. Most of the other outdated deps drop support for node 6, so they'll come in npm v7. |
When running an npm command from within a git environment, such as installing or testing during a git rebase or bisect, these environment variables will be passed to the child process, causing it to fetch/checkout/etc in the root project instead of doing what the user intends. Strip them out so that they are not passed to the child process. Also, remove git environs from the test environment, so that spawning git in a test to set up a dummy repo doesn't mess with the main project's git repository. This enables adding `exec npm test` in a `git rebase -i` list to run tests between commits.
This also updates make-fetch-happen, so it no longer requires the old lru-cache.
Credit: @raywu0123 PR-URL: #179 Close: #179 Reviewed-by: @isaacs
isaacs
force-pushed
the
release-next-6.10.1
branch
from
July 3, 2019 17:11
565a0df
to
3013a2d
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.
BUGFIXES
752e1837a
#206 improve isOnly(Dev,Optional) (@larsgw)970717c7b
#179 fix-xmas-underline (@raywu0123)e13afad99
fix(git): stripGIT
environs when running git (@isaacs)DEPENDENCIES
e7513eafa
lru-cache@5.1.1
(@isaacs)ae4ff9e88
npm-registry-fetch@3.9.1
: (@isaacs)e091b767c
call-limit@1.1.1
(@isaacs)e25e2b292
glob@7.1.4
(@isaacs)c40ca2d76
inherits@2.0.4
(@isaacs)f00a74293
libnpmsearch@2.0.1
(@isaacs)8757f67d3
marked@0.6.3
(@isaacs)633befedd
marked-man@0.6.0
(@isaacs)b2e98a343
npm-lifecycle@2.1.1
(@isaacs)e69537dce
node-gyp@4.0.0
(@isaacs)23e8b9410
query-string@6.8.1
(@isaacs)572eaffcb
tar-stream@2.1.0
(@isaacs)609f62f31
worker-farm@1.7.0
(@isaacs)3e9891181
readable-stream@3.4.0
(@isaacs)