Skip to content

Commit 5900315

Browse files
Merge pull request #20 from Talentia-Software-OSS/11.0.x
angular v20.3.21
2 parents 3f270d6 + abc70d1 commit 5900315

16 files changed

Lines changed: 3646 additions & 3341 deletions

.browserslistrc

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1-
# https://github.com/browserslist/browserslist#readme
1+
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
2+
# For additional information regarding the format and rule options, please see:
3+
# https://github.com/browserslist/browserslist#queries
24

3-
last 2 major versions
4-
Firefox ESR
5-
not dead
6-
not IE 9-11
7-
not kaios <= 2.5
8-
not op_mini all
5+
# For Angular's browser support policy, please see:
6+
# https://angular.dev/reference/versions#browser-support
7+
8+
# You can see what browsers were selected by your queries by running:
9+
# npx browserslist
10+
11+
last 2 Chrome versions
12+
last 2 ChromeAndroid versions
13+
last 2 Edge versions
14+
last 2 Firefox versions
15+
last 2 FirefoxAndroid versions
16+
last 2 Safari versions
17+
last 2 iOS versions

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232

3333
steps:
3434
- name: Check out repo
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v6
3636

3737
- name: Setup Node.js
38-
uses: actions/setup-node@v3
38+
uses: actions/setup-node@v6
3939
with:
4040
node-version: ${{ matrix.node-version }}
4141
cache: npm

.github/workflows/publish-oidc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
3131
steps:
3232
- name: Check out repo
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434

3535
- name: Setup Node.js
36-
uses: actions/setup-node@v4
36+
uses: actions/setup-node@v6
3737
with:
3838
node-version: ${{ matrix.node-version }}
3939
registry-url: 'https://registry.npmjs.org'

.github/workflows/publish-token.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2727
steps:
2828
- name: Check out repo
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v6
3030

3131
- name: Setup Node.js
32-
uses: actions/setup-node@v3
32+
uses: actions/setup-node@v6
3333
with:
3434
node-version: ${{ matrix.node-version }}
3535
registry-url: 'https://registry.npmjs.org'

angular.json

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

0 commit comments

Comments
 (0)