Releases: krema/angular-eslint-stylelint-builder
Releases · krema/angular-eslint-stylelint-builder
v3.0.2
3.0.2 (2025-07-26)
Bug Fixes
- deps: correct Angular peerDependencies ranges (5e17307)
v3.0.1
3.0.1 (2025-07-26)
Bug Fixes
- deps: correct Angular peerDependencies ranges (18509fb)
v3.0.0
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
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
2.0.2 (2025-06-05)
Bug Fixes
- update npm version badge in README for consistency (13982a3)
v2.0.1
2.0.1 (2025-06-05)
Bug Fixes
- improve file handling and error logging in linting process (cf347b1)
v2.0.0
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
1.4.0 (2023-03-05)
Features
- stylelint: add support for stylelint 15 (6121242)
v1.3.0
1.3.0 (2022-08-08)
Features
- deps: 👷 add Angular 14 support (47c7442)
v1.2.3
1.2.3 (2022-07-18)
Bug Fixes