You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node.js 20.19.0 or higher is now required. Several selector-related rules have been removed due to incompatibility with standard CSS nesting in stylelint v17. If your project uses SCSS or Less with nonstandard nesting, you may need to turn off additional rules or use SCSS-specific alternatives. Code previously failing no-descending-specificity, no-duplicate-selectors, or selector-max-specificity checks will no longer be flagged.
stylelint-config-standard-scss v15 and v16 removed deprecated stylistic rules and updated config for compatibility with newer stylelint versions. See Stylelint migration guide to v15 for details.
stylelint-order v7 drops support for Node.js 18 and Stylelint <16.18.0, changes property order rules, and improves autofix behavior.
Minimum required Node.js version is now 20.
Build System
upgrade dependencies and set minimum node engine (be69608)