Skip to content

v3.0.0

Choose a tag to compare

@krema krema released this 25 Jul 19:00
· 4 commits to main since this release

3.0.0 (2025-07-25)

Features

  • 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.

See Stylelint migration guide: https://stylelint.io/migration-guide/to-16

chore(test): convert to vitest

ci(actions): disable fail fast