-
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
v8.2.0 #4115
Merged
Merged
v8.2.0 #4115
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
PR-URL: #4060 Credit: @yuqu Close: #4060 Reviewed-by: @wraithgar
PR-URL: #4072 Credit: @chalkygames123 Close: #4072 Reviewed-by: @wraithgar
PR-URL: #4081 Credit: @idleberg Close: #4081 Reviewed-by: @wraithgar
PR-URL: #4089 Credit: @yotamselementor Close: #4089 Reviewed-by: @wraithgar
* fix: always load localPrefix PR-URL: #4102 Credit: @wraithgar Close: #4102 Reviewed-by: @lukekarrys
PR-URL: #4078 Credit: @wraithgar Close: #4078 Reviewed-by: @lukekarrys
This decouples the log file writing from the terminal logging. We now open an append only file at the start of the process and stream logs to it. We still only display the log file message in timing mode or if there is an error, but the file is still written regardless. All logging now goes through `proc-log` and this is the first step to removing `npmlog`. For now `npmlog` is still used for the terminal logging but with a shim in front of it to make it easier to test and use in conjunction with `proc-log`. Ref: npm/statusboard#366 This also refactors many of the tests to always use an explicit `t.testdir` for their cache since the file is opened on each `new Npm()`. Tests are also refactored to use more of `MockNpm` with behavior to add config items and load `npm` if necessary. A new fixture `mockGlobals` was also added to make much of this more ergonomic. Ref: npm/statusboard#410 Closes npm/statusboard#411 Closes npm/statusboard#367 PR-URL: #4062 Credit: @lukekarrys Close: #4062 Reviewed-by: @wraithgar
PR-URL: #4109 Credit: @wraithgar Close: #4109 Reviewed-by: @lukekarrys
PR-URL: #4113 Credit: @darcyclarke Close: #4113 Reviewed-by: @lukekarrys
PR-URL: #4114 Credit: @lukekarrys Close: #4114 Reviewed-by: @wraithgar
lukekarrys
approved these changes
Dec 2, 2021
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.
v8.2.0 (2021-12-02)
Features
6734ba36d
#4062 feat: streaming debug logfile (@lukekarrys)Bug Fixes
5f4040aa0
chore: remove get-project-scope utils (@yuqu)c5c6d1603
#4060 fix: add missing scope on flat options (@yuqu)47828b766
chore: update one-time password prompt (@darcyclarke)Documentation
fc46a7926
#4072 docs: fix typo insave-peer
description (@chalkygames123)2fbf1576f
#4081 docs: Fix typo (@idleberg)a8bc95f11
#4089 docs(workspaces): Fix typo (@yotamselementor)31b098ee2
#4113 docs: add logging docs (@darcyclarke)cbae0fb71
#4114 docs: update description about where/when debug log is written (@lukekarrys)Dependencies
037f2cc8c
#4078node-gyp@8.4.1
0e63df612
#4102@npmcli/config@2.3.2
: