6116 Commits

Author SHA1 Message Date
Miroslav Jonaš
0bd7685dbf
feat(linter): add .eslintrc to json-like migratable configs (#13396) 2022-11-25 11:57:29 +00:00
Miroslav Jonaš
3fe5df7207
feat(linter): support new config format for eslint discovery (#13395) 2022-11-25 09:54:40 +00:00
Jonathan Cammisuli
993d38d1ee
fix(testing): add include option for vitest to only look in src (#13392) 2022-11-24 17:13:55 -05:00
Miroslav Jonaš
110b5f2867
feat(core): enable linter on root projects (#13347) 2022-11-24 22:51:24 +01:00
Jason Jean
020795cecc
fix(bundling): add type for bundler option to enable autocomplete prompt (#13384) 2022-11-24 14:41:28 -05:00
Victor Savkin
dd2c3728e4 fix(misc): rework create-nx-workspace command to show standalone presets 2022-11-24 14:13:15 -05:00
Katerina Skroumpelou
2614452840
feat(storybook): for nested projects (#13314) 2022-11-24 19:18:06 +02:00
Leosvel Pérez Espinosa
61f6e2d728
feat(angular): add support to component and karma project generator for nested projects (#13380) 2022-11-24 17:04:55 +01:00
Jason Jean
6d35fd4d85
chore(core): reconcile functions to find project of a path (#13364) 2022-11-24 11:02:32 -05:00
Jason Jean
0e54262ca2
chore(misc): bump timeout for select projects perf test (#13378) 2022-11-24 09:52:07 -05:00
Colum Ferry
062698a905
fix(angular): e2e test should correctly fail (#13373) 2022-11-24 14:26:03 +00:00
Colum Ferry
883b61bb7a
fix(angular): add workaround for MF SSR (#13372) 2022-11-24 11:59:39 +00:00
Leosvel Pérez Espinosa
a0d01b60c5
fix(angular): remove karma test.ts file from generation (#13356) 2022-11-24 12:33:50 +01:00
Colum Ferry
2471768ce1
feat(angular): add --ssr flag to remote generator (#13370) 2022-11-24 11:06:40 +00:00
Katerina Skroumpelou
13602c3d3b
fix(storybook): remove polyfill.ts from tsconfig (#13322) 2022-11-24 10:20:11 +00:00
Zachary DeRose
7ce763317a
docs(angular): refresh the tutorial 2022-11-23 19:21:20 -05:00
Victor Savkin
16fd4374d6 feat(misc): derive workspace layout dynamically 2022-11-23 15:45:13 -05:00
Jason Jean
2d74f4c1dc
fix(core): disallow edges to the root project (#13359) 2022-11-23 12:02:39 -05:00
Jack Hsu
dc16468607
fix(nextjs): check validity of Nx context in withNx plugin (#13358) 2022-11-23 16:21:25 +00:00
Jack Hsu
2a7ccb6743
fix(bundling): run dev-server in development mode and hmr on by default (#13352) 2022-11-23 15:02:28 +00:00
Jonathan Cammisuli
02e22de7ed
feat(testing): add vitest generators (#13301) 2022-11-23 10:00:29 -05:00
Jack Hsu
a2cf352433
feat(react): experimental workspace preset uses vite (#13323) 2022-11-23 14:06:44 +00:00
Dominik Pieper
e3d8b2c22c
fix(angular): fix Karma test runner config (#13293)
Co-authored-by: Colum Ferry <cferry09@gmail.com>
2022-11-23 11:32:06 +00:00
Colum Ferry
be05a09fee
cleanup(angular): cleanup remote generator (#13346) 2022-11-23 10:39:00 +00:00
Jason Jean
a243e809ba
fix(misc): readd readme to workspace creation (#13329) 2022-11-22 17:48:54 -05:00
Jason Jean
1b85e20c78
fix(react): set bundler for preset app (#13338) 2022-11-22 21:42:30 +00:00
Victor Savkin
661bea436a feat(misc): nx init should work on non-monorepo projects 2022-11-22 14:04:26 -05:00
Elyahou Ittah
90f2791303
fix(nx-plugin): ensure project has eslint available before adding lint checks for migrations.json(#13327)
Fixes https://github.com/nrwl/nx/issues/13326
2022-11-22 13:19:54 -05:00
Colum Ferry
cd02eea138
cleanup(angular): host generator (#13324) 2022-11-22 16:22:58 +00:00
Jack Hsu
f98618b8d3
cleanup(react): remove bundler=vite option from host and remote gener… (#13320) 2022-11-22 10:37:24 -05:00
Jack Hsu
1b3abbd477
fix(bundling): fix exclude entries for .lib.swcrc file to exclude spe… (#13319) 2022-11-22 10:19:49 -05:00
Jack Hsu
922e2744c0
chore(repo): fix wrong exclude entry for vite build (#13318) 2022-11-22 09:25:10 -05:00
Miroslav Jonaš
f0c18f5b7d
feat(core): move createPackageJson to nx (#13315) 2022-11-22 15:21:45 +01:00
Katerina Skroumpelou
1033b61686
cleanup(storybook): remove unused root tsconfig (#13312) 2022-11-22 13:34:02 +00:00
Katerina Skroumpelou
5bacaf30da
fix(storybook): re-enable storybook tests (#13313) 2022-11-22 13:10:30 +00:00
Colum Ferry
8be2980339
feat(react): add withModuleFederationForSSR function (#13276) 2022-11-22 12:16:20 +00:00
Miroslav Jonaš
b902849bc4
cleanup(core): declutter lock file utils (#13306) 2022-11-22 10:29:02 +00:00
Katerina Skroumpelou
6fcb9c4dba
chore(bundling): added tests for fileReplacement (#13292) 2022-11-22 09:36:07 +00:00
Jason Jean
986b314b2b
chore(core): fix absolute imports to nx (#13304) 2022-11-22 00:46:49 +00:00
Craigory Coppola
61c3b0ef31
feat(core): add shorthand for nx run-commands (#13139) 2022-11-21 23:59:31 +00:00
Craigory Coppola
76c237bd2c
feat(core): add nx exec command (#13212) 2022-11-21 17:35:24 -05:00
Phillip Barta
6328913dda
cleanup(misc): refactor make-angular-cli-faster to reduce install size and make it faster (#13039) 2022-11-21 17:24:55 -05:00
Jason Jean
1842d19222
feat(core): run tasks with no dependencies in topological order (#13294) 2022-11-21 17:08:42 -05:00
Jack Hsu
ade6668060
feat(react): update package versions (#13300) 2022-11-21 16:58:34 -05:00
Victor Savkin
19018fcdd1
fix(misc): axios import breaks when using npx 2022-11-21 14:54:21 -05:00
Katerina Skroumpelou
4af3141179
feat(bundling): add more options to vite executors (#13299) 2022-11-21 21:36:09 +02:00
Jack Hsu
23e4fc77c9
feat(react): add SSR support to React apps (#13234) 2022-11-21 14:22:05 -05:00
Katerina Skroumpelou
f394608658
feat(bundling): vite generators (#13158) 2022-11-21 13:18:40 -05:00
Leosvel Pérez Espinosa
da2b77aeb7
fix(angular): update make-angular-cli-faster version map with angular 15 (#13297) 2022-11-21 12:14:50 -05:00
Leosvel Pérez Espinosa
70e43cdc77 feat(angular): add a preset to generate a workspace with a single app at the root 2022-11-21 11:17:03 -05:00