Skip to content

Clean unneeded and deprecated dependencies #5077

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

Closed
Lectem opened this issue Aug 14, 2020 · 1 comment
Closed

Clean unneeded and deprecated dependencies #5077

Lectem opened this issue Aug 14, 2020 · 1 comment

Comments

@Lectem
Copy link

Lectem commented Aug 14, 2020

Due to some packages such as regl/splom, plotly.js makes us download/use uneeded and deprecated dependencies such as left-pad while they are not even needed. (See gl-vis/regl-splom#18)

When installing through npm I get the following warnings:

npm WARN deprecated [email protected]: This is not needed anymore. Use require('os').homedir() instead.
npm WARN deprecated [email protected]: use String.prototype.padStart()

I think it would do good to the project to clean such dependencies.

@archmoj
Copy link
Contributor

archmoj commented Aug 20, 2020

Addressed by #5084.

@archmoj archmoj closed this as completed Aug 20, 2020
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

No branches or pull requests

2 participants