ember-cli-notifications
ember-cli-notifications copied to clipboard
Outdated postcss-preset-env
trafficstars
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]
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"
},
It would be nice if we could fix this. Might be a BC as minimum node version needs to be up'd