Skip to content

Commit 8b64a3d

Browse files
authored
chore(*): updating @angular-eslint and npm ci (#12346)
1 parent 54b7a6b commit 8b64a3d

File tree

6 files changed

+107
-123
lines changed

6 files changed

+107
-123
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
2929
- name: Install packages
30-
run: npm install
30+
run: npm ci
3131
- name: Lint Lib
3232
run: npm run lint:lib
3333
env:

angular.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939
"namedChunks": true,
4040
"aot": false,
4141
"stylePreprocessorOptions": {
42-
"includePaths": ["node_modules"]
42+
"includePaths": [
43+
"node_modules"
44+
]
4345
}
4446
},
4547
"configurations": {
@@ -283,5 +285,13 @@
283285
},
284286
"cli": {
285287
"analytics": false
288+
},
289+
"schematics": {
290+
"@angular-eslint/schematics:application": {
291+
"setParserOptionsProject": true
292+
},
293+
"@angular-eslint/schematics:library": {
294+
"setParserOptionsProject": true
295+
}
286296
}
287297
}

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ steps:
77
versionSpec: '16.x'
88
displayName: 'Install Node.js'
99

10-
- script: npm install
10+
- script: npm ci
1111
displayName: 'Install dependencies'
1212
env:
1313
AZURE_PIPELINES: "true"

package-lock.json

Lines changed: 68 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@
7777
"devDependencies": {
7878
"@angular-devkit/build-angular": "^15.0.0",
7979
"@angular-devkit/schematics": "^15.0.0",
80-
"@angular-eslint/builder": "^15.0.0-alpha.0",
81-
"@angular-eslint/eslint-plugin": "^15.0.0-alpha.0",
82-
"@angular-eslint/eslint-plugin-template": "^15.0.0-alpha.0",
83-
"@angular-eslint/schematics": "^15.0.0-alpha.0",
84-
"@angular-eslint/template-parser": "^15.0.0-alpha.0",
80+
"@angular-eslint/builder": "^15.0.0",
81+
"@angular-eslint/eslint-plugin": "^15.0.0",
82+
"@angular-eslint/eslint-plugin-template": "^15.0.0",
83+
"@angular-eslint/schematics": "^15.0.0",
84+
"@angular-eslint/template-parser": "^15.0.0",
8585
"@angular/cli": "^15.0.0",
8686
"@angular/compiler-cli": "^15.0.0",
8787
"@angular/language-service": "^15.0.0",
@@ -98,7 +98,7 @@
9898
"browser-sync": "^2.27.7",
9999
"cypress": "latest",
100100
"del": "^6.0.0",
101-
"eslint": "^8.27.0",
101+
"eslint": "^8.28.0",
102102
"eslint-plugin-import": "2.25.2",
103103
"eslint-plugin-jsdoc": "37.9.1",
104104
"eslint-plugin-prefer-arrow": "1.2.2",
@@ -139,4 +139,4 @@
139139
"typescript": "4.8.4",
140140
"webpack-sources": "1.3.0"
141141
}
142-
}
142+
}

0 commit comments

Comments
 (0)