From 0cf4be2645988cfe28283aa6b63e1da350746299 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 30 Nov 2017 09:58:02 -0500 Subject: [PATCH] chore: version 1.5.5 --- ponyracer/package.json | 2 +- ponyracer/src/polyfills.ts | 12 +----------- ponyracer/tslint.json | 3 +++ 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index df53e28a4..5602104c6 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -26,7 +26,7 @@ "zone.js": "^0.8.14" }, "devDependencies": { - "@angular/cli": "1.5.4", + "@angular/cli": "1.5.5", "@angular/compiler-cli": "^5.0.0", "@angular/language-service": "^5.0.0", "@types/jasmine": "~2.5.53", diff --git a/ponyracer/src/polyfills.ts b/ponyracer/src/polyfills.ts index 20d40751a..d68672ffe 100644 --- a/ponyracer/src/polyfills.ts +++ b/ponyracer/src/polyfills.ts @@ -55,7 +55,7 @@ import 'core-js/es7/reflect'; /*************************************************************************************************** - * Zone JS is required by Angular itself. + * Zone JS is required by default for Angular itself. */ import 'zone.js/dist/zone'; // Included with Angular CLI. @@ -64,13 +64,3 @@ import 'zone.js/dist/zone'; // Included with Angular CLI. /*************************************************************************************************** * APPLICATION IMPORTS */ - -/** - * Date, currency, decimal and percent pipes. - * Needed for: All but Chrome, Firefox, Edge, IE11 and Safari 10 - */ -// import 'intl'; // Run `npm install --save intl`. -/** - * Need to import at least one locale-data with intl. - */ -// import 'intl/locale-data/jsonp/en'; diff --git a/ponyracer/tslint.json b/ponyracer/tslint.json index 1c7b38bf2..20ad878fe 100644 --- a/ponyracer/tslint.json +++ b/ponyracer/tslint.json @@ -11,6 +11,9 @@ "check-space" ], "curly": true, + "deprecation": { + "severity": "warn" + }, "eofline": true, "forin": true, "import-blacklist": [