mansona / ember-cli-notifications

⚛ Atom inspired notification messages for ember-cli
https://ember-cli-notifications.netlify.app/
MIT License
177 stars 94 forks source link

Outdated postcss-preset-env #338

Closed basz closed 11 months ago

basz commented 2 years ago

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
hf-app-lab@80.0.7 /Users/bas/Documents/Projects/PLHW.ProjectHealthyFeet/applications/hf-app-lab
└─┬ @plhw-lab/lab-plhw@80.0.7 -> ./packages/lab-plhw
  └─┬ ember-cli-notifications@8.0.0
    └── postcss-preset-env@6.7.1
jacobq commented 2 years ago

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 commented 2 years ago

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