Skip to content

Commit 23d4aab

Browse files
Copilotmichaelschoenbaechler
authored andcommitted
chore: bump angular version
1 parent 8f9ae96 commit 23d4aab

File tree

28 files changed

+13932
-12736
lines changed

28 files changed

+13932
-12736
lines changed

.browserslistrc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
# You can see what browsers were selected by your queries by running:
99
# npx browserslist
1010

11-
Chrome >=79
12-
ChromeAndroid >=79
13-
Firefox >=70
14-
Edge >=79
15-
Safari >=14
16-
iOS >=14
11+
Chrome >=109
12+
ChromeAndroid >=109
13+
Firefox >=110
14+
Edge >=109
15+
Safari >=16
16+
iOS >=16

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Node.js
1414
uses: actions/setup-node@v2
1515
with:
16-
node-version: '18'
16+
node-version: '22'
1717

1818
- name: Install dependencies
1919
run: npm install

angular.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,30 @@
156156
"@ionic/angular-toolkit:page": {
157157
"styleext": "scss",
158158
"standalone": true
159+
},
160+
"@schematics/angular:component": {
161+
"type": "component"
162+
},
163+
"@schematics/angular:directive": {
164+
"type": "directive"
165+
},
166+
"@schematics/angular:service": {
167+
"type": "service"
168+
},
169+
"@schematics/angular:guard": {
170+
"typeSeparator": "."
171+
},
172+
"@schematics/angular:interceptor": {
173+
"typeSeparator": "."
174+
},
175+
"@schematics/angular:module": {
176+
"typeSeparator": "."
177+
},
178+
"@schematics/angular:pipe": {
179+
"typeSeparator": "."
180+
},
181+
"@schematics/angular:resolver": {
182+
"typeSeparator": "."
159183
}
160184
}
161185
}

0 commit comments

Comments
 (0)