Skip to content

Commit

Permalink
chore: ⬆️ migrate to nx 17 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoss54 authored Oct 27, 2023
1 parent 11ef9fa commit e7d70b6
Show file tree
Hide file tree
Showing 74 changed files with 1,455 additions and 1,116 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ workshop/dist
/migrations.json

.fleet

.nx/cache
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@
*.md

./workshop/dist

/.nx/cache
2 changes: 1 addition & 1 deletion apps/01-hands-on-solution/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/01-hands-on-solution/src/**/*.ts", "apps/01-hands-on-solution/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/01-hands-on/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/01-hands-on/src/**/*.ts", "apps/01-hands-on/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/02-ngg-solution/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/02-ngg-solution/src/**/*.ts", "apps/02-ngg-solution/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/02-ngg/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/02-ngg/src/**/*.ts", "apps/02-ngg/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/03-cpt-hierarchy-solution/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/03-cpt-hierarchy-solution/src/**/*.ts", "apps/03-cpt-hierarchy-solution/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/03-cpt-hierarchy/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/03-cpt-hierarchy/src/**/*.ts", "apps/03-cpt-hierarchy/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/04-binding-solution/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/04-binding-solution/src/**/*.ts", "apps/04-binding-solution/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/04-binding/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/04-binding/src/**/*.ts", "apps/04-binding/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/05-events-solution/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/05-events-solution/src/**/*.ts", "apps/05-events-solution/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/05-events/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/05-events/src/**/*.ts", "apps/05-events/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/06-http-solution/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/06-http-solution/src/**/*.ts", "apps/06-http-solution/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/06-http/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/06-http/src/**/*.ts", "apps/06-http/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/07-router-solution/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/07-router-solution/src/**/*.ts", "apps/07-router-solution/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/07-router/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/07-router/src/**/*.ts", "apps/07-router/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/08-ng-for-solution/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/08-ng-for-solution/src/**/*.ts", "apps/08-ng-for-solution/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/08-ng-for/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/08-ng-for/src/**/*.ts", "apps/08-ng-for/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/09-input-solution/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/09-input-solution/src/**/*.ts", "apps/09-input-solution/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/09-input/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/09-input/src/**/*.ts", "apps/09-input/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/10-output-solution/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/10-output-solution/src/**/*.ts", "apps/10-output-solution/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/10-output/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/10-output/src/**/*.ts", "apps/10-output/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/11-service-solution/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/11-service-solution/src/**/*.ts", "apps/11-service-solution/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/11-service/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/11-service/src/**/*.ts", "apps/11-service/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/12-pipe-using-solution/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/12-pipe-using-solution/src/**/*.ts", "apps/12-pipe-using-solution/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/12-pipe-using/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/12-pipe-using/src/**/*.ts", "apps/12-pipe-using/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/13-pipe-custom-solution/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/13-pipe-custom-solution/src/**/*.ts", "apps/13-pipe-custom-solution/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/13-pipe-custom/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/13-pipe-custom/src/**/*.ts", "apps/13-pipe-custom/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/14-directive-using-solution/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/14-directive-using-solution/src/**/*.ts", "apps/14-directive-using-solution/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/14-directive-using/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/14-directive-using/src/**/*.ts", "apps/14-directive-using/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/15-directive-custom-solution/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/15-directive-custom-solution/src/**/*.ts", "apps/15-directive-custom-solution/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/15-directive-custom/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/15-directive-custom/src/**/*.ts", "apps/15-directive-custom/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/16-template-driven-form-solution/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/16-template-driven-form-solution/src/**/*.ts", "apps/16-template-driven-form-solution/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/16-template-driven-form/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/16-template-driven-form/src/**/*.ts", "apps/16-template-driven-form/src/**/*.html"]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": [
"apps/17-template-driven-form-validation-solution/src/**/*.ts",
Expand Down
2 changes: 1 addition & 1 deletion apps/17-template-driven-form-validation/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/17-template-driven-form-validation/src/**/*.ts", "apps/17-template-driven-form-validation/src/**/*.html"]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": [
"apps/18-template-driven-form-update-mode-solution/src/**/*.ts",
Expand Down
2 changes: 1 addition & 1 deletion apps/18-template-driven-form-update-mode/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/18-template-driven-form-update-mode/src/**/*.ts", "apps/18-template-driven-form-update-mode/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/19-reactive-form-solution/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/19-reactive-form-solution/src/**/*.ts", "apps/19-reactive-form-solution/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/19-reactive-form/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/19-reactive-form/src/**/*.ts", "apps/19-reactive-form/src/**/*.html"]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": [
"apps/20-reactive-form-custom-validator-solution/src/**/*.ts",
Expand Down
2 changes: 1 addition & 1 deletion apps/20-reactive-form-custom-validator/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/20-reactive-form-custom-validator/src/**/*.ts", "apps/20-reactive-form-custom-validator/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/21-lazyloading-solution/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/21-lazyloading-solution/src/**/*.ts", "apps/21-lazyloading-solution/src/**/*.html"]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/21-lazyloading/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/21-lazyloading/src/**/*.ts", "apps/21-lazyloading/src/**/*.html"]
}
Expand Down
Loading

0 comments on commit e7d70b6

Please sign in to comment.