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

feat: use proc-log and drop support for log property #104

Merged
merged 1 commit into from Feb 14, 2022
Merged

Conversation

lukekarrys
Copy link
Member

@lukekarrys lukekarrys commented Feb 10, 2022

It replaces the only use of npmlog.level with a boolean silent which
is now used to to suppress @npmcli/run-script banners instead.

BREAKING CHANGE: this drops support for the log property and instead
all logs will be emitted on the process object via proc-log.

@lukekarrys lukekarrys requested a review from a team as a code owner February 10, 2022 17:29
lib/fetcher.js Outdated Show resolved Hide resolved
Base automatically changed from fritzy/template-oss to main February 10, 2022 21:28
@wraithgar
Copy link
Member

When you rebase make it a deps:

It replaces the only use of `npmlog.level` with a boolean `silent` which
is now used to to suppress `@npmcli/run-script` banners instead.

BREAKING CHANGE: this drops support for the `log` property and instead
all logs will be emitted on the process object via `proc-log`.
@lukekarrys lukekarrys changed the title chore: use registry proc-log instead of internal feat: use proc-log and drop support for log property Feb 11, 2022
@lukekarrys lukekarrys marked this pull request as ready for review February 11, 2022 00:48
@lukekarrys
Copy link
Member Author

This closes #105 now.

@lukekarrys lukekarrys merged commit 26e01b0 into main Feb 14, 2022
@lukekarrys lukekarrys deleted the lk/proc-log branch February 14, 2022 23:57
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

2 participants