-
Notifications
You must be signed in to change notification settings - Fork 1
Description
On registry https://registry.npmjs.org/
, the "latest" version (v3.1.0) of dependency postcss-cssnext
has the following deprecation notice:
'postcss-cssnext' has been deprecated in favor of 'postcss-preset-env'. Read more at https://moox.io/blog/deprecating-cssnext/
Marking the latest version of an npm package as deprecated results in the entire package being considered deprecated, so contact the package author you think this is a mistake.
Affected package file(s): packages/borderline-create-extension/template/package.json
If you don't care about this, you can close this issue and not be warned about postcss-cssnext
's deprecation again. If you would like to completely disable all future deprecation warnings then add the following to your config:
"suppressNotifications": ["deprecationWarningIssues"]