mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
feat: upgrade project to v17
This commit is contained in:
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "angular-anchor-scrolling:build:production"
|
"buildTarget": "angular-anchor-scrolling:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "angular-anchor-scrolling:build:development"
|
"buildTarget": "angular-anchor-scrolling:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "angular-anchor-scrolling:build"
|
"buildTarget": "angular-anchor-scrolling:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
@@ -81,14 +81,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/angular/anchor-scrolling/jest.config.ts",
|
"jestConfig": "apps/angular/anchor-scrolling/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "angular-bug-cd:build:production"
|
"buildTarget": "angular-bug-cd:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "angular-bug-cd:build:development"
|
"buildTarget": "angular-bug-cd:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "angular-bug-cd:build"
|
"buildTarget": "angular-bug-cd:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
@@ -81,14 +81,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/angular/bug-cd/jest.config.ts",
|
"jestConfig": "apps/angular/bug-cd/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "angular-context-outlet-type:build:production"
|
"buildTarget": "angular-context-outlet-type:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "angular-context-outlet-type:build:development"
|
"buildTarget": "angular-context-outlet-type:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "angular-context-outlet-type:build"
|
"buildTarget": "angular-context-outlet-type:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -57,10 +57,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "angular-crud:build:production"
|
"buildTarget": "angular-crud:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "angular-crud:build:development"
|
"buildTarget": "angular-crud:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -68,7 +68,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "angular-crud:build"
|
"buildTarget": "angular-crud:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
@@ -84,8 +84,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/angular/crud/jest.config.ts",
|
"jestConfig": "apps/angular/crud/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "angular-decoupling:build:production"
|
"buildTarget": "angular-decoupling:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "angular-decoupling:build:development"
|
"buildTarget": "angular-decoupling:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "angular-decoupling:build"
|
"buildTarget": "angular-decoupling:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "angular-di:build:production"
|
"buildTarget": "angular-di:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "angular-di:build:development"
|
"buildTarget": "angular-di:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "angular-di:build"
|
"buildTarget": "angular-di:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "angular-injection-token:build:production"
|
"buildTarget": "angular-injection-token:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "angular-injection-token:build:development"
|
"buildTarget": "angular-injection-token:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "angular-injection-token:build"
|
"buildTarget": "angular-injection-token:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
@@ -81,14 +81,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/angular/injection-token/jest.config.ts",
|
"jestConfig": "apps/angular/injection-token/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -56,10 +56,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "angular-interop-rxjs-signal:build:production"
|
"buildTarget": "angular-interop-rxjs-signal:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "angular-interop-rxjs-signal:build:development"
|
"buildTarget": "angular-interop-rxjs-signal:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "angular-interop-rxjs-signal:build"
|
"buildTarget": "angular-interop-rxjs-signal:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
@@ -84,14 +84,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/angular/interop-rxjs-signal/jest.config.ts",
|
"jestConfig": "apps/angular/interop-rxjs-signal/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "angular-module-to-standalone:build:production"
|
"buildTarget": "angular-module-to-standalone:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "angular-module-to-standalone:build:development"
|
"buildTarget": "angular-module-to-standalone:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "angular-module-to-standalone:build"
|
"buildTarget": "angular-module-to-standalone:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "angular-ngfor-enhancement:build:production"
|
"buildTarget": "angular-ngfor-enhancement:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "angular-ngfor-enhancement:build:development"
|
"buildTarget": "angular-ngfor-enhancement:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "angular-ngfor-enhancement:build"
|
"buildTarget": "angular-ngfor-enhancement:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "angular-permissions:build:production"
|
"buildTarget": "angular-permissions:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "angular-permissions:build:development"
|
"buildTarget": "angular-permissions:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "angular-permissions:build"
|
"buildTarget": "angular-permissions:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "angular-pipe-easy:build:production"
|
"buildTarget": "angular-pipe-easy:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "angular-pipe-easy:build:development"
|
"buildTarget": "angular-pipe-easy:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "angular-pipe-easy:build"
|
"buildTarget": "angular-pipe-easy:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "angular-pipe-hard:build:production"
|
"buildTarget": "angular-pipe-hard:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "angular-pipe-hard:build:development"
|
"buildTarget": "angular-pipe-hard:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "angular-pipe-hard:build"
|
"buildTarget": "angular-pipe-hard:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "angular-pipe-intermediate:build:production"
|
"buildTarget": "angular-pipe-intermediate:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "angular-pipe-intermediate:build:development"
|
"buildTarget": "angular-pipe-intermediate:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "angular-pipe-intermediate:build"
|
"buildTarget": "angular-pipe-intermediate:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -6,13 +6,13 @@
|
|||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:application",
|
||||||
"outputs": ["{options.outputPath}"],
|
"outputs": ["{options.outputPath}"],
|
||||||
"options": {
|
"options": {
|
||||||
"outputPath": "dist/apps/angular/projection",
|
"outputPath": "dist/apps/angular/projection",
|
||||||
"index": "apps/angular/projection/src/index.html",
|
"index": "apps/angular/projection/src/index.html",
|
||||||
"main": "apps/angular/projection/src/main.ts",
|
"browser": "apps/angular/projection/src/main.ts",
|
||||||
"polyfills": "apps/angular/projection/src/polyfills.ts",
|
"polyfills": ["apps/angular/projection/src/polyfills.ts"],
|
||||||
"tsConfig": "apps/angular/projection/tsconfig.app.json",
|
"tsConfig": "apps/angular/projection/tsconfig.app.json",
|
||||||
"inlineStyleLanguage": "scss",
|
"inlineStyleLanguage": "scss",
|
||||||
"assets": [
|
"assets": [
|
||||||
@@ -40,9 +40,7 @@
|
|||||||
"outputHashing": "all"
|
"outputHashing": "all"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"buildOptimizer": false,
|
|
||||||
"optimization": false,
|
"optimization": false,
|
||||||
"vendorChunk": true,
|
|
||||||
"extractLicenses": false,
|
"extractLicenses": false,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"namedChunks": true
|
"namedChunks": true
|
||||||
@@ -54,10 +52,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "angular-projection:build:production"
|
"buildTarget": "angular-projection:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "angular-projection:build:development"
|
"buildTarget": "angular-projection:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -65,7 +63,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "angular-projection:build"
|
"buildTarget": "angular-projection:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
@@ -81,8 +79,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/angular/projection/jest.config.ts",
|
"jestConfig": "apps/angular/projection/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "angular-router-input:build:production"
|
"buildTarget": "angular-router-input:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "angular-router-input:build:development"
|
"buildTarget": "angular-router-input:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "angular-router-input:build"
|
"buildTarget": "angular-router-input:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "angular-styling:build:production"
|
"buildTarget": "angular-styling:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "angular-styling:build:development"
|
"buildTarget": "angular-styling:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "angular-styling:build"
|
"buildTarget": "angular-styling:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -54,10 +54,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "ngrx-effect-selector:build:production"
|
"buildTarget": "ngrx-effect-selector:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "ngrx-effect-selector:build:development"
|
"buildTarget": "ngrx-effect-selector:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "ngrx-effect-selector:build"
|
"buildTarget": "ngrx-effect-selector:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
@@ -81,8 +81,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/ngrx/effect-selector/jest.config.ts",
|
"jestConfig": "apps/ngrx/effect-selector/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -54,10 +54,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "ngrx-notification:build:production"
|
"buildTarget": "ngrx-notification:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "ngrx-notification:build:development"
|
"buildTarget": "ngrx-notification:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "ngrx-notification:build"
|
"buildTarget": "ngrx-notification:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -57,10 +57,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "performance-default-onpush:build:production"
|
"buildTarget": "performance-default-onpush:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "performance-default-onpush:build:development"
|
"buildTarget": "performance-default-onpush:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -68,7 +68,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "performance-default-onpush:build"
|
"buildTarget": "performance-default-onpush:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -57,10 +57,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "performance-memoized:build:production"
|
"buildTarget": "performance-memoized:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "performance-memoized:build:development"
|
"buildTarget": "performance-memoized:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -68,7 +68,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "performance-memoized:build"
|
"buildTarget": "performance-memoized:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -57,10 +57,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "performance-ngfor-biglist:build:production"
|
"buildTarget": "performance-ngfor-biglist:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "performance-ngfor-biglist:build:development"
|
"buildTarget": "performance-ngfor-biglist:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -68,7 +68,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "performance-ngfor-biglist:build"
|
"buildTarget": "performance-ngfor-biglist:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -57,10 +57,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "performance-ngfor-optimize:build:production"
|
"buildTarget": "performance-ngfor-optimize:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "performance-ngfor-optimize:build:development"
|
"buildTarget": "performance-ngfor-optimize:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -68,7 +68,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "performance-ngfor-optimize:build"
|
"buildTarget": "performance-ngfor-optimize:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
@@ -85,14 +85,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/performance/ngfor-optimize/jest.config.ts",
|
"jestConfig": "apps/performance/ngfor-optimize/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "performance-scroll-cd:build:production"
|
"buildTarget": "performance-scroll-cd:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "performance-scroll-cd:build:development"
|
"buildTarget": "performance-scroll-cd:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "performance-scroll-cd:build"
|
"buildTarget": "performance-scroll-cd:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
@@ -81,8 +81,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/performance/scroll-cd/jest.config.ts",
|
"jestConfig": "apps/performance/scroll-cd/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "rxjs-catch-error:build:production"
|
"buildTarget": "rxjs-catch-error:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "rxjs-catch-error:build:development"
|
"buildTarget": "rxjs-catch-error:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "rxjs-catch-error:build"
|
"buildTarget": "rxjs-catch-error:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
@@ -81,14 +81,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/rxjs/catch-error/jest.config.ts",
|
"jestConfig": "apps/rxjs/catch-error/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -54,10 +54,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "rxjs-pipe-bug:build:production"
|
"buildTarget": "rxjs-pipe-bug:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "rxjs-pipe-bug:build:development"
|
"buildTarget": "rxjs-pipe-bug:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "rxjs-pipe-bug:build"
|
"buildTarget": "rxjs-pipe-bug:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "rxjs-race-condition:build:production"
|
"buildTarget": "rxjs-race-condition:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "rxjs-race-condition:build:development"
|
"buildTarget": "rxjs-race-condition:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "rxjs-race-condition:build"
|
"buildTarget": "rxjs-race-condition:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
@@ -81,8 +81,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/rxjs/race-condition/jest.config.ts",
|
"jestConfig": "apps/rxjs/race-condition/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"component-test": {
|
"component-test": {
|
||||||
|
|||||||
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "testing-checkbox:build:production"
|
"buildTarget": "testing-checkbox:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "testing-checkbox:build:development"
|
"buildTarget": "testing-checkbox:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "testing-checkbox:build"
|
"buildTarget": "testing-checkbox:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
@@ -81,14 +81,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/testing/checkbox/jest.config.ts",
|
"jestConfig": "apps/testing/checkbox/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "testing-create-harness:build:production"
|
"buildTarget": "testing-create-harness:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "testing-create-harness:build:development"
|
"buildTarget": "testing-create-harness:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,21 +64,14 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "testing-create-harness:build"
|
"buildTarget": "testing-create-harness:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/testing/create-harness/jest.config.ts",
|
"jestConfig": "apps/testing/create-harness/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "testing-harness:build:production"
|
"buildTarget": "testing-harness:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "testing-harness:build:development"
|
"buildTarget": "testing-harness:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,21 +64,14 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "testing-harness:build"
|
"buildTarget": "testing-harness:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"test": {
|
"test": {
|
||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/testing/harness/jest.config.ts",
|
"jestConfig": "apps/testing/harness/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "testing-input-output:build:production"
|
"buildTarget": "testing-input-output:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "testing-input-output:build:development"
|
"buildTarget": "testing-input-output:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "testing-input-output:build"
|
"buildTarget": "testing-input-output:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
@@ -81,14 +81,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/testing/input-output/jest.config.ts",
|
"jestConfig": "apps/testing/input-output/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"component-test": {
|
"component-test": {
|
||||||
|
|||||||
@@ -56,10 +56,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "testing-modal:build:production"
|
"buildTarget": "testing-modal:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "testing-modal:build:development"
|
"buildTarget": "testing-modal:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "testing-modal:build"
|
"buildTarget": "testing-modal:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
@@ -84,14 +84,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/testing/modal/jest.config.ts",
|
"jestConfig": "apps/testing/modal/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"component-test": {
|
"component-test": {
|
||||||
|
|||||||
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "testing-nested:build:production"
|
"buildTarget": "testing-nested:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "testing-nested:build:development"
|
"buildTarget": "testing-nested:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "testing-nested:build"
|
"buildTarget": "testing-nested:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
@@ -81,14 +81,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/testing/nested/jest.config.ts",
|
"jestConfig": "apps/testing/nested/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"component-test": {
|
"component-test": {
|
||||||
|
|||||||
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "testing-router-outlet:build:production"
|
"buildTarget": "testing-router-outlet:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "testing-router-outlet:build:development"
|
"buildTarget": "testing-router-outlet:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "testing-router-outlet:build"
|
"buildTarget": "testing-router-outlet:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
@@ -81,8 +81,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/testing/router-outlet/jest.config.ts",
|
"jestConfig": "apps/testing/router-outlet/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"component-test": {
|
"component-test": {
|
||||||
|
|||||||
@@ -54,10 +54,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "testing-table:build:production"
|
"buildTarget": "testing-table:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "testing-table:build:development"
|
"buildTarget": "testing-table:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "testing-table:build"
|
"buildTarget": "testing-table:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
@@ -82,14 +82,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/testing/table/jest.config.ts",
|
"jestConfig": "apps/testing/table/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"component-test": {
|
"component-test": {
|
||||||
|
|||||||
@@ -56,10 +56,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "testing-todos-list:build:production"
|
"buildTarget": "testing-todos-list:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "testing-todos-list:build:development"
|
"buildTarget": "testing-todos-list:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "testing-todos-list:build"
|
"buildTarget": "testing-todos-list:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
@@ -84,14 +84,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "apps/testing/todos-list/jest.config.ts",
|
"jestConfig": "apps/testing/todos-list/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"component-test": {
|
"component-test": {
|
||||||
|
|||||||
@@ -53,10 +53,10 @@
|
|||||||
"executor": "@angular-devkit/build-angular:dev-server",
|
"executor": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "typescript-overload:build:production"
|
"buildTarget": "typescript-overload:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "typescript-overload:build:development"
|
"buildTarget": "typescript-overload:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"executor": "@angular-devkit/build-angular:extract-i18n",
|
"executor": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "typescript-overload:build"
|
"buildTarget": "typescript-overload:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -26,14 +26,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/angular/di/jest.config.ts",
|
"jestConfig": "libs/angular/di/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -33,8 +33,7 @@
|
|||||||
"glob": "executors.json",
|
"glob": "executors.json",
|
||||||
"output": "."
|
"output": "."
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"updateBuildableProjectDepsInPackageJson": true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -33,8 +33,7 @@
|
|||||||
"glob": "executors.json",
|
"glob": "executors.json",
|
||||||
"output": "."
|
"output": "."
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"updateBuildableProjectDepsInPackageJson": true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
@@ -52,14 +51,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/custom-plugin/jest.config.ts",
|
"jestConfig": "libs/custom-plugin/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -10,8 +10,7 @@
|
|||||||
"executor": "@nx/angular:ng-packagr-lite",
|
"executor": "@nx/angular:ng-packagr-lite",
|
||||||
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"project": "libs/decoupling/brain/ng-package.json",
|
"project": "libs/decoupling/brain/ng-package.json"
|
||||||
"updateBuildableProjectDepsInPackageJson": true
|
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
@@ -27,14 +26,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/decoupling/brain/jest.config.ts",
|
"jestConfig": "libs/decoupling/brain/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -10,8 +10,7 @@
|
|||||||
"executor": "@nx/angular:ng-packagr-lite",
|
"executor": "@nx/angular:ng-packagr-lite",
|
||||||
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"project": "libs/decoupling/core/ng-package.json",
|
"project": "libs/decoupling/core/ng-package.json"
|
||||||
"updateBuildableProjectDepsInPackageJson": true
|
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
@@ -27,14 +26,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/decoupling/core/jest.config.ts",
|
"jestConfig": "libs/decoupling/core/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -10,8 +10,7 @@
|
|||||||
"executor": "@nx/angular:ng-packagr-lite",
|
"executor": "@nx/angular:ng-packagr-lite",
|
||||||
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"project": "libs/decoupling/helmet/ng-package.json",
|
"project": "libs/decoupling/helmet/ng-package.json"
|
||||||
"updateBuildableProjectDepsInPackageJson": true
|
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
@@ -27,14 +26,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/decoupling/helmet/jest.config.ts",
|
"jestConfig": "libs/decoupling/helmet/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -10,8 +10,7 @@
|
|||||||
"executor": "@nx/angular:ng-packagr-lite",
|
"executor": "@nx/angular:ng-packagr-lite",
|
||||||
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"project": "libs/fake-utils/ng-package.json",
|
"project": "libs/fake-utils/ng-package.json"
|
||||||
"updateBuildableProjectDepsInPackageJson": true
|
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
|
|||||||
@@ -10,14 +10,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/module-to-standalone/admin/feature/jest.config.ts",
|
"jestConfig": "libs/module-to-standalone/admin/feature/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -10,14 +10,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/module-to-standalone/admin/shared/jest.config.ts",
|
"jestConfig": "libs/module-to-standalone/admin/shared/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -10,8 +10,7 @@
|
|||||||
"executor": "@nx/angular:ng-packagr-lite",
|
"executor": "@nx/angular:ng-packagr-lite",
|
||||||
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"project": "libs/module-to-standalone/core/providers/ng-package.json",
|
"project": "libs/module-to-standalone/core/providers/ng-package.json"
|
||||||
"updateBuildableProjectDepsInPackageJson": true
|
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
@@ -27,14 +26,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/module-to-standalone/core/providers/jest.config.ts",
|
"jestConfig": "libs/module-to-standalone/core/providers/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -10,14 +10,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/module-to-standalone/core/service/jest.config.ts",
|
"jestConfig": "libs/module-to-standalone/core/service/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -10,14 +10,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/module-to-standalone/forbidden/jest.config.ts",
|
"jestConfig": "libs/module-to-standalone/forbidden/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -10,14 +10,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/module-to-standalone/home/jest.config.ts",
|
"jestConfig": "libs/module-to-standalone/home/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -10,14 +10,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/module-to-standalone/shell/jest.config.ts",
|
"jestConfig": "libs/module-to-standalone/shell/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -10,8 +10,7 @@
|
|||||||
"executor": "@nx/angular:ng-packagr-lite",
|
"executor": "@nx/angular:ng-packagr-lite",
|
||||||
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"project": "libs/module-to-standalone/user/contact/ng-package.json",
|
"project": "libs/module-to-standalone/user/contact/ng-package.json"
|
||||||
"updateBuildableProjectDepsInPackageJson": true
|
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
@@ -27,14 +26,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/module-to-standalone/user/contact/jest.config.ts",
|
"jestConfig": "libs/module-to-standalone/user/contact/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -10,8 +10,7 @@
|
|||||||
"executor": "@nx/angular:ng-packagr-lite",
|
"executor": "@nx/angular:ng-packagr-lite",
|
||||||
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"project": "libs/module-to-standalone/user/home/ng-package.json",
|
"project": "libs/module-to-standalone/user/home/ng-package.json"
|
||||||
"updateBuildableProjectDepsInPackageJson": true
|
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
@@ -27,14 +26,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/module-to-standalone/user/home/jest.config.ts",
|
"jestConfig": "libs/module-to-standalone/user/home/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -10,8 +10,7 @@
|
|||||||
"executor": "@nx/angular:ng-packagr-lite",
|
"executor": "@nx/angular:ng-packagr-lite",
|
||||||
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"project": "libs/module-to-standalone/user/shell/ng-package.json",
|
"project": "libs/module-to-standalone/user/shell/ng-package.json"
|
||||||
"updateBuildableProjectDepsInPackageJson": true
|
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
@@ -27,14 +26,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/module-to-standalone/user/shell/jest.config.ts",
|
"jestConfig": "libs/module-to-standalone/user/shell/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -9,8 +9,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/ngrx-notification/backend/jest.config.ts",
|
"jestConfig": "libs/ngrx-notification/backend/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -9,8 +9,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/ngrx-notification/model/jest.config.ts",
|
"jestConfig": "libs/ngrx-notification/model/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -10,8 +10,7 @@
|
|||||||
"executor": "@nx/angular:ng-packagr-lite",
|
"executor": "@nx/angular:ng-packagr-lite",
|
||||||
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"project": "libs/shared/directives/ng-package.json",
|
"project": "libs/shared/directives/ng-package.json"
|
||||||
"updateBuildableProjectDepsInPackageJson": true
|
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
@@ -27,14 +26,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/shared/directives/jest.config.ts",
|
"jestConfig": "libs/shared/directives/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -9,8 +9,7 @@
|
|||||||
"executor": "@nx/angular:package",
|
"executor": "@nx/angular:package",
|
||||||
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"project": "libs/shared/ngrx-callstate-store/ng-package.json",
|
"project": "libs/shared/ngrx-callstate-store/ng-package.json"
|
||||||
"updateBuildableProjectDepsInPackageJson": true
|
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
@@ -26,8 +25,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/shared/ngrx-callstate-store/jest.config.ts",
|
"jestConfig": "libs/shared/ngrx-callstate-store/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
@@ -9,8 +9,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "libs/shared/utils/jest.config.ts",
|
"jestConfig": "libs/shared/utils/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
|
|||||||
178
migrations.json
178
migrations.json
@@ -1,108 +1,116 @@
|
|||||||
{
|
{
|
||||||
"migrations": [
|
"migrations": [
|
||||||
{
|
{
|
||||||
"cli": "nx",
|
"version": "17.1.0-beta.1",
|
||||||
"version": "16.6.0-beta.6",
|
"description": "Updates for @typescript-utils/utils v6.9.1+",
|
||||||
"description": "Prefix outputs with {workspaceRoot}/{projectRoot} if needed",
|
"implementation": "./src/migrations/update-17-1-0/update-typescript-eslint",
|
||||||
"implementation": "./src/migrations/update-15-0-0/prefix-outputs",
|
"package": "@nx/eslint",
|
||||||
"package": "nx",
|
"name": "update-typescript-eslint"
|
||||||
"name": "16.6.0-prefix-outputs"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cli": "nx",
|
"cli": "nx",
|
||||||
"version": "16.8.0-beta.3",
|
"version": "17.0.2",
|
||||||
"description": "Escape $ in env variables",
|
"description": "Remove deprecated build options",
|
||||||
"implementation": "./src/migrations/update-16-8-0/escape-dollar-sign-env-variables",
|
"implementation": "./src/migrations/update-17-0-0/remove-deprecated-build-options",
|
||||||
"package": "nx",
|
|
||||||
"name": "16.8.0-escape-dollar-sign-env"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"cli": "nx",
|
|
||||||
"version": "17.0.0-beta.1",
|
|
||||||
"description": "Updates the default cache directory to .nx/cache",
|
|
||||||
"implementation": "./src/migrations/update-17-0-0/move-cache-directory",
|
|
||||||
"package": "nx",
|
|
||||||
"name": "17.0.0-move-cache-directory"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"cli": "nx",
|
|
||||||
"version": "17.0.0-beta.3",
|
|
||||||
"description": "Use minimal config for tasksRunnerOptions",
|
|
||||||
"implementation": "./src/migrations/update-17-0-0/use-minimal-config-for-tasks-runner-options",
|
|
||||||
"package": "nx",
|
|
||||||
"name": "17.0.0-use-minimal-config-for-tasks-runner-options"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"version": "17.0.0-rc.1",
|
|
||||||
"description": "Migration for v17.0.0-rc.1",
|
|
||||||
"implementation": "./src/migrations/update-17-0-0/rm-default-collection-npm-scope",
|
|
||||||
"package": "nx",
|
|
||||||
"name": "rm-default-collection-npm-scope"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"cli": "nx",
|
|
||||||
"version": "16.6.0-beta.0",
|
|
||||||
"description": "Explicitly set 'updateBuildableProjectDepsInPackageJson' to 'true' in targets that rely on that value as the default.",
|
|
||||||
"factory": "./src/migrations/update-16-6-0/explicitly-set-projects-to-update-buildable-deps",
|
|
||||||
"package": "@nx/js",
|
"package": "@nx/js",
|
||||||
"name": "explicitly-set-projects-to-update-buildable-deps"
|
"name": "update-17-0-0-remove-deprecated-build-options"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cli": "nx",
|
"cli": "nx",
|
||||||
"version": "16.8.2-beta.0",
|
"version": "17.1.0-beta.5",
|
||||||
"description": "Remove invalid options (strict, noInterop) for ES6 type modules.",
|
|
||||||
"factory": "./src/migrations/update-16-8-2/update-swcrc",
|
|
||||||
"package": "@nx/js",
|
|
||||||
"name": "16-8-2-update-swcrc"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"cli": "nx",
|
|
||||||
"version": "16.9.0-beta.1",
|
|
||||||
"description": "Replace imports of Module Federation utils frm @nx/devkit to @nx/webpack",
|
|
||||||
"implementation": "./src/migrations/update-16-9-0/migrate-mf-util-usage",
|
|
||||||
"package": "@nx/devkit",
|
|
||||||
"name": "update-16-9-0-migrate-mf-usage-to-webpack"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"cli": "nx",
|
|
||||||
"version": "16.6.0-beta.0",
|
|
||||||
"description": "Explicitly set 'updateBuildableProjectDepsInPackageJson' to 'true' in targets that rely on that value as the default.",
|
|
||||||
"factory": "./src/migrations/update-16-6-0/explicitly-set-projects-to-update-buildable-deps",
|
|
||||||
"package": "@nx/angular",
|
|
||||||
"name": "explicitly-set-projects-to-update-buildable-deps"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"cli": "nx",
|
|
||||||
"version": "16.7.0-beta.6",
|
|
||||||
"requires": {
|
"requires": {
|
||||||
"@angular/core": ">=16.2.0"
|
"@angular/core": ">=17.0.0"
|
||||||
},
|
},
|
||||||
"description": "Update the @angular/cli package version to ~16.2.0.",
|
"description": "Update the @angular/cli package version to ~17.0.0.",
|
||||||
"factory": "./src/migrations/update-16-7-0/update-angular-cli",
|
"factory": "./src/migrations/update-17-1-0/update-angular-cli",
|
||||||
"package": "@nx/angular",
|
"package": "@nx/angular",
|
||||||
"name": "update-angular-cli-version-16-2-0"
|
"name": "update-angular-cli-version-17-0-0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cli": "nx",
|
"cli": "nx",
|
||||||
"version": "16.8.0-beta.4",
|
"version": "17.1.0-beta.5",
|
||||||
"description": "Update to Cypress v13. Most noteable change is video recording is off by default. This migration will only update if the workspace is already on Cypress v12. https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-130",
|
"requires": {
|
||||||
"implementation": "./src/migrations/update-16-8-0/cypress-13",
|
"@angular/core": ">=17.0.0"
|
||||||
"package": "@nx/cypress",
|
},
|
||||||
"name": "update-16-8-0-cypress-13"
|
"description": "Rename 'browserTarget' to 'buildTarget'.",
|
||||||
|
"factory": "./src/migrations/update-17-1-0/browser-target-to-build-target",
|
||||||
|
"package": "@nx/angular",
|
||||||
|
"name": "rename-browser-target-to-build-target"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "16.8.0",
|
"cli": "nx",
|
||||||
"description": "update-16-8-0-add-ignored-files",
|
"version": "17.1.0-beta.5",
|
||||||
"implementation": "./src/migrations/update-16-8-0-add-ignored-files/update-16-8-0-add-ignored-files",
|
"requires": {
|
||||||
"package": "@nx/eslint",
|
"@angular/core": ">=17.0.0"
|
||||||
"name": "update-16-8-0-add-ignored-files"
|
},
|
||||||
|
"description": "Replace usages of '@nguniversal/builders' with '@angular-devkit/build-angular'.",
|
||||||
|
"factory": "./src/migrations/update-17-1-0/replace-nguniversal-builders",
|
||||||
|
"package": "@nx/angular",
|
||||||
|
"name": "replace-nguniversal-builders"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "17.0.0-beta.7",
|
"cli": "nx",
|
||||||
"description": "update-17-0-0-rename-to-eslint",
|
"version": "17.1.0-beta.5",
|
||||||
"implementation": "./src/migrations/update-17-0-0-rename-to-eslint/update-17-0-0-rename-to-eslint",
|
"requires": {
|
||||||
"package": "@nx/eslint",
|
"@angular/core": ">=17.0.0"
|
||||||
"name": "update-17-0-0-rename-to-eslint"
|
},
|
||||||
|
"description": "Replace usages of '@nguniversal/' packages with '@angular/ssr'.",
|
||||||
|
"factory": "./src/migrations/update-17-1-0/replace-nguniversal-engines",
|
||||||
|
"package": "@nx/angular",
|
||||||
|
"name": "replace-nguniversal-engines"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cli": "nx",
|
||||||
|
"version": "17.1.0-beta.5",
|
||||||
|
"requires": {
|
||||||
|
"@angular/core": ">=17.0.0"
|
||||||
|
},
|
||||||
|
"description": "Replace the deep imports from 'zone.js/dist/zone' and 'zone.js/dist/zone-testing' with 'zone.js' and 'zone.js/testing'.",
|
||||||
|
"factory": "./src/migrations/update-17-1-0/update-zone-js-deep-import",
|
||||||
|
"package": "@nx/angular",
|
||||||
|
"name": "update-zone-js-deep-import"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "17.1.0-beta.2",
|
||||||
|
"description": "Move jest executor options to nx.json targetDefaults",
|
||||||
|
"implementation": "./src/migrations/update-17-1-0/move-options-to-target-defaults",
|
||||||
|
"package": "@nx/jest",
|
||||||
|
"name": "move-options-to-target-defaults"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "17.0.0",
|
||||||
|
"description": "Angular v17 introduces a new control flow syntax that uses the @ and } characters. This migration replaces the existing usages with their corresponding HTML entities.",
|
||||||
|
"factory": "./migrations/block-template-entities/bundle",
|
||||||
|
"package": "@angular/core",
|
||||||
|
"name": "block-template-entities"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "17.0.0",
|
||||||
|
"description": "CompilerOption.useJit and CompilerOption.missingTranslation are unused under Ivy. This migration removes their usage",
|
||||||
|
"factory": "./migrations/compiler-options/bundle",
|
||||||
|
"package": "@angular/core",
|
||||||
|
"name": "migration-v17-compiler-options"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "17.0.0",
|
||||||
|
"description": "Updates `TransferState`, `makeStateKey`, `StateKey` imports from `@angular/platform-browser` to `@angular/core`.",
|
||||||
|
"factory": "./migrations/transfer-state/bundle",
|
||||||
|
"package": "@angular/core",
|
||||||
|
"name": "migration-transfer-state"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "17.0.0-0",
|
||||||
|
"description": "Updates Angular Material to v17",
|
||||||
|
"factory": "./ng-update/index_bundled#updateToV17",
|
||||||
|
"package": "@angular/material",
|
||||||
|
"name": "migration-v17"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "17.0.0-0",
|
||||||
|
"description": "Updates the Angular CDK to v17",
|
||||||
|
"factory": "./ng-update/index#updateToV17",
|
||||||
|
"package": "@angular/cdk",
|
||||||
|
"name": "migration-v17"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
21
nx.json
21
nx.json
@@ -6,14 +6,6 @@
|
|||||||
"inputs": ["production", "^production"],
|
"inputs": ["production", "^production"],
|
||||||
"cache": true
|
"cache": true
|
||||||
},
|
},
|
||||||
"test": {
|
|
||||||
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
|
|
||||||
"cache": true
|
|
||||||
},
|
|
||||||
"e2e": {
|
|
||||||
"inputs": ["default", "^production"],
|
|
||||||
"cache": true
|
|
||||||
},
|
|
||||||
"lint": {
|
"lint": {
|
||||||
"inputs": [
|
"inputs": [
|
||||||
"default",
|
"default",
|
||||||
@@ -25,6 +17,19 @@
|
|||||||
"component-test": {
|
"component-test": {
|
||||||
"inputs": ["default", "^production"],
|
"inputs": ["default", "^production"],
|
||||||
"cache": true
|
"cache": true
|
||||||
|
},
|
||||||
|
"@nx/jest:jest": {
|
||||||
|
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
|
||||||
|
"cache": true,
|
||||||
|
"options": {
|
||||||
|
"passWithNoTests": true
|
||||||
|
},
|
||||||
|
"configurations": {
|
||||||
|
"ci": {
|
||||||
|
"ci": true,
|
||||||
|
"codeCoverage": true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"namedInputs": {
|
"namedInputs": {
|
||||||
|
|||||||
9223
package-lock.json
generated
9223
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
104
package.json
104
package.json
@@ -12,68 +12,68 @@
|
|||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "~16.2.0",
|
"@angular/animations": "17.0.3",
|
||||||
"@angular/cdk": "~16.2.0",
|
"@angular/cdk": "17.0.1",
|
||||||
"@angular/common": "~16.2.0",
|
"@angular/common": "17.0.3",
|
||||||
"@angular/compiler": "~16.2.0",
|
"@angular/compiler": "17.0.3",
|
||||||
"@angular/core": "~16.2.0",
|
"@angular/core": "17.0.3",
|
||||||
"@angular/forms": "~16.2.0",
|
"@angular/forms": "17.0.3",
|
||||||
"@angular/material": "~16.2.0",
|
"@angular/material": "17.0.1",
|
||||||
"@angular/platform-browser": "~16.2.0",
|
"@angular/platform-browser": "17.0.3",
|
||||||
"@angular/platform-browser-dynamic": "~16.2.0",
|
"@angular/platform-browser-dynamic": "17.0.3",
|
||||||
"@angular/router": "~16.2.0",
|
"@angular/router": "17.0.3",
|
||||||
"@ngneat/falso": "^6.4.0",
|
"@ngneat/falso": "^6.4.0",
|
||||||
"@ngrx/component": "16.0.0",
|
"@ngrx/component": "17.0.0-rc.0",
|
||||||
"@ngrx/component-store": "16.0.0",
|
"@ngrx/component-store": "17.0.0-rc.0",
|
||||||
"@ngrx/effects": "16.0.0",
|
"@ngrx/effects": "17.0.0-rc.0",
|
||||||
"@ngrx/entity": "16.0.0",
|
"@ngrx/entity": "17.0.0-rc.0",
|
||||||
"@ngrx/router-store": "16.0.0",
|
"@ngrx/router-store": "17.0.0-rc.0",
|
||||||
"@ngrx/store": "16.0.0",
|
"@ngrx/store": "17.0.0-rc.0",
|
||||||
"@nx/angular": "17.0.1",
|
"@nx/angular": "17.1.2",
|
||||||
"@rx-angular/cdk": "^1.0.0-rc.4",
|
"@rx-angular/cdk": "^17.0.0",
|
||||||
"@rx-angular/state": "^1.7.0",
|
"@rx-angular/state": "^17.0.0",
|
||||||
"@rx-angular/template": "^1.0.0-rc.5",
|
"@rx-angular/template": "^17.0.0",
|
||||||
"@swc/helpers": "0.5.3",
|
"@swc/helpers": "0.5.3",
|
||||||
"rxjs": "7.8.1",
|
"rxjs": "7.8.1",
|
||||||
"tailwindcss": "^3.2.1",
|
"tailwindcss": "^3.3.5",
|
||||||
"tslib": "^2.3.0",
|
"tslib": "^2.3.0",
|
||||||
"zone.js": "0.13.0"
|
"zone.js": "0.14.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "~16.2.0",
|
"@angular-devkit/build-angular": "17.0.1",
|
||||||
"@angular-devkit/core": "~16.2.0",
|
"@angular-devkit/core": "17.0.1",
|
||||||
"@angular-devkit/schematics": "~16.2.0",
|
"@angular-devkit/schematics": "17.0.1",
|
||||||
"@angular-eslint/eslint-plugin": "~16.0.0",
|
"@angular-eslint/eslint-plugin": "17.0.1",
|
||||||
"@angular-eslint/eslint-plugin-template": "~16.0.0",
|
"@angular-eslint/eslint-plugin-template": "17.0.1",
|
||||||
"@angular-eslint/template-parser": "~16.0.0",
|
"@angular-eslint/template-parser": "17.0.1",
|
||||||
"@angular/cli": "~16.2.0",
|
"@angular/cli": "~17.0.0",
|
||||||
"@angular/compiler-cli": "~16.2.0",
|
"@angular/compiler-cli": "17.0.3",
|
||||||
"@angular/language-service": "~16.2.0",
|
"@angular/language-service": "17.0.3",
|
||||||
"@commitlint/cli": "^17.2.0",
|
"@commitlint/cli": "^17.2.0",
|
||||||
"@commitlint/config-conventional": "^17.2.0",
|
"@commitlint/config-conventional": "^17.2.0",
|
||||||
"@cypress/webpack-dev-server": "^2.0.0",
|
"@cypress/webpack-dev-server": "^2.0.0",
|
||||||
"@hirez_io/observer-spy": "^2.2.0",
|
"@hirez_io/observer-spy": "^2.2.0",
|
||||||
"@ngrx/schematics": "16.0.0",
|
"@ngrx/schematics": "17.0.0-rc.0",
|
||||||
"@nx/cypress": "17.0.1",
|
"@nx/cypress": "17.1.2",
|
||||||
"@nx/devkit": "17.0.1",
|
"@nx/devkit": "17.1.2",
|
||||||
"@nx/eslint": "17.0.1",
|
"@nx/eslint": "17.1.2",
|
||||||
"@nx/eslint-plugin": "17.0.1",
|
"@nx/eslint-plugin": "17.1.2",
|
||||||
"@nx/jest": "17.0.1",
|
"@nx/jest": "17.1.2",
|
||||||
"@nx/js": "17.0.1",
|
"@nx/js": "17.1.2",
|
||||||
"@nx/plugin": "17.0.1",
|
"@nx/plugin": "17.1.2",
|
||||||
"@nx/workspace": "17.0.1",
|
"@nx/workspace": "17.1.2",
|
||||||
"@schematics/angular": "~16.2.0",
|
"@schematics/angular": "17.0.1",
|
||||||
"@swc-node/register": "1.6.8",
|
"@swc-node/register": "1.6.8",
|
||||||
"@swc/cli": "~0.1.62",
|
"@swc/cli": "~0.1.62",
|
||||||
"@swc/core": "1.3.94",
|
"@swc/core": "1.3.94",
|
||||||
"@testing-library/angular": "^13.3.0",
|
"@testing-library/angular": "^14.5.0",
|
||||||
"@testing-library/cypress": "10.0.1",
|
"@testing-library/cypress": "10.0.1",
|
||||||
"@testing-library/jest-dom": "^5.16.5",
|
"@testing-library/jest-dom": "^6.1.4",
|
||||||
"@testing-library/user-event": "^14.4.3",
|
"@testing-library/user-event": "^14.5.1",
|
||||||
"@types/jest": "29.4.0",
|
"@types/jest": "29.4.0",
|
||||||
"@types/node": "18.7.1",
|
"@types/node": "18.7.1",
|
||||||
"@typescript-eslint/eslint-plugin": "5.62.0",
|
"@typescript-eslint/eslint-plugin": "6.11.0",
|
||||||
"@typescript-eslint/parser": "5.62.0",
|
"@typescript-eslint/parser": "6.11.0",
|
||||||
"all-contributors-cli": "^6.26.1",
|
"all-contributors-cli": "^6.26.1",
|
||||||
"cypress": "^13.0.0",
|
"cypress": "^13.0.0",
|
||||||
"eslint": "8.46.0",
|
"eslint": "8.46.0",
|
||||||
@@ -83,20 +83,20 @@
|
|||||||
"husky": "^8.0.2",
|
"husky": "^8.0.2",
|
||||||
"jest": "29.5.0",
|
"jest": "29.5.0",
|
||||||
"jest-environment-jsdom": "29.5.0",
|
"jest-environment-jsdom": "29.5.0",
|
||||||
"jest-preset-angular": "13.1.1",
|
"jest-preset-angular": "13.1.4",
|
||||||
"jsonc-eslint-parser": "^2.1.0",
|
"jsonc-eslint-parser": "^2.1.0",
|
||||||
"lint-staged": "^13.0.3",
|
"lint-staged": "^13.0.3",
|
||||||
"ng-packagr": "16.2.3",
|
"ng-packagr": "17.0.1",
|
||||||
"nx": "17.0.1",
|
"nx": "17.1.2",
|
||||||
"postcss": "^8.4.5",
|
"postcss": "^8.4.5",
|
||||||
"postcss-import": "~14.1.0",
|
"postcss-import": "~14.1.0",
|
||||||
"postcss-preset-env": "~7.5.0",
|
"postcss-preset-env": "~7.5.0",
|
||||||
"postcss-url": "~10.1.3",
|
"postcss-url": "~10.1.3",
|
||||||
"prettier": "^2.6.2",
|
"prettier": "^3.1.0",
|
||||||
"testing-library-selector": "^0.2.1",
|
"testing-library-selector": "^0.3.1",
|
||||||
"ts-jest": "29.1.0",
|
"ts-jest": "29.1.0",
|
||||||
"ts-node": "10.9.1",
|
"ts-node": "10.9.1",
|
||||||
"typescript": "5.1.6"
|
"typescript": "5.2.2"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{ts,json,md}": [
|
"*.{ts,json,md}": [
|
||||||
|
|||||||
@@ -7,7 +7,5 @@ export default {
|
|||||||
},
|
},
|
||||||
moduleFileExtensions: ['ts', 'js', 'html'],
|
moduleFileExtensions: ['ts', 'js', 'html'],
|
||||||
coverageDirectory: '../../coverage/tools/eslint-rules',
|
coverageDirectory: '../../coverage/tools/eslint-rules',
|
||||||
moduleNameMapper: {
|
moduleNameMapper: {},
|
||||||
'@eslint/eslintrc': '@eslint/eslintrc/dist/eslintrc-universal.cjs',
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -7,14 +7,7 @@
|
|||||||
"executor": "@nx/jest:jest",
|
"executor": "@nx/jest:jest",
|
||||||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
||||||
"options": {
|
"options": {
|
||||||
"jestConfig": "tools/eslint-rules/jest.config.ts",
|
"jestConfig": "tools/eslint-rules/jest.config.ts"
|
||||||
"passWithNoTests": true
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"ci": {
|
|
||||||
"ci": true,
|
|
||||||
"codeCoverage": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ export const rule = ESLintUtils.RuleCreator(() => __filename)({
|
|||||||
type: 'problem',
|
type: 'problem',
|
||||||
docs: {
|
docs: {
|
||||||
description: ``,
|
description: ``,
|
||||||
recommended: 'error',
|
recommended: 'recommended',
|
||||||
},
|
},
|
||||||
schema: [],
|
schema: [],
|
||||||
messages: {},
|
messages: {},
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"extends": "../../tsconfig.base.json",
|
"extends": "../../tsconfig.base.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"module": "commonjs"
|
"module": "node16",
|
||||||
|
"moduleResolution": "node16"
|
||||||
},
|
},
|
||||||
"files": [],
|
"files": [],
|
||||||
"include": [],
|
"include": [],
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
"extends": "./tsconfig.json",
|
"extends": "./tsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "../../dist/out-tsc",
|
"outDir": "../../dist/out-tsc",
|
||||||
"module": "commonjs",
|
|
||||||
"types": ["jest", "node"]
|
"types": ["jest", "node"]
|
||||||
},
|
},
|
||||||
"include": ["jest.config.ts", "**/*.test.ts", "**/*.spec.ts", "**/*.d.ts"]
|
"include": ["jest.config.ts", "**/*.test.ts", "**/*.spec.ts", "**/*.d.ts"]
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
"skipDefaultLibCheck": true,
|
"skipDefaultLibCheck": true,
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"paths": {
|
"paths": {
|
||||||
|
"@angular-challenges/angular/di": ["libs/angular/di/src/index.ts"],
|
||||||
"@angular-challenges/cli": ["libs/cli/src/index.ts"],
|
"@angular-challenges/cli": ["libs/cli/src/index.ts"],
|
||||||
"@angular-challenges/custom-plugin": ["libs/custom-plugin/src/index.ts"],
|
"@angular-challenges/custom-plugin": ["libs/custom-plugin/src/index.ts"],
|
||||||
"@angular-challenges/decoupling/brain": [
|
"@angular-challenges/decoupling/brain": [
|
||||||
@@ -75,8 +76,7 @@
|
|||||||
],
|
],
|
||||||
"@tomalaforge/ngrx-callstate-store": [
|
"@tomalaforge/ngrx-callstate-store": [
|
||||||
"libs/shared/ngrx-callstate-store/src/index.ts"
|
"libs/shared/ngrx-callstate-store/src/index.ts"
|
||||||
],
|
]
|
||||||
"@angular-challenges/angular/di": ["libs/angular/di/src/index.ts"]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"exclude": ["node_modules", "tmp"]
|
"exclude": ["node_modules", "tmp"]
|
||||||
|
|||||||
Reference in New Issue
Block a user