From dbe983bab213d2bdd4d7810a559461c025d0cae7 Mon Sep 17 00:00:00 2001 From: Elena Hristova Date: Wed, 7 Aug 2019 18:23:39 +0300 Subject: [PATCH] feat: update to Angular 8.2.x --- e2e/animation-examples/package.json | 24 +++++++------- e2e/modal-navigation-ng/package.json | 32 +++++++++++-------- e2e/nested-router-tab-view/package.json | 24 +++++++------- e2e/renderer/package.json | 22 ++++++------- e2e/routable-animations/package.json | 24 +++++++------- e2e/router-tab-view/package.json | 20 ++++++------ e2e/router/package.json | 24 +++++++------- e2e/single-page/package.json | 24 +++++++------- e2e/tests-app-ng/package.json | 20 ++++++------ nativescript-angular/package.json | 42 ++++++++++++------------- ng-sample/package.json | 20 ++++++------ tests/package.json | 20 ++++++------ 12 files changed, 151 insertions(+), 145 deletions(-) diff --git a/e2e/animation-examples/package.json b/e2e/animation-examples/package.json index 77e986b43..0e21b2e4b 100644 --- a/e2e/animation-examples/package.json +++ b/e2e/animation-examples/package.json @@ -13,25 +13,25 @@ } }, "dependencies": { - "@angular/animations": "~8.1.0", - "@angular/common": "~8.1.0", - "@angular/compiler": "~8.1.0", - "@angular/core": "~8.1.0", - "@angular/forms": "~8.1.0", + "@angular/animations": "~8.2.0", + "@angular/common": "~8.2.0", + "@angular/compiler": "~8.2.0", + "@angular/core": "~8.2.0", + "@angular/forms": "~8.2.0", "@angular/http": "8.0.0-beta.10", - "@angular/platform-browser": "~8.1.0", - "@angular/platform-browser-dynamic": "~8.1.0", - "@angular/router": "~8.1.0", + "@angular/platform-browser": "~8.2.0", + "@angular/platform-browser-dynamic": "~8.2.0", + "@angular/router": "~8.2.0", "nativescript-angular": "file:../../nativescript-angular", "nativescript-theme-core": "~1.0.2", "reflect-metadata": "~0.1.8", - "rxjs": "^6.3.3", + "rxjs": "^6.4.0", "tns-core-modules": "next", "zone.js": "^0.9.1" }, "devDependencies": { - "@angular/compiler-cli": "~8.1.0", - "@ngtools/webpack": "~8.1.0", + "@angular/compiler-cli": "~8.2.0", + "@ngtools/webpack": "~8.2.0", "@types/chai": "~4.1.7", "@types/mocha": "~5.2.5", "@types/node": "~10.12.18", @@ -44,7 +44,7 @@ "nativescript-css-loader": "~0.26.0", "nativescript-dev-appium": "^5.3.0", "nativescript-dev-webpack": "next", - "typescript": "~3.4.5" + "typescript": "~3.5.3" }, "scripts": { "u": "update-ns-webpack", diff --git a/e2e/modal-navigation-ng/package.json b/e2e/modal-navigation-ng/package.json index 5d5ad6d0c..368f0e202 100644 --- a/e2e/modal-navigation-ng/package.json +++ b/e2e/modal-navigation-ng/package.json @@ -4,28 +4,34 @@ "readme": "NativeScript Application", "repository": "", "nativescript": { - "id": "org.nativescript.modalnavigationng" + "id": "org.nativescript.modalnavigationng", + "tns-ios": { + "version": "6.0.2" + }, + "tns-android": { + "version": "6.0.1" + } }, "dependencies": { - "@angular/animations": "~8.1.0", - "@angular/common": "~8.1.0", - "@angular/compiler": "~8.1.0", - "@angular/core": "~8.1.0", - "@angular/forms": "~8.1.0", + "@angular/animations": "~8.2.0", + "@angular/common": "~8.2.0", + "@angular/compiler": "~8.2.0", + "@angular/core": "~8.2.0", + "@angular/forms": "~8.2.0", "@angular/http": "8.0.0-beta.10", - "@angular/platform-browser": "~8.1.0", - "@angular/platform-browser-dynamic": "~8.1.0", - "@angular/router": "~8.1.0", + "@angular/platform-browser": "~8.2.0", + "@angular/platform-browser-dynamic": "~8.2.0", + "@angular/router": "~8.2.0", "nativescript-angular": "file:../../nativescript-angular", "nativescript-theme-core": "~1.0.4", "reflect-metadata": "~0.1.8", - "rxjs": "~6.3.3", + "rxjs": "^6.4.0", "tns-core-modules": "next", "zone.js": "^0.9.1" }, "devDependencies": { - "@angular/compiler-cli": "~8.1.0", - "@ngtools/webpack": "~8.1.0", + "@angular/compiler-cli": "~8.2.0", + "@ngtools/webpack": "~8.2.0", "@types/chai": "~4.1.7", "@types/mocha": "~5.2.5", "@types/node": "~10.12.18", @@ -38,7 +44,7 @@ "nativescript-dev-appium": "^5.3.0", "nativescript-dev-webpack": "next", "tns-platform-declarations": "next", - "typescript": "~3.4.5" + "typescript": "~3.5.3" }, "scripts": { "e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json", diff --git a/e2e/nested-router-tab-view/package.json b/e2e/nested-router-tab-view/package.json index 8ae2279dc..f5550acff 100644 --- a/e2e/nested-router-tab-view/package.json +++ b/e2e/nested-router-tab-view/package.json @@ -7,25 +7,25 @@ "id": "org.nativescript.nestedroutertabview" }, "dependencies": { - "@angular/animations": "~8.1.0", - "@angular/common": "~8.1.0", - "@angular/compiler": "~8.1.0", - "@angular/core": "~8.1.0", - "@angular/forms": "~8.1.0", + "@angular/animations": "~8.2.0", + "@angular/common": "~8.2.0", + "@angular/compiler": "~8.2.0", + "@angular/core": "~8.2.0", + "@angular/forms": "~8.2.0", "@angular/http": "8.0.0-beta.10", - "@angular/platform-browser": "~8.1.0", - "@angular/platform-browser-dynamic": "~8.1.0", - "@angular/router": "~8.1.0", + "@angular/platform-browser": "~8.2.0", + "@angular/platform-browser-dynamic": "~8.2.0", + "@angular/router": "~8.2.0", "nativescript-angular": "file:../../nativescript-angular", "nativescript-theme-core": "~1.0.4", "reflect-metadata": "~0.1.8", - "rxjs": "~6.3.3", + "rxjs": "^6.4.0", "tns-core-modules": "next", "zone.js": "^0.9.1" }, "devDependencies": { - "@angular/compiler-cli": "~8.1.0", - "@ngtools/webpack": "~8.1.0", + "@angular/compiler-cli": "~8.2.0", + "@ngtools/webpack": "~8.2.0", "@types/chai": "~4.1.7", "@types/mocha": "~5.2.5", "@types/node": "~10.12.18", @@ -37,7 +37,7 @@ "mochawesome": "~3.1.2", "nativescript-dev-appium": "^5.3.0", "nativescript-dev-webpack": "next", - "typescript": "3.4.5" + "typescript": "~3.5.3" }, "scripts": { "e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json", diff --git a/e2e/renderer/package.json b/e2e/renderer/package.json index 04af019b8..01388980e 100644 --- a/e2e/renderer/package.json +++ b/e2e/renderer/package.json @@ -7,24 +7,24 @@ "id": "org.nativescript.renderer" }, "dependencies": { - "@angular/common": "~8.1.0", - "@angular/compiler": "~8.1.0", - "@angular/core": "~8.1.0", - "@angular/forms": "~8.1.0", + "@angular/common": "~8.2.0", + "@angular/compiler": "~8.2.0", + "@angular/core": "~8.2.0", + "@angular/forms": "~8.2.0", "@angular/http": "8.0.0-beta.10", - "@angular/platform-browser": "~8.1.0", - "@angular/platform-browser-dynamic": "~8.1.0", - "@angular/router": "~8.1.0", + "@angular/platform-browser": "~8.2.0", + "@angular/platform-browser-dynamic": "~8.2.0", + "@angular/router": "~8.2.0", "nativescript-angular": "file:../../nativescript-angular", "nativescript-intl": "^3.0.0", "reflect-metadata": "~0.1.8", - "rxjs": "~6.3.3", + "rxjs": "^6.4.0", "tns-core-modules": "next", "zone.js": "^0.9.1" }, "devDependencies": { - "@angular/compiler-cli": "~8.1.0", - "@ngtools/webpack": "~8.1.0", + "@angular/compiler-cli": "~8.2.0", + "@ngtools/webpack": "~8.2.0", "@types/chai": "~4.1.7", "@types/mocha": "~5.2.5", "@types/node": "~10.12.18", @@ -39,7 +39,7 @@ "nativescript-dev-appium": "^5.3.0", "nativescript-dev-webpack": "next", "tslib": "^1.7.1", - "typescript": "~3.4.5" + "typescript": "~3.5.3" }, "scripts": { "e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json", diff --git a/e2e/routable-animations/package.json b/e2e/routable-animations/package.json index a2982c286..bb31b1a2f 100644 --- a/e2e/routable-animations/package.json +++ b/e2e/routable-animations/package.json @@ -7,25 +7,25 @@ "id": "org.nativescript.nsroanimations" }, "dependencies": { - "@angular/animations": "~8.1.0", - "@angular/common": "~8.1.0", - "@angular/compiler": "~8.1.0", - "@angular/core": "~8.1.0", - "@angular/forms": "~8.1.0", + "@angular/animations": "~8.2.0", + "@angular/common": "~8.2.0", + "@angular/compiler": "~8.2.0", + "@angular/core": "~8.2.0", + "@angular/forms": "~8.2.0", "@angular/http": "8.0.0-beta.10", - "@angular/platform-browser": "~8.1.0", - "@angular/platform-browser-dynamic": "~8.1.0", - "@angular/router": "~8.1.0", + "@angular/platform-browser": "~8.2.0", + "@angular/platform-browser-dynamic": "~8.2.0", + "@angular/router": "~8.2.0", "nativescript-angular": "next", "nativescript-theme-core": "~1.0.2", "reflect-metadata": "~0.1.8", - "rxjs": "~6.0.0 || >=6.1.0", + "rxjs": "^6.4.0", "tns-core-modules": "next", "zone.js": "^0.9.1" }, "devDependencies": { - "@ngtools/webpack": "~8.1.0", - "@angular/compiler-cli": "~8.1.0", + "@ngtools/webpack": "~8.2.0", + "@angular/compiler-cli": "~8.2.0", "@types/chai": "~4.1.3", "@types/mocha": "~5.2.1", "@types/node": "^7.0.5", @@ -37,7 +37,7 @@ "nativescript-css-loader": "~0.26.0", "nativescript-dev-appium": "^5.3.0", "nativescript-dev-webpack": "next", - "typescript": "~3.4.5" + "typescript": "~3.5.3" }, "scripts": { "ns-bundle": "ns-bundle", diff --git a/e2e/router-tab-view/package.json b/e2e/router-tab-view/package.json index 40146d0e8..bcc4a768c 100644 --- a/e2e/router-tab-view/package.json +++ b/e2e/router-tab-view/package.json @@ -7,20 +7,20 @@ "id": "org.nativescript.routertabview" }, "dependencies": { - "@angular/animations": "~8.1.0", - "@angular/common": "~8.1.0", - "@angular/compiler": "~8.1.0", - "@angular/core": "~8.1.0", - "@angular/forms": "~8.1.0", + "@angular/animations": "~8.2.0", + "@angular/common": "~8.2.0", + "@angular/compiler": "~8.2.0", + "@angular/core": "~8.2.0", + "@angular/forms": "~8.2.0", "@angular/http": "8.0.0-beta.10", - "@angular/platform-browser": "~8.1.0", - "@angular/platform-browser-dynamic": "~8.1.0", - "@angular/router": "~8.1.0", + "@angular/platform-browser": "~8.2.0", + "@angular/platform-browser-dynamic": "~8.2.0", + "@angular/router": "~8.2.0", "nativescript-angular": "file:../../nativescript-angular", "nativescript-dev-webpack": "next", "nativescript-theme-core": "~1.0.4", "reflect-metadata": "~0.1.8", - "rxjs": "~6.3.3", + "rxjs": "^6.4.0", "tns-core-modules": "next", "zone.js": "^0.9.1" }, @@ -35,7 +35,7 @@ "mocha": "~5.2.0", "mochawesome": "~3.1.2", "nativescript-dev-appium": "^5.3.0", - "typescript": "~3.4.5", + "typescript": "~3.5.3", "@angular/compiler-cli": "8.0.0", "@ngtools/webpack": "8.0.0" }, diff --git a/e2e/router/package.json b/e2e/router/package.json index 74eb9aaef..ec60685ff 100644 --- a/e2e/router/package.json +++ b/e2e/router/package.json @@ -7,25 +7,25 @@ "id": "org.nativescript.router" }, "dependencies": { - "@angular/animations": "~8.1.0", - "@angular/common": "~8.1.0", - "@angular/compiler": "~8.1.0", - "@angular/core": "~8.1.0", - "@angular/forms": "~8.1.0", + "@angular/animations": "~8.2.0", + "@angular/common": "~8.2.0", + "@angular/compiler": "~8.2.0", + "@angular/core": "~8.2.0", + "@angular/forms": "~8.2.0", "@angular/http": "8.0.0-beta.10", - "@angular/platform-browser": "~8.1.0", - "@angular/platform-browser-dynamic": "~8.1.0", - "@angular/router": "~8.1.0", + "@angular/platform-browser": "~8.2.0", + "@angular/platform-browser-dynamic": "~8.2.0", + "@angular/router": "~8.2.0", "nativescript-angular": "file:../../nativescript-angular", "nativescript-intl": "^3.0.0", "reflect-metadata": "~0.1.8", - "rxjs": "~6.3.3", + "rxjs": "^6.4.0", "tns-core-modules": "next", "zone.js": "^0.9.1" }, "devDependencies": { - "@angular/compiler-cli": "~8.1.0", - "@ngtools/webpack": "~8.1.0", + "@angular/compiler-cli": "~8.2.0", + "@ngtools/webpack": "~8.2.0", "@types/chai": "~4.1.7", "@types/mocha": "~5.2.5", "@types/node": "^10.12.12", @@ -40,7 +40,7 @@ "nativescript-dev-appium": "^5.3.0", "nativescript-dev-webpack": "next", "tslib": "^1.7.1", - "typescript": "~3.4.5" + "typescript": "~3.5.3" }, "scripts": { "e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json", diff --git a/e2e/single-page/package.json b/e2e/single-page/package.json index e49055e60..66cb390ea 100644 --- a/e2e/single-page/package.json +++ b/e2e/single-page/package.json @@ -7,25 +7,25 @@ "id": "org.nativescript.singlepage" }, "dependencies": { - "@angular/animations": "~8.1.0", - "@angular/common": "~8.1.0", - "@angular/compiler": "~8.1.0", - "@angular/core": "~8.1.0", - "@angular/forms": "~8.1.0", + "@angular/animations": "~8.2.0", + "@angular/common": "~8.2.0", + "@angular/compiler": "~8.2.0", + "@angular/core": "~8.2.0", + "@angular/forms": "~8.2.0", "@angular/http": "8.0.0-beta.10", - "@angular/platform-browser": "~8.1.0", - "@angular/platform-browser-dynamic": "~8.1.0", - "@angular/router": "~8.1.0", + "@angular/platform-browser": "~8.2.0", + "@angular/platform-browser-dynamic": "~8.2.0", + "@angular/router": "~8.2.0", "nativescript-angular": "file:../../nativescript-angular", "nativescript-intl": "^3.0.0", "reflect-metadata": "~0.1.8", - "rxjs": "~6.3.3", + "rxjs": "^6.4.0", "tns-core-modules": "next", "zone.js": "^0.9.1" }, "devDependencies": { - "@angular/compiler-cli": "~8.1.0", - "@ngtools/webpack": "~8.1.0", + "@angular/compiler-cli": "~8.2.0", + "@ngtools/webpack": "~8.2.0", "@types/chai": "~4.1.7", "@types/mocha": "~5.2.5", "@types/node": "~10.12.18", @@ -40,7 +40,7 @@ "nativescript-dev-appium": "^5.3.0", "nativescript-dev-webpack": "next", "tslib": "^1.7.1", - "typescript": "~3.4.5" + "typescript": "~3.5.3" }, "scripts": { "e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json", diff --git a/e2e/tests-app-ng/package.json b/e2e/tests-app-ng/package.json index 73f1379bd..a4935f365 100644 --- a/e2e/tests-app-ng/package.json +++ b/e2e/tests-app-ng/package.json @@ -7,18 +7,18 @@ "id": "org.nativescript.testsappng" }, "dependencies": { - "@angular/common": "~8.1.0", - "@angular/compiler": "~8.1.0", - "@angular/core": "~8.1.0", - "@angular/forms": "~8.1.0", - "@angular/platform-browser": "~8.1.0", - "@angular/platform-browser-dynamic": "~8.1.0", - "@angular/router": "~8.1.0", + "@angular/common": "~8.2.0", + "@angular/compiler": "~8.2.0", + "@angular/core": "~8.2.0", + "@angular/forms": "~8.2.0", + "@angular/platform-browser": "~8.2.0", + "@angular/platform-browser-dynamic": "~8.2.0", + "@angular/router": "~8.2.0", "nativescript-angular": "next", "nativescript-intl": "~3.0.0", "nativescript-theme-core": "^1.0.4", "reflect-metadata": "~0.1.8", - "rxjs": "~6.0.0 || >=6.1.0 || >=6.0.0", + "rxjs": "^6.4.0", "tns-core-modules": "next", "zone.js": "^0.9.1" }, @@ -26,12 +26,12 @@ "babel-traverse": "6.24.1", "babel-types": "6.24.1", "babylon": "6.17.0", - "codelyzer": "^4.0.0", + "codelyzer": "^5.1.0", "filewalker": "^0.1.3", "lazy": "1.0.11", "nativescript-dev-webpack": "next", "tslint": "^5.4.3", - "typescript": "~3.4.5", + "typescript": "~3.5.3", "@angular/compiler-cli": "~8.0.0", "@ngtools/webpack": "~8.0.0" }, diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index c86f2f3cf..e570f62b6 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -45,36 +45,36 @@ "reflect-metadata": "^0.1.8" }, "peerDependencies": { - "@angular/platform-browser-dynamic": "~8.1.0", - "@angular/common": "~8.1.0", - "@angular/compiler": "~8.1.0", - "@angular/core": "~8.1.0", - "@angular/forms": "~8.1.0", + "@angular/platform-browser-dynamic": "~8.2.0", + "@angular/common": "~8.2.0", + "@angular/compiler": "~8.2.0", + "@angular/core": "~8.2.0", + "@angular/forms": "~8.2.0", "@angular/http": "8.0.0-beta.10", - "@angular/platform-browser": "~8.1.0", - "@angular/router": "~8.1.0", - "rxjs": "^6.3.3", + "@angular/platform-browser": "~8.2.0", + "@angular/router": "~8.2.0", + "rxjs": "^6.4.0", "tns-core-modules": "^6.0.0 || >6.1.0-", - "typescript": "~3.4.5", + "typescript": "~3.5.3", "zone.js": "^0.9.1" }, "devDependencies": { - "@angular/animations": "~8.1.0", - "@angular/common": "~8.1.0", - "@angular/compiler": "~8.1.0", - "@angular/compiler-cli": "~8.1.0", - "@angular/core": "~8.1.0", - "@angular/forms": "~8.1.0", + "@angular/animations": "~8.2.0", + "@angular/common": "~8.2.0", + "@angular/compiler": "~8.2.0", + "@angular/compiler-cli": "~8.2.0", + "@angular/core": "~8.2.0", + "@angular/forms": "~8.2.0", "@angular/http": "8.0.0-beta.10", - "@angular/platform-browser": "~8.1.0", - "@angular/platform-browser-dynamic": "~8.1.0", - "@angular/router": "~8.1.0", - "codelyzer": "^4.5.0", + "@angular/platform-browser": "~8.2.0", + "@angular/platform-browser-dynamic": "~8.2.0", + "@angular/router": "~8.2.0", + "codelyzer": "^5.1.0", "conventional-changelog-cli": "^1.3.22", - "rxjs": "~6.3.3", + "rxjs": "^6.4.0", "tns-core-modules": "next", "tslint": "^5.5.0", - "typescript": "~3.4.5", + "typescript": "~3.5.3", "zone.js": "^0.9.1", "nativescript-typedoc-theme": "git://github.com/NativeScript/nativescript-typedoc-theme.git#master", "typedoc": "^0.13.0" diff --git a/ng-sample/package.json b/ng-sample/package.json index a3ba2503b..1028abb04 100644 --- a/ng-sample/package.json +++ b/ng-sample/package.json @@ -26,17 +26,17 @@ }, "homepage": "https://github.com/NativeScript/template-hello-world", "dependencies": { - "@angular/animations": "~8.1.0", - "@angular/common": "~8.1.0", - "@angular/compiler": "~8.1.0", - "@angular/core": "~8.1.0", - "@angular/forms": "~8.1.0", + "@angular/animations": "~8.2.0", + "@angular/common": "~8.2.0", + "@angular/compiler": "~8.2.0", + "@angular/core": "~8.2.0", + "@angular/forms": "~8.2.0", "@angular/http": "8.0.0-beta.10", - "@angular/platform-browser": "~8.1.0", - "@angular/platform-browser-dynamic": "~8.1.0", - "@angular/router": "~8.1.0", + "@angular/platform-browser": "~8.2.0", + "@angular/platform-browser-dynamic": "~8.2.0", + "@angular/router": "~8.2.0", "nativescript-angular": "file:../nativescript-angular", - "rxjs": "~6.3.3", + "rxjs": "^6.4.0", "tns-core-modules": "next", "tns-platform-declarations": "next", "zone.js": "^0.9.1" @@ -50,7 +50,7 @@ "nativescript-dev-typescript": "next", "shelljs": "^0.7.0", "tslint": "^4.5.1", - "typescript": "~3.4.5" + "typescript": "~3.5.3" }, "scripts": { "tslint": "tslint --project tsconfig.json --config tslint.json", diff --git a/tests/package.json b/tests/package.json index 1f02808aa..c2178d682 100644 --- a/tests/package.json +++ b/tests/package.json @@ -19,18 +19,18 @@ ], "homepage": "http://nativescript.org", "dependencies": { - "@angular/animations": "~8.1.0", - "@angular/common": "~8.1.0", - "@angular/compiler": "~8.1.0", - "@angular/core": "~8.1.0", - "@angular/forms": "~8.1.0", + "@angular/animations": "~8.2.0", + "@angular/common": "~8.2.0", + "@angular/compiler": "~8.2.0", + "@angular/core": "~8.2.0", + "@angular/forms": "~8.2.0", "@angular/http": "8.0.0-beta.10", - "@angular/platform-browser": "~8.1.0", - "@angular/platform-browser-dynamic": "~8.1.0", - "@angular/router": "~8.1.0", + "@angular/platform-browser": "~8.2.0", + "@angular/platform-browser-dynamic": "~8.2.0", + "@angular/router": "~8.2.0", "nativescript-angular": "../nativescript-angular", "nativescript-unit-test-runner": "0.7.0", - "rxjs": "~6.3.3", + "rxjs": "^6.4.0", "tns-core-modules": "next", "zone.js": "^0.9.1" }, @@ -58,7 +58,7 @@ "remove-strict-webpack-plugin": "~0.1.2", "sinon": "^7.3.2", "tslint": "^4.5.1", - "typescript": "~3.4.5" + "typescript": "~3.5.3" }, "scripts": { "e2e": "tsc -p e2e && mocha --opts ../e2e/config/mocha.opts --recursive e2e --appiumCapsLocation ../e2e/config/appium.capabilities.json",