Skip to content

Commit

Permalink
[Tock Studio] Angular version upgrade (v14 to v17) (#1710)
Browse files Browse the repository at this point in the history
* Temporarily remove angular-eslint devDep

* Upgrade v14 to v15

* npm update

* Upgrade zone.js to v0.13

* Update typescript to v4.9.5

* Update eslint to v 16.2.14

* Temporarily remove angular-eslint devDep

* Upgrade v15 to v16

* typescript and zone.js upgrade

* Remove angular-eslint

* Upgrade v16 to v17

* Temp workaround for incompatibility of Nebular 13 vith angular cdk >17.1

* Upgrade Cytoscape

Fixes #1712
  • Loading branch information
rkuffer authored and morgandiverrez committed Aug 26, 2024
1 parent e1b9bf6 commit 707e3a7
Show file tree
Hide file tree
Showing 26 changed files with 7,053 additions and 5,877 deletions.
16 changes: 7 additions & 9 deletions bot/admin/web/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"outputPath": "dist",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": ["zone.js"],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": ["src/favicon.ico", "src/assets", "src/img"],
Expand Down Expand Up @@ -77,30 +77,30 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "bot:build"
"buildTarget": "bot:build"
},
"configurations": {
"production": {
"browserTarget": "bot:build:production"
"buildTarget": "bot:build:production"
},
"dev": {
"browserTarget": "bot:build:dev"
"buildTarget": "bot:build:dev"
}
},
"defaultConfiguration": "dev"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "bot:build"
"buildTarget": "bot:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "src/test.ts",
"preserveSymlinks": true,
"polyfills": "src/polyfills.ts",
"polyfills": ["zone.js"],
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"styles": ["src/styles.css"],
Expand All @@ -118,9 +118,7 @@
}
},
"cli": {
"schematicCollections": [
"@angular-eslint/schematics"
],
"schematicCollections": ["@angular-eslint/schematics"],
"analytics": false
}
}
Loading

0 comments on commit 707e3a7

Please sign in to comment.