Skip to content

Commit 8c49330

Browse files
chore: migrate to Nx 12.6.6
1 parent 16c55ba commit 8c49330

File tree

3 files changed

+125
-166
lines changed

3 files changed

+125
-166
lines changed

angular.json

+41-82
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,10 @@
3838
"parallel": false,
3939
"commands": [
4040
{
41-
"command": "ng run component:build-package",
42-
"forwardAllArgs": false
41+
"command": "ng run component:build-package"
4342
},
4443
{
45-
"command": "yarn tsc -p modules/component/tsconfig.schematics.json",
46-
"forwardAllArgs": false
44+
"command": "yarn tsc -p modules/component/tsconfig.schematics.json"
4745
}
4846
],
4947
"outputPath": ["dist/modules/component"]
@@ -88,12 +86,10 @@
8886
"parallel": false,
8987
"commands": [
9088
{
91-
"command": "ng run component-store:build-package",
92-
"forwardAllArgs": false
89+
"command": "ng run component-store:build-package"
9390
},
9491
{
95-
"command": "yarn tsc -p modules/component-store/tsconfig.schematics.json",
96-
"forwardAllArgs": false
92+
"command": "yarn tsc -p modules/component-store/tsconfig.schematics.json"
9793
}
9894
],
9995
"outputPath": ["dist/modules/component-store"]
@@ -138,12 +134,10 @@
138134
"parallel": false,
139135
"commands": [
140136
{
141-
"command": "ng run data:build-package",
142-
"forwardAllArgs": false
137+
"command": "ng run data:build-package"
143138
},
144139
{
145-
"command": "yarn tsc -p modules/data/tsconfig.schematics.json",
146-
"forwardAllArgs": false
140+
"command": "yarn tsc -p modules/data/tsconfig.schematics.json"
147141
}
148142
],
149143
"outputPath": ["dist/modules/data"]
@@ -278,24 +272,19 @@
278272
"parallel": false,
279273
"commands": [
280274
{
281-
"command": "yarn setup",
282-
"forwardAllArgs": false
275+
"command": "yarn setup"
283276
},
284277
{
285-
"command": "npm rebuild node-sass",
286-
"forwardAllArgs": false
278+
"command": "npm rebuild node-sass"
287279
},
288280
{
289-
"command": "yarn build-for next --progress false && yarn copy-404-page",
290-
"forwardAllArgs": false
281+
"command": "yarn build-for next --progress false && yarn copy-404-page"
291282
},
292283
{
293-
"command": "yarn --cwd ../../ cpy projects/ngrx.io/src/extra-files/next/*.* projects/ngrx.io/dist/ngrx.io/",
294-
"forwardAllArgs": false
284+
"command": "yarn --cwd ../../ cpy projects/ngrx.io/src/extra-files/next/*.* projects/ngrx.io/dist/ngrx.io/"
295285
},
296286
{
297-
"command": "yarn --cwd ../../ cpy projects/ngrx.io/src/extra-files/next/CNAME projects/ngrx.io/dist/ngrx.io/",
298-
"forwardAllArgs": false
287+
"command": "yarn --cwd ../../ cpy projects/ngrx.io/src/extra-files/next/CNAME projects/ngrx.io/dist/ngrx.io/"
299288
}
300289
],
301290
"outputPath": ["projects/ngrx.io/dist/ngrx.io"]
@@ -309,12 +298,10 @@
309298
"parallel": false,
310299
"commands": [
311300
{
312-
"command": "yarn --ignore-engines --frozen-lockfile --non-interactive",
313-
"forwardAllArgs": false
301+
"command": "yarn --ignore-engines --frozen-lockfile --non-interactive"
314302
},
315303
{
316-
"command": "yarn test --watch=false",
317-
"forwardAllArgs": false
304+
"command": "yarn test --watch=false"
318305
}
319306
]
320307
}
@@ -349,24 +336,19 @@
349336
"parallel": false,
350337
"commands": [
351338
{
352-
"command": "ng run effects:build-package",
353-
"forwardAllArgs": false
339+
"command": "ng run effects:build-package"
354340
},
355341
{
356-
"command": "yarn tsc -p modules/effects/tsconfig.schematics.json",
357-
"forwardAllArgs": false
342+
"command": "yarn tsc -p modules/effects/tsconfig.schematics.json"
358343
},
359344
{
360-
"command": "yarn rimraf node_modules/@ngrx/effects",
361-
"forwardAllArgs": false
345+
"command": "yarn rimraf node_modules/@ngrx/effects"
362346
},
363347
{
364-
"command": "yarn mkdirp node_modules/@ngrx/effects",
365-
"forwardAllArgs": false
348+
"command": "yarn mkdirp node_modules/@ngrx/effects"
366349
},
367350
{
368-
"command": "ncp dist/modules/effects node_modules/@ngrx/effects",
369-
"forwardAllArgs": false
351+
"command": "ncp dist/modules/effects node_modules/@ngrx/effects"
370352
}
371353
],
372354
"outputPath": ["dist/modules/effects", "node_modules/@ngrx/effects"]
@@ -411,24 +393,19 @@
411393
"parallel": false,
412394
"commands": [
413395
{
414-
"command": "ng run entity:build-package",
415-
"forwardAllArgs": false
396+
"command": "ng run entity:build-package"
416397
},
417398
{
418-
"command": "yarn tsc -p modules/entity/tsconfig.schematics.json",
419-
"forwardAllArgs": false
399+
"command": "yarn tsc -p modules/entity/tsconfig.schematics.json"
420400
},
421401
{
422-
"command": "yarn rimraf node_modules/@ngrx/entity",
423-
"forwardAllArgs": false
402+
"command": "yarn rimraf node_modules/@ngrx/entity"
424403
},
425404
{
426-
"command": "yarn mkdirp node_modules/@ngrx/entity",
427-
"forwardAllArgs": false
405+
"command": "yarn mkdirp node_modules/@ngrx/entity"
428406
},
429407
{
430-
"command": "ncp dist/modules/entity node_modules/@ngrx/entity",
431-
"forwardAllArgs": false
408+
"command": "ncp dist/modules/entity node_modules/@ngrx/entity"
432409
}
433410
],
434411
"outputPath": ["dist/modules/entity", "node_modules/@ngrx/entity"]
@@ -583,12 +560,10 @@
583560
"parallel": false,
584561
"commands": [
585562
{
586-
"command": "ng run router-store:build-package",
587-
"forwardAllArgs": false
563+
"command": "ng run router-store:build-package"
588564
},
589565
{
590-
"command": "yarn tsc -p modules/router-store/tsconfig.schematics.json",
591-
"forwardAllArgs": false
566+
"command": "yarn tsc -p modules/router-store/tsconfig.schematics.json"
592567
}
593568
],
594569
"outputPath": ["dist/modules/router-store"]
@@ -668,40 +643,31 @@
668643
"parallel": false,
669644
"commands": [
670645
{
671-
"command": "nx build-package schematics",
672-
"forwardAllArgs": false
646+
"command": "nx build-package schematics"
673647
},
674648
{
675-
"command": "yarn tsc -p modules/schematics/tsconfig.schematics.json",
676-
"forwardAllArgs": false
649+
"command": "yarn tsc -p modules/schematics/tsconfig.schematics.json"
677650
},
678651
{
679-
"command": "cpy modules/schematics/collection.json dist/modules/schematics",
680-
"forwardAllArgs": false
652+
"command": "cpy modules/schematics/collection.json dist/modules/schematics"
681653
},
682654
{
683-
"command": "cpy modules/schematics/migrations/migration.json dist/modules/schematics/migrations",
684-
"forwardAllArgs": false
655+
"command": "cpy modules/schematics/migrations/migration.json dist/modules/schematics/migrations"
685656
},
686657
{
687-
"command": "cpy modules/schematics/src/**/files/**/*.* dist/ --parents",
688-
"forwardAllArgs": false
658+
"command": "cpy modules/schematics/src/**/files/**/*.* dist/ --parents"
689659
},
690660
{
691-
"command": "cpy modules/schematics/src/**/creator-files/**/*.* dist/ --parents",
692-
"forwardAllArgs": false
661+
"command": "cpy modules/schematics/src/**/creator-files/**/*.* dist/ --parents"
693662
},
694663
{
695-
"command": "cpy modules/schematics/src/**/common-files/**/*.* dist/ --parents",
696-
"forwardAllArgs": false
664+
"command": "cpy modules/schematics/src/**/common-files/**/*.* dist/ --parents"
697665
},
698666
{
699-
"command": "cpy modules/schematics/src/**/integration-files/**/*.* dist/ --parents",
700-
"forwardAllArgs": false
667+
"command": "cpy modules/schematics/src/**/integration-files/**/*.* dist/ --parents"
701668
},
702669
{
703-
"command": "cpy modules/schematics/src/**/schema.json dist/ --parents",
704-
"forwardAllArgs": false
670+
"command": "cpy modules/schematics/src/**/schema.json dist/ --parents"
705671
}
706672
],
707673
"outputPath": ["dist/modules/schematics"]
@@ -754,24 +720,19 @@
754720
"parallel": false,
755721
"commands": [
756722
{
757-
"command": "ng run store:build-package",
758-
"forwardAllArgs": false
723+
"command": "ng run store:build-package"
759724
},
760725
{
761-
"command": "yarn tsc -p modules/store/tsconfig.schematics.json",
762-
"forwardAllArgs": false
726+
"command": "yarn tsc -p modules/store/tsconfig.schematics.json"
763727
},
764728
{
765-
"command": "yarn rimraf node_modules/@ngrx/store",
766-
"forwardAllArgs": false
729+
"command": "yarn rimraf node_modules/@ngrx/store"
767730
},
768731
{
769-
"command": "yarn mkdirp node_modules/@ngrx/store",
770-
"forwardAllArgs": false
732+
"command": "yarn mkdirp node_modules/@ngrx/store"
771733
},
772734
{
773-
"command": "ncp dist/modules/store node_modules/@ngrx/store",
774-
"forwardAllArgs": false
735+
"command": "ncp dist/modules/store node_modules/@ngrx/store"
775736
}
776737
],
777738
"outputPath": ["dist/modules/store", "node_modules/@ngrx/store"]
@@ -816,12 +777,10 @@
816777
"parallel": false,
817778
"commands": [
818779
{
819-
"command": "ng run store-devtools:build-package",
820-
"forwardAllArgs": false
780+
"command": "ng run store-devtools:build-package"
821781
},
822782
{
823-
"command": "yarn tsc -p modules/store-devtools/tsconfig.schematics.json",
824-
"forwardAllArgs": false
783+
"command": "yarn tsc -p modules/store-devtools/tsconfig.schematics.json"
825784
}
826785
],
827786
"outputPath": ["dist/modules/store-devtools"]

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"@angular/platform-server": "^12.2.0",
108108
"@angular/router": "12.2.0",
109109
"@applitools/eyes-cypress": "^3.4.12",
110-
"@nrwl/angular": "12.6.5",
110+
"@nrwl/angular": "12.6.6",
111111
"core-js": "^2.5.4",
112112
"opencollective": "^1.0.3",
113113
"rxjs": "~7.3.0",
@@ -129,15 +129,15 @@
129129
"@bazel/jasmine": "1.6.0",
130130
"@bazel/typescript": "1.6.0",
131131
"@cypress/webpack-preprocessor": "^4.0.3",
132-
"@nrwl/cli": "12.6.5",
133-
"@nrwl/cypress": "12.6.5",
134-
"@nrwl/eslint-plugin-nx": "12.6.5",
135-
"@nrwl/jest": "12.6.5",
136-
"@nrwl/linter": "12.6.5",
137-
"@nrwl/node": "12.6.5",
138-
"@nrwl/nx-cloud": "12.3.6",
139-
"@nrwl/tao": "12.6.5",
140-
"@nrwl/workspace": "12.6.5",
132+
"@nrwl/cli": "12.6.6",
133+
"@nrwl/cypress": "12.6.6",
134+
"@nrwl/eslint-plugin-nx": "12.6.6",
135+
"@nrwl/jest": "12.6.6",
136+
"@nrwl/linter": "12.6.6",
137+
"@nrwl/node": "12.6.6",
138+
"@nrwl/nx-cloud": "12.3.8",
139+
"@nrwl/tao": "12.6.6",
140+
"@nrwl/workspace": "12.6.6",
141141
"@octokit/rest": "^15.17.0",
142142
"@testing-library/cypress": "^7.0.1",
143143
"@types/fs-extra": "^2.1.0",

0 commit comments

Comments
 (0)