-
Notifications
You must be signed in to change notification settings - Fork 341
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
Remove bunyan
#2456
Comments
That makes sense. I think we adopted Pino in our other projects. Pino used to be a drop-in replacement for bunyan a long time ago but it has evolved a lot since then. That might still be a straightforward replacement, though. |
Are you open to a PR? Dependency-wise the project is huge and quite behind: I worked on this before and I can do a little more cleaning again: |
sure thing |
Sounds good! I can send a PR after most of the dependabot PRs are merged, there are a lot of low-hanging fruits there that would cause conflict with a Bunyan replacement PR.
And the PR on this repo is ready and mergeable.
|
Good to see that those PRs were merged last week! I sent a PR for Pino: Also there the You can see how big v9 was: https://packagephobia.com/[email protected] |
Is this a feature request or a bug?
In-between
What is the current behavior?
web-ext
depends onweb-ext/package.json
Line 61 in 0d9f5e1
which depends on [email protected], that has a security vulnerability that affects my Chrome extensions
What is the expected or desired behavior?
Please switch to a different package other than bunyan, as it seems to no longer be maintained (the last update was 2 years ago)
The text was updated successfully, but these errors were encountered: