-
Notifications
You must be signed in to change notification settings - Fork 251
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
Innerdependency sshpk
's deprecationwarning handling
#453
Comments
Hi @kwonoj, thanks for the report. I'll see what we can do about getting this dependecy updated. |
In fact, the version ranges in |
Purging lockfile is something we'd like to avoid cause we try to honor lockfile's state. we have multiple dependency have dep to ~Probably unrelated note, is there any plan to replace
☝️ I've spawned separate issue #456 for unrelated. |
Ok, in which case I'm going to close off this issue because Bugsnag is not the module causing this problem. You should be able to upgrade a single dependency without invalidating your entire lockfile. |
Summary
Currently
@bugsnag/node
raises one deprecation warning on latest node:coming from innerdependency of @bugsnag/node.
We are under bit special circumstances of grabbing
console.warn
in our Electron renderer process and send it to bugsnag, which results our event collection is polluted by this event.Possible approaches?
I'm not sure if there's easy way to deal with this:
sshpk
itself already fixed (TritonDataCenter/node-sshpk#46), but parent dephttp-signature
doesn't updated so not sure if there's way to control bump up inner dependency selectively.The text was updated successfully, but these errors were encountered: