simonsmith / stylelint-selector-bem-pattern

Stylelint plugin that incorporates postcss-bem-linter
MIT License
244 stars 13 forks source link

Bump deps #56

Closed AlecRust closed 3 years ago

AlecRust commented 3 years ago

Current Problem

Dependencies in this are getting out of date resulting in warnings e.g.

(node:7239) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at /Users/alec/projects/project-name/node_modules/stylelint-selector-bem-pattern/node_modules/postcss/package.json.
Update this package.json to use a subpath pattern like "./*".

Specifically this warning is coming from PostCSS dependency.

Solution

Upgrade all dependencies. Includes:

This closes all other open PRs.