-
-
Notifications
You must be signed in to change notification settings - Fork 27k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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?) postcss@7.0.21
postcss@7.0.35
postcss@8.2.4 (we could stay at 8.1.9)
postcss@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 postcss-loader@4.04 postcss-flexbugs-fixes@5.0.0 postcss-normalize@9.0.0
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