Skip to content

Commit c69cd03

Browse files
Update JSON Forms to 3.2.0-beta.0 (#76)
* update JSON Forms to 3.2.0-beta.0 * Add nvmrc to configure Node 18, remove obsolete lint deps * Fix and update unit tests --------- Co-authored-by: Lucas Koehler <lkoehler@eclipsesource.com>
1 parent 5da2164 commit c69cd03

14 files changed

+12438
-11447
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
!.vscode/extensions.json
2727

2828
# misc
29+
/.angular/cache
2930
/.sass-cache
3031
/connect.lock
3132
/coverage

.nvmrc

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

angular.json

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,10 @@
7878
"test": {
7979
"builder": "@angular-devkit/build-angular:karma",
8080
"options": {
81-
"main": "src/test.ts",
82-
"karmaConfig": "./karma.conf.js",
83-
"polyfills": "src/polyfills.ts",
81+
"polyfills": [
82+
"zone.js",
83+
"zone.js/testing"
84+
],
8485
"tsConfig": "src/tsconfig.spec.json",
8586
"scripts": [],
8687
"styles": [
@@ -91,18 +92,6 @@
9192
"src/favicon.ico"
9293
]
9394
}
94-
},
95-
"lint": {
96-
"builder": "@angular-devkit/build-angular:tslint",
97-
"options": {
98-
"tsConfig": [
99-
"src/tsconfig.app.json",
100-
"src/tsconfig.spec.json"
101-
],
102-
"exclude": [
103-
"**/node_modules/**"
104-
]
105-
}
10695
}
10796
}
10897
},
@@ -117,22 +106,10 @@
117106
"protractorConfig": "./protractor.conf.js",
118107
"devServerTarget": "jsonforms-angular-material-playground:serve"
119108
}
120-
},
121-
"lint": {
122-
"builder": "@angular-devkit/build-angular:tslint",
123-
"options": {
124-
"tsConfig": [
125-
"e2e/tsconfig.e2e.json"
126-
],
127-
"exclude": [
128-
"**/node_modules/**"
129-
]
130-
}
131109
}
132110
}
133111
}
134112
},
135-
"defaultProject": "jsonforms-angular-material-playground",
136113
"schematics": {
137114
"@schematics/angular:component": {
138115
"prefix": "app",

karma.conf.js

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)