Skip to content

Commit 9e64b9f

Browse files
sonderbazzbbortt
authored andcommitted
feat(deps): updated dependencies - angular 20 ready
BREAKING CHANGE: Requires `@angular/core@>=20.0.0`
1 parent 31f3d39 commit 9e64b9f

File tree

9 files changed

+15188
-12541
lines changed

9 files changed

+15188
-12541
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
node-version: ['18', '20', '22', '23']
14+
node-version: ['20', '22', '23', '24']
1515
steps:
1616
- uses: actions/checkout@v5
1717
- uses: actions/setup-node@v4

angular.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,30 @@
187187
},
188188
"@angular-eslint/schematics:library": {
189189
"setParserOptionsProject": true
190+
},
191+
"@schematics/angular:component": {
192+
"type": "component"
193+
},
194+
"@schematics/angular:directive": {
195+
"type": "directive"
196+
},
197+
"@schematics/angular:service": {
198+
"type": "service"
199+
},
200+
"@schematics/angular:guard": {
201+
"typeSeparator": "."
202+
},
203+
"@schematics/angular:interceptor": {
204+
"typeSeparator": "."
205+
},
206+
"@schematics/angular:module": {
207+
"typeSeparator": "."
208+
},
209+
"@schematics/angular:pipe": {
210+
"typeSeparator": "."
211+
},
212+
"@schematics/angular:resolver": {
213+
"typeSeparator": "."
190214
}
191215
}
192216
}

0 commit comments

Comments
 (0)