Skip to content

Commit cf96495

Browse files
authored
Angular 15 upgrade (#85)
* Update to Angular v15 WIP * Add changelog and fix versions * Update node version * Run npm install with updated Node LTS version * Update parserOptions path * Add newline to nodeversion
1 parent 8e0865a commit cf96495

File tree

13 files changed

+4055
-5319
lines changed

13 files changed

+4055
-5319
lines changed

.eslintrc.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"overrides": [
66
{
77
"files": ["*.ts"],
8+
"parserOptions": {
9+
"project": [
10+
"projects/ngx-form-object/tsconfig.(lib*|spec).json",
11+
"projects/ngx-form-object-sample-app/tsconfig.(app|spec).json"
12+
]
13+
},
814
"extends": [
915
"plugin:@angular-eslint/recommended",
1016
"plugin:@angular-eslint/template/process-inline-templates",

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18.13.0

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.12.1
1+
18.13.0

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 15.0.0
2+
3+
* Update Angular version to v15
4+
15
### 14.0.1
26

37
* Expose form control instance as a third argument in a custom `isChanged` function

angular.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,13 @@
144144
}
145145
}
146146
}
147+
},
148+
"schematics": {
149+
"@angular-eslint/schematics:application": {
150+
"setParserOptionsProject": true
151+
},
152+
"@angular-eslint/schematics:library": {
153+
"setParserOptionsProject": true
154+
}
147155
}
148156
}

0 commit comments

Comments
 (0)