2669 Commits

Author SHA1 Message Date
Victor Savkin
88751a3685 chore(repo): clean up the language to match the new tag line 2021-12-17 16:08:38 -05:00
Colum Ferry
2d4b94ccfc
docs(angular): add serve note to guide (#8206)
* docs(angular): add serve note to guide

* fix(angular): typos

Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>

Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2021-12-17 15:41:48 +00:00
Jack Hsu
8d3703cb7d
docs(react): fix typo in CRA migration guide (#8200) 2021-12-16 22:01:00 -05:00
Victor Savkin
9c77096b15 chore(repo): small changes in the turbo guide 2021-12-16 15:53:44 -05:00
Leosvel Pérez Espinosa
2b00c99db1
feat(angular): add support for configuring tailwind in existing and new apps and buildable/publishable libs (#8043) 2021-12-16 17:25:32 +00:00
Victor Savkin
45987c40d1 chore(repo): minor tweaks in the turbo guide 2021-12-16 12:14:05 -05:00
Jack Hsu
8dab24dc05
docs(react): updated CRA migration guide to work with Nx 13 and CRA 5 (#8196) 2021-12-16 11:26:10 -05:00
Petar Vujović
1172fb6083
docs(core): fix grammar in DTE section (#8181)
* docs(core): fix grammar in DTE section

run tasks on many agents instead of run tasks on a many agents

* docs(core): fix grammar on DTE section

Fix further grammar errors in DTE section of mental model
2021-12-15 20:42:48 -05:00
Chau Tran
726877d103
feat(js): add SWC support (#7956)
* feat(js): add SWC support

chore(js): remove comment

fix(js): clean up typecheck after merge

fix(js): add tests to swc

* fix(js): adjust typecheck

* feat(js): add skipTypeCheck to library generator

* fix(js): use Promise.all()

* fix(js): pass in correct tsconfig path

* cleanup(js): remove comment code

* fix(js): use logger from devkit instead of console log

* fix(js): remove unintended exit log

* feat(js): add convert-to-swc generator to convert lib w/ tsc to swc

* fix(js): reexport print diagnostics
2021-12-15 12:23:50 -05:00
Victor Savkin
2867c596f6 chore(repo): add perf numbers to the turbo guide 2021-12-15 12:10:18 -05:00
Jack Hsu
6d6f29439d
feat(testing): add --compiler=tsc|swc|babel option for jest project generator (#8177) 2021-12-15 14:27:53 +00:00
Colum Ferry
373c7281e0
docs(angular): fix mfe doc examples (#8168) 2021-12-15 09:28:38 +00:00
Kirils L
232eaafc21
fix(nextjs): incorrectly named nested page component files (#8170) 2021-12-14 16:00:44 -05:00
pan93412
dfb6986b93
docs(core): extend the description of generator schema options (#7927)
* docs(core): describe every properties available in schema.json

The current Generator documentation is not completed. Thus,
I managed to describe every undocumented part of generator currently.

This document is referenced from a lot of current `schema.json`
and code of it. Thanks a lot! :D

- Overview
- Description
- Examples

* docs(misc): add the instruction when out of memory

Added a new section: "When occurred `JavaScript heap out of memory`"

Also fixed some lint issues indicated by `markdownlint`.

* fix(misc): grammars

Co-authored-by: isaacplmann <isaacplmann@users.noreply.github.com>

* docs(core): more complete Generator

- correct grammars errors
- complete most the WIP part
- remove `items` since I didn't find any example of it

Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
Co-Authored-By: Jonathan Cammisuli <Cammisuli@users.noreply.github.com>

* docs(core): correct the format

Co-authored-by: isaacplmann <isaacplmann@users.noreply.github.com>
Co-authored-by: Jonathan Cammisuli <Cammisuli@users.noreply.github.com>
2021-12-14 10:33:51 -05:00
Juri
b81395c11d docs(core): adjust header ordering in the Nx and Turborepo guide 2021-12-14 15:53:54 +01:00
Juri
ce1d6869dc docs(core): nx and Turborepo guide improvements 2021-12-14 08:48:48 -05:00
Shlomi Levi
4bb109e175
feat(angular): add scam generator for pipes and directives (#8144)
ISSUES CLOSED: #8122
2021-12-14 11:28:47 +00:00
Colum Ferry
bc8dda6c44
fix(angular): scam component default type as lowercase (#8160) 2021-12-14 11:09:16 +00:00
Victor Savkin
77f7a5036f chore(repo): update the turbo guide 2021-12-13 15:23:17 -05:00
Victor Savkin
02a79bc80b chore(misc): add a comparison guide 2021-12-13 14:08:37 -05:00
Jack Hsu
f8c394af46
feat(web): add swc compiler option for webpack executor (#8114) 2021-12-10 16:09:20 -05:00
Benjamin Cabanes
ea0d65b019
docs(nxdev): better api generator templates (#8109) 2021-12-10 12:18:46 -05:00
Jay Bell
e2626adb68
feat(angular): allow for passing in parser options flag to lib generation (#8082) 2021-12-10 14:33:46 +00:00
Colum Ferry
5f537183b2
fix(angular): use path property correctly when generating scams #8083 (#8100) 2021-12-10 12:46:54 +00:00
Miroslav Jonaš
30e080bcd3
docs(linter): fix wrong rule format in tags guide (#8101) 2021-12-10 13:35:54 +01:00
Kirils L
015f1b78f4
feat(web): support swc compiler (#7997) 2021-12-09 21:16:35 +00:00
AgentEnder
7b9975bfd7 docs(core): fix docs changes for config page 2021-12-09 15:54:40 -05:00
AgentEnder
900c60365c docs(core): update global configuration docs 2021-12-08 21:09:39 -05:00
Colum Ferry
48712948b3
feat(angular): add scam generator (#7987)
* feat(angular): add scam generator

* feat(angular): support flat and type component flags
2021-12-06 12:59:42 +00:00
Isaac Mann
99164baaa0
docs(devkit): example of jscodeshift codemod (#7976)
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2021-12-02 14:25:50 -05:00
Markus Heinemann
a8d5ac11b0
docs(core): add gitlab ci guide (#7878)
Closes: #7876
2021-12-02 09:52:30 -06:00
Leosvel Pérez Espinosa
9a08a83591
feat(angular): add tailwind support for buildable libraries (#7961) 2021-12-02 11:16:01 +00:00
Craigory Coppola
c04686ab10
feat(core): optional workspace.json file (#7584) 2021-11-30 15:02:06 -06:00
Jack Hsu
157c6e0fb0
feat(web): rename @nrwl/web:build to @nrwl/web:webpack (#7952) 2021-11-30 14:22:34 -05:00
Kirils L
bfd1a4715a
feat(web): rename package executor to rollup (#7904) 2021-11-30 09:32:12 -05:00
Emily Xiong
445d72c38a
bugfix(react-native): change path to absolute to allow run commands in any directory (#7737)
- change the path to absolute to run the nx command in any directory
- add resetCache option to run-ios and run-android command
2021-11-26 09:13:30 -05:00
Jay Bell
2d9c0ff4d9
feat(angular): allow for full ivy compilation in buildable libraries (#7873) 2021-11-25 18:56:10 +00:00
Rares Matei
c07f54d555 docs(core): fix daemon process enablement option 2021-11-23 13:32:05 -05:00
James Henry
98ffe8574b feat(linter): support eslint v8 (#7800)
* feat(core): support eslint v8

* fix(core): align version of eslint across all packages
2021-11-19 14:55:33 -05:00
Victor Savkin
e3c7b979b2 feat(core): rework the tasks runner to use life cycle for printing messages 2021-11-16 20:07:34 -05:00
Naresh Bhatia
324b2f0a15
docs(react): clean up react tutorial to match the latest version of nx (#7639) 2021-11-16 18:07:40 -05:00
Fernando Montoya
204bbbf748
fix(react): Fix typo (#7748) 2021-11-16 18:00:23 -05:00
Umair Hafeez
ddad52bc82
docs(angular): update 'npm run' to 'npx nx' for affected commands (#7738)
* docs(angular): update 'npm run' to 'npx nx' for affected commands

The tutorial refers to using 'npm run' for the affected commands, which doesn't work if the
workspace is generated using yarn.

To fix that, change it to 'npx nx' so it works in all cases,
like other places in the docs.

* chore(misc): fix formatting

Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-11-16 17:57:34 -05:00
Victor Savkin
fcecebeb3a feat(js): add library and app generators 2021-11-15 21:29:28 -05:00
Craigory Coppola
d28f571874
feat(js): create @nrwl/js package and move @nrwl/workspace:tsc to it (#7604) 2021-11-12 16:41:30 -06:00
Benjamin Cabanes
3cc17d7566
docs(nxdev): home updates (#7567) 2021-11-12 11:59:45 -05:00
Chau Tran
421d4f2f02
feat(node): add outputFileName to build executor (#7708)
Fixes  #4969
2021-11-11 17:01:20 -06:00
Victor Savkin
af664f60a1
feat(core): add an option to nx.json to enable project graph creation in the background (#7682) 2021-11-10 10:12:31 +00:00
Victor Savkin
3d1899eec8 feat(core): deprecate --max-parallel and use --paralle=N instead 2021-11-09 20:03:24 -05:00
Robert Smith
0ca28e7581
docs(misc): Update azure devops condition script (#7637) 2021-11-09 11:21:30 -06:00