Skip to content
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

Outdated postcss-preset-env #338

Closed
basz opened this issue Mar 18, 2022 · 2 comments · Fixed by #365
Closed

Outdated postcss-preset-env #338

basz opened this issue Mar 18, 2022 · 2 comments · Fixed by #365

Comments

@basz
Copy link

basz commented Mar 18, 2022

Seeing this problem

⠙ building... [Babel: ember-cli-notifications > applyPatches]

┌─────────────────────────────────────────────────────────────────────────────────┐
│                                                                                 │
│   This version of postcss-preset-env is not optimised to work with PostCSS 8.   │
│                Please update to version 7 of PostCSS Preset Env.                │
│                                                                                 │
│                    If you find issues, you can report it at:                    │
│          https://github.com/csstools/postcss-plugins/issues/new/choose          │
│                                                                                 │
└─────────────────────────────────────────────────────────────────────────────────┘
npm ls postcss-preset-env
[email protected] /Users/bas/Documents/Projects/PLHW.ProjectHealthyFeet/applications/hf-app-lab
└─┬ @plhw-lab/[email protected] -> ./packages/lab-plhw
  └─┬ [email protected]
    └── [email protected]
@jacobq
Copy link
Contributor

jacobq commented May 26, 2022

FWIW, I've been using yarn's selective dependency option to force the postcss packages to upgrade (AFAIK the only breaking stuff was dropping old versions, which don't cause problems for me) and haven't seen breakage yet.

  "resolutions": {
    "**/postcss-preset-env": "^7.6.0",
    "postcss": "^8.4.14"
  },

@basz
Copy link
Author

basz commented Jul 6, 2022

It would be nice if we could fix this. Might be a BC as minimum node version needs to be up'd

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

Successfully merging a pull request may close this issue.

2 participants