6927 Commits

Author SHA1 Message Date
Juri
f44637e078 docs(core): clear option for local-registry 2022-10-14 15:15:54 +02:00
Chau Tran
bee29dd505
docs(js): executors examples (#12565)
Co-authored-by: Chau Tran <chautran@10.0.0.9>
2022-10-14 11:50:55 +00:00
Jason Jean
ae3e6b296b
feat(misc): use autocomplete prompt for workspace style (#12594) 2022-10-13 21:52:06 -04:00
Jason Jean
3b9dd4794c
chore(repo): update lerna to 6.0.0 (#12593) 2022-10-13 21:39:38 -04:00
Jason Jean
0961cb34d8
fix(core): do not run postinstall unless it is the main nx package (#12591) 2022-10-14 00:41:07 +00:00
Jason Jean
773c0cb6c1
fix(core): remove warning for invalid outputs (#12589) 2022-10-13 19:40:13 -04:00
Jason Jean
e5570a7997
chore(core): remove @nrwl/workspace/src/utils/app-root (#12590)
BREAKING CHANGES: importing @nrwl/workspace/src/utils/app-root will break. It has been deprecated since v13
2022-10-13 19:38:36 -04:00
Victor Savkin
23de788b5e
chore(repo): update to 15.0.0-rc1 (#12586) 2022-10-13 18:34:24 -04:00
Benjamin Cabanes
1e5297edfc
docs(core): use shell code blocks (#12587) 2022-10-13 21:25:40 +00:00
Benjamin Cabanes
b23f62f864
docs(nxdev): optimize fence copy button (#12588) 2022-10-13 17:15:57 -04:00
Benjamin Cabanes
d2021bea17
docs(core): reformat doc with better code fences (#12585) 2022-10-13 20:26:39 +00:00
Benjamin Cabanes
db7951ffac
docs(core): reformat doc with better code fences (#12584) 2022-10-13 16:20:04 -04:00
Juri
5198bbf341 feat(nxdev): add path option to terminal frame 2022-10-13 22:04:24 +02:00
Juri
9dafad5b6e docs(core): integrate terminal frame in tutorial 2022-10-13 22:04:24 +02:00
Benjamin Cabanes
3de46d5dd6
docs(core): reformat doc with better code fences (#12581) 2022-10-13 19:31:42 +00:00
Benjamin Cabanes
f4d9b3dc2e
docs(nxdev): add redirect rule for add-to-monorepo recipe (#12580) 2022-10-13 15:04:02 -04:00
Benjamin Cabanes
332705365b
docs(nxdev): add terminal output option on fence (#12579) 2022-10-13 14:43:51 -04:00
Juri
909ffcccbb docs(core): fix angular migration link 2022-10-13 20:43:04 +02:00
Juri
ab89351f62 docs(core): adjust broken add to monorepo links 2022-10-13 20:43:04 +02:00
Isaac Mann
41e2c84c7d docs(nxdev): new intro and package-based and integrated style tutorials 2022-10-13 20:43:04 +02:00
Victor Savkin
a947e25149 fix(core): set workspaces property when using NPM preset 2022-10-13 14:28:57 -04:00
Craigory Coppola
d8f3c6b186
fix(react): migrations use tsquery, so we should provide it (#12575) 2022-10-13 13:37:37 -04:00
Craigory Coppola
2ebc4f421b
chore(angular): update snapshots to match expectation (#12577) 2022-10-13 17:16:55 +00:00
Benjamin Cabanes
9666cbbd3b
docs(nxdev): add more contrast to light mode for fences (#12574) 2022-10-13 16:17:58 +00:00
Chau Tran
6b6995a81e
docs(js): library generator examples (#12568)
Co-authored-by: Chau Tran <chautran@10.0.0.9>
2022-10-13 22:50:19 +07:00
Benjamin Cabanes
f6cd4f6b81
docs(nxdev): fix link for ci setup doc (#12573) 2022-10-13 11:01:06 -04:00
Benjamin Cabanes
e88f6ac768
docs(nxdev): consolidate document metadata interface (#12561) 2022-10-13 10:16:28 -04:00
Benjamin Cabanes
04d9d9813c
docs(nxdev): add proper recipes section (#12557) 2022-10-13 09:18:08 -04:00
Colum Ferry
c2fa6ae228
feat(angular): add flat for standalone library #12420 (#12566) 2022-10-13 13:39:39 +01:00
Colum Ferry
09e9110c80
feat(angular): add setup-ssr generator (#12233)
* feat(angular): add setup-ssr generator

* feat(angular): add template literals

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

Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2022-10-13 13:34:43 +01:00
Juri Strumpflohner
66a4cc4428
feat(js): use shorter dependsOn syntax for project configuration (#12564) 2022-10-13 15:42:56 +07:00
Emily Marigold Klassen
0ff93dd5f1
fix(core): drain stdout before exit in print-affected (#12559)
Piping a large print-affected output to another command, such as cat or jq, resulted in broken json
output as the node process can exit before the output is fully written. The process.stdout stream
needs to wait to drain before process.exit.
2022-10-12 19:34:45 -04:00
Craigory Coppola
8ab7f85ca1
fix(core): swap default method for output capture (#12535) 2022-10-12 22:06:32 +00:00
Jason Jean
bc53592ad6
Revert "feat(node): remove library generator in favor of @nrwl/js:library (#12550)" (#12560)
This reverts commit e74a54d13973b7a2ad5e5fb311d975ecd174705c.
2022-10-12 17:30:11 -04:00
Caleb Ukle
80635dbae2
fix(testing): move to using cy.mount (#12273) 2022-10-12 20:50:41 +00:00
Emily Xiong
c2dcfcf127
docs(react-native): add executors examples (#12461) 2022-10-12 15:22:07 -04:00
Juri
6ee37dba99 docs(nxdev): update nx conf schedule 2022-10-12 21:15:07 +02:00
Jason Jean
85111aa5bb
chore(misc): update workspace style prompt (#12558) 2022-10-12 15:11:48 -04:00
Emily Xiong
09119e9793
feat(detox): upgrade detox to 19.2.5 (#12327) 2022-10-12 13:31:03 -04:00
Emily Xiong
d6997d5a99
feat(expo): upgrade expo to 46.0.13 (#12326) 2022-10-12 13:30:53 -04:00
Zachary DeRose
d8e85adfef
docs(core): quick fix for card markdown syntax (#12553) 2022-10-12 11:49:18 -04:00
Emily Xiong
20ba188b89
feat(react-native): upgrade metro to 0.72.3 (#12325) 2022-10-12 10:49:37 -04:00
Emily Xiong
0c7c4822e0
bugfix(detox): allow to pass in appName to detox (#12436) 2022-10-12 10:49:10 -04:00
Jack Hsu
e74a54d139
feat(node): remove library generator in favor of @nrwl/js:library (#12550) 2022-10-12 14:47:35 +00:00
Jack Hsu
136e1a81fe
fix(js): check if asset create/update event contains a file before copying (#12551) 2022-10-12 10:14:16 -04:00
Benjamin Cabanes
225ac9c7a6
docs(core): update core-tutorial link on readme (#12549) 2022-10-12 09:40:20 -04:00
Miroslav Jonaš
7d19df0a15
chore(repo): bump actions/checkout to v3 (#12544) 2022-10-12 12:18:20 +02:00
Mr Mo
d4fd7c0fa1
fix(linter): check for all .eslintrc.* files when generating a package (#12515) 2022-10-12 11:20:51 +02:00
Miroslav Jonaš
82d43aff18
chore(repo): bump underscore due to vulnerability (#12537) 2022-10-12 01:31:10 +02:00
Benjamin Cabanes
db5ef87cd9
docs(nxdev): update conf information (#12539) 2022-10-11 23:30:10 +00:00