From e4f227d96331d2a1a3e815317c8133be99fafdce Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 31 Jan 2020 00:02:43 +0100 Subject: [PATCH 01/12] chore: version 8.0.1 --- ponyracer/README.md | 2 +- ponyracer/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index a5d1dab..5f18578 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 1be8b2d..bf0b14a 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -26,7 +26,7 @@ "devDependencies": { "@angular-devkit/build-angular": "~0.800.6", "@angular-devkit/build-ng-packagr": "~0.800.6", - "@angular/cli": "~8.0.0", + "@angular/cli": "~8.0.1", "@angular/compiler-cli": "~8.0.0", "@angular/language-service": "~8.0.0", "@types/node": "~8.9.4", From f0db202a194adf93813d274117ae1bfd805b31c9 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 31 Jan 2020 00:04:10 +0100 Subject: [PATCH 02/12] chore: version 8.0.2 --- ponyracer/README.md | 2 +- ponyracer/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 5f18578..d51cc26 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index bf0b14a..f510666 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -26,7 +26,7 @@ "devDependencies": { "@angular-devkit/build-angular": "~0.800.6", "@angular-devkit/build-ng-packagr": "~0.800.6", - "@angular/cli": "~8.0.1", + "@angular/cli": "~8.0.2", "@angular/compiler-cli": "~8.0.0", "@angular/language-service": "~8.0.0", "@types/node": "~8.9.4", From 2c988c7fa8b8114171dec62c1a0046a454a37e91 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 31 Jan 2020 00:07:44 +0100 Subject: [PATCH 03/12] chore: version 8.0.3 --- ponyracer/README.md | 2 +- ponyracer/package.json | 22 +++++++++++----------- ponyracer/tsconfig.json | 5 +++-- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index d51cc26..453b5e4 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index f510666..2c2e9bd 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,14 +11,14 @@ }, "private": true, "dependencies": { - "@angular/animations": "~8.0.0", - "@angular/common": "~8.0.0", - "@angular/compiler": "~8.0.0", - "@angular/core": "~8.0.0", - "@angular/forms": "~8.0.0", - "@angular/platform-browser": "~8.0.0", - "@angular/platform-browser-dynamic": "~8.0.0", - "@angular/router": "~8.0.0", + "@angular/animations": "~8.0.1", + "@angular/common": "~8.0.1", + "@angular/compiler": "~8.0.1", + "@angular/core": "~8.0.1", + "@angular/forms": "~8.0.1", + "@angular/platform-browser": "~8.0.1", + "@angular/platform-browser-dynamic": "~8.0.1", + "@angular/router": "~8.0.1", "rxjs": "~6.4.0", "tslib": "^1.9.0", "zone.js": "~0.9.1" @@ -26,9 +26,9 @@ "devDependencies": { "@angular-devkit/build-angular": "~0.800.6", "@angular-devkit/build-ng-packagr": "~0.800.6", - "@angular/cli": "~8.0.2", - "@angular/compiler-cli": "~8.0.0", - "@angular/language-service": "~8.0.0", + "@angular/cli": "~8.0.3", + "@angular/compiler-cli": "~8.0.1", + "@angular/language-service": "~8.0.1", "@types/node": "~8.9.4", "@types/jasmine": "~3.3.8", "@types/jasminewd2": "~2.0.3", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index a365cb5..42d1827 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -5,10 +5,11 @@ "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, - "module": "esnext", - "moduleResolution": "node", + "downlevelIteration": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, + "module": "esnext", + "moduleResolution": "node", "importHelpers": true, "target": "es2015", "typeRoots": [ From 3a48807d8d6c8b4cd41fc7cc960e1fe99b3bfa83 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 31 Jan 2020 00:09:03 +0100 Subject: [PATCH 04/12] chore: version 8.0.4 --- ponyracer/README.md | 2 +- ponyracer/package.json | 2 +- ponyracer/tsconfig.json | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 453b5e4..4581312 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 2c2e9bd..389df98 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -26,7 +26,7 @@ "devDependencies": { "@angular-devkit/build-angular": "~0.800.6", "@angular-devkit/build-ng-packagr": "~0.800.6", - "@angular/cli": "~8.0.3", + "@angular/cli": "~8.0.4", "@angular/compiler-cli": "~8.0.1", "@angular/language-service": "~8.0.1", "@types/node": "~8.9.4", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index 42d1827..c06580a 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -6,10 +6,9 @@ "sourceMap": true, "declaration": false, "downlevelIteration": true, - "emitDecoratorMetadata": true, - "experimentalDecorators": true, "module": "esnext", "moduleResolution": "node", + "experimentalDecorators": true, "importHelpers": true, "target": "es2015", "typeRoots": [ From 70291c2d3af754ab92430c7a2ec5154dee678238 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 31 Jan 2020 00:11:16 +0100 Subject: [PATCH 05/12] chore: version 8.0.5 --- ponyracer/README.md | 2 +- ponyracer/package.json | 22 +++++++++++----------- ponyracer/tsconfig.json | 2 +- ponyracer/tslint.json | 4 ++-- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 4581312..47c9c46 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.5. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 389df98..9b68f0c 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,14 +11,14 @@ }, "private": true, "dependencies": { - "@angular/animations": "~8.0.1", - "@angular/common": "~8.0.1", - "@angular/compiler": "~8.0.1", - "@angular/core": "~8.0.1", - "@angular/forms": "~8.0.1", - "@angular/platform-browser": "~8.0.1", - "@angular/platform-browser-dynamic": "~8.0.1", - "@angular/router": "~8.0.1", + "@angular/animations": "~8.0.3", + "@angular/common": "~8.0.3", + "@angular/compiler": "~8.0.3", + "@angular/core": "~8.0.3", + "@angular/forms": "~8.0.3", + "@angular/platform-browser": "~8.0.3", + "@angular/platform-browser-dynamic": "~8.0.3", + "@angular/router": "~8.0.3", "rxjs": "~6.4.0", "tslib": "^1.9.0", "zone.js": "~0.9.1" @@ -26,9 +26,9 @@ "devDependencies": { "@angular-devkit/build-angular": "~0.800.6", "@angular-devkit/build-ng-packagr": "~0.800.6", - "@angular/cli": "~8.0.4", - "@angular/compiler-cli": "~8.0.1", - "@angular/language-service": "~8.0.1", + "@angular/cli": "~8.0.5", + "@angular/compiler-cli": "~8.0.3", + "@angular/language-service": "~8.0.3", "@types/node": "~8.9.4", "@types/jasmine": "~3.3.8", "@types/jasminewd2": "~2.0.3", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index c06580a..bc29768 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -6,9 +6,9 @@ "sourceMap": true, "declaration": false, "downlevelIteration": true, + "experimentalDecorators": true, "module": "esnext", "moduleResolution": "node", - "experimentalDecorators": true, "importHelpers": true, "target": "es2015", "typeRoots": [ diff --git a/ponyracer/tslint.json b/ponyracer/tslint.json index 62a9cc5..9c729f9 100644 --- a/ponyracer/tslint.json +++ b/ponyracer/tslint.json @@ -7,7 +7,7 @@ "array-type": false, "arrow-parens": false, "deprecation": { - "severity": "warn" + "severity": "warning" }, "import-blacklist": [ true, @@ -77,4 +77,4 @@ "use-lifecycle-interface": true, "use-pipe-transform-interface": true } -} \ No newline at end of file +} From aa4fe1cefe9aca6b8bfe62ef6ea5a0cb05f924cf Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 31 Jan 2020 00:13:24 +0100 Subject: [PATCH 06/12] chore: version 8.0.6 --- ponyracer/README.md | 2 +- ponyracer/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 47c9c46..b7c5fbe 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.5. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.6. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 9b68f0c..fc0bec9 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -26,7 +26,7 @@ "devDependencies": { "@angular-devkit/build-angular": "~0.800.6", "@angular-devkit/build-ng-packagr": "~0.800.6", - "@angular/cli": "~8.0.5", + "@angular/cli": "~8.0.6", "@angular/compiler-cli": "~8.0.3", "@angular/language-service": "~8.0.3", "@types/node": "~8.9.4", From ae5d21c77a3dbc6408d45c58c7a3674ca7c23acc Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 31 Jan 2020 00:15:36 +0100 Subject: [PATCH 07/12] chore: version 8.1.0-beta.0 --- ponyracer/README.md | 2 +- ponyracer/package.json | 26 +++++++++---------- ponyracer/projects/ponyracer-lib/README.md | 2 +- .../projects/ponyracer-lib/karma.conf.js | 2 +- ponyracer/projects/ponyracer-lib/package.json | 4 +-- .../src/lib/ponyracer-lib.module.ts | 2 ++ ponyracer/tslint.json | 4 +-- 7 files changed, 22 insertions(+), 20 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index b7c5fbe..f102765 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.6. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0-beta.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index fc0bec9..a731d81 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,24 +11,24 @@ }, "private": true, "dependencies": { - "@angular/animations": "~8.0.3", - "@angular/common": "~8.0.3", - "@angular/compiler": "~8.0.3", - "@angular/core": "~8.0.3", - "@angular/forms": "~8.0.3", - "@angular/platform-browser": "~8.0.3", - "@angular/platform-browser-dynamic": "~8.0.3", - "@angular/router": "~8.0.3", + "@angular/animations": "~8.1.0-next.2", + "@angular/common": "~8.1.0-next.2", + "@angular/compiler": "~8.1.0-next.2", + "@angular/core": "~8.1.0-next.2", + "@angular/forms": "~8.1.0-next.2", + "@angular/platform-browser": "~8.1.0-next.2", + "@angular/platform-browser-dynamic": "~8.1.0-next.2", + "@angular/router": "~8.1.0-next.2", "rxjs": "~6.4.0", "tslib": "^1.9.0", "zone.js": "~0.9.1" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.800.6", - "@angular-devkit/build-ng-packagr": "~0.800.6", - "@angular/cli": "~8.0.6", - "@angular/compiler-cli": "~8.0.3", - "@angular/language-service": "~8.0.3", + "@angular-devkit/build-angular": "~0.801.3", + "@angular-devkit/build-ng-packagr": "~0.801.3", + "@angular/cli": "~8.1.0-beta.0", + "@angular/compiler-cli": "~8.1.0-next.2", + "@angular/language-service": "~8.1.0-next.2", "@types/node": "~8.9.4", "@types/jasmine": "~3.3.8", "@types/jasminewd2": "~2.0.3", diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index fd08a82..6f5d707 100644 --- a/ponyracer/projects/ponyracer-lib/README.md +++ b/ponyracer/projects/ponyracer-lib/README.md @@ -1,6 +1,6 @@ # PonyracerLib -This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.3. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.3. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/karma.conf.js b/ponyracer/projects/ponyracer-lib/karma.conf.js index cfdcd1c..9d3707f 100644 --- a/ponyracer/projects/ponyracer-lib/karma.conf.js +++ b/ponyracer/projects/ponyracer-lib/karma.conf.js @@ -17,7 +17,7 @@ module.exports = function (config) { }, coverageIstanbulReporter: { dir: require('path').join(__dirname, '../../coverage/ponyracer-lib'), - reports: ['html', 'lcovonly'], + reports: ['html', 'lcovonly', 'text-summary'], fixWebpackSourcePaths: true }, reporters: ['progress', 'kjhtml'], diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 2845870..99460f0 100644 --- a/ponyracer/projects/ponyracer-lib/package.json +++ b/ponyracer/projects/ponyracer-lib/package.json @@ -2,7 +2,7 @@ "name": "ponyracer-lib", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^8.0.3", - "@angular/core": "^8.0.3" + "@angular/common": "^8.1.3", + "@angular/core": "^8.1.3" } } \ No newline at end of file diff --git a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts index 5fa1287..86e2652 100644 --- a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts +++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts @@ -1,6 +1,8 @@ import { NgModule } from '@angular/core'; import { PonyracerLibComponent } from './ponyracer-lib.component'; + + @NgModule({ declarations: [PonyracerLibComponent], imports: [ diff --git a/ponyracer/tslint.json b/ponyracer/tslint.json index 9c729f9..62a9cc5 100644 --- a/ponyracer/tslint.json +++ b/ponyracer/tslint.json @@ -7,7 +7,7 @@ "array-type": false, "arrow-parens": false, "deprecation": { - "severity": "warning" + "severity": "warn" }, "import-blacklist": [ true, @@ -77,4 +77,4 @@ "use-lifecycle-interface": true, "use-pipe-transform-interface": true } -} +} \ No newline at end of file From 2556fddd45d3dd9ae5990444cca87041f290723e Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 31 Jan 2020 00:17:25 +0100 Subject: [PATCH 08/12] chore: version 8.1.0-beta.1 --- ponyracer/README.md | 2 +- ponyracer/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index f102765..0f3ffbb 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0-beta.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0-beta.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index a731d81..291b635 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -26,7 +26,7 @@ "devDependencies": { "@angular-devkit/build-angular": "~0.801.3", "@angular-devkit/build-ng-packagr": "~0.801.3", - "@angular/cli": "~8.1.0-beta.0", + "@angular/cli": "~8.1.0-beta.1", "@angular/compiler-cli": "~8.1.0-next.2", "@angular/language-service": "~8.1.0-next.2", "@types/node": "~8.9.4", From 836bb84916c3d9430727be59257f001bb65396fd Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 31 Jan 2020 00:18:43 +0100 Subject: [PATCH 09/12] chore: version 8.1.0-beta.2 --- ponyracer/README.md | 2 +- ponyracer/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 0f3ffbb..3b1f540 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0-beta.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0-beta.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 291b635..377001f 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -26,7 +26,7 @@ "devDependencies": { "@angular-devkit/build-angular": "~0.801.3", "@angular-devkit/build-ng-packagr": "~0.801.3", - "@angular/cli": "~8.1.0-beta.1", + "@angular/cli": "~8.1.0-beta.2", "@angular/compiler-cli": "~8.1.0-next.2", "@angular/language-service": "~8.1.0-next.2", "@types/node": "~8.9.4", From ac7806c200191fc27c578c8a799b8f7e03a75d33 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 31 Jan 2020 00:19:48 +0100 Subject: [PATCH 10/12] chore: version 8.1.0-beta.3 --- ponyracer/README.md | 2 +- ponyracer/package.json | 2 +- ponyracer/tsconfig.json | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 3b1f540..9f5bc31 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0-beta.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0-beta.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 377001f..5685ac1 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -26,7 +26,7 @@ "devDependencies": { "@angular-devkit/build-angular": "~0.801.3", "@angular-devkit/build-ng-packagr": "~0.801.3", - "@angular/cli": "~8.1.0-beta.2", + "@angular/cli": "~8.1.0-beta.3", "@angular/compiler-cli": "~8.1.0-next.2", "@angular/language-service": "~8.1.0-next.2", "@types/node": "~8.9.4", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index bc29768..3531048 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -26,5 +26,9 @@ "dist/ponyracer-lib/*" ] } + }, + "angularCompilerOptions": { + "fullTemplateTypeCheck": true, + "strictInjectionParameters": true } } \ No newline at end of file From f2df58f738b4cbc18087162db3254db89e900331 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 31 Jan 2020 00:21:08 +0100 Subject: [PATCH 11/12] chore: version 8.1.0-rc.0 --- ponyracer/README.md | 2 +- ponyracer/package.json | 22 +++++++++++----------- ponyracer/tslint.json | 4 ++-- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 9f5bc31..aec5dba 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0-beta.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0-rc.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 5685ac1..c6f8467 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,14 +11,14 @@ }, "private": true, "dependencies": { - "@angular/animations": "~8.1.0-next.2", - "@angular/common": "~8.1.0-next.2", - "@angular/compiler": "~8.1.0-next.2", - "@angular/core": "~8.1.0-next.2", - "@angular/forms": "~8.1.0-next.2", - "@angular/platform-browser": "~8.1.0-next.2", - "@angular/platform-browser-dynamic": "~8.1.0-next.2", - "@angular/router": "~8.1.0-next.2", + "@angular/animations": "~8.1.0-rc.0", + "@angular/common": "~8.1.0-rc.0", + "@angular/compiler": "~8.1.0-rc.0", + "@angular/core": "~8.1.0-rc.0", + "@angular/forms": "~8.1.0-rc.0", + "@angular/platform-browser": "~8.1.0-rc.0", + "@angular/platform-browser-dynamic": "~8.1.0-rc.0", + "@angular/router": "~8.1.0-rc.0", "rxjs": "~6.4.0", "tslib": "^1.9.0", "zone.js": "~0.9.1" @@ -26,9 +26,9 @@ "devDependencies": { "@angular-devkit/build-angular": "~0.801.3", "@angular-devkit/build-ng-packagr": "~0.801.3", - "@angular/cli": "~8.1.0-beta.3", - "@angular/compiler-cli": "~8.1.0-next.2", - "@angular/language-service": "~8.1.0-next.2", + "@angular/cli": "~8.1.0-rc.0", + "@angular/compiler-cli": "~8.1.0-rc.0", + "@angular/language-service": "~8.1.0-rc.0", "@types/node": "~8.9.4", "@types/jasmine": "~3.3.8", "@types/jasminewd2": "~2.0.3", diff --git a/ponyracer/tslint.json b/ponyracer/tslint.json index 62a9cc5..9c729f9 100644 --- a/ponyracer/tslint.json +++ b/ponyracer/tslint.json @@ -7,7 +7,7 @@ "array-type": false, "arrow-parens": false, "deprecation": { - "severity": "warn" + "severity": "warning" }, "import-blacklist": [ true, @@ -77,4 +77,4 @@ "use-lifecycle-interface": true, "use-pipe-transform-interface": true } -} \ No newline at end of file +} From 1fa028791fcf39f0903d61c95a666e9c858d6c1f Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 31 Jan 2020 00:22:39 +0100 Subject: [PATCH 12/12] chore: version 8.1.0 --- ponyracer/README.md | 2 +- ponyracer/package.json | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index aec5dba..fc27e53 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0-rc.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index c6f8467..6ae0790 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,14 +11,14 @@ }, "private": true, "dependencies": { - "@angular/animations": "~8.1.0-rc.0", - "@angular/common": "~8.1.0-rc.0", - "@angular/compiler": "~8.1.0-rc.0", - "@angular/core": "~8.1.0-rc.0", - "@angular/forms": "~8.1.0-rc.0", - "@angular/platform-browser": "~8.1.0-rc.0", - "@angular/platform-browser-dynamic": "~8.1.0-rc.0", - "@angular/router": "~8.1.0-rc.0", + "@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/platform-browser": "~8.1.0", + "@angular/platform-browser-dynamic": "~8.1.0", + "@angular/router": "~8.1.0", "rxjs": "~6.4.0", "tslib": "^1.9.0", "zone.js": "~0.9.1" @@ -26,9 +26,9 @@ "devDependencies": { "@angular-devkit/build-angular": "~0.801.3", "@angular-devkit/build-ng-packagr": "~0.801.3", - "@angular/cli": "~8.1.0-rc.0", - "@angular/compiler-cli": "~8.1.0-rc.0", - "@angular/language-service": "~8.1.0-rc.0", + "@angular/cli": "~8.1.0", + "@angular/compiler-cli": "~8.1.0", + "@angular/language-service": "~8.1.0", "@types/node": "~8.9.4", "@types/jasmine": "~3.3.8", "@types/jasminewd2": "~2.0.3",