-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Update PostCSS packages #10456
Update PostCSS packages #10456
Conversation
This reverts commit 3968923.
@ianschmitz & @ai I've created a new pr for updating postcss to v8 I do see multiple versions of postcss but I don't think it will be solved until all plugins are updated to the new plugin format (without a postcss dependency?)
[email protected] (we could stay at 8.1.9)
regarding postcss-browser-comments I could not find any open issues regarding updating to postcss8 In our private build setup we also had to add autoprefixer as a dependency - but for now the CRA build haven't complained about it. |
LGTM
Yeap, for the transition period we will still see PostCSS in deep dependencies. |
Any updates on this? |
Many thanks @raix. Sorry about the long delays |
No worries @ianschmitz :) |
When we should expect this to be released? |
@raix does postcss-normalize 9 actually support postcss 8? There's currently an active PR on master suggesting that it does not: |
@radiosilence Thanks it's been unclear as postcss should work with older plugins - we should bump normalize to 10.0.0 |
Yep, postcss-normalize 10.0.0 has been released so we should indeed bump it |
Added the PR #10946 |
Update [email protected] [email protected] [email protected]
Changes:
indent
is no longer needed accordingly to changelogref: https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md#400-2020-09-07
Part of making way for Webpack 5 #9994
Reference to initial pr #10003 reverted in #10216