Skip to content

Commit 57078f7

Browse files
Merge pull request #180 from jeroenheijmans/various-upgrades
Various upgrades (Angular & Packages) + GitHub Actions fix
2 parents 3c4b0fa + 5178c82 commit 57078f7

18 files changed

+8371
-6890
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: npx playwright test
4444

4545
- name: Playwright - Upload Report
46-
uses: actions/upload-artifact@v3
46+
uses: actions/upload-artifact@v4
4747
if: always()
4848
with:
4949
name: playwright-report

angular.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,31 @@
105105
},
106106
"cli": {
107107
"analytics": false
108+
},
109+
"schematics": {
110+
"@schematics/angular:component": {
111+
"type": "component"
112+
},
113+
"@schematics/angular:directive": {
114+
"type": "directive"
115+
},
116+
"@schematics/angular:service": {
117+
"type": "service"
118+
},
119+
"@schematics/angular:guard": {
120+
"typeSeparator": "."
121+
},
122+
"@schematics/angular:interceptor": {
123+
"typeSeparator": "."
124+
},
125+
"@schematics/angular:module": {
126+
"typeSeparator": "."
127+
},
128+
"@schematics/angular:pipe": {
129+
"typeSeparator": "."
130+
},
131+
"@schematics/angular:resolver": {
132+
"typeSeparator": "."
133+
}
108134
}
109135
}

0 commit comments

Comments
 (0)