ember-cli-notifications icon indicating copy to clipboard operation
ember-cli-notifications copied to clipboard

Outdated postcss-preset-env

Open basz opened this issue 3 years ago • 2 comments
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]

basz avatar Mar 18 '22 09:03 basz

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"
  },

jacobq avatar May 26 '22 19:05 jacobq

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

basz avatar Jul 06 '22 11:07 basz