patternfly / patternfly-react

A set of React components for the PatternFly project.
https://react-staging.patternfly.org/
MIT License
796 stars 356 forks source link

Bug - Styles -Warnings about autoprefixer #9466

Closed aljesusg closed 1 year ago

aljesusg commented 1 year ago

Describe the problem

WARNING in ./node_modules/@patternfly/patternfly/dist/patternfly.css (./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[5].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[5].use[2]!./node_modules/source-map-loader/dist/cjs.js!./node_modules/@patternfly/patternfly/dist/patternfly.css)
Module Warning (from ./node_modules/postcss-loader/dist/cjs.js):
Warning

(13441:3) autoprefixer: start value has mixed support, consider using flex-start instead

WARNING in ./node_modules/@patternfly/react-styles/css/components/Dropdown/dropdown.css (./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[5].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[5].use[2]!./node_modules/source-map-loader/dist/cjs.js!./node_modules/@patternfly/react-styles/css/components/Dropdown/dropdown.css)
Module Warning (from ./node_modules/postcss-loader/dist/cjs.js):
Warning

(150:3) autoprefixer: start value has mixed support, consider using flex-start instead

How do you reproduce the problem?

Just use component or add styles and build your project.

Expected behavior No warnings

Is this issue blocking you? Yes, We can't pass or QA tests

What is your environment? "@patternfly/patternfly": "5.0.0", "@patternfly/react-charts": "7.0.0", "@patternfly/react-core": "5.0.0", "@patternfly/react-table": "5.0.0", "@patternfly/react-tokens": "5.0.0", "@patternfly/react-topology": "5.0.0", What is your product and what release date are you targeting? Kiali

mgubaidullin commented 1 year ago

Same issue in https://github.com/apache/camel-karavan

nicolethoen commented 1 year ago

I’ve released the following versions as a patch release: @patternfly/patternfly: 5.0.4 @patternfly/react-charts: 7.0.1 @patternfly/react-code-editor: 5.0.1 @patternfly/react-core: 5.0.1 @patternfly/react-icons: 5.0.1 @patternfly/react-styles: 5.0.1 @patternfly/react-table: 5.0.1 @patternfly/react-tokens: 5.0.1 You can see the core release notes here: https://github.com/patternfly/patternfly/releases/tag/patch-v5.0.4 You can see the react release notes here: https://github.com/patternfly/patternfly-react/releases/tag/patch-v5.0.1 (but it’s a super tiny patch - the TLDR: the core has one fix: updated use of flex start/end to be more compatible (#5807) react has one change: pull in core’s patch release