Skip to content

Releases: krema/angular-eslint-stylelint-builder

v3.0.2

26 Jul 18:56
Compare
Choose a tag to compare

3.0.2 (2025-07-26)

Bug Fixes

  • deps: correct Angular peerDependencies ranges (5e17307)

v3.0.1

26 Jul 17:03
Compare
Choose a tag to compare

3.0.1 (2025-07-26)

Bug Fixes

  • deps: correct Angular peerDependencies ranges (18509fb)

v3.0.0

25 Jul 19:00
Compare
Choose a tag to compare

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

v2.0.3

16 Jul 20:12
Compare
Choose a tag to compare

2.0.3 (2025-07-16)

Bug Fixes

  • counting of stylelint warnings/errors (2271238)
  • update version compatibility and peer dependencies in README and package.json (89c2222)

v2.0.2

05 Jun 19:01
Compare
Choose a tag to compare

2.0.2 (2025-06-05)

Bug Fixes

  • update npm version badge in README for consistency (13982a3)

v2.0.1

05 Jun 18:56
Compare
Choose a tag to compare

2.0.1 (2025-06-05)

Bug Fixes

  • improve file handling and error logging in linting process (cf347b1)

v2.0.0

04 Jun 21:19
Compare
Choose a tag to compare

2.0.0 (2025-06-04)

Features

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

v1.4.0

05 Mar 20:17
Compare
Choose a tag to compare

1.4.0 (2023-03-05)

Features

  • stylelint: add support for stylelint 15 (6121242)

v1.3.0

08 Aug 20:41
Compare
Choose a tag to compare

1.3.0 (2022-08-08)

Features

  • deps: 👷 add Angular 14 support (47c7442)

v1.2.3

18 Jul 21:30
Compare
Choose a tag to compare

1.2.3 (2022-07-18)

Bug Fixes

  • workflow: use check-runs (09d1768)