2112 Commits

Author SHA1 Message Date
Jonathan Cammisuli
762dd1dc21
chore(docs): Add docs for Nx Console telemetry (#16062) 2023-04-03 11:46:37 -04:00
Katerina Skroumpelou
c91c365fa2
fix(storybook): v7 gen docs and install react deps (#16057) 2023-04-03 13:50:53 +00:00
Leosvel Pérez Espinosa
bf9542a150
fix(angular): validate standalone option in the directive generator (#16051) 2023-04-03 12:01:20 +01:00
Leosvel Pérez Espinosa
1d955d3e18
docs(angular): remove leftovers references to the deleted file-server executor (#16010) 2023-04-03 09:27:53 +01:00
Craigory Coppola
6e7234c1aa
feat(nx-plugin): reuse utilities from create-nx-workspace for create-nx-plugin (#15743) 2023-03-31 17:23:21 -04:00
Jack Hsu
65dcb9faad
docs(node): add recipe for deploying server to Fly.io (#16013) 2023-03-31 13:44:48 -04:00
Luka Furlan
3af649dc3f
feat(node): Added E2E project generation option to NestJs app generator (#14805) 2023-03-31 12:20:03 -04:00
Leosvel Pérez Espinosa
4eb7cc7bf1
fix(misc): skip formatting files in nested generator calls (#15961) 2023-03-31 11:22:18 -04:00
Leosvel Pérez Espinosa
3b22c0cb60
docs(nx-dev): update typedoc version (#15898) 2023-03-31 11:00:06 -04:00
Ashley Hunter
5211382b96
fix(nextjs): adding "none" style option to next component generator (#15990) 2023-03-31 10:36:57 -04:00
Juri Strumpflohner
ae69ec9dc8
fix(bundling): sourcemaps setting (#15981) 2023-03-30 11:23:46 -04:00
Jack Hsu
874b6a5e49
feat(node): add --framework=none to create-nx-workspace for Node projects (#15929) 2023-03-29 11:27:25 -04:00
Leosvel Pérez Espinosa
75f6b98ea8
fix(angular): allow skiping formatFiles in component generator when called from another generator (#15953) 2023-03-29 11:17:52 +01:00
Isaac Mann
db20f655d9
docs(core): bad callout in project config page (#15930) 2023-03-28 12:31:07 -04:00
Leosvel Pérez Espinosa
c41bbb2f19
docs(angular): suggest the correct ngrx router state serializer in data persistence docs (#15921) 2023-03-28 12:08:59 -04:00
Miroslav Jonaš
15f6714ab0
docs(linter): add docs on checkDynamicDependenciesExceptions flag (#15885) 2023-03-28 17:04:13 +02:00
Benjamin Cabanes
6749701ed2
fix(nx-dev): add misc style corrections (#15909) 2023-03-28 10:31:39 -04:00
Leosvel Pérez Espinosa
b4eef17707
docs(angular): add buildable and publishable libs generation examples in library generator docs (#15922) 2023-03-28 09:52:37 +00:00
Katerina Skroumpelou
b94b669035
fix(storybook): proper user prompts for config generator (#15860) 2023-03-27 10:44:10 -04:00
Colum Ferry
597832e88f
fix(angular): use @nrwl/web:file-server (#15849) 2023-03-27 09:42:53 +01:00
Caleb Ukle
78fb3b9a4f
feat(testing): add cypress-e2e-configuration generator (#15736) 2023-03-24 17:53:47 -04:00
Colum Ferry
18c2d80fe0
docs(angular): add serve target usage #15756 (#15877) 2023-03-24 19:13:15 +00:00
Victor Savkin
ac7fbbd121 docs(misc): minor changes in dte docs 2023-03-24 13:32:13 -04:00
Emily Xiong
04b6ddb596
feat(react-native): update @react-native-community/cli to 10.2.1 (#15738) 2023-03-24 12:51:35 -04:00
Leosvel Pérez Espinosa
20434787a3
cleanup(misc): remove internal rootProject flag from generators that can derive it (#15834) 2023-03-24 13:54:49 +00:00
Emily Xiong
24cb81d9ba
feat(core): set interactive true for create-nx-workspace (#15863) 2023-03-23 16:38:39 -04:00
Jack Hsu
e611a0bab7
feat(nextjs): deprecate proxy config option for server executor (#15855) 2023-03-23 09:14:17 -06:00
Craigory Coppola
7d61ae238b
fix(misc): prevent --quiet and --verbose from both being true (#15836) 2023-03-23 10:47:43 -04:00
Caleb Ukle
b3dd65adbc
feat(storybook): add configureStaticServe option (#15688) 2023-03-22 17:38:32 -04:00
Colum Ferry
4dbe6a5d5b
cleanup(angular): replace wrapAngularDevkitSchematics for component (#15791) 2023-03-22 10:22:19 +00:00
Craigory Coppola
0370794e63
feat(core): add --quiet option to suppress generate output (#15802) 2023-03-21 19:53:21 -04:00
Jason Jean
2cc949e2f1
feat(core): show task graph of commands (#15440)
Co-authored-by: Philip Fulcher <philip@nrwl.io>
2023-03-21 18:08:31 -04:00
Jack Hsu
e772ee22bd
feat(web): remove hard dependencies on cypress, rollup, jest, and linter (#15797) 2023-03-21 11:46:12 -04:00
Jack Hsu
7ebca5107e
feat(bundling): add for esbuild to enable/disable package.json generation (#15777) 2023-03-21 08:48:16 -04:00
Jack Hsu
7d9352eb1a
fix(bundling): respect --sourcemap option for esbuild (#15778) 2023-03-20 16:46:58 -04:00
Caleb Ukle
d1ddd523c2
feat(testing): add --port flag (#15486) 2023-03-20 14:18:46 -04:00
Craigory Coppola
7740bb17ce
fix(core): add warning if running on an outdated global install (#15443) 2023-03-18 00:52:32 -04:00
Jason Jean
9885ec3199
fix(misc): do not create apps libs for standalone presets (#15741) 2023-03-17 15:48:43 -04:00
Emily Xiong
129cbedc66
feat(core): add entry file for create-nx-workspace (#15610) 2023-03-17 11:30:06 -04:00
Craigory Coppola
0af052b18c
feat(core): add support for NX_DEFAULT_PROJECT env variable (#15549) 2023-03-17 10:37:15 -04:00
Emily Xiong
bf88c22bd6
bugfix(react-native): fix the ios 2nd run failed (#15704) 2023-03-16 15:17:02 -04:00
Richard Versteeg
c95b27d80a
feat(core): make task runner selection configurable through env variable (#14529) 2023-03-16 14:12:46 -04:00
Colum Ferry
7812f41994
feat(angular): remove protractor (#15627) 2023-03-16 12:38:04 -04:00
Katerina Skroumpelou
5e88d1d7d1
docs(storybook): improve docs around migration and react/angular (#15706) 2023-03-16 17:07:40 +02:00
Miroslav Jonaš
10a69b7d0f
docs(linter): add API information for enforce-module-boundaries (#15678) 2023-03-16 09:11:00 +00:00
Leosvel Pérez Espinosa
8f2830c939
cleanup(angular): remove unused index from schema options using default source projectName (#15672) 2023-03-15 09:22:30 +00:00
Katerina Skroumpelou
5e0cb7cf59
docs(storybook): include note for older name of flag (#15662) 2023-03-14 19:11:26 +00:00
Katerina Skroumpelou
8e838b5aac
fix(vite): configuration docs and optional chain targets (#15655) 2023-03-14 19:56:04 +02:00
Jason Jean
63eced7fca
fix(core): include target and configuration being run in env variables (#15668) 2023-03-14 13:44:33 -04:00
Colum Ferry
9cd28583f6
feat(angular): add pipe generator (#15659) 2023-03-14 17:16:32 +00:00