Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

PostCSS Values Parser warning #228

Closed
Antonio-Laguna opened this issue Nov 19, 2021 · 2 comments
Closed

PostCSS Values Parser warning #228

Antonio-Laguna opened this issue Nov 19, 2021 · 2 comments

Comments

@Antonio-Laguna
Copy link
Member

As a result of #225 , @romainmenke discovered that postcss-values-parser package has an issue given that it modifies the prototype of postcss/lib/container this means that if you have multiple versions of the postcss-values-parser you can run into unexpected issues.

We've normalised all of the usages of this plugin into a single version so it's deduped but if you run the following command:

npm ls --depth 2 | grep postcss-values-parser

And don't get something along these lines where there's a single version (6.0.1) you might run into issues.

│ ├─┬ postcss-values-parser@6.0.1
│ ├── postcss-values-parser@6.0.1 deduped
│ ├── postcss-values-parser@6.0.1 deduped
│ ├── postcss-values-parser@6.0.1 deduped
│ ├── postcss-values-parser@6.0.1 deduped
│ ├── postcss-values-parser@6.0.1 deduped
│ ├── postcss-values-parser@6.0.1 deduped
│ ├── postcss-values-parser@6.0.1 deduped
│ ├── postcss-values-parser@6.0.1 deduped
@Antonio-Laguna Antonio-Laguna pinned this issue Nov 19, 2021
@Antonio-Laguna
Copy link
Member Author

Reported on the package: shellscape/postcss-values-parser#143

@Antonio-Laguna
Copy link
Member Author

Fixed as of csstools/postcss-plugins@b1c4d27

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant