6116 Commits

Author SHA1 Message Date
Jack Hsu
01b42896a2
fix(react): add migration to install @nrwl/webpack if needed by Story… (#14480) 2023-01-19 18:27:36 +00:00
Katerina Skroumpelou
8880e3e2c7
chore(storybook): update to latest beta (#14397) 2023-01-19 13:18:16 +00:00
Victor Berchet
13674eeb76
cleanup(vite): use createAsyncIterable from devkit (#14477) 2023-01-19 10:49:17 +02:00
Denis Frenademetz
9cc2be6106
fix(testing): update jest snapshots (#14452) 2023-01-18 12:33:24 -05:00
Jack Hsu
bd3c387733
fix(node): add implicit dependency from node e2e project to the app p… (#14463) 2023-01-18 09:34:18 -07:00
Emily Xiong
93ac55ff2a
docs(react-native): add x-priority to react-native, expo and detox (#14402) 2023-01-18 10:26:27 -05:00
Jack Hsu
5575ae7e61
fix(node): update generated spec file to work better for standalone projects (#14461) 2023-01-18 10:20:56 -05:00
Jack Hsu
99b49189eb
fix(react): remove unit test runner prompt when generating library (#14457) 2023-01-18 09:38:52 -05:00
Victor Berchet
bd2b5ca8d3
feat(vite): enable watch mode for preview (#14412) 2023-01-18 09:41:00 +02:00
Josh Goldberg
5adfc09d76
fix(misc): add missing alt text to files-readme logo (#14446) 2023-01-17 19:09:57 -05:00
Miroslav Jonaš
cb122e8149
fix(core): fix cache mismatch in target project locator (#14445) 2023-01-17 17:20:07 -06:00
Miroslav Jonaš
23c23272ce
feat(js): add lockfile generator to js plugin (#13968) 2023-01-17 22:44:33 +01:00
Nicholas Cunningham
942a6ae2bd
chore(express): add deprecation message for express app generator (#14443) 2023-01-17 16:43:01 -05:00
Jack Hsu
91b653ed64
fix(react): install tsconfig-paths-webpack-plugin when converting CRA… (#14442) 2023-01-17 16:35:53 -05:00
Jack Hsu
013bb74444
feat(node): add e2e project generator (#14429) 2023-01-17 15:38:52 -05:00
Nicholas Cunningham
da4959a324
feat(node): add Node standlone prompt using CNW (#14439) 2023-01-17 11:52:18 -07:00
Jack Hsu
da8b855c6c
fix(webpack): allow optimization to be turned off via CLI (#14431) 2023-01-17 11:55:14 -05:00
Colum Ferry
2773f40202
feat(angular): upgrade nguniversal version (#14419) 2023-01-17 10:35:31 -05:00
Miroslav Jonaš
2b23963415
fix(linter): wildcard sourceTag should be respected for banned imports (#14418) 2023-01-17 14:59:21 +01:00
Miroslav Jonaš
fc9509d2cf
docs(linter): add missing x-priority params to executor (#14401) 2023-01-17 14:52:20 +01:00
Jack Hsu
e0bd338225
fix(web): remove hard dependencies to @nrwl/vite and @nrwl/webpack (#14408) 2023-01-17 08:05:48 -05:00
Miroslav Jonaš
ebb200725f
fix(core): project locator should use nodes when tsconfig is missing (#14417)
Fixes https://github.com/nrwl/nx/issues/13099
2023-01-17 10:47:41 +01:00
Auke van Leeuwen
ada727cf1a
fix(js): fix reading tsconfig.json on TypeScript 4.9 (#14380) 2023-01-17 00:34:01 -06:00
Nicholas Cunningham
351b4aabf2
fix(vite): add fix for vitest configuration (#14404) 2023-01-16 12:26:47 -07:00
Miroslav Jonaš
2b69cd5b79
feat(core): add bitbucket and gitlab to create-nx-workspace (#14400) 2023-01-16 17:46:31 +01:00
Katerina Skroumpelou
55aba1365d
fix(storybook): better error handling (#14396) 2023-01-16 09:19:29 -07:00
Miroslav Jonaš
a70eec8e40
fix(core): fix broken lines and columns import (#14394) 2023-01-16 16:19:28 +01:00
Colum Ferry
a22bd54f3f
feat(angular): add priority flags to generators (#14299) 2023-01-16 12:19:33 +00:00
Victor Berchet
c86a361e1c
Vite: preview generator (#14375) 2023-01-16 14:12:37 +02:00
Leosvel Pérez Espinosa
c300722233
cleanup(angular): ensure latest and backward compatible versions are strongly typed (#14387) 2023-01-16 12:25:24 +01:00
Leosvel Pérez Espinosa
90ca4c949a
cleanup(angular): reduce sourcemap loading and decoding in ng-packagr-lite executor (#14360) 2023-01-16 11:21:09 +00:00
Jason Jean
898db859b5
fix(core): fix implicit dependencies conversions from project inputs (#14364) 2023-01-13 18:51:39 -05:00
Jason Jean
ab8197ccdf
fix(core): cap inferred max workers count at 8 (#14366) 2023-01-13 18:50:37 -05:00
Phillip Barta
415d1c745c
fix(misc): loosen chalk version (#14276) 2023-01-13 17:44:11 -05:00
Jack Hsu
3f6df0d54f
feat(node): prompt for app framework (#14357) 2023-01-13 19:14:02 +00:00
Colum Ferry
81211bfc8f
fix(angular): correctly error scam-to-standalone when used in Angular < 14.1.0 (#14341) 2023-01-13 19:05:55 +00:00
Colum Ferry
3041b0a227
fix(angular): correctly error application when standalone is used in Angular < 14.1.0 (#14338) 2023-01-13 20:04:47 +01:00
Benjamin Cabanes
0db507394e
feat(nx-cloud): display current token for connect-to-nx-cloud (#14315) 2023-01-13 19:03:17 +00:00
Leosvel Pérez Espinosa
3e9f4bf99a
fix(angular): fix assets copying in ng-packagr-lite executor (#14355) 2023-01-13 19:51:10 +01:00
Leosvel Pérez Espinosa
295547b3a9
feat(angular): add backwards compat support for the ngrx generator (#14348) 2023-01-13 19:50:57 +01:00
Victor Berchet
c94ac41f56
feat(vite): add a preview-server executor for Vite (#14326) 2023-01-13 20:45:35 +02:00
Nicholas Cunningham
00caf6ae5e
feat(node): update CNW to support generating a node server with a framework (#14313) 2023-01-13 11:39:38 -07:00
Chau Tran
5faef5d972
feat(nest): nx init nest (#14254) 2023-01-13 12:27:12 -06:00
Katerina Skroumpelou
e5edcb84db
feat(storybook): version 7 generators (#14308) 2023-01-13 18:22:17 +00:00
Jack Hsu
5c2fbf20eb
fix(angular): fix executor conversion to angular builder (#14345) 2023-01-13 12:50:37 -05:00
Austin Fahsl
6e6ca5f4a0 fix(core): check for nx.json before applying migrations 2023-01-13 12:48:16 -05:00
Colum Ferry
6f253b05b4
fix(angular): correctly error host when standalone is used in Angular < 14.1.0 (#14339) 2023-01-13 16:58:25 +00:00
Colum Ferry
a5ff62fb9c
fix(angular): correctly error remote when standalone is used in Angular < 14.1.0 (#14340) 2023-01-13 16:58:05 +00:00
Jack Hsu
d20cf91e6c
feat(misc): add x-priority tags to next, react, webpack, rollup, esbuild (#14352) 2023-01-13 11:50:01 -05:00
Katerina Skroumpelou
abfa8640b2
docs(misc): add x-priority flag for generators and executors (#14336) 2023-01-13 13:14:36 +00:00