From 978a6b8b393501008ac1f998b8e58bf78b33f384 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 4 Apr 2019 08:18:33 +0000 Subject: [PATCH] chore: version 8.0.0-beta.11 --- ponyracer/package.json | 24 ++++++++++++------------ ponyracer/src/polyfills.ts | 2 +- ponyracer/tslint.json | 18 +++++++++--------- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index 102730e51..6eb1fc706 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,14 +11,14 @@ }, "private": true, "dependencies": { - "@angular/animations": "~8.0.0-beta.10", - "@angular/common": "~8.0.0-beta.10", - "@angular/compiler": "~8.0.0-beta.10", - "@angular/core": "~8.0.0-beta.10", - "@angular/forms": "~8.0.0-beta.10", - "@angular/platform-browser": "~8.0.0-beta.10", - "@angular/platform-browser-dynamic": "~8.0.0-beta.10", - "@angular/router": "~8.0.0-beta.10", + "@angular/animations": "~8.0.0-beta.11", + "@angular/common": "~8.0.0-beta.11", + "@angular/compiler": "~8.0.0-beta.11", + "@angular/core": "~8.0.0-beta.11", + "@angular/forms": "~8.0.0-beta.11", + "@angular/platform-browser": "~8.0.0-beta.11", + "@angular/platform-browser-dynamic": "~8.0.0-beta.11", + "@angular/router": "~8.0.0-beta.11", "core-js": "^2.5.4", "rxjs": "~6.4.0", "tslib": "^1.9.0", @@ -26,13 +26,13 @@ }, "devDependencies": { "@angular-devkit/build-angular": "~0.800.0-beta.7", - "@angular/cli": "~8.0.0-beta.10", - "@angular/compiler-cli": "~8.0.0-beta.10", - "@angular/language-service": "~8.0.0-beta.10", + "@angular/cli": "~8.0.0-beta.11", + "@angular/compiler-cli": "~8.0.0-beta.11", + "@angular/language-service": "~8.0.0-beta.11", "@types/node": "~8.9.4", "@types/jasmine": "~3.3.8", "@types/jasminewd2": "~2.0.3", - "codelyzer": "~4.5.0", + "codelyzer": "^5.0.0", "jasmine-core": "~3.3.0", "jasmine-spec-reporter": "~4.2.1", "karma": "~4.0.1", diff --git a/ponyracer/src/polyfills.ts b/ponyracer/src/polyfills.ts index 75d639398..aa665d6b8 100644 --- a/ponyracer/src/polyfills.ts +++ b/ponyracer/src/polyfills.ts @@ -43,7 +43,7 @@ * * (window as any).__Zone_disable_requestAnimationFrame = true; // disable patch requestAnimationFrame * (window as any).__Zone_disable_on_property = true; // disable patch onProperty such as onclick - * (window as any).__zone_symbol__BLACK_LISTED_EVENTS = ['scroll', 'mousemove']; // disable patch specified eventNames + * (window as any).__zone_symbol__UNPATCHED_EVENTS = ['scroll', 'mousemove']; // disable patch specified eventNames * * in IE/Edge developer tools, the addEventListener will also be wrapped by zone.js * with the following flag, it will bypass `zone.js` patch for IE/Edge diff --git a/ponyracer/tslint.json b/ponyracer/tslint.json index 3c9d3b288..188bd78d3 100644 --- a/ponyracer/tslint.json +++ b/ponyracer/tslint.json @@ -6,9 +6,8 @@ "deprecation": { "severity": "warn" }, - "banana-in-box": true, "component-class-suffix": true, - "contextual-life-cycle": true, + "contextual-lifecycle": true, "directive-class-suffix": true, "directive-selector": [ true, @@ -74,16 +73,17 @@ "single" ], "trailing-comma": false, - "no-conflicting-life-cycle-hooks": true, + "no-conflicting-lifecycle": true, + "no-host-metadata-property": true, "no-input-rename": true, - "no-output-named-after-standard-event": true, + "no-inputs-metadata-property": true, + "no-output-native": true, "no-output-on-prefix": true, "no-output-rename": true, - "templates-no-negated-async": true, - "use-host-property-decorator": true, - "use-input-property-decorator": true, - "use-life-cycle-interface": true, - "use-output-property-decorator": true, + "no-outputs-metadata-property": true, + "template-banana-in-box": true, + "template-no-negated-async": true, + "use-lifecycle-interface": true, "use-pipe-transform-interface": true }, "rulesDirectory": [