Skip to content

Commit 18509fb

Browse files
author
André Kremser
committed
fix(deps): correct Angular peerDependencies ranges
1 parent 401bde8 commit 18509fb

File tree

4 files changed

+11
-6753
lines changed

4 files changed

+11
-6753
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@ A unified Angular CLI builder for linting Angular projects with [ESLint](https:/
1010

1111
## Version Compatibility
1212

13-
- **v1.x**: Supports Angular **9–15**, Stylelint **≤15**, and ESLint **≤8**
14-
- **v2.x**: Supports Angular **16-17**, Stylelint **16+**, and ESLint **9+**
15-
- **v3.x**: Supports Angular **18+**, Stylelint **16+**, and ESLint **9+**
13+
The table below outlines the compatible versions for Angular, Stylelint, and ESLint with each major release of our tool:
14+
15+
| Version | Angular | Stylelint | ESLint |
16+
| :------ | :---------- | :-------- | :----- |
17+
| **v1.x** | 9–15 | ≤15 | ≤8 |
18+
| **v2.x** | 16–17 | 16+ | 9+ |
19+
| **v3.x** | 18+ | 16+ | 9+ |
1620

1721
---
1822

example/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@angular/build": "^20.1.2",
3838
"@angular/cli": "^20.1.2",
3939
"@angular/compiler-cli": "^20.1.0",
40-
"@krema/angular-eslint-stylelint-builder": "file:///../../out",
40+
"@krema/angular-eslint-stylelint-builder": ">=3.0.0",
4141
"@types/jasmine": "~5.1.0",
4242
"@typescript-eslint/eslint-plugin": "^8.38.0",
4343
"@typescript-eslint/parser": "^8.38.0",

0 commit comments

Comments
 (0)