Major Changes
-
#120
ad9d8a4Thanks @ota-meshi! - Drop support for old Node.js versions. Node.js^22.12 || >=24is now required. -
#125
701f17aThanks @ota-meshi! - Migrate the package to ESM. On the supported Node.js versions, the configs can still be loaded from CommonJS viarequire(). The package now also defines anexportsfield; the/scssdeep import keeps working both with and without the/index.jssuffix. -
#124
b3a363cThanks @ota-meshi! - Movestylelint-config-recommendedandstylelint-config-htmlfrom dependencies to peer dependencies, so that their versions are controlled by your project instead of always resolving to the latest release (#68). Thestylelint-config-recommended-scssconfig used by the/scssentry is now declared as an optional peer dependency. -
#123
a12a429Thanks @ota-meshi! - Update peer dependencies:postcss-htmlnow requires^2.0.0, andstylelintnow requires>=16.0.0. Thestylelint-config-htmldependency was also updated to require v2.