Skip to content

Commit 401bde8

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.0.3...v3.0.0) (2025-07-25) ### Features * **stylelint:** migrate to ESM for Stylelint to remove CommonJS API usage ([b531925](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
1 parent b531925 commit 401bde8

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [3.0.0](https://github.com/krema/angular-eslint-stylelint-builder/compare/v2.0.3...v3.0.0) (2025-07-25)
2+
3+
4+
### Features
5+
6+
* **stylelint:** migrate to ESM for Stylelint to remove CommonJS API usage ([b531925](https://github.com/krema/angular-eslint-stylelint-builder/commit/b5319254e6404369ad260113df017353baeec6c7))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **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.
12+
13+
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.
14+
15+
The previous `DeprecationWarning: The CommonJS Node.js API is deprecated` message on `ng lint` will no longer appear.
16+
17+
See Stylelint migration guide: https://stylelint.io/migration-guide/to-16
18+
19+
chore(test): convert to vitest
20+
21+
ci(actions): disable fail fast
22+
123
## [2.0.3](https://github.com/krema/angular-eslint-stylelint-builder/compare/v2.0.2...v2.0.3) (2025-07-16)
224

325

0 commit comments

Comments
 (0)