2138 Commits

Author SHA1 Message Date
Victor Savkin
2bc33f14d7
docs(core): use -t and -p instead of --targets and --projects 2023-04-10 13:30:17 -04:00
Craigory Coppola
f2f6e356a7
feat(core): allow dependsOn to accept a single project dependency (#16100) 2023-04-10 13:12:16 -04:00
Juri
7989facc85 docs(core): what is Nx 2023-04-10 13:05:41 -04:00
Florian Guitton
454344b1ef
feat(core): add support for tags with (print-)affected(:*) and run-many (#10085)
Co-authored-by: AgentEnder <craigorycoppola@gmail.com>
2023-04-06 14:45:09 -04:00
Beka
8bc89bbb08
docs(core): fix module federation config example (#15349) 2023-04-06 16:08:28 +00:00
Katerina Skroumpelou
f36d65c2ef
feat(storybook): make v7 default (#16159) 2023-04-06 11:39:03 -04:00
Miroslav Jonaš
f34564c2f8
feat(core): deprecate implicitDependency in nx.json (#16084) 2023-04-06 10:50:24 -04:00
Attila Csanyi
8c1b20326a
docs(core): use proper NX_FILE_CHANGES env variable (#15999) 2023-04-05 18:05:22 -04:00
Nicholas Cunningham
18e965d2ef
feat(nextjs): add support for experimental appDir (#16132) 2023-04-05 14:07:46 -06:00
Jack Hsu
a8b8ea91f2
docs(react): fix references to old --preset=react option (#16137) 2023-04-05 15:16:05 -04:00
Jason Jean
775f65130d
fix(misc): fix docs for nx watch --includeDependentProjects (#16026) 2023-04-05 11:29:19 -04:00
Caleb Ukle
f03e903ee9
docs(testing): remove debug section in jest overview (#16124) 2023-04-05 11:14:53 -04:00
Benjamin Cabanes
ee1f7c13dd
feat(nx-dev): add markdoc title card component (#16098) 2023-04-05 09:14:09 -04:00
Nicholas Cunningham
ce308d3d2e
docs(node): Add recipe for deploying AWS Lambda in Node.js (#16103) 2023-04-05 08:34:06 -04:00
Leosvel Pérez Espinosa
fa349ac784
docs(angular): fix wrong link to angular cli migration docs in plugin overview page (#16110) 2023-04-05 09:52:48 +01:00
Leosvel Pérez Espinosa
a0fb3c705e
cleanup(angular): consolidate name and path normalization for component, directive and pipe generators (#16108) 2023-04-05 09:50:46 +01:00
Nicholas Cunningham
9e12953362
docs(node): Add recipe for deploying serverless functions to Netlify (#16068) 2023-04-04 14:20:07 -06:00
Jack Hsu
807884c91d
feat(bundling): add support for esbuild.config.js file (#16092) 2023-04-04 19:16:32 +00:00
Benjamin Cabanes
e11e5d1929
docs(nx-cloud): update screenshots and information (#15984) 2023-04-04 13:29:53 -04:00
Nicholas Cunningham
c02ec9f1f7
fix(js): remove thirdParty default so that package.json will be generated by default (#16015) 2023-04-04 10:53:22 -04:00
Rares Matei
cd2f41a110
docs(private-cloud): standalone image updates (#16067)
Co-authored-by: Altan Stalker <altan@nrwl.io>
2023-04-04 14:12:10 +01:00
Leosvel Pérez Espinosa
74633f535c
fix(angular): fix path handling and validate standalone option in pipe generator (#16080) 2023-04-04 11:28:38 +01:00
Leosvel Pérez Espinosa
29f5326b80
cleanup(angular): update component generator to be more consistent with similar generators (#16078) 2023-04-04 09:12:57 +00:00
Jay Bell
6e86866867
feat(core): allow local execution transpiler overriding with env var (#16037) 2023-04-03 22:22:15 -04:00
Jack Hsu
fc459c2928
docs(misc): add Deno deployment recipes (#16066) 2023-04-03 17:34:23 -04:00
Benjamin Cabanes
86c256740e
docs(nx-cloud): remove side-by-side usage for code (#16065) 2023-04-03 11:49:07 -07:00
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