Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Update loglevelnext dependency #26

Open
jasonwilliams opened this issue Jul 26, 2019 · 9 comments
Open

Update loglevelnext dependency #26

jasonwilliams opened this issue Jul 26, 2019 · 9 comments

Comments

@jasonwilliams
Copy link

loglevelnext is causing us some issues, until i realised we're using version 1.0.1, this is very old.

loglevelnext is now on version 3.0.1 https://github.com/shellscape/loglevelnext/blob/master/package.json

Can you move to this version?

@alexander-akait
Copy link
Member

alexander-akait commented Jul 26, 2019

@jasonwilliams thanks for the issue, webpack has built-in mechanism for logging now, so we want deprecated this modules in near future, what is module causes a problem?

@jasonwilliams
Copy link
Author

jasonwilliams commented Jul 26, 2019

Thanks for the quick reply @evilebottnawi

loglevelnext v1 -> es6-symbol -> es5-ext -> next-tick which is causing quite a few warnings for some reason.

loglevelnext v3 -> no dependencies

medikoo/es5-ext#91

@alexander-akait
Copy link
Member

@jasonwilliams what is webpack plugins/loader/packages affected this problem?

@jasonwilliams
Copy link
Author

@evilebottnawi im not sure what you mean, we're only using webpack-log, nothing else has a dependency on loglevelnext for us

@alexander-akait
Copy link
Member

@jasonwilliams do you use this for webpack related module (loader/plugin/etc)?

@jasonwilliams
Copy link
Author

we are using webpack-dev-server which pulls in webpack-log

@alexander-akait
Copy link
Member

@jasonwilliams webpack-dev-server will be migrate on built-in webpack logger in near future

@jasonwilliams
Copy link
Author

jasonwilliams commented Jul 26, 2019

@evilebottnawi cool, it might be good to bump this dep to v3 as an interim if the API hasn't changed?

Its also pulled in by webpack-dev-middleware

@alexander-akait
Copy link
Member

@jasonwilliams yes, don't worry this module diapers from deps in near future

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants