From 85c03b1af8ac9ee164198324da781d6a48a11965 Mon Sep 17 00:00:00 2001 From: Santosh Yadav Date: Wed, 26 Jan 2022 11:53:42 +0100 Subject: [PATCH 1/9] add cli" --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b4e211b..b64389c 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "@angular/platform-browser": "^8.1.3", "@angular/platform-browser-dynamic": "^8.1.3", "@angular/platform-server": "^8.1.3", + "@angular/cli": "8.1.3", "@types/jasmine": "^3.3.16", "core-js": "^3.1.4", "coveralls": "^3.0.5", From f460d892abc2fa5c61f9b192075f69fc83aedabb Mon Sep 17 00:00:00 2001 From: Santosh Yadav Date: Wed, 26 Jan 2022 11:57:37 +0100 Subject: [PATCH 2/9] update to v8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b64389c..810dba6 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@angular/platform-browser": "^8.1.3", "@angular/platform-browser-dynamic": "^8.1.3", "@angular/platform-server": "^8.1.3", - "@angular/cli": "8.1.3", + "@angular/cli": "8.3.29", "@types/jasmine": "^3.3.16", "core-js": "^3.1.4", "coveralls": "^3.0.5", From aa657087877e95ba53e1e5634df5e9349bdbf1fd Mon Sep 17 00:00:00 2001 From: Santosh Yadav Date: Wed, 26 Jan 2022 12:02:20 +0100 Subject: [PATCH 3/9] update to v9 --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 810dba6..831947d 100644 --- a/package.json +++ b/package.json @@ -28,15 +28,15 @@ ], "license": "MIT", "devDependencies": { - "@angular/animations": "^8.1.3", - "@angular/common": "^8.1.3", - "@angular/compiler": "^8.1.3", - "@angular/compiler-cli": "^8.1.3", - "@angular/core": "^8.1.3", - "@angular/platform-browser": "^8.1.3", - "@angular/platform-browser-dynamic": "^8.1.3", - "@angular/platform-server": "^8.1.3", - "@angular/cli": "8.3.29", + "@angular/animations": "^9.1.13", + "@angular/common": "^9.1.13", + "@angular/compiler": "^9.1.13", + "@angular/compiler-cli": "^9.1.13", + "@angular/core": "^9.1.13", + "@angular/platform-browser": "^9.1.13", + "@angular/platform-browser-dynamic": "^9.1.13", + "@angular/platform-server": "^9.1.13", + "@angular/cli": "9.1.15", "@types/jasmine": "^3.3.16", "core-js": "^3.1.4", "coveralls": "^3.0.5", @@ -52,8 +52,8 @@ "rxjs": "^6.5.2", "tsickle": "^0.36.0", "tslib": "^1.10.0", - "typescript": "3.5.3", - "zone.js": "~0.9.1" + "typescript": "3.8.3", + "zone.js": "~0.10.3" }, "dependencies": {}, "prettier": { From 52a431bb1e2795a4ced2bec21d45d2efe679c7ff Mon Sep 17 00:00:00 2001 From: Santosh Yadav Date: Wed, 26 Jan 2022 12:07:55 +0100 Subject: [PATCH 4/9] update to v10 --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 831947d..0e0893a 100644 --- a/package.json +++ b/package.json @@ -28,15 +28,15 @@ ], "license": "MIT", "devDependencies": { - "@angular/animations": "^9.1.13", - "@angular/common": "^9.1.13", - "@angular/compiler": "^9.1.13", - "@angular/compiler-cli": "^9.1.13", - "@angular/core": "^9.1.13", - "@angular/platform-browser": "^9.1.13", - "@angular/platform-browser-dynamic": "^9.1.13", - "@angular/platform-server": "^9.1.13", - "@angular/cli": "9.1.15", + "@angular/animations": "^10.2.5", + "@angular/common": "^10.2.5", + "@angular/compiler": "^10.2.5", + "@angular/compiler-cli": "^10.2.5", + "@angular/core": "^10.2.5", + "@angular/platform-browser": "^10.2.5", + "@angular/platform-browser-dynamic": "^10.2.5", + "@angular/platform-server": "^10.2.5", + "@angular/cli": "10.2.4", "@types/jasmine": "^3.3.16", "core-js": "^3.1.4", "coveralls": "^3.0.5", @@ -52,7 +52,7 @@ "rxjs": "^6.5.2", "tsickle": "^0.36.0", "tslib": "^1.10.0", - "typescript": "3.8.3", + "typescript": "4.0.8", "zone.js": "~0.10.3" }, "dependencies": {}, From 2bd05eb56f08f0949bc184bcb6c9d2df959924d0 Mon Sep 17 00:00:00 2001 From: Santosh Yadav Date: Wed, 26 Jan 2022 12:12:22 +0100 Subject: [PATCH 5/9] update to v11 --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 0e0893a..df45f0e 100644 --- a/package.json +++ b/package.json @@ -28,15 +28,15 @@ ], "license": "MIT", "devDependencies": { - "@angular/animations": "^10.2.5", - "@angular/common": "^10.2.5", - "@angular/compiler": "^10.2.5", - "@angular/compiler-cli": "^10.2.5", - "@angular/core": "^10.2.5", - "@angular/platform-browser": "^10.2.5", - "@angular/platform-browser-dynamic": "^10.2.5", - "@angular/platform-server": "^10.2.5", - "@angular/cli": "10.2.4", + "@angular/animations": "^11.2.14", + "@angular/common": "^11.2.14", + "@angular/compiler": "^11.2.14", + "@angular/compiler-cli": "^11.2.14", + "@angular/core": "^11.2.14", + "@angular/platform-browser": "^11.2.14", + "@angular/platform-browser-dynamic": "^11.2.14", + "@angular/platform-server": "^11.2.14", + "@angular/cli": "11.2.18", "@types/jasmine": "^3.3.16", "core-js": "^3.1.4", "coveralls": "^3.0.5", From cdd885d0fbed944e0cfaa5a0c11069816ebb3417 Mon Sep 17 00:00:00 2001 From: Santosh Yadav Date: Wed, 26 Jan 2022 12:15:44 +0100 Subject: [PATCH 6/9] update to v12 --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index df45f0e..4ac7283 100644 --- a/package.json +++ b/package.json @@ -28,15 +28,15 @@ ], "license": "MIT", "devDependencies": { - "@angular/animations": "^11.2.14", - "@angular/common": "^11.2.14", - "@angular/compiler": "^11.2.14", - "@angular/compiler-cli": "^11.2.14", - "@angular/core": "^11.2.14", - "@angular/platform-browser": "^11.2.14", - "@angular/platform-browser-dynamic": "^11.2.14", - "@angular/platform-server": "^11.2.14", - "@angular/cli": "11.2.18", + "@angular/animations": "^12.2.15", + "@angular/common": "^12.2.15", + "@angular/compiler": "^12.2.15", + "@angular/compiler-cli": "^12.2.15", + "@angular/core": "^12.2.15", + "@angular/platform-browser": "^12.2.15", + "@angular/platform-browser-dynamic": "^12.2.15", + "@angular/platform-server": "^12.2.15", + "@angular/cli": "12.2.15", "@types/jasmine": "^3.3.16", "core-js": "^3.1.4", "coveralls": "^3.0.5", @@ -52,8 +52,8 @@ "rxjs": "^6.5.2", "tsickle": "^0.36.0", "tslib": "^1.10.0", - "typescript": "4.0.8", - "zone.js": "~0.10.3" + "typescript": "4.3.5", + "zone.js": "~0.11.4" }, "dependencies": {}, "prettier": { From 779d9809780ad21643c37f1a566cd2d885c1a3ec Mon Sep 17 00:00:00 2001 From: Santosh Yadav Date: Wed, 26 Jan 2022 14:26:41 +0100 Subject: [PATCH 7/9] update readme and upgrade to v13 --- README.md | 10 ++++------ karma.conf.js | 4 ++-- package.json | 51 ++++++++++++++++++++++++++------------------------- tsconfig.json | 11 +++++++---- 4 files changed, 39 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index 0bdfab0..d57636f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ -[![NPM Version](https://img.shields.io/npm/v/angular-pipes.svg)](https://npmjs.org/package/angular-pipes) -[![Build Status](https://travis-ci.org/fknop/angular-pipes.svg?branch=master)](https://travis-ci.org/fknop/angular-pipes) -[![Coverage Status](https://coveralls.io/repos/github/fknop/angular-pipes/badge.svg?branch=master)](https://coveralls.io/github/fknop/angular-pipes?branch=master) -[![Downloads](https://img.shields.io/npm/dt/angular-pipes.svg)](https://npmjs.org/package/angular-pipes) -[![Downloads](https://img.shields.io/npm/dm/angular-pipes.svg)](https://npmjs.org/package/angular-pipes) +[![NPM Version](https://img.shields.io/npm/v/angular-pipes.svg)](https://www.npmjs.com/package/ngx2-pipes) +[![Downloads](https://img.shields.io/npm/dm/ngx2-pipes.svg)](https://npmjs.org/package/ngx2-pipes) + +## This is a fork of the original repo and maintained, once the original author agrees to release the new version, the fork will be deleted. and the original repo will be updated. I will wait for few month to get the updaet from the original author. There is an issue logged for this https://github.com/fknop/angular-pipes/issues/113. -# Not actively maintained # angular-pipes diff --git a/karma.conf.js b/karma.conf.js index cc0931d..741ebfc 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -15,8 +15,8 @@ module.exports = function(config) { }, frameworks: ['jasmine', 'karma-typescript'], - browsers: ['Firefox'], - plugins: ['karma-jasmine', 'karma-spec-reporter', 'karma-firefox-launcher', 'karma-typescript'], + browsers: ['Chrome'], + plugins: ['karma-jasmine', 'karma-spec-reporter', 'karma-chrome-launcher', 'karma-typescript'], karmaTypescriptConfig: { reports: { diff --git a/package.json b/package.json index 4ac7283..e4f1c87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "angular-pipes", - "version": "10.0.0", + "name": "ngx2-pipes", + "version": "13.0.0", "description": "Angular pipes library", "scripts": { "cover": "cat ./coverage/*/lcovonly | ./node_modules/.bin/coveralls", @@ -11,10 +11,10 @@ "publish-dist": "npm publish dist", "test": "npm run karma" }, - "author": "Florian Knop", + "author": "ngx-builders", "repository": { "type": "git", - "url": "https://github.com/fknop/angular-pipes.git" + "url": "https://github.com/ngx-builders/angular-pipes.git" }, "keywords": [ "ng2", @@ -28,31 +28,32 @@ ], "license": "MIT", "devDependencies": { - "@angular/animations": "^12.2.15", - "@angular/common": "^12.2.15", - "@angular/compiler": "^12.2.15", - "@angular/compiler-cli": "^12.2.15", - "@angular/core": "^12.2.15", - "@angular/platform-browser": "^12.2.15", - "@angular/platform-browser-dynamic": "^12.2.15", - "@angular/platform-server": "^12.2.15", - "@angular/cli": "12.2.15", + "@angular/animations": "^13.1.3", + "@angular/cli": "13.1.4", + "@angular/common": "^13.1.3", + "@angular/compiler": "^13.1.3", + "@angular/compiler-cli": "^13.1.3", + "@angular/core": "^13.1.3", + "@angular/platform-browser": "^13.1.3", + "@angular/platform-browser-dynamic": "^13.1.3", + "@angular/platform-server": "^13.1.3", "@types/jasmine": "^3.3.16", "core-js": "^3.1.4", "coveralls": "^3.0.5", - "jasmine-core": "^3.4.0", - "karma": "^4.2.0", - "karma-firefox-launcher": "^1.1.0", - "karma-jasmine": "^2.0.1", - "karma-spec-reporter": "0.0.32", - "karma-typescript": "^4.1.1", - "ng-packagr": "^5.4.3", - "prettier": "^1.18.2", + "jasmine-core": "^4.0.0", + "karma": "^6.3.12", + "karma-chrome-launcher": "^3.1.0", + "karma-firefox-launcher": "^2.1.2", + "karma-jasmine": "^4.0.1", + "karma-spec-reporter": "0.0.33", + "karma-typescript": "^5.5.3", + "ng-packagr": "^13.1.3", + "prettier": "^2.5.1", "reflect-metadata": "^0.1.13", - "rxjs": "^6.5.2", - "tsickle": "^0.36.0", - "tslib": "^1.10.0", - "typescript": "4.3.5", + "rxjs": "^7.5.2", + "tsickle": "^0.46.0", + "tslib": "^2.3.1", + "typescript": "4.5.5", "zone.js": "~0.11.4" }, "dependencies": {}, diff --git a/tsconfig.json b/tsconfig.json index bf86e67..58efc2e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "target": "es5", - "module": "es6", + "target": "ES2017", + "module": "ES2020", "moduleResolution": "node", "sourceMap": true, "emitDecoratorMetadata": true, @@ -12,10 +12,13 @@ "noUnusedParameters": true, "suppressImplicitAnyIndexErrors": false, "declaration": true, - "lib": ["es6", "dom"] + "lib": ["ES2020", "dom"], + "strict":true }, "exclude": ["node_modules", "**/*.spec.ts"], "angularCompilerOptions": { - "skipTemplateCodegen": true + "skipTemplateCodegen": true, + "strictInjectionParameters": true,, + "strictTemplates": true } } From 4db130d8019fa9fae37a84d775d508b46439878a Mon Sep 17 00:00:00 2001 From: Santosh Yadav Date: Wed, 26 Jan 2022 14:27:03 +0100 Subject: [PATCH 8/9] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d57636f..8bca98d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![NPM Version](https://img.shields.io/npm/v/angular-pipes.svg)](https://www.npmjs.com/package/ngx2-pipes) +[![NPM Version](https://img.shields.io/npm/v/ngx2-pipes.svg)](https://www.npmjs.com/package/ngx2-pipes) [![Downloads](https://img.shields.io/npm/dm/ngx2-pipes.svg)](https://npmjs.org/package/ngx2-pipes) ## This is a fork of the original repo and maintained, once the original author agrees to release the new version, the fork will be deleted. and the original repo will be updated. I will wait for few month to get the updaet from the original author. There is an issue logged for this https://github.com/fknop/angular-pipes/issues/113. From 6336bab9f7b4011314d7ab86e66c47398be512a8 Mon Sep 17 00:00:00 2001 From: Santosh Yadav Date: Wed, 26 Jan 2022 14:27:56 +0100 Subject: [PATCH 9/9] remove travic ci to be replaced with github actions --- .travis.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 79141b6..0000000 --- a/.travis.yml +++ /dev/null @@ -1,16 +0,0 @@ -language: node_js -node_js: - - 8 - - 9 - - 10 - - 11 - -services: - - xvfb - -cache: - yarn: true - directories: - - node_modules - -after_success: npm run cover