-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
Possibility to hide warnings about too new versions #909
Comments
Hey @iquito! This makes me laugh... in a depressed way :p. It's not your issue - that's totally legit! It's that I upgraded ALL of the dependencies for Encore less than 1 week ago. And already there are 2 loaders with new major version 🤯 . Anyways, I'd say this:
Cheers! |
Yeah I get what you mean - I noticed a few times in the past that Webpack Encore updated its dependency versions, only for some of them to do a major new version shortly after that. I would prefer 1. and 2. of your suggestions in general, I mainly suggest possibly ignoring such warnings because it has happened so often in the past - although one can hope that now with Webpack 5 and PostCSS 8 all the crazy version jumps will decrease a bit ;-) If it continues happening, it might be a worthwhile option to keep in mind. |
#918 to bump the dependencies |
I'm going to close this for now - we have now bumped the dependencies. Cheers! |
Since using Webpack Encore, I have often been using versions of dependencies that are too new according to Webpack Encore, and warnings are shown each time I run Webpack (especially
postcss-loader
andless-loader
, currently the newest versions are once again too new).While I appreciate the information once, as there could be a problem when using a new version, currently these warnings take up quite a bit of space in the output of running Webpack Encore, and they are shown each time I run it. Having the possibility to hide these warnings would greatly improve my user experience in these cases, in order to focus on new warnings / errors that can occur.
Another thing about the warnings is that I have a lot of repeats, maybe that is a bug - below is the output when running it for two webpack encore configurations (in one webpack.config.js), with 8 warnings about
postcss-loader
and 4 warnings aboutless-loader
(I am using the newest versions for all libraries):Otherwise version 1.0 with the support for Webpack 5 is great by the way, thanks for releasing it!
The text was updated successfully, but these errors were encountered: