webpack-log icon indicating copy to clipboard operation
webpack-log copied to clipboard

Update loglevelnext dependency

Open jasonwilliams opened this issue 6 years ago • 9 comments

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?

jasonwilliams avatar Jul 26 '19 15:07 jasonwilliams

@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?

alexander-akait avatar Jul 26 '19 16:07 alexander-akait

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

https://github.com/medikoo/es5-ext/issues/91

jasonwilliams avatar Jul 26 '19 16:07 jasonwilliams

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

alexander-akait avatar Jul 26 '19 16:07 alexander-akait

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

jasonwilliams avatar Jul 26 '19 16:07 jasonwilliams

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

alexander-akait avatar Jul 26 '19 17:07 alexander-akait

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

jasonwilliams avatar Jul 26 '19 17:07 jasonwilliams

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

alexander-akait avatar Jul 26 '19 17:07 alexander-akait

@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

jasonwilliams avatar Jul 26 '19 17:07 jasonwilliams

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

alexander-akait avatar Jul 27 '19 11:07 alexander-akait