-
-
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
Bumped postcss-normalize to v10 #10946
base: main
Are you sure you want to change the base?
Conversation
Hi @Bluefitdev! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
@Bluefitdev are you aware your PR doesnt build? |
Yeah @DrogoNevets , Node 10 is not supported anymore from Edit: Clarified by @camjackson that actually postcss-normalize v10 requires node 12 |
In our pipeline, i think its complaining about a new instance needing the |
Actually I think postcss 8 itself supports node v10 just fine: https://github.com/postcss/postcss/blob/main/package.json#L6 It's postcss-normalize 10 that requires node 12+: https://github.com/csstools/postcss-normalize/blob/main/CHANGELOG.md#1000-april-28-2021 Is that going to be a blocker? The CRA docs say "You’ll need to have Node >= 10", but is there any scope to bump that up to v12? It seems like we can't get postcss 8 into react-scripts without doing so. For reference, node v12 came out a little over 2 years ago. |
FYI, after inspecting, most test fails on node 12 because of this:
|
@Bluefitdev maybe we should remove the |
Can I remove the Node10 from pipeline in
Edit: Removed node 10, lets see if the behaviour test works this time |
Only kitchensink/simple/oldnode are passing - the rest of the tests have been broken for a while. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A small pr that hopefully fixes the postcss 8 update
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
Dear Mr. bot, please don't close this PR. |
We need release please |
For reference, we still support Node 10, and this PR breaks Node 10 support which is why we haven't merged, yet. We're hoping to get this out soon though. |
|
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
[email protected] was released with support for PostCSS 8
We should bump it after merging #10456