Skip to content

Commit b34b846

Browse files
committed
feat(nx): update to nx17
1 parent 3173522 commit b34b846

File tree

66 files changed

+7250
-4853
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+7250
-4853
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ Thumbs.db
4040

4141
.angular
4242

43-
TODO.md
43+
TODO.md
44+
.nx/cache

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
/coverage
55

66
.angular
7+
8+
/.nx/cache

apps/angular/anchor-scrolling/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
}
6969
},
7070
"lint": {
71-
"executor": "@nx/linter:eslint",
71+
"executor": "@nx/eslint:lint",
7272
"outputs": ["{options.outputFile}"],
7373
"options": {
7474
"lintFilePatterns": [

apps/angular/bug-cd/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
}
6969
},
7070
"lint": {
71-
"executor": "@nx/linter:eslint",
71+
"executor": "@nx/eslint:lint",
7272
"outputs": ["{options.outputFile}"],
7373
"options": {
7474
"lintFilePatterns": [

apps/angular/context-outlet-type/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
}
7575
},
7676
"lint": {
77-
"executor": "@nx/linter:eslint",
77+
"executor": "@nx/eslint:lint",
7878
"options": {
7979
"lintFilePatterns": [
8080
"apps/angular/context-outlet-type/**/*.ts",

apps/angular/crud/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
}
7979
},
8080
"lint": {
81-
"executor": "@nx/linter:eslint",
81+
"executor": "@nx/eslint:lint",
8282
"options": {
8383
"lintFilePatterns": [
8484
"apps/angular/crud/**/*.ts",

apps/angular/decoupling/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
}
6969
},
7070
"lint": {
71-
"executor": "@nx/linter:eslint",
71+
"executor": "@nx/eslint:lint",
7272
"outputs": ["{options.outputFile}"],
7373
"options": {
7474
"lintFilePatterns": [

apps/angular/di/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
}
7474
},
7575
"lint": {
76-
"executor": "@nx/linter:eslint",
76+
"executor": "@nx/eslint:lint",
7777
"outputs": ["{options.outputFile}"],
7878
"options": {
7979
"lintFilePatterns": [

apps/angular/injection-token/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
}
6969
},
7070
"lint": {
71-
"executor": "@nx/linter:eslint",
71+
"executor": "@nx/eslint:lint",
7272
"outputs": ["{options.outputFile}"],
7373
"options": {
7474
"lintFilePatterns": [

apps/angular/interop-rxjs-signal/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
}
7272
},
7373
"lint": {
74-
"executor": "@nx/linter:eslint",
74+
"executor": "@nx/eslint:lint",
7575
"outputs": ["{options.outputFile}"],
7676
"options": {
7777
"lintFilePatterns": [

0 commit comments

Comments
 (0)