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
stylelint: migrate to ESM for Stylelint to remove CommonJS API usage (b531925)
BREAKING CHANGES
stylelint: The CommonJS Node.js API for Stylelint has been deprecated and will be removed in the next major release. This commit updates @krema/angular-eslint-stylelint-builder and related configurations to utilize Stylelint's ECMAScript Modules (ESM) API.
Plugin authors or users of stylelint.lint() directly within their projects may need to adjust their imports or configurations to use ESM. Custom syntaxes and formatters are not affected.
The previous DeprecationWarning: The CommonJS Node.js API is deprecated message on ng lint will no longer appear.
support Angular v16–v20 and Stylelint 16 (4a9fd92)
BREAKING CHANGES
This release drops support for Angular versions below v16 and Stylelint versions below 16. The package now requires Angular v16–v20 and Stylelint 16 or newer.