8697 Commits

Author SHA1 Message Date
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
Miroslav Jonaš
e72b049804
chore(repo): cache cypress on windows nightly (#12536) 2022-10-12 01:21:37 +02:00
Miroslav Jonaš
707a9ace58
chore(repo): use local folder for nx cache on nightly (#12538) 2022-10-12 01:21:21 +02:00
Miroslav Jonaš
f9e57e2694
fix(core): custom generators help should print relevant information (#12258) 2022-10-11 22:48:58 +00:00
Miroslav Jonaš
0907ba27fd
feat(core): add support for npm v1 lock file parsing (#12534) 2022-10-11 22:39:58 +00:00
Miroslav Jonaš
ad7945365f
fix(core): readRawWorkspaceJson should keep workspace cache up to date (#12528) 2022-10-12 00:16:03 +02:00
Jason Jean
834e2db7cb
feat(core): prefix outputs and warn on non-prefixed outputs (#12470) 2022-10-11 21:54:25 +00:00
Craigory Coppola
74e898dd16
fix(core): do not fallback to angular cli for ng deploy (#12401) 2022-10-11 17:12:08 -04:00
Benjamin Cabanes
ae155beeaa
docs(nxdev): fix doc typos (#12533) 2022-10-11 16:55:37 -04:00
Benjamin Cabanes
13289a6deb
docs(nxdev): add front matter example in doc (#12532) 2022-10-11 16:52:27 -04:00
Benjamin Cabanes
14bb9dd841
docs(nxdev): add documentation on front matter support (#12531) 2022-10-11 20:48:03 +00:00
Benjamin Cabanes
e89bc6bb12
docs(nxdev): optimize doc template (#12530) 2022-10-11 16:37:34 -04:00
Benjamin Cabanes
dda488c04a
docs(nxdev): make nx conf date more prominent on agenda section (#12527) 2022-10-11 19:21:32 +00:00
Emily Xiong
abcae17fc2
chore(react-native): fix sync-deps e2e tests (#12526)
- the npm package has to installed in order to sync in deps
2022-10-11 14:50:45 -04:00
Victor Savkin
beb04e243d feat(misc): clean up package-based npm preset 2022-10-11 14:30:28 -04:00
Jason Jean
06ff65a4ec
fix(repo): bump node version of macos agents (#12525) 2022-10-11 13:39:16 -04:00
Denis Frenademetz
f1a24d7498
fix(js): close typescript watch program on SIGINT/SIGTERM (#11722)
Close typescript watch program and complete iterator to ensure program can exit.
2022-10-11 23:44:52 +07:00
Chau Tran
b17893c358
fix(js): inlined buildable libraries original output should not be removed (#12483)
Co-authored-by: Chau Tran <chautran@Chaus-MacBook-Pro.local>
2022-10-11 23:43:56 +07:00
Jack Hsu
49a67a528b
cleanup(bundling): perform project cleanup after rollup e2e (#12523) 2022-10-11 11:56:47 -04:00
Victor Savkin
8c393b5660
fix(core): daemon termination should be ok when client does not need anything (#12519) 2022-10-11 11:08:02 -04:00
Craigory Coppola
f37c334ea4
fix(core): hide leaky error message from git show command in affected (#12521) 2022-10-11 11:06:45 -04:00
Colum Ferry
66a086413b
fix(angular): ng-add migration should set default project (#12513)
* fix(angular): ng-add migration should set default project

* fix(angular): add pr suggestions

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-11 15:28:00 +01:00
Katerina Skroumpelou
eb8fa46368
docs(storybook): fix page titles (#12520) 2022-10-11 14:04:48 +00:00
Katerina Skroumpelou
f8b38c887c
docs(storybook): fixed the compodoc recipe link (#12514) 2022-10-11 11:45:10 +00:00
Colum Ferry
194c5bb9dd
docs(angular): add lsep docs (#12512) 2022-10-11 10:40:55 +00:00
Colum Ferry
9edf25f491
docs(angular): add convert to with mf docs (#12511) 2022-10-11 10:35:40 +00:00
Colum Ferry
c297b5cbad
docs(angular): add component cypress specs docs (#12510) 2022-10-11 10:32:11 +00:00
Colum Ferry
142cea8bc3
docs(angular): add module federation dev server docs (#12508) 2022-10-11 10:01:50 +00:00
Colum Ferry
094182858d
docs(angular): add file server docs (#12507) 2022-10-11 09:55:07 +00:00
Colum Ferry
514bc226ec
docs(angular): add delegate build docs (#12506) 2022-10-11 09:51:38 +00:00
Colum Ferry
80a623ed4a
fix(angular): do not use ngcc for new workspaces and projects #12386 (#12504) 2022-10-11 10:29:01 +01:00