Commit 401bde8
committed
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 fast1 parent b531925 commit 401bde8
1 file changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
1 | 23 | | |
2 | 24 | | |
3 | 25 | | |
| |||
0 commit comments