Browse Source
			
			
			Feature/modernize nx executors (#2767)
			
				* Modernize Nx executors
* @nx/eslint:lint
* @nx/webpack:webpack
* Update changelog
			
			
				pull/2776/head
			
			
		 
		
			
				
					
						 Thomas Kaul
					
					2 years ago
						Thomas Kaul
					
					2 years ago
					
						
							committed by
							
								 GitHub
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 6 changed files with 
9 additions and 
6 deletions
			 
			
		 
		
			
				- 
					
					
					 
					CHANGELOG.md
				
- 
					
					
					 
					apps/api/project.json
				
- 
					
					
					 
					apps/client/project.json
				
- 
					
					
					 
					apps/ui-e2e/project.json
				
- 
					
					
					 
					libs/common/project.json
				
- 
					
					
					 
					libs/ui/project.json
				
				
				
					
						
							
								
									
	
		
		
			
				
					|  | @ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | 
			
		
	
		
		
			
				
					|  |  | - Set the select column of the lazy-loaded activities table to stick at the end (experimental) |  |  | - Set the select column of the lazy-loaded activities table to stick at the end (experimental) | 
			
		
	
		
		
			
				
					|  |  | - Improved the validation of the currency management in the admin control panel |  |  | - Improved the validation of the currency management in the admin control panel | 
			
		
	
		
		
			
				
					|  |  | - Improved the performance of the value redaction interceptor for the impersonation mode by eliminating `cloneDeep` |  |  | - Improved the performance of the value redaction interceptor for the impersonation mode by eliminating `cloneDeep` | 
			
		
	
		
		
			
				
					|  |  |  |  |  | - Modernized the `Nx` executors | 
			
		
	
		
		
			
				
					|  |  |  |  |  |   - `@nx/eslint:lint` | 
			
		
	
		
		
			
				
					|  |  |  |  |  |   - `@nx/webpack:webpack` | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  | ### Fixed |  |  | ### Fixed | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  | 
 | 
			
		
	
								
							
						
					 
					
				 
			 
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
		
			
				
					|  | @ -7,7 +7,7 @@ | 
			
		
	
		
		
			
				
					|  |  |   "generators": {}, |  |  |   "generators": {}, | 
			
		
	
		
		
			
				
					|  |  |   "targets": { |  |  |   "targets": { | 
			
		
	
		
		
			
				
					|  |  |     "build": { |  |  |     "build": { | 
			
		
	
		
		
			
				
					
					|  |  |       "executor": "@nrwl/webpack:webpack", |  |  |       "executor": "@nx/webpack:webpack", | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |       "options": { |  |  |       "options": { | 
			
		
	
		
		
			
				
					|  |  |         "outputPath": "dist/apps/api", |  |  |         "outputPath": "dist/apps/api", | 
			
		
	
		
		
			
				
					|  |  |         "main": "apps/api/src/main.ts", |  |  |         "main": "apps/api/src/main.ts", | 
			
		
	
	
		
		
			
				
					|  | @ -40,7 +40,7 @@ | 
			
		
	
		
		
			
				
					|  |  |       } |  |  |       } | 
			
		
	
		
		
			
				
					|  |  |     }, |  |  |     }, | 
			
		
	
		
		
			
				
					|  |  |     "lint": { |  |  |     "lint": { | 
			
		
	
		
		
			
				
					
					|  |  |       "executor": "@nrwl/linter:eslint", |  |  |       "executor": "@nx/eslint:lint", | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |       "options": { |  |  |       "options": { | 
			
		
	
		
		
			
				
					|  |  |         "lintFilePatterns": ["apps/api/**/*.ts"] |  |  |         "lintFilePatterns": ["apps/api/**/*.ts"] | 
			
		
	
		
		
			
				
					|  |  |       } |  |  |       } | 
			
		
	
	
		
		
			
				
					|  | 
 | 
			
		
	
								
							
						
					 
					
				 
			 
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
		
			
				
					|  | @ -207,7 +207,7 @@ | 
			
		
	
		
		
			
				
					|  |  |       } |  |  |       } | 
			
		
	
		
		
			
				
					|  |  |     }, |  |  |     }, | 
			
		
	
		
		
			
				
					|  |  |     "lint": { |  |  |     "lint": { | 
			
		
	
		
		
			
				
					
					|  |  |       "executor": "@nrwl/linter:eslint", |  |  |       "executor": "@nx/eslint:lint", | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |       "options": { |  |  |       "options": { | 
			
		
	
		
		
			
				
					|  |  |         "lintFilePatterns": ["apps/client/**/*.ts"] |  |  |         "lintFilePatterns": ["apps/client/**/*.ts"] | 
			
		
	
		
		
			
				
					|  |  |       } |  |  |       } | 
			
		
	
	
		
		
			
				
					|  | 
 | 
			
		
	
								
							
						
					 
					
				 
			 
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
		
			
				
					|  | @ -18,7 +18,7 @@ | 
			
		
	
		
		
			
				
					|  |  |       } |  |  |       } | 
			
		
	
		
		
			
				
					|  |  |     }, |  |  |     }, | 
			
		
	
		
		
			
				
					|  |  |     "lint": { |  |  |     "lint": { | 
			
		
	
		
		
			
				
					
					|  |  |       "executor": "@nrwl/linter:eslint", |  |  |       "executor": "@nx/eslint:lint", | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |       "options": { |  |  |       "options": { | 
			
		
	
		
		
			
				
					|  |  |         "lintFilePatterns": ["apps/ui-e2e/**/*.{js,ts}"] |  |  |         "lintFilePatterns": ["apps/ui-e2e/**/*.{js,ts}"] | 
			
		
	
		
		
			
				
					|  |  |       } |  |  |       } | 
			
		
	
	
		
		
			
				
					|  | 
 | 
			
		
	
								
							
						
					 
					
				 
			 
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
		
			
				
					|  | @ -5,7 +5,7 @@ | 
			
		
	
		
		
			
				
					|  |  |   "projectType": "library", |  |  |   "projectType": "library", | 
			
		
	
		
		
			
				
					|  |  |   "targets": { |  |  |   "targets": { | 
			
		
	
		
		
			
				
					|  |  |     "lint": { |  |  |     "lint": { | 
			
		
	
		
		
			
				
					
					|  |  |       "executor": "@nrwl/linter:eslint", |  |  |       "executor": "@nx/eslint:lint", | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |       "options": { |  |  |       "options": { | 
			
		
	
		
		
			
				
					|  |  |         "lintFilePatterns": ["libs/common/**/*.ts"] |  |  |         "lintFilePatterns": ["libs/common/**/*.ts"] | 
			
		
	
		
		
			
				
					|  |  |       } |  |  |       } | 
			
		
	
	
		
		
			
				
					|  | 
 | 
			
		
	
								
							
						
					 
					
				 
			 
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
		
			
				
					|  | @ -18,7 +18,7 @@ | 
			
		
	
		
		
			
				
					|  |  |       } |  |  |       } | 
			
		
	
		
		
			
				
					|  |  |     }, |  |  |     }, | 
			
		
	
		
		
			
				
					|  |  |     "lint": { |  |  |     "lint": { | 
			
		
	
		
		
			
				
					
					|  |  |       "executor": "@nrwl/linter:eslint", |  |  |       "executor": "@nx/eslint:lint", | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |       "options": { |  |  |       "options": { | 
			
		
	
		
		
			
				
					|  |  |         "lintFilePatterns": ["libs/ui/src/**/*.ts", "libs/ui/src/**/*.html"] |  |  |         "lintFilePatterns": ["libs/ui/src/**/*.ts", "libs/ui/src/**/*.html"] | 
			
		
	
		
		
			
				
					|  |  |       } |  |  |       } | 
			
		
	
	
		
		
			
				
					|  | 
 |